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>2019-06-01 17:19:02 +0100
commit1c88ae80dfbc581e25b77ae7face68d4c4743247 (patch)
tree0538d0c551a72608d6d305fdb14c7144f545fb3d
parent7285b185faf20e2104c29a6060bdb908425ee948 (diff)
downloadmanifest-1c88ae80dfbc581e25b77ae7face68d4c4743247.tar.gz
optee.xml: move ARM repos to trustedfirmware.orglinaro-oreo-swg
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 721f107cd..7390d8af1 100644
--- a/optee.xml
+++ b/optee.xml
@@ -2,6 +2,7 @@
<manifest>
<remote name="github-optee" fetch="https://github.com/" />
<remote name="lin" fetch="https://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" />
@@ -9,7 +10,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" />