blob: b3ed390251e7a641d474d441005b004eadd88194 [file] [log] [blame]
Joakim Bech9c91fa72016-07-12 14:01:29 +02001<?xml version="1.0" encoding="UTF-8"?>
2<manifest>
Joakim Bech79ff83a2018-03-14 15:55:28 +01003 <remote name="github" fetch="https://github.com" />
Victor Chong945ca872019-08-08 17:32:22 +01004 <remote name="tfo" fetch="https://git.trustedfirmware.org" />
Joakim Bech9c91fa72016-07-12 14:01:29 +02005
Joakim Bech79ff83a2018-03-14 15:55:28 +01006 <default remote="github" revision="master" />
Igor Opaniuk961dca32017-07-25 20:41:01 +03007
Joakim Bech79ff83a2018-03-14 15:55:28 +01008 <!-- OP-TEE gits -->
Ruchika Gupta12b40022021-10-18 11:23:23 +05309 <project path="optee_client" name="OP-TEE/optee_client.git" revision="refs/tags/3.15.0" clone-depth="1" />
10 <project path="optee_os" name="OP-TEE/optee_os.git" revision="refs/tags/3.15.0" clone-depth="1" />
11 <project path="optee_test" name="OP-TEE/optee_test.git" revision="refs/tags/3.15.0" clone-depth="1" />
12 <project path="build" name="OP-TEE/build.git" revision="refs/tags/3.15.0" clone-depth="1">
Joakim Bech79ff83a2018-03-14 15:55:28 +010013 <linkfile src="rpi3.mk" dest="build/Makefile" />
14 <linkfile src="rpi3/debugger/pi3.cfg" dest="build/pi3.cfg" />
Joakim Bech79ff83a2018-03-14 15:55:28 +010015 </project>
Joakim Bech9c91fa72016-07-12 14:01:29 +020016
Joakim Bech79ff83a2018-03-14 15:55:28 +010017 <!-- linaro-swg gits -->
Joakim Bechb3bfb582021-01-11 21:13:11 +010018 <project path="linux" name="linaro-swg/linux.git" revision="rpi3-optee-5.4" clone-depth="1" />
Ruchika Gupta12b40022021-10-18 11:23:23 +053019 <project path="optee_benchmark" name="linaro-swg/optee_benchmark.git" revision="refs/tags/3.15.0" clone-depth="1"/>
20 <project path="optee_examples" name="linaro-swg/optee_examples.git" revision="refs/tags/3.15.0" clone-depth="1" />
Joakim Bech9c91fa72016-07-12 14:01:29 +020021
Joakim Bech79ff83a2018-03-14 15:55:28 +010022 <!-- Misc gits -->
Jerome Forissiere8d22102021-09-29 14:02:13 +020023 <project path="buildroot" name="buildroot/buildroot.git" revision="refs/tags/2021.08" clone-depth="1" />
Philby John4b852b12019-04-18 22:41:50 +053024 <project path="firmware" name="raspberrypi/firmware.git" revision="refs/tags/1.20190401" clone-depth="1" />
Ruchika Gupta0b7aaac2021-10-05 13:57:16 +053025 <project path="trusted-firmware-a" name="TF-A/trusted-firmware-a.git" revision="refs/tags/v2.5" clone-depth="1" remote="tfo"/>
26 <project path="u-boot" name="u-boot/u-boot.git" revision="refs/tags/v2021.10" clone-depth="1" />
Joakim Bech9c91fa72016-07-12 14:01:29 +020027</manifest>