aboutsummaryrefslogtreecommitdiff
path: root/lx2160a.xml
diff options
context:
space:
mode:
authorGrant Likely <grant.likely@arm.com>2020-09-04 16:28:17 +0100
committerGrant Likely <grant.likely@arm.com>2020-09-07 17:32:14 +0100
commit92fe0776978f18dc4141cf0886f2c96e352e3326 (patch)
tree191bb6e6eaf27f88138d20aedfa9391b88125da4 /lx2160a.xml
parent317fd543972c843943ccdc00d967be450f92e1db (diff)
Add manifest for building lx2160a targets
The NXP LX2160a targets require a number of out-of-tree patches. Use repos that are carrying those patches. Signed-off-by: Grant Likely <grant.likely@arm.com> Change-Id: I0dcdf4cfcce185bf17697ffa2702bc9d6fccacb6
Diffstat (limited to 'lx2160a.xml')
-rw-r--r--lx2160a.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/lx2160a.xml b/lx2160a.xml
new file mode 100644
index 0000000..6f36209
--- /dev/null
+++ b/lx2160a.xml
@@ -0,0 +1,32 @@
+<manifest>
+ <remote name="github" fetch="https://github.com/"/>
+ <remote name="kernel.org" fetch="https://git.kernel.org/pub/scm/linux/kernel/git"/>
+ <remote name="tf.org" fetch="https://git.trustedfirmware.org/TF-A"/>
+ <remote name="linaro-ilias" fetch="https://git.linaro.org/people/ilias.apalodimas"/>
+ <remote name="qoriq" fetch="https://source.codeaurora.org/external/qoriq/qoriq-components"/>
+
+ <default revision="refs/heads/master" remote="github" sync-j="4"/>
+
+ <project name="glikely/u-boot-tfa-build" path="scripts">
+ <linkfile src="top.mk" dest="Makefile"/>
+ </project>
+
+ <!-- OP-TEE -->
+ <project path="optee_os" remote="github" name="apalos/optee_os" revision="stmm_pr"/>
+
+ <!-- EDK2 for StandaloneMM -->
+ <project name="edk2" remote="linaro-ilias" revision="stmm_ffa" sync-s="true"/>
+ <project name="edk2-platforms" remote="linaro-ilias" revision="stmm_rpmb_ffa"/>
+
+ <project path="trusted-firmware-a" remote="github" name="glikely/trusted-firmware-a" revision="lx2160a"/>
+ <project path="u-boot" remote="github" name="glikely/u-boot" revision="lx2160a"/>
+ <project name="devicetree/devicetree-rebasing.git" path="devicetree-rebasing" remote="kernel.org"/>
+
+ <!-- Platform specific source and binaries -->
+ <project path="rcw" remote="github" name="glikely/nxp-rcw" revision="lx2160a"/>
+ <project name="restool" remote="qoriq" revision="refs/tags/LSDK-20.04"/>
+ <project path="mc-utils" remote="github" revision="refs/heads/LSDK-20.04-cex7" name="glikely/nxp-mc-utils"/>
+ <project path="qoriq-mc-binary" remote="github" name="nxp/qoriq-mc-binary" revision="refs/tags/LSDK-20.04"/>
+ <project path="ddr-phy-binary" remote="github" name="nxp/ddr-phy-binary"/>
+</manifest>
+