Joakim Bech | 9c91fa7 | 2016-07-12 14:01:29 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <manifest> |
Victor Chong | 945ca87 | 2019-08-08 17:32:22 +0100 | [diff] [blame] | 3 | <remote name="tfo" fetch="https://git.trustedfirmware.org" /> |
Joakim Bech | 9c91fa7 | 2016-07-12 14:01:29 +0200 | [diff] [blame] | 4 | |
Igor Opaniuk | 9b029de | 2024-01-15 19:17:57 +0100 | [diff] [blame] | 5 | <include name="common.xml" /> |
Joakim Bech | 79ff83a | 2018-03-14 15:55:28 +0100 | [diff] [blame] | 6 | <project path="build" name="OP-TEE/build.git"> |
| 7 | <linkfile src="rpi3.mk" dest="build/Makefile" /> |
| 8 | <linkfile src="rpi3/debugger/pi3.cfg" dest="build/pi3.cfg" /> |
Joakim Bech | 79ff83a | 2018-03-14 15:55:28 +0100 | [diff] [blame] | 9 | </project> |
Igor Opaniuk | 9b029de | 2024-01-15 19:17:57 +0100 | [diff] [blame] | 10 | <remove-project name="linaro-swg/linux.git" /> |
Joakim Bech | 2f4a111 | 2024-01-15 16:37:28 +0100 | [diff] [blame] | 11 | <project path="linux" name="linaro-swg/linux.git" revision="rpi3-optee-6.7" clone-depth="1" /> |
Joakim Bech | 9c91fa7 | 2016-07-12 14:01:29 +0200 | [diff] [blame] | 12 | |
Joakim Bech | 79ff83a | 2018-03-14 15:55:28 +0100 | [diff] [blame] | 13 | <!-- Misc gits --> |
Philby John | 4b852b1 | 2019-04-18 22:41:50 +0530 | [diff] [blame] | 14 | <project path="firmware" name="raspberrypi/firmware.git" revision="refs/tags/1.20190401" clone-depth="1" /> |
Jerome Forissier | fbefea5 | 2022-01-10 14:25:58 +0100 | [diff] [blame] | 15 | <project path="trusted-firmware-a" name="TF-A/trusted-firmware-a.git" revision="refs/tags/v2.6" clone-depth="1" remote="tfo"/> |
Joakim Bech | 2f4a111 | 2024-01-15 16:37:28 +0100 | [diff] [blame] | 16 | <project path="u-boot" name="u-boot/u-boot.git" revision="refs/tags/v2021.10" clone-depth="1" /> |
Joakim Bech | 9c91fa7 | 2016-07-12 14:01:29 +0200 | [diff] [blame] | 17 | </manifest> |