blob: bea9cfc19427f538b5bacbcf525cd2b29aa81ccc [file] [log] [blame]
Joakim Bechdedcb922015-04-29 23:04:27 +02001<?xml version="1.0" encoding="UTF-8"?>
2<manifest>
Victor Chong46dbf2d2019-08-09 19:41:49 +01003 <remote name="github" fetch="https://github.com" />
Joakim Bech63805f32018-03-14 15:54:32 +01004 <remote name="savannah" fetch="https://git.savannah.gnu.org/git" />
Victor Chong945ca872019-08-08 17:32:22 +01005 <remote name="tfo" fetch="https://git.trustedfirmware.org" />
Joakim Bechdedcb922015-04-29 23:04:27 +02006
Joakim Bech63805f32018-03-14 15:54:32 +01007 <default remote="github" revision="master" />
Joakim Bechdedcb922015-04-29 23:04:27 +02008
Joakim Bech63805f32018-03-14 15:54:32 +01009 <!-- OP-TEE gits -->
10 <project path="optee_client" name="OP-TEE/optee_client.git" />
11 <project path="optee_os" name="OP-TEE/optee_os.git" />
12 <project path="optee_test" name="OP-TEE/optee_test.git" />
13 <project path="build" name="OP-TEE/build.git">
14 <linkfile src="fvp.mk" dest="build/Makefile" />
15 </project>
Joakim Bechdedcb922015-04-29 23:04:27 +020016
Joakim Bech63805f32018-03-14 15:54:32 +010017 <!-- linaro-swg gits -->
Jerome Forissier62f48b92020-04-03 13:24:48 +020018 <project path="linux" name="linaro-swg/linux.git" revision="optee" clone-depth="1" />
Joakim Bech63805f32018-03-14 15:54:32 +010019 <project path="optee_examples" name="linaro-swg/optee_examples.git" />
Joakim Bechdedcb922015-04-29 23:04:27 +020020
Joakim Bech63805f32018-03-14 15:54:32 +010021 <!-- Misc gits -->
Jerome Forissiera4dd5a62023-01-27 10:41:46 +010022 <project path="buildroot" name="buildroot/buildroot.git" revision="refs/tags/2022.11.1" clone-depth="1" />
Jerome Forissier7faa4e82018-08-03 11:07:14 +020023 <project path="edk2" name="tianocore/edk2.git" revision="dd4cae4d82c7477273f3da455084844db5cca0c0" />
24 <project path="edk2-platforms" name="tianocore/edk2-platforms.git" revision="02daa58c21f89628b4d8c76f95f3a554289149bc" />
Joakim Bech63805f32018-03-14 15:54:32 +010025 <project path="grub" name="grub.git" revision="refs/tags/grub-2.02" clone-depth="1" remote="savannah" />
Gyorgy Szingfa779b82023-10-12 09:10:24 +020026 <project path="trusted-firmware-a" name="TF-A/trusted-firmware-a.git" revision="refs/tags/v2.9" clone-depth="1" remote="tfo" />
27 <project path="mbedtls" name="Mbed-TLS/mbedtls.git" revision="refs/tags/mbedtls-3.4.0" />
Javier Almansa Sobrino1080dc42020-02-26 10:50:07 +000028
29 <!-- fTPM implementation -->
30 <project path="ms-tpm-20-ref" name="microsoft/ms-tpm-20-ref" revision="98b60a44aba79b15fcce1c0d1e46cf5918400f6a" />
31
Joakim Bechdedcb922015-04-29 23:04:27 +020032</manifest>