hikey: Add debian xml-file (experimental)
Change-Id: I026970e6dc9a52043d962b94019466d30d816152
Signed-off-by: Joakim Bech <joakim.bech@linaro.org>
Reviewed-by: Pascal Brand <pascal.brand@linaro.org>
diff --git a/hikey_debian.xml b/hikey_debian.xml
new file mode 100644
index 0000000..9890b53
--- /dev/null
+++ b/hikey_debian.xml
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+ <!-- remote name="arm" fetch="https://github.com/ARM-software" /-->
+ <remote name="linaro-swg" fetch="https://github.com/linaro-swg" />
+ <remote name="optee" fetch="https://github.com/OP-TEE" />
+ <remote name="savannah" fetch="git://git.savannah.gnu.org" />
+ <remote name="96boards" fetch="https://github.com/96boards" />
+ <remote name="96b-hk" fetch="https://github.com/96boards-hikey" />
+ <remote name="sfnet" fetch="git://git.code.sf.net/p/strace" />
+
+ <default remote="optee" revision="master" />
+
+ <!-- strace -->
+ <project remote="sfnet" path="strace" name="code" />
+
+ <!-- l-loader -->
+ <project remote="96boards" path="l-loader" name="l-loader" />
+
+ <!-- burn-boot -->
+ <project remote="96boards" path="burn-boot" name="burn-boot" />
+
+ <!-- OP-TEE gits -->
+ <project path="optee_os" name="optee_os" />
+ <project path="optee_client" name="optee_client" />
+ <project path="optee_test" name="optee_test" />
+
+ <!-- ARM gits -->
+ <!-- project remote="arm" path="arm-trusted-firmware" name="arm-trusted-firmware" /-->
+ <project remote="96b-hk" path="arm-trusted-firmware" name="arm-trusted-firmware" revision="hikey" />
+
+ <!-- Tianocore, EDK2 -->
+ <project remote="96boards" path="edk2" name="edk2" revision="hikey" />
+
+ <!-- grub -->
+ <project remote="savannah" path="grub" name="grub" />
+
+ <!-- Linux kernel -->
+ <project remote="linaro-swg" path="linux" name="linux" revision="experimental/96b_rpb_1603_optee_debian"/>
+
+ <!-- aes-perf -->
+ <project remote="linaro-swg" path="aes-perf" name="aes-perf" />
+
+ <!-- sha-perf -->
+ <project remote="linaro-swg" path="sha-perf" name="sha-perf" />
+
+ <!-- patches -->
+ <project remote="linaro-swg" path="patches_hikey" name="patches_hikey" revision="gendrv"/>
+
+ <!-- Build -->
+ <project path="build" name="build" >
+ <linkfile src="hikey_debian.mk" dest="build/Makefile" />
+ </project>
+</manifest>