summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-bsp/u-boot/u-boot_2016.07.bb
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2016-12-19 13:33:29 +1030
committerPatrick Williams <patrick@stwcx.xyz>2016-12-19 13:32:55 +0000
commite7e77622439d0f6f97a35bb0c9b3e582064531d2 (patch)
tree365bf7d72e389b11f8e1fe4851e2cfbdb41ae177 /meta-phosphor/common/recipes-bsp/u-boot/u-boot_2016.07.bb
parent8240a7e6d3ddeeab56e3a238dcb4e7a4210dbed4 (diff)
downloadtalos-openbmc-e7e77622439d0f6f97a35bb0c9b3e582064531d2.tar.gz
talos-openbmc-e7e77622439d0f6f97a35bb0c9b3e582064531d2.zip
Update u-boot to support booting FIT images
This adds FIT support from Rick. Two of the patches are only relevant to our out-of-tree Aspeed support, but one was sent upstream. There is also a bugfix for a linker issue discovered when preparing this release that was sent upstream. Bugfix for building with bleeding edge binutils * Makefile: Fix linking with modern binutils (sent upstream[1]) FIT image support * Enable FIT image support and FDT loading for AST2400/AST2500 * bootm: relocate ramdisk if CONFIG_SYS_BOOT_RAMDISK_HIGH set (sent upstream [2]) * aspeed: remove hack loading ramdisk in memory [1] https://patchwork.ozlabs.org/patch/706336/ [2] https://patchwork.ozlabs.org/patch/704192/ Change-Id: I46469bb0426c1071843884a3b4f1e15e3d6a58e0 Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'meta-phosphor/common/recipes-bsp/u-boot/u-boot_2016.07.bb')
-rw-r--r--meta-phosphor/common/recipes-bsp/u-boot/u-boot_2016.07.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/common/recipes-bsp/u-boot/u-boot_2016.07.bb b/meta-phosphor/common/recipes-bsp/u-boot/u-boot_2016.07.bb
index 9db0b1155..42f1f6e74 100644
--- a/meta-phosphor/common/recipes-bsp/u-boot/u-boot_2016.07.bb
+++ b/meta-phosphor/common/recipes-bsp/u-boot/u-boot_2016.07.bb
@@ -3,7 +3,7 @@ require recipes-bsp/u-boot/u-boot.inc
LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6"
DEPENDS += "dtc-native"
-SRCREV = "f9b2a49f57c153c7358f9769234c0cefdf4de8d4"
+SRCREV = "aa7a90f2ff1e807e057c6dbb0d0c579174c75acc"
UBRANCH = "v2016.07-aspeed-openbmc"
SRC_URI = "git://git@github.com/openbmc/u-boot.git;branch=${UBRANCH};protocol=https"
OpenPOWER on IntegriCloud