fvp: Use official EDK2 upstream instead of LT-release
This also adds the edk2-platforms git, which contains the necessary Arm
packages to build for FVP.
Signed-off-by: Joakim Bech <joakim.bech@linaro.org>
Reviewed-by: Victor Chong <victor.chong@linaro.org>
diff --git a/fvp.xml b/fvp.xml
index d5e67e5..c2f45e6 100644
--- a/fvp.xml
+++ b/fvp.xml
@@ -4,7 +4,7 @@
<remote name="busybox" fetch="git://busybox.net" />
<remote name="linaro-swg" fetch="https://github.com/linaro-swg" />
<remote name="optee" fetch="https://github.com/OP-TEE" />
- <remote name="landing-teams" fetch="https://git.linaro.org/landing-teams" />
+ <remote name="tianocore" fetch="https://github.com/tianocore" />
<remote name="savannah" fetch="https://git.savannah.gnu.org/git" />
<default remote="optee" revision="master" />
@@ -21,7 +21,8 @@
<project remote="arm" path="arm-trusted-firmware" name="arm-trusted-firmware.git" />
<!-- Tianocore, EDK2 -->
- <project remote="landing-teams" path="edk2" name="working/arm/edk2.git" revision="16.01" />
+ <project remote="tianocore" path="edk2" name="edk2.git" />
+ <project remote="tianocore" path="edk2-platforms" name="edk2-platforms.git" />
<!-- Linux kernel -->
<project remote="linaro-swg" path="linux" name="linux.git" revision="optee"/>