summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Chong <victor.chong@linaro.org>2019-06-01 17:07:21 +0100
committerVictor Chong <victor.chong@linaro.org>2020-08-24 16:38:04 +0100
commit1f78272b89d0e151e8d9e78b6737fc483d151165 (patch)
treeb0539a18f63bdd09ccd23e71e78f63b8ceb04072
parenta0f40dbe7ab2711e2eb98783091f42bd795a3243 (diff)
downloadmanifest-1f78272b89d0e151e8d9e78b6737fc483d151165.tar.gz
optee.xml: move ARM repos to trustedfirmware.org
Signed-off-by: Victor Chong <victor.chong@linaro.org> Change-Id: I68129334ea0a684b6671a88024903a68267d344f
-rw-r--r--optee.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/optee.xml b/optee.xml
index 181422319..6c0d84992 100644
--- a/optee.xml
+++ b/optee.xml
@@ -3,6 +3,7 @@
<remote name="github-optee" fetch="https://github.com/" />
<remote name="lin" fetch="https://git.linaro.org/" />
<remote name="linaro-private" fetch="ssh://git@dev-private-git.linaro.org/" />
+ <remote name="tfo" fetch="https://git.trustedfirmware.org" />
<project path="external/optee_test" name="OP-TEE/optee_test" revision="master" remote="github-optee" groups="device,hikey" />
<project path="external/optee_client" name="OP-TEE/optee_client" revision="master" remote="github-optee" groups="device,hikey" />
@@ -10,7 +11,7 @@
<project path="external/optee_examples" name="linaro-swg/optee_examples" revision="master" remote="github-optee" groups="device,hikey" />
<project path="device/linaro/kmgk" name="linaro-swg/kmgk" revision="master" remote="github-optee" groups="device,hikey" />
- <project path="optee/arm-trusted-firmware" name="ARM-software/arm-trusted-firmware.git" remote="github-optee" revision="integration" groups="device,hikey960" />
+ <project path="optee/arm-trusted-firmware" name="TF-A/trusted-firmware-a.git" remote="tfo" revision="master" groups="device,hikey960" />
<project path="optee/edk2" name="96boards-hikey/edk2.git" remote="github-optee" revision="testing/hikey960_v2.5" groups="device,hikey960" />
<project path="optee/OpenPlatformPkg" name="96boards-hikey/OpenPlatformPkg.git" remote="github-optee" revision="testing/hikey960_v1.3.4" groups="device,hikey960" />
<project path="optee/l-loader" name="96boards-hikey/l-loader.git" remote="github-optee" revision="testing/hikey960_v1.2" groups="device,hikey960" />