Victor Chong | f3ccede | 2017-07-02 11:26:18 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <manifest> |
Victor Chong | 46dbf2d | 2019-08-09 19:41:49 +0100 | [diff] [blame] | 3 | <remote name="github" fetch="https://github.com" /> |
Joakim Bech | 10f934c | 2018-03-14 15:54:51 +0100 | [diff] [blame] | 4 | <remote name="savannah" fetch="git://git.savannah.gnu.org" /> |
Victor Chong | 945ca87 | 2019-08-08 17:32:22 +0100 | [diff] [blame] | 5 | <remote name="tfo" fetch="https://git.trustedfirmware.org" /> |
Victor Chong | f3ccede | 2017-07-02 11:26:18 +0100 | [diff] [blame] | 6 | |
Joakim Bech | 10f934c | 2018-03-14 15:54:51 +0100 | [diff] [blame] | 7 | <default remote="github" revision="master" /> |
Victor Chong | f3ccede | 2017-07-02 11:26:18 +0100 | [diff] [blame] | 8 | |
Joakim Bech | 10f934c | 2018-03-14 15:54:51 +0100 | [diff] [blame] | 9 | <!-- OP-TEE gits --> |
Jerome Forissier | 52bc031 | 2020-08-21 18:46:55 +0200 | [diff] [blame] | 10 | <project path="optee_client" name="OP-TEE/optee_client.git" revision="refs/tags/3.10.0" clone-depth="1" /> |
| 11 | <project path="optee_os" name="OP-TEE/optee_os.git" revision="refs/tags/3.10.0" clone-depth="1" /> |
| 12 | <project path="optee_test" name="OP-TEE/optee_test.git" revision="refs/tags/3.10.0" clone-depth="1" /> |
| 13 | <project path="build" name="OP-TEE/build.git" revision="refs/tags/3.10.0" clone-depth="1"> |
Joakim Bech | 10f934c | 2018-03-14 15:54:51 +0100 | [diff] [blame] | 14 | <linkfile src="hikey960.mk" dest="build/Makefile" /> |
| 15 | </project> |
Victor Chong | f3ccede | 2017-07-02 11:26:18 +0100 | [diff] [blame] | 16 | |
Joakim Bech | 10f934c | 2018-03-14 15:54:51 +0100 | [diff] [blame] | 17 | <!-- linaro-swg gits --> |
Jerome Forissier | 52bc031 | 2020-08-21 18:46:55 +0200 | [diff] [blame] | 18 | <project path="optee_examples" name="linaro-swg/optee_examples.git" revision="refs/tags/3.10.0" clone-depth="1" /> |
Joakim Bech | 10f934c | 2018-03-14 15:54:51 +0100 | [diff] [blame] | 19 | <project path="patches_hikey" name="linaro-swg/patches_hikey.git" revision="d9c07f0ac0ce5fe57d367be82b8673aae8e81e96" /> |
Victor Chong | f3ccede | 2017-07-02 11:26:18 +0100 | [diff] [blame] | 20 | |
Joakim Bech | 10f934c | 2018-03-14 15:54:51 +0100 | [diff] [blame] | 21 | <!-- Misc gits --> |
Joakim Bech | aceef14 | 2019-05-16 15:52:29 +0200 | [diff] [blame] | 22 | <project path="buildroot" name="buildroot/buildroot.git" revision="95942f5fcd35d783a49adce621ccf33480f1c88c" /> |
Jerome Forissier | 4f9f599 | 2018-08-03 14:25:02 +0200 | [diff] [blame] | 23 | <project path="edk2" name="96boards-hikey/edk2.git" revision="77326b5a153513c826d5a50363eace6ef6b59413" /> |
Joakim Bech | 10f934c | 2018-03-14 15:54:51 +0100 | [diff] [blame] | 24 | <project path="grub" name="grub.git" revision="refs/tags/grub-2.02" clone-depth="1" remote="savannah" /> |
Jerome Forissier | d03546c | 2020-08-23 16:36:49 +0200 | [diff] [blame] | 25 | <project path="linux" name="linaro-swg/linux.git" revision="refs/tags/optee-3.10.0" clone-depth="1" /> |
Jerome Forissier | a48959a | 2019-06-04 16:51:45 +0200 | [diff] [blame] | 26 | <project path="l-loader" name="96boards-hikey/l-loader.git" revision="a0c5d726cd2a9984f1cb98f0123969cfccce990d" /> |
Jerome Forissier | c91340c | 2020-02-06 11:25:35 +0100 | [diff] [blame] | 27 | <project path="OpenPlatformPkg" name="96boards-hikey/OpenPlatformPkg.git" revision="245344ea5421ba126e1eb76484d00b590a4a78f7" /> |
Jerome Forissier | 7941c5b | 2018-04-26 14:28:36 +0200 | [diff] [blame] | 28 | <project path="tools-images-hikey960" name="96boards-hikey/tools-images-hikey960.git" revision="a10d2bf1dca7a1be50fc60e58ed93253c95de076" /> |
Jerome Forissier | c91340c | 2020-02-06 11:25:35 +0100 | [diff] [blame] | 29 | <project path="trusted-firmware-a" name="TF-A/trusted-firmware-a.git" revision="refs/tags/v2.2" clone-depth="1" remote="tfo" /> |
Victor Chong | f3ccede | 2017-07-02 11:26:18 +0100 | [diff] [blame] | 30 | </manifest> |