From 8bec40e2946bfab7027c2f4771dc254ae01d4414 Mon Sep 17 00:00:00 2001 From: Joel Stanley Date: Fri, 26 May 2017 14:27:34 +1000 Subject: u-boot: Update platform.S and Watchdog entablement Moves u-boot to version 16 of the ast2500 platform.S initialisation sequence. It contains important fixes for a number of devices in the SoC. The watchdog (WDT2) is now enabled by default from boot. u-boot will pat the watchdog while using the command line interface, and then rely on the kernel to take over once it boots. Joel Stanley (3): aspeed: Update platform_g5.S to version 15 aspeed: Update platform_g5.S to version 16 aspeed: Add defines for all watchdogs Mykola Kostenok (2): Add extended configuration for ast-g5 board aspeed: Add WD2 reset support for ast-g5 Change-Id: I2c36f960e88b5639f779c57879acdb923b00e3d0 Signed-off-by: Joel Stanley --- meta-phosphor/common/recipes-bsp/u-boot/u-boot-fw-utils_2016.07.bb | 2 +- meta-phosphor/common/recipes-bsp/u-boot/u-boot-mkimage_2016.07.bb | 2 +- meta-phosphor/common/recipes-bsp/u-boot/u-boot_2016.07.bb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'meta-phosphor/common/recipes-bsp') 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 107c878da..2dd34eaed 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 @@ LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" SECTION = "bootloader" DEPENDS = "mtd-utils" -SRCREV = "be5e3b5b680746718f45ec5ad45e2debc61407b5" +SRCREV = "a5e0a21ed4b62ab4d8ff09f70b751db0f46ddaac" 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 b076728f7..715eaf406 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 @@ SECTION = "bootloader" DEPENDS = "openssl" -SRCREV = "be5e3b5b680746718f45ec5ad45e2debc61407b5" +SRCREV = "a5e0a21ed4b62ab4d8ff09f70b751db0f46ddaac" 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 e69155827..5213a4f6a 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 = "be5e3b5b680746718f45ec5ad45e2debc61407b5" +SRCREV = "a5e0a21ed4b62ab4d8ff09f70b751db0f46ddaac" UBRANCH = "v2016.07-aspeed-openbmc" SRC_URI = "git://git@github.com/openbmc/u-boot.git;branch=${UBRANCH};protocol=https" -- cgit v1.2.1