From a99858e9f669295461ffc0a18c7ede0f7aec7389 Mon Sep 17 00:00:00 2001 From: Yuan Liu Date: Thu, 14 May 2020 11:33:26 +0800 Subject: [PATCH] doc: Update acrn edk2 download path Update acrn edk2 source code download path for WaaG secure boot feature Signed-off-by: Yuan Liu --- doc/tutorials/waag-secure-boot.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/tutorials/waag-secure-boot.rst b/doc/tutorials/waag-secure-boot.rst index 257318baf..88fac06cb 100644 --- a/doc/tutorials/waag-secure-boot.rst +++ b/doc/tutorials/waag-secure-boot.rst @@ -436,9 +436,12 @@ Compile OVMF with secure boot support :: - git clone -b ovmf-acrn-waag ssh://git@gitlab.devtools.intel.com:29418/projectacrn/edk2.git + git clone https://github.com/projectacrn/acrn-edk2.git + + cd acrn-edk2 + + git checkout -b ovmf b64fe247c434e2a4228b9804c522575804550f82 - cd edk2 git submodule update --init CryptoPkg/Library/OpensslLib/openssl source edksetup.sh