summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlias Apalodimas <ilias.apalodimas@linaro.org>2021-03-13 19:26:11 +0200
committerIlias Apalodimas <ilias.apalodimas@linaro.org>2021-03-13 19:26:11 +0200
commit3e2f337ad45e726d766cc153df470e7ef26c8605 (patch)
treeae716475bf3a1a09eb26c19b29edf2b370f0b6e0
parentc5d74a9fd95535c6bfd3c8b97e2589d45a6ec74a (diff)
stmm: switch to latestversion of edk2-platforms
Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
-rwxr-xr-xbuild.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.sh b/build.sh
index fda1ad6..d7371c8 100755
--- a/build.sh
+++ b/build.sh
@@ -2,8 +2,8 @@
set -e
[ ! -d 'u-boot' ] && git clone https://github.com/u-boot/u-boot.git -b master
-[ ! -d 'edk2-platforms' ] && git clone https://git.linaro.org/people/ilias.apalodimas/edk2-platforms.git -b stmm
-[ ! -d 'edk2' ] && git clone https://git.linaro.org/people/sughosh.ganu/edk2.git -b ffa_svc_optional_on_upstream
+[ ! -d 'edk2-platforms' ] && git clone https://git.linaro.org/people/ilias.apalodimas/edk2-platforms.git -b stmm2
+[ ! -d 'edk2' ] && git clone https://github.com/tianocore/edk2.git
[ ! -d 'optee_os' ] && git clone https://github.com/OP-TEE/optee_os.git -b master
[ ! -d 'arm-trusted-firmware' ] && git clone https://github.com/ARM-software/arm-trusted-firmware.git -b master
[ ! -d 'MSRSec' ] && git clone https://github.com/microsoft/MSRSec.git
@@ -20,7 +20,7 @@ done
# Build EDK2
export WORKSPACE=$(pwd)
export PACKAGES_PATH=$WORKSPACE/edk2:$WORKSPACE/edk2-platforms
-export ACTIVE_PLATFORM="Platform/StMMRpmb/PlatformStandaloneMm.dsc"
+export ACTIVE_PLATFORM="Platform/StandaloneMm/PlatformStandaloneMmPkg/PlatformStandaloneMmRpmb.dsc"
export GCC5_AARCH64_PREFIX=aarch64-linux-gnu-
pushd edk2