summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2012-01-11 17:36:01 +0000
committerJon Medhurst <tixy@linaro.org>2012-01-11 17:36:01 +0000
commitc1c6dc0f704b485e55598f22260c2889f2af7150 (patch)
treebd6afe263c090f2e22ca9c5c1658a935d0dcdc2b
parent8b5b2132d06ce4131cfe13c4801a9d0e78518306 (diff)
manifests: (Vexpress) Switch to 3.2 kernel and custom U-Boot
The hacked U-Boot version is to support the A5 CoreTile. It will be eventually be replaced by a UEFI bootloader. Change-Id: I7b7a47504a3ca57db8e6d7ccc091c28c52537490 Signed-off-by: Jon Medhurst <tixy@linaro.org>
-rw-r--r--staging-vexpress-a9.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/staging-vexpress-a9.xml b/staging-vexpress-a9.xml
index a729992..35bb968 100644
--- a/staging-vexpress-a9.xml
+++ b/staging-vexpress-a9.xml
@@ -26,12 +26,13 @@
<project path="external/lrzsz" name="platform/external/lrzsz" revision="linaro-master" />
<project path="external/x264" name="platform/external/x264" revision="linaro-master" />
<project path="external/ffmpeg" name="platform/external/ffmpeg" revision="linaro-0.9" />
- <project path="u-boot" name="boot/u-boot-linaro-stable" revision="master" remote="linaro-other" />
+ <project path="u-boot" name="people/tixy/u-boot" revision="vexpress-hacks" remote="linaro-other" />
+ <project path="uefi" name="arm/uefi/uefi" revision="master" remote="linaro-other" />
<project path="external/gator" name="arm/ds5/gator" revision="android" remote="linaro-other" />
<project path="packages/wallpapers/LinaroWallpaper" name="platform/packages/wallpapers/LinaroWallpaper" revision="master" />
<!-- Make sure only one of the kernels is enabled! -->
<!-- Linaro kernel -->
- <project path="kernel" name="kernel/vexpress-a9" revision="armlt-linaro-android-3.1" />
+ <project path="kernel" name="kernel/vexpress-a9" revision="armlt-linaro-android-3.2" />
<!-- AOSP kernel -->
<!-- project path="kernel" name="kernel/omap" revision="android-omap-panda-3.0" -->
<!-- We copy the defconfig over so we can use the same name as w/ the Linaro kernel -->