mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 05:35:20 +00:00
docs: update UEFI.md to reference upstream tianocore EDK2 repository
after testing the build briefly, it seems upstream tianocore EDK2 works fine, no need for the separate cloud-hypervisor edk2 repo. Signed-off-by: Claudio Fontana <claudio.fontana@gmail.com>
This commit is contained in:
parent
b93d50582d
commit
683d116416
@ -6,13 +6,15 @@ Cloud Hypervisor supports UEFI boot through the utilization of the EDK II based
|
|||||||
|
|
||||||
To avoid any unnecessary issues, it is recommended to use Ubuntu 18.04 and its default toolset. Any other compatible Linux distribution is otherwise suitable, however it is suggested to use a temporary Docker container with Ubuntu 18.04 for a quick build on an existing Linux machine.
|
To avoid any unnecessary issues, it is recommended to use Ubuntu 18.04 and its default toolset. Any other compatible Linux distribution is otherwise suitable, however it is suggested to use a temporary Docker container with Ubuntu 18.04 for a quick build on an existing Linux machine.
|
||||||
|
|
||||||
|
Please note that nasm-2.15 is required for the build to succeed.
|
||||||
|
|
||||||
The commands below will compile an OVMF firmware suitable for Cloud Hypervisor.
|
The commands below will compile an OVMF firmware suitable for Cloud Hypervisor.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install uuid-dev nasm iasl build-essential python3-distutils git
|
sudo apt-get install uuid-dev nasm iasl build-essential python3-distutils git
|
||||||
|
|
||||||
git clone https://github.com/cloud-hypervisor/edk2 -b ch
|
git clone https://github.com/tianocore/edk2
|
||||||
cd edk2
|
cd edk2
|
||||||
. edksetup.sh
|
. edksetup.sh
|
||||||
git submodule update --init
|
git submodule update --init
|
||||||
|
Loading…
Reference in New Issue
Block a user