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" /> |
Imre Kis | 3986520 | 2023-04-13 16:27:03 +0200 | [diff] [blame^] | 6 | <remote name="kernel-org" fetch="https://git.kernel.org" /> |
Balint Dobszay | e4a9640 | 2022-06-13 13:43:51 +0200 | [diff] [blame] | 7 | |
| 8 | <!-- OP-TEE gits --> |
| 9 | <!-- Need to remove and re-add to replace Makefile symlink --> |
| 10 | <remove-project path="build" name="OP-TEE/build.git" /> |
| 11 | <project path="build" name="OP-TEE/build.git"> |
| 12 | <linkfile src="fvp-psa-sp.mk" dest="build/Makefile" /> |
| 13 | </project> |
| 14 | |
| 15 | <!-- linaro-swg gits --> |
| 16 | <!-- Replace Linux with mainline version --> |
| 17 | <remove-project path="linux" name="linaro-swg/linux.git" /> |
Imre Kis | 3986520 | 2023-04-13 16:27:03 +0200 | [diff] [blame^] | 18 | <project path="linux" name="pub/scm/linux/kernel/git/stable/linux.git" revision="refs/tags/v6.1.34" clone-depth="1" remote="kernel-org" /> |
Balint Dobszay | e4a9640 | 2022-06-13 13:43:51 +0200 | [diff] [blame] | 19 | |
| 20 | <!-- Misc gits --> |
| 21 | <!-- The fTPM is not used in this config --> |
| 22 | <remove-project path="ms-tpm-20-ref" name="microsoft/ms-tpm-20-ref" /> |
| 23 | <!-- Add Trusted Services Linux drivers --> |
Imre Kis | 3986520 | 2023-04-13 16:27:03 +0200 | [diff] [blame^] | 24 | <project path="linux-arm-ffa-user" name="linux-arm/linux-trusted-services.git" revision="refs/tags/debugfs-v5.0.1" clone-depth="1" remote="arm-gitlab" /> |
| 25 | <project path="linux-arm-ffa-tee" name="linux-arm/linux-trusted-services.git" revision="refs/tags/tee-v1.1.2" clone-depth="1" remote="arm-gitlab" /> |
Balint Dobszay | e4a9640 | 2022-06-13 13:43:51 +0200 | [diff] [blame] | 26 | <!-- Add Trusted Services project --> |
Imre Kis | 3986520 | 2023-04-13 16:27:03 +0200 | [diff] [blame^] | 27 | <project path="trusted-services" name="TS/trusted-services.git" revision="e56c7b19eef74afd4f4d8962b1b1ce699f25833d" remote="tfo" /> |
Balint Dobszay | e4a9640 | 2022-06-13 13:43:51 +0200 | [diff] [blame] | 28 | </manifest> |