blob: a3bf2f08faa721112eb75987445b60ffd0d5aa49 [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" />
9 <project path="optee_test" name="OP-TEE/optee_test.git" />
10
11 <!-- linaro-swg gits -->
12 <project path="linux" name="linaro-swg/linux.git" revision="optee" clone-depth="1" />
Igor Opaniuk9b029de2024-01-15 19:17:57 +010013 <project path="optee_examples" name="linaro-swg/optee_examples.git" />
14
15 <!-- buildroot git -->
Joakim Bech59667bd2024-06-12 16:09:01 +020016 <project path="buildroot" name="buildroot/buildroot.git" revision="refs/tags/2024.05" clone-depth="1" />
Jens Wiklanderc9cc8ea2024-09-25 11:24:50 +020017
18 <!-- fTPM implementation -->
19 <project path="ms-tpm-20-ref" name="microsoft/ms-tpm-20-ref" revision="98b60a44aba79b15fcce1c0d1e46cf5918400f6a" clone-depth="1" />
20
Igor Opaniuk9b029de2024-01-15 19:17:57 +010021</manifest>