-
Notifications
You must be signed in to change notification settings - Fork 175
/
hikey.xml
31 lines (27 loc) · 2.56 KB
/
hikey.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="github" fetch="https://github.com" />
<remote name="savannah" fetch="git://git.savannah.gnu.org" />
<default remote="github" revision="master" />
<!-- OP-TEE gits -->
<project path="optee_client" name="OP-TEE/optee_client.git" revision="refs/tags/3.4.0" clone-depth="1" />
<project path="optee_os" name="OP-TEE/optee_os.git" revision="refs/tags/3.4.0" clone-depth="1" />
<project path="optee_test" name="OP-TEE/optee_test.git" revision="refs/tags/3.4.0" clone-depth="1" />
<project path="build" name="OP-TEE/build.git" revision="refs/tags/3.4.0" clone-depth="1">
<linkfile src="hikey.mk" dest="build/Makefile" />
</project>
<!-- linaro-swg gits -->
<project path="linux" name="linaro-swg/linux.git" revision="221a1acee8047ae65c2d5980e3a7c5f73362c59d" />
<project path="optee_examples" name="linaro-swg/optee_examples.git" revision="refs/tags/3.4.0" clone-depth="1" />
<project path="patches_hikey" name="linaro-swg/patches_hikey.git" revision="d9c07f0ac0ce5fe57d367be82b8673aae8e81e96" />
<!-- Misc gits -->
<project path="arm-trusted-firmware" name="ARM-software/arm-trusted-firmware.git" revision="34efb683e32254b8c325ac3071c5776d243a7b99" />
<project path="atf-fastboot" name="96boards-hikey/atf-fastboot.git" revision="d75cfac3877be68bb5e36be3fc57ba597a2d3710" />
<project path="buildroot" name="buildroot/buildroot.git" revision="refs/tags/2018.08" clone-depth="1" />
<project path="burn-boot" name="96boards-hikey/burn-boot.git" revision="bee2ea1660f3a03df8d391fb75aa08dbc3441856" />
<project path="busybox" name="mirror/busybox.git" revision="refs/tags/1_24_0" clone-depth="1" />
<project path="edk2" name="96boards-hikey/edk2.git" revision="77326b5a153513c826d5a50363eace6ef6b59413" />
<project path="grub" name="grub.git" revision="refs/tags/grub-2.02" clone-depth="1" remote="savannah" />
<project path="l-loader" name="96boards-hikey/l-loader.git" revision="49db0a01f8cc4f2a7e0dea01d843d72092635870" />
<project path="OpenPlatformPkg" name="96boards-hikey/OpenPlatformPkg.git" revision="fbdd4aeee4d8de04d1c332379b20efb7a59a9502" />
</manifest>