summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArvind Chauhan <arvind.chauhan@arm.com>2020-02-03 10:57:26 +0530
committerArvind Chauhan <arvind.chauhan@arm.com>2020-02-03 10:57:26 +0530
commit3d80ba4f1d0f3e522f732ad2808221f733d3950a (patch)
tree3888a5bcf4f90da4ae321e4910864b2201aca943
parent874acfe0a9ef6b4334e2351d8891af65fcfb8b60 (diff)
fvp-uboot: Add manifest for minimal firmware configuration
This manifest fetches TF-A and U-Boot for Armv8-A Base FVP platform Signed-off-by: Arvind Chauhan <arvind.chauhan@arm.com>
-rw-r--r--pinned-uboot.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/pinned-uboot.xml b/pinned-uboot.xml
new file mode 100644
index 0000000..7480fde
--- /dev/null
+++ b/pinned-uboot.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+ <remote fetch="https://github.com/" name="github"/>
+ <remote fetch="https://git.linaro.org/" name="linaro"/>
+
+ <project name="ARM-software/arm-trusted-firmware" path="arm-tf" remote="github" revision="91ff490d75a89607a0b19577275e8134b8ffa74d" upstream="master"/>
+ <project name="landing-teams/working/arm/build-scripts" path="build-scripts" remote="linaro" revision="d3be5eeb171a0c3ff76d298088fe315bbdfe445e" upstream="armlt"/>
+ <project name="landing-teams/working/arm/model-scripts" path="model-scripts" remote="linaro" revision="ac4ac28dfa290c88defda72a4886744347f2fa5e" upstream="master"/>
+ <project name="landing-teams/working/arm/u-boot" path="u-boot" remote="linaro" revision="c17c4a296382a56722de19fcb0bcb555f118ee41" upstream="master"/>
+</manifest>