Pipat Methavanitpong | 61b0779 | 2019-06-05 11:53:09 +0900 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <manifest> |
| 3 | <remote name="github" fetch="https://github.com" /> |
Victor Chong | 945ca87 | 2019-08-08 17:32:22 +0100 | [diff] [blame] | 4 | <remote name="tfo" fetch="https://git.trustedfirmware.org" /> |
Pipat Methavanitpong | 61b0779 | 2019-06-05 11:53:09 +0900 | [diff] [blame] | 5 | |
| 6 | <default remote="github" revision="master" /> |
| 7 | |
| 8 | <!-- OP-TEE gits --> |
Ruchika Gupta | 873d3e0 | 2021-04-30 12:51:56 +0530 | [diff] [blame] | 9 | <project path="optee_client" name="OP-TEE/optee_client.git" revision="refs/tags/3.13.0" clone-depth="1" /> |
| 10 | <project path="optee_os" name="OP-TEE/optee_os.git" revision="refs/tags/3.13.0" clone-depth="1" /> |
| 11 | <project path="optee_test" name="OP-TEE/optee_test.git" revision="refs/tags/3.13.0" clone-depth="1" /> |
| 12 | <project path="build" name="OP-TEE/build.git" revision="refs/tags/3.13.0" clone-depth="1"> |
Pipat Methavanitpong | 61b0779 | 2019-06-05 11:53:09 +0900 | [diff] [blame] | 13 | <linkfile src="synquacer.mk" dest="build/Makefile" /> |
| 14 | </project> |
| 15 | |
| 16 | <!-- Misc gits --> |
Pipat Methavanitpong | 2c48973 | 2019-12-24 15:48:47 +0900 | [diff] [blame] | 17 | <project path="SCP-firmware" name="ARM-software/SCP-firmware.git" revision="56d4f515bcf1bc1b843abe343e9cf9dc44898ca2" /> |
Pipat Methavanitpong | 61b0779 | 2019-06-05 11:53:09 +0900 | [diff] [blame] | 18 | <project path="edk2" name="tianocore/edk2.git" revision="21d9dc21f81828538af02ca9c2d86a36551b0771" /> |
Pipat Methavanitpong | 61b0779 | 2019-06-05 11:53:09 +0900 | [diff] [blame] | 19 | <project path="edk2-non-osi" name="tianocore/edk2-non-osi.git" revision="596043ffb61d5f74a9eb334eaa4df683fa975c92" /> |
Victor Chong | 46dbf2d | 2019-08-09 19:41:49 +0100 | [diff] [blame] | 20 | <project path="edk2-platforms" name="tianocore/edk2-platforms.git" revision="22d5f499135a0b43bfb723a983f93c3148d68494" /> |
Jerome Forissier | c91340c | 2020-02-06 11:25:35 +0100 | [diff] [blame] | 21 | <project path="trusted-firmware-a" name="TF-A/trusted-firmware-a.git" revision="refs/tags/v2.2" clone-depth="1" remote="tfo"/> |
Pipat Methavanitpong | 61b0779 | 2019-06-05 11:53:09 +0900 | [diff] [blame] | 22 | </manifest> |