From 683d1164164fe483fd5ad332a6bc027dc61ba649 Mon Sep 17 00:00:00 2001 From: Claudio Fontana Date: Tue, 13 Dec 2022 13:33:55 +0100 Subject: [PATCH] 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 --- docs/uefi.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/uefi.md b/docs/uefi.md index a86ef70ed..a93fb929c 100644 --- a/docs/uefi.md +++ b/docs/uefi.md @@ -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. +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. ```shell sudo apt-get update 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 . edksetup.sh git submodule update --init