Igor Opaniuk | a69b871 | 2018-06-04 12:04:40 +0300 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <manifest> |
| 3 | <remote name="github" fetch="https://github.com" /> |
Victor Chong | 945ca87 | 2019-08-08 17:32:22 +0100 | [diff] [blame] | 4 | <remote name="tfo" fetch="https://git.trustedfirmware.org" /> |
Igor Opaniuk | bde8e35 | 2019-10-09 23:16:56 +0300 | [diff] [blame] | 5 | <remote name="denx" fetch="https://gitlab.denx.de" /> |
Igor Opaniuk | a69b871 | 2018-06-04 12:04:40 +0300 | [diff] [blame] | 6 | |
| 7 | <default remote="github" revision="master" /> |
| 8 | |
| 9 | <!-- OP-TEE gits --> |
| 10 | <project path="build" name="OP-TEE/build.git" > |
| 11 | <linkfile src="poplar.mk" dest="build/Makefile" /> |
| 12 | </project> |
| 13 | <project path="optee_client" name="OP-TEE/optee_client.git" /> |
| 14 | <project path="optee_os" name="OP-TEE/optee_os.git" /> |
| 15 | <project path="optee_test" name="OP-TEE/optee_test.git" /> |
| 16 | |
| 17 | <!-- linaro-swg gits --> |
| 18 | <project path="optee_examples" name="linaro-swg/optee_examples.git" /> |
Igor Opaniuk | c652c9e | 2020-05-11 15:59:00 +0300 | [diff] [blame] | 19 | <project path="linux" name="linaro-swg/linux.git" revision="optee" clone-depth="1" /> |
Igor Opaniuk | a69b871 | 2018-06-04 12:04:40 +0300 | [diff] [blame] | 20 | |
| 21 | <!-- 96boards-poplar gits --> |
Igor Opaniuk | a69b871 | 2018-06-04 12:04:40 +0300 | [diff] [blame] | 22 | <project path="l-loader" name="96boards-poplar/l-loader.git" revision="master" clone-depth="1" /> |
| 23 | <project path="poplar-tools" name="96boards-poplar/poplar-tools.git" revision="master" clone-depth="1" /> |
Igor Opaniuk | 9975cb9 | 2021-09-29 19:22:19 +0300 | [diff] [blame] | 24 | <project path="u-boot" name="u-boot/u-boot.git" revision="refs/tags/v2021.07" clone-depth="1" remote="denx" /> |
Igor Opaniuk | a69b871 | 2018-06-04 12:04:40 +0300 | [diff] [blame] | 25 | |
| 26 | <!-- Misc gits --> |
Jerome Forissier | 8de68ad | 2022-01-11 11:02:55 +0100 | [diff] [blame] | 27 | <project path="buildroot" name="buildroot/buildroot.git" revision="refs/tags/2021.11" clone-depth="1" /> |
Jerome Forissier | fbefea5 | 2022-01-10 14:25:58 +0100 | [diff] [blame^] | 28 | <project path="trusted-firmware-a" name="TF-A/trusted-firmware-a.git" revision="refs/tags/v2.6" clone-depth="1" remote="tfo" /> |
Igor Opaniuk | a69b871 | 2018-06-04 12:04:40 +0300 | [diff] [blame] | 29 | </manifest> |