Move trusted firmware repo to new location
Transition to the new trusted firmware repo location at
http://git.trustedfirmware.org.
Signed-off-by: Victor Chong <victor.chong@linaro.org>
Reviewed-by: Joakim Bech <joakim.bech@linaro.org>
Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org>
diff --git a/synquacer.xml b/synquacer.xml
index 8678ea4..fd67cde 100644
--- a/synquacer.xml
+++ b/synquacer.xml
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="github" fetch="https://github.com" />
+ <remote name="tfo" fetch="https://git.trustedfirmware.org" />
<default remote="github" revision="master" />
@@ -13,8 +14,8 @@
</project>
<!-- Misc gits -->
- <project path="arm-trusted-firmware" name="ARM-software/arm-trusted-firmware.git" revision="49d969bbb3ca7e738bc6ef560e44c0047a9925cc" />
<project path="edk2" name="tianocore/edk2.git" revision="21d9dc21f81828538af02ca9c2d86a36551b0771" />
<project path="edk2-platforms" name="tianocore/edk2-platforms.git" revision="22d5f499135a0b43bfb723a983f93c3148d68494" />
<project path="edk2-non-osi" name="tianocore/edk2-non-osi.git" revision="596043ffb61d5f74a9eb334eaa4df683fa975c92" />
+ <project path="trusted-firmware-a" name="TF-A/trusted-firmware-a.git" revision="49d969bbb3ca7e738bc6ef560e44c0047a9925cc" />
</manifest>