docs, scripts: Use upstream edk2 for AArch64

The edk2 upstream has already suppoorted AArch64 Cloud Hypervisor,
and hence we can use upstream edk2 in CI and doc.

Signed-off-by: Henry Wang <Henry.Wang@arm.com>
This commit is contained in:
Henry Wang
2021-07-09 00:10:06 -04:00
committed by Sebastien Boeuf
parent 6b710209b1
commit ea0918e5e8
2 changed files with 3 additions and 3 deletions

View File

@@ -13,9 +13,9 @@ EDK2_BUILD_DIR="$WORKLOADS_DIR/edk2_build"
mkdir -p "$WORKLOADS_DIR"
build_edk2() {
EDK2_REPO="https://github.com/cloud-hypervisor/edk2.git"
EDK2_REPO="https://github.com/tianocore/edk2.git"
EDK2_DIR="edk2"
EDK2_BRANCH="ch-aarch64"
EDK2_BRANCH="master"
EDK2_PLAT_REPO="https://github.com/tianocore/edk2-platforms.git"
EDK2_PLAT_DIR="edk2-platforms"
ACPICA_REPO="https://github.com/acpica/acpica.git"