summaryrefslogtreecommitdiff
path: root/rde1edge.xml
diff options
context:
space:
mode:
authorThomas Abraham <thomas.abraham@arm.com>2019-03-08 10:06:28 +0530
committerThomas Abraham <thomas.abraham@arm.com>2019-03-08 20:59:45 +0530
commitf97ab86acc7f4de4fcc5bfe225c7d24f8dfa8a31 (patch)
tree2a8fb016b9c8d17cff1f73c450ab65723949e773 /rde1edge.xml
parente9ea05eb6b870b5f0f71ebbca62692c40dbfe85f (diff)
rde1edge: add a manifest for RD-E1-Edge platform
Add a manifest for RD-E1-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: Idb907bb8d3ae7b478aed534af76132827bcb50a8 Signed-off-by: Thomas Abraham <thomas.abraham@arm.com>
Diffstat (limited to 'rde1edge.xml')
-rw-r--r--rde1edge.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/rde1edge.xml b/rde1edge.xml
new file mode 100644
index 0000000..35141e8
--- /dev/null
+++ b/rde1edge.xml
@@ -0,0 +1,27 @@
+<?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="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="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>