blob: fce315c989cc380ac2caa010e37010608871f574 [file] [log] [blame]
Igor Opaniuk9b029de2024-01-15 19:17:57 +01001<?xml version="1.0" encoding="UTF-8"?>
2<manifest>
3 <remote name="github" fetch="https://github.com" />
4 <default remote="github" revision="master" />
5
6 <!-- OP-TEE gits -->
7 <project path="optee_client" name="OP-TEE/optee_client.git" />
8 <project path="optee_os" name="OP-TEE/optee_os.git" />
Jens Wiklanderde8023f2024-10-23 08:59:06 +02009 <project path="optee_ftpm" name="OP-TEE/optee_ftpm.git" />
Igor Opaniuk9b029de2024-01-15 19:17:57 +010010 <project path="optee_test" name="OP-TEE/optee_test.git" />
11
12 <!-- linaro-swg gits -->
13 <project path="linux" name="linaro-swg/linux.git" revision="optee" clone-depth="1" />
Igor Opaniuk9b029de2024-01-15 19:17:57 +010014 <project path="optee_examples" name="linaro-swg/optee_examples.git" />
15
16 <!-- buildroot git -->
Joakim Bech59667bd2024-06-12 16:09:01 +020017 <project path="buildroot" name="buildroot/buildroot.git" revision="refs/tags/2024.05" clone-depth="1" />
Jens Wiklanderc9cc8ea2024-09-25 11:24:50 +020018
19 <!-- fTPM implementation -->
20 <project path="ms-tpm-20-ref" name="microsoft/ms-tpm-20-ref" revision="98b60a44aba79b15fcce1c0d1e46cf5918400f6a" clone-depth="1" />
21
Igor Opaniuk9b029de2024-01-15 19:17:57 +010022</manifest>