Lines Matching +full:apt +full:- +full:get
5 ## Building UEFI Firmware for x86-64
9 Please note that nasm-2.15 is required for the build to succeed.
14 sudo apt-get update
15 sudo apt-get install uuid-dev nasm iasl build-essential python3-distutils git
20 git submodule update --init
26 make -C ./BaseTools
36 $ sudo apt-get update
37 $ sudo apt-get install uuid-dev nasm iasl build-essential python3-distutils git
38 $ git clone --depth 1 https://github.com/tianocore/edk2.git -b master
40 $ git submodule update --init
42 $ git clone --depth 1 https://github.com/tianocore/edk2-platforms.git -b master
43 $ git clone --depth 1 https://github.com/acpica/acpica.git -b master
46 $ export PACKAGES_PATH="$PWD/edk2:$PWD/edk2-platforms"
48 $ make -C acpica
52 $ make -C edk2/BaseTools
55 $ build -a AARCH64 -t GCC5 -p ArmVirtPkg/ArmVirtCloudHv.dsc -b RELEASE
59 `edk2/Build/ArmVirtCloudHv-AARCH64/RELEASE_GCC5/FV/CLOUDHV_EFI.fd`.
65 …EFI boot, pass the `CLOUDHV.fd` (for x86-64) / `CLOUDHV_EFI.fd` (for AArch64) file path as an argu…
69 - [OVMF wiki](https://github.com/tianocore/tianocore.github.io/wiki/OVMF)
70 - [Cloud Hypervisor specific tree](https://github.com/cloud-hypervisor/edk2/tree/ch)