summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2016-02-26 17:07:10 +0000
committerRyan Harkin <ryan.harkin@linaro.org>2016-02-26 17:41:50 +0000
commit1d9a8cafe387c242306a5531eae51a251c74271b (patch)
treea8e48106b5431a887b7179e60d9b204221219a08
parent48babc9b4f9452ba893c2582a5b388b904f3945e (diff)
Add pinned-uefi.xml and fix up uefi.xml
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
-rw-r--r--pinned-uefi.xml18
-rw-r--r--uefi.xml11
2 files changed, 26 insertions, 3 deletions
diff --git a/pinned-uefi.xml b/pinned-uefi.xml
new file mode 100644
index 0000000..813e0e7
--- /dev/null
+++ b/pinned-uefi.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+
+ <remote fetch="https://github.com/" name="github"/>
+ <remote fetch="https://git.linaro.org/" name="linaro"/>
+ <remote fetch="https://github.com/ARMmbed/" name="mbedtls"/>
+
+ <project name="ARM-software/arm-trusted-firmware" path="arm-tf" remote="github" revision="84091c48167c3335c826b31c96c67a6e8ae7eeba" upstream="master"/>
+ <project name="landing-teams/working/arm/build-scripts" path="build-scripts" remote="linaro" revision="411c40757108a65f72e8787008fb2d2cfe6f56bf" upstream="master"/>
+ <project name="landing-teams/working/arm/model-scripts" path="model-scripts" remote="linaro" revision="89157abb9dd030c7d1cb7bc20df843b236358a33" upstream="master"/>
+ <project name="landing-teams/working/arm/ramdisk" path="ramdisk" remote="linaro" revision="b57c098ca0561ff39aa70b3fe2c795b7a0108717" upstream="master"/>
+ <project name="landing-teams/working/arm/u-boot" path="u-boot" remote="linaro" revision="382613fefac65596b4af93b8027e5e8be9cc20f1" upstream="master"/>
+ <project name="landing-teams/working/arm/uefi-tools.git" path="uefi/uefi-tools" remote="linaro" revision="b9a106861c735f1acfed31359e1af16f4741317d" upstream="master"/>
+ <project name="acpica/acpica" path="uefi/acpica" remote="github" revision="298c828456b1abe01870218a097b89fee71f4b60" upstream="master"/>
+ <project name="mbedtls.git" path="mbedtls" remote="mbedtls" revision="bfafadb45daf8d2114e3109e2f9021fc72ee36bb" upstream="master"/>
+ <project name="arm/vexpress-firmware" path="recovery" remote="linaro" revision="cad383a2c4ffeb9192605fda54c07fd1aa09a1b0" upstream="junor1"/>
+ <project name="arm/vexpress-firmware" path="vexpress-firmware" remote="linaro" revision="a6277ffb9ce657a06eb6ce29a738110539d43e21" upstream="vexpress"/>
+</manifest>
diff --git a/uefi.xml b/uefi.xml
index 1b558f6..98a8f74 100644
--- a/uefi.xml
+++ b/uefi.xml
@@ -1,13 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
- <remote fetch="https://git.linaro.org/" name="linaro" />
- <remote fetch="https://github.com/" name="github" />
+ <remote fetch="https://github.com/" name="github"/>
+ <remote fetch="https://git.linaro.org/" name="linaro"/>
+ <remote fetch="https://github.com/ARMmbed/" name="mbedtls"/>
<project path="arm-tf" name="ARM-software/arm-trusted-firmware" remote="github" revision="master"/>
<project path="build-scripts" name="landing-teams/working/arm/build-scripts" remote="linaro" revision="master"/>
<project path="model-scripts" name="landing-teams/working/arm/model-scripts" remote="linaro" revision="master"/>
<project path="uefi/edk2" name="landing-teams/working/arm/edk2" remote="linaro" revision="master"/>
+ <project path="uefi/OpenPlatformPkg" name="landing-teams/working/arm/OpenPlatformPkg" remote="linaro" revision="master"/>
+ <project path="uefi/uefi-tools" name="landing-teams/working/arm/uefi-tools.git" remote="linaro" revision="master"/>
+ <project name="acpica/acpica" path="uefi/acpica" remote="github" revision="298c828456b1abe01870218a097b89fee71f4b60"/>
<project path="recovery" name="arm/vexpress-firmware" remote="linaro" revision="junor1"/>
-
+ <project path="vexpress-firmware" name="arm/vexpress-firmware" remote="linaro" revision="vexpress"/>
+ <project name="mbedtls.git" path="mbedtls" remote="mbedtls" revision="master"/>
</manifest>