summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-bsp
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2017-05-26 14:27:34 +1000
committerPatrick Williams <patrick@stwcx.xyz>2017-06-26 19:31:52 +0000
commit8bec40e2946bfab7027c2f4771dc254ae01d4414 (patch)
tree8cadd2665970f675bdb1871fadd92fa7a77021f4 /meta-phosphor/common/recipes-bsp
parent0204cee8226cf0a342b5cc088d15ef963a7db4d3 (diff)
downloadtalos-openbmc-8bec40e2946bfab7027c2f4771dc254ae01d4414.tar.gz
talos-openbmc-8bec40e2946bfab7027c2f4771dc254ae01d4414.zip
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 <joel@jms.id.au>
Diffstat (limited to 'meta-phosphor/common/recipes-bsp')
-rw-r--r--meta-phosphor/common/recipes-bsp/u-boot/u-boot-fw-utils_2016.07.bb2
-rw-r--r--meta-phosphor/common/recipes-bsp/u-boot/u-boot-mkimage_2016.07.bb2
-rw-r--r--meta-phosphor/common/recipes-bsp/u-boot/u-boot_2016.07.bb2
3 files changed, 3 insertions, 3 deletions
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"
OpenPOWER on IntegriCloud