Balint Dobszay | e4a9640 | 2022-06-13 13:43:51 +0200 | [diff] [blame^] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <manifest> |
| 3 | <include name="fvp.xml" /> |
| 4 | |
| 5 | <remote name="arm-gitlab" fetch="https://git.gitlab.arm.com" /> |
| 6 | |
| 7 | <!-- OP-TEE gits --> |
| 8 | <!-- Need to remove and re-add to replace Makefile symlink --> |
| 9 | <remove-project path="build" name="OP-TEE/build.git" /> |
| 10 | <project path="build" name="OP-TEE/build.git"> |
| 11 | <linkfile src="fvp-psa-sp.mk" dest="build/Makefile" /> |
| 12 | </project> |
| 13 | |
| 14 | <!-- linaro-swg gits --> |
| 15 | <!-- Replace Linux with mainline version --> |
| 16 | <remove-project path="linux" name="linaro-swg/linux.git" /> |
| 17 | <project path="linux" name="torvalds/linux.git" revision="refs/tags/v5.16" clone-depth="1" /> |
| 18 | |
| 19 | <!-- Misc gits --> |
| 20 | <!-- The fTPM is not used in this config --> |
| 21 | <remove-project path="ms-tpm-20-ref" name="microsoft/ms-tpm-20-ref" /> |
| 22 | <!-- Add Trusted Services Linux drivers --> |
| 23 | <project path="linux-arm-ffa-user" name="linux-arm/linux-trusted-services.git" revision="refs/tags/v4.0.0" clone-depth="1" remote="arm-gitlab" /> |
| 24 | <project path="linux-arm-ffa-tee" name="linux-arm/linux-trusted-services.git" revision="refs/tags/tee-v1" clone-depth="1" remote="arm-gitlab" /> |
| 25 | <!-- Add Trusted Services project --> |
| 26 | <project path="trusted-services" name="TS/trusted-services.git" revision="integration" remote="tfo" /> |
| 27 | </manifest> |