summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Chong <victor.chong@linaro.org>2018-11-22 16:35:47 +0000
committerVictor Chong <victor.chong@linaro.org>2018-11-22 16:35:47 +0000
commit0b202e80bbbdb28d30a358e4a25af83721e62dc0 (patch)
tree132fa673113d315f48e09da61c7685a4399a4765
parentc287f9dfa381be93bcc07b3d203b07d255e04d1a (diff)
downloadmanifest-0b202e80bbbdb28d30a358e4a25af83721e62dc0.tar.gz
optee.xml: add additional repos
kmgk and hikey960 bootloaders Change-Id: Ic5bb65af90a9845b856ca27e223f4791fe54d5ca Signed-off-by: Victor Chong <victor.chong@linaro.org>
-rw-r--r--optee.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/optee.xml b/optee.xml
index 028d1459d..721f107cd 100644
--- a/optee.xml
+++ b/optee.xml
@@ -1,10 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="github-optee" fetch="https://github.com/" />
+ <remote name="lin" fetch="https://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" />
</manifest>