summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Chong <victor.chong@linaro.org>2018-11-22 15:53:41 +0000
committerVictor Chong <victor.chong@linaro.org>2019-11-06 04:25:02 +0000
commit3b040ed22b7e43876331c3062784b3e6b33a91db (patch)
tree54477c7b7148222ab714788f0c4cf441fe5837bb
parentfb9839af87b9b90d7ca1299f49b8e84ac3aef0d4 (diff)
downloadmanifest-3b040ed22b7e43876331c3062784b3e6b33a91db.tar.gz
optee.xml: add additional repos
kmgk, hikey960 bootloaders and wv Change-Id: I49ff853c9135b08e19a0c920bb8dec245dc5eacb Signed-off-by: Victor Chong <victor.chong@linaro.org>
-rw-r--r--optee.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/optee.xml b/optee.xml
index 028d1459d..181422319 100644
--- a/optee.xml
+++ b/optee.xml
@@ -1,10 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<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/" />
<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" />
<project path="optee/optee_os" name="OP-TEE/optee_os" revision="master" remote="github-optee" groups="device,hikey" />
<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/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" />
+ <project path="optee/tools-images-hikey960" name="96boards-hikey/tools-images-hikey960.git" remote="github-optee" revision="master" groups="device,hikey960" />
+ <project path="optee/uefi-tools" remote="lin" name="uefi/uefi-tools.git" revision="master" groups="device,hikey960" />
+
+ <project path="external/optee-widevine-ref" remote="linaro-private" name="widevine/optee-widevine-ref" revision="master" groups="device,widevine" />
+ <project path="vendor/widevine" remote="linaro-private" name="widevine/android" revision="mirrors/pi" groups="device,widevine" />
+ <!--
+ <project path="ExoPlayer" remote="github-optee" name="google/ExoPlayer" revision="release-v2" groups="device,widevine" />
+ -->
</manifest>