blob: 6d7be4b651792f23ffc3a76c1c627bea3e880f7b [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 -->
Joakim Bechcb7deb32021-01-20 16:45:47 +01009 <project path="optee_client" name="OP-TEE/optee_client.git" revision="refs/tags/3.12.0" clone-depth="1" />
10 <project path="optee_os" name="OP-TEE/optee_os.git" revision="refs/tags/3.12.0" clone-depth="1" />
11 <project path="optee_test" name="OP-TEE/optee_test.git" revision="refs/tags/3.12.0" clone-depth="1" />
12 <project path="build" name="OP-TEE/build.git" revision="refs/tags/3.12.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 -->
Igor Opaniuk4ec141c2018-07-25 12:34:42 +030018 <project path="linux" name="linaro-swg/linux.git" revision="rpi3-optee-4.14" clone-depth="1" />
Joakim Bechcb7deb32021-01-20 16:45:47 +010019 <project path="optee_benchmark" name="linaro-swg/optee_benchmark.git" revision="refs/tags/3.12.0" clone-depth="1"/>
20 <project path="optee_examples" name="linaro-swg/optee_examples.git" revision="refs/tags/3.12.0" clone-depth="1" />
Joakim Bech9c91fa72016-07-12 14:01:29 +020021
Joakim Bech79ff83a2018-03-14 15:55:28 +010022 <!-- Misc gits -->
Jerome Forissier99f2e872020-09-21 16:53:26 +020023 <project path="buildroot" name="buildroot/buildroot.git" revision="refs/tags/2020.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" />
Jerome Forissierc91340c2020-02-06 11:25:35 +010025 <project path="trusted-firmware-a" name="TF-A/trusted-firmware-a.git" revision="refs/tags/v2.2" clone-depth="1" remote="tfo"/>
Igor Opaniuk0d6b1902019-01-17 15:42:24 +020026 <project path="u-boot" name="u-boot/u-boot.git" revision="aac0c29d4b8418c5c78b552070ffeda022b16949" />
Joakim Bech9c91fa72016-07-12 14:01:29 +020027</manifest>