commit | 734b70aa7a5caadf2325a906859263f8506bea8b | [log] [tgz] |
---|---|---|
author | Joel Stanley <joel@jms.id.au> | Wed Jan 18 11:04:45 2017 +1100 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Jan 24 16:22:43 2017 +0000 |
tree | 07ab1202f8b307a91d36c2edae6101d387edd115 | |
parent | bceaf69092c394ad3eb2fe93696e1b71d93b563b [diff] |
u-boot: Update version for HUSH support This enables the HUSH shell in u-boot, and uses that support to assume a ramdisk 0x20300000 if one is not found in the FIT image. Change-Id: Iaed89795ad1649d3b9e0666d009957a77dafcb41 Signed-off-by: Joel Stanley <joel@jms.id.au>
diff --git a/meta-phosphor/common/recipes-bsp/u-boot/u-boot-fw-utils_2016.07.bb b/meta-phosphor/common/recipes-bsp/u-boot/u-boot-fw-utils_2016.07.bb index 034f8c1..107c878 100644 --- a/meta-phosphor/common/recipes-bsp/u-boot/u-boot-fw-utils_2016.07.bb +++ b/meta-phosphor/common/recipes-bsp/u-boot/u-boot-fw-utils_2016.07.bb
@@ -4,7 +4,7 @@ SECTION = "bootloader" DEPENDS = "mtd-utils" -SRCREV = "aa7a90f2ff1e807e057c6dbb0d0c579174c75acc" +SRCREV = "be5e3b5b680746718f45ec5ad45e2debc61407b5" UBRANCH = "v2016.07-aspeed-openbmc" SRC_URI = "git://git@github.com/openbmc/u-boot.git;branch=${UBRANCH};protocol=https"
diff --git a/meta-phosphor/common/recipes-bsp/u-boot/u-boot-mkimage_2016.07.bb b/meta-phosphor/common/recipes-bsp/u-boot/u-boot-mkimage_2016.07.bb index 5fdc141..b076728 100644 --- a/meta-phosphor/common/recipes-bsp/u-boot/u-boot-mkimage_2016.07.bb +++ b/meta-phosphor/common/recipes-bsp/u-boot/u-boot-mkimage_2016.07.bb
@@ -5,7 +5,7 @@ DEPENDS = "openssl" -SRCREV = "aa7a90f2ff1e807e057c6dbb0d0c579174c75acc" +SRCREV = "be5e3b5b680746718f45ec5ad45e2debc61407b5" UBRANCH = "v2016.07-aspeed-openbmc" SRC_URI = "git://git@github.com/openbmc/u-boot.git;branch=${UBRANCH};protocol=https"
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 42f1f6e..e691558 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 @@ LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" DEPENDS += "dtc-native" -SRCREV = "aa7a90f2ff1e807e057c6dbb0d0c579174c75acc" +SRCREV = "be5e3b5b680746718f45ec5ad45e2debc61407b5" UBRANCH = "v2016.07-aspeed-openbmc" SRC_URI = "git://git@github.com/openbmc/u-boot.git;branch=${UBRANCH};protocol=https"