summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Chong <victor.chong@linaro.org>2018-11-22 16:15:19 +0000
committerVictor Chong <victor.chong@linaro.org>2020-08-24 16:38:04 +0100
commit458d0c3c9c6c0d07fdf4220455c38309bf5732f0 (patch)
treedbcc3db2c7aad06fc5b1a5a861bde28e08f6f515
parent1dec4ee959edcfc6154a24a709de7eb25ea311c8 (diff)
downloadmanifest-458d0c3c9c6c0d07fdf4220455c38309bf5732f0.tar.gz
optee.xml: add additional repos
kmgk, hikey960 bootloaders and wv Change-Id: Iefd55992d39e1e43d73f4bb39b7a5a7919260d8c 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>