summaryrefslogtreecommitdiff
path: root/rdn1edge.xml
diff options
context:
space:
mode:
authorThomas Abraham <thomas.abraham@arm.com>2019-03-08 10:03:33 +0530
committerThomas Abraham <thomas.abraham@arm.com>2019-03-08 20:59:45 +0530
commitc58bb1fc4e6a0f1139eca1f3607a209ad3fb4bc6 (patch)
tree128add28ca9325c271335ce6618d2e263a93cf27 /rdn1edge.xml
parent3720752d356089e1b0bea0001cbd0e768e5faea1 (diff)
rdn1edge: add a manifest for RD-N1-Edge platform
Add a manifest for RD-N1-Edge platform with list of repositories to be downloaded to setup the software stack for this platform. This manifest tracks the latest software updates available for this platform. Change-Id: I0f2cefe4f42a245a1f46778fdad452ab4c6134c8 Signed-off-by: Thomas Abraham <thomas.abraham@arm.com>
Diffstat (limited to 'rdn1edge.xml')
-rw-r--r--rdn1edge.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/rdn1edge.xml b/rdn1edge.xml
new file mode 100644
index 0000000..bd03b5f
--- /dev/null
+++ b/rdn1edge.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+ <remote fetch="git://git.busybox.net/" name="busybox"/>
+ <remote fetch="https://github.com/" name="github"/>
+ <remote fetch="https://git.linaro.org/" name="linaro"/>
+ <remote fetch="https://github.com/ARMmbed/" name="mbedtls"/>
+ <remote fetch="https://git.savannah.gnu.org" name="gnugit"/>
+ <remote fetch="https://git.kernel.org" name="kernel"/>
+ <remote fetch="https://git.trustedfirmware.org" name="trustedfirmware"/>
+
+ <project remote="linaro" name="landing-teams/working/arm/scp-firmware" path="scp" revision="refinfra" upstream="refinfra"/>
+ <project remote="linaro" name="landing-teams/working/arm/arm-tf" path="arm-tf" revision="refinfra" upstream="refinfra"/>
+ <project remote="linaro" name="landing-teams/working/arm/edk2" path="uefi/edk2" revision="refinfra" upstream="refinfra"/>
+ <project remote="linaro" name="landing-teams/working/arm/edk2-platforms" path="uefi/edk2/edk2-platforms" revision="refinfra" upstream="refinfra"/>
+ <project remote="linaro" name="landing-teams/working/arm/kernel-release" path="linux" revision="refinfra" upstream="refinfra"/>
+ <project remote="linaro" name="landing-teams/working/arm/build-scripts" path="build-scripts" revision="refinfra" upstream="refinfra"/>
+ <project remote="linaro" name="landing-teams/working/arm/model-scripts" path="model-scripts" revision="refinfra" upstream="refinfra"/>
+ <project remote="linaro" name="landing-teams/working/arm/uefi-tools" path="tools/uefi-tools" revision="refinfra" upstream="refinfra"/>
+ <project remote="trustedfirmware" name="TF-A/tf-a-tests" path="validation/comp-test/trusted-firmware-tf" revision="master" upstream="master"/>
+
+ <project remote="github" name="acpica/acpica" path="tools/acpica" revision="refs/tags/R05_31_17"/>
+ <project remote="github" name="ARMmbed/mbedtls.git" path="mbedtls" revision="refs/tags/mbedtls-2.2.1"/>
+ <project remote="github" name="ARM-software/CMSIS_5.git" path="scp/cmsis" revision="refs/tags/5.2.0"/>
+ <project remote="github" name="ARM-software/arm-enterprise-acs" path="validation/sys-test/arm-enterprise-acs" revision="refs/tags/v18.12_REL1.7"/>
+ <project remote="kernel" name="pub/scm/linux/kernel/git/jejb/efitools" path="tools/efitools" revision="master" />
+ <project remote="busybox" name="busybox" path="busybox" revision="master" upstream="master"/>
+ <project remote="gnugit" name="git/grub" path="grub" revision="f8f35acb5b05d40e3707a9d2db9ede60023e4cac" upstream="master"/>
+ <project remote="linaro" name="landing-teams/working/arm/ramdisk" path="ramdisk" revision="master" upstream="master"/>
+</manifest>