blob: 79bfeef7b68ee15f26bebeed541a786a3d5b4427 [file] [log] [blame]
Andrew F. Davis84cfea52016-12-12 12:04:06 -06001<?xml version="1.0" encoding="UTF-8"?>
2<manifest>
3 <remote name="busybox" fetch="git://busybox.net" />
4 <remote name="linaro-swg" fetch="https://github.com/linaro-swg" />
5 <remote name="optee" fetch="https://github.com/OP-TEE" />
6 <remote name="ti-optee" fetch="git://git.ti.com/optee" />
7 <remote name="ti-u-boot" fetch="git://git.ti.com/ti-u-boot" />
8 <remote name="ti-linux" fetch="git://git.ti.com/ti-linux-kernel" />
9
10 <!-- OP-TEE gits -->
11 <project remote="ti-optee" path="optee_os" name="ti-optee-os.git" revision="ti_optee_os" />
12 <project remote="ti-optee" path="optee_client" name="ti-optee-client.git" revision="ti_optee_client" />
13 <project remote="ti-optee" path="optee_test" name="ti-optee-test.git" revision="ti_optee_test" />
14
15 <!-- busybox -->
16 <project remote="busybox" path="busybox" name="busybox.git" revision="dbf5a6da6a4295ce26edd1ce34fde567d19afa02" />
17
18 <!-- U-Boot -->
19 <project remote="ti-u-boot" path="u-boot" name="ti-u-boot.git" revision="ti-u-boot-2016.05" />
20
21 <!-- Linux kernel -->
22 <project remote="ti-linux" path="linux" name="ti-linux-kernel.git" revision="ti-lsk-linux-4.4.y" />
23
24 <!-- Hello world TA -->
25 <project remote="linaro-swg" path="hello_world" name="hello_world.git" revision="master" />
26
27 <!-- Filesystem -->
28 <project remote="linaro-swg" path="gen_rootfs" name="gen_rootfs.git" revision="master" />
29
30 <!-- Build -->
31 <project remote="optee" path="build" name="build.git" revision="master">
32 <linkfile src="dra7xx.mk" dest="build/Makefile" />
33 </project>
34</manifest>