u-boot-aspeed: Move to v00.04.09 SDK
This moves to the latest ASPEED SDK release. In addition we have
backports of gpio-hog support added, in order to implement a feature for
the Rainier system.
The old branch is archived as archive/v2019.04-aspeed-openbmc-4.
The patches on top of the SDK are:
Adriana Kobylak (1):
configs: aspeed-common: Add redundant env for mmc
Eddie James (5):
ARM: dts: aspeed: tacoma: Add eMMC nodes and parameters
ARM: dts: aspeed: rainier: Add eMMC nodes and parameters
gpio: Enable hogging support in SPL
Add GPIO hogging support for AST2600 openbmc config
ast2600: Add GPIO controller and hog TPM reset pin
Heiko Schocher (2):
gpio: add gpio-hog support
gpio: fixes for gpio-hog support
Jean-Jacques Hiblot (1):
dm: Add a No-op uclass
Joel Stanley (13):
tools: Add script for generating recovery image
Makefile: Conditionally add defaultenv_h to envtools target
ast2600: spl: Fix build when accelerators are disabled
ARM: dts: rainier: Enable ACRY and HACE
ARM: dts: tacoma: Enable ACRY and HACE
ast2600: spl: Implement board_boot_order
configs: Add OpenBMC spl defconfig for AST2600 boards
ast2600: Allow selection of SPL boot devices
config: ast2600: Add config for SPL MMC boot with FIT signature verification
ast2600: Add environment for booting from mmc
ast2600/openbmc: Use emmc based configuration
crypto: Restore old driver for Aspeed HACE
ARM: dts: aspeed: Disable ACRY for rainier and tacoma
Zev Weiss (1):
pinctrl: ast2400: add support for TXD3/RXD3 pins
Signed-off-by: Joel Stanley <joel@jms.id.au>
Change-Id: I3cfb7a6bb39c2c2fb2aa53c8f911a6224d33fd87
diff --git a/meta-aspeed/recipes-bsp/u-boot/u-boot-common-aspeed-sdk_2019.04.inc b/meta-aspeed/recipes-bsp/u-boot/u-boot-common-aspeed-sdk_2019.04.inc
index 2aa4ad2..45240d9 100644
--- a/meta-aspeed/recipes-bsp/u-boot/u-boot-common-aspeed-sdk_2019.04.inc
+++ b/meta-aspeed/recipes-bsp/u-boot/u-boot-common-aspeed-sdk_2019.04.inc
@@ -8,7 +8,7 @@
# We use the revision in order to avoid having to fetch it from the
# repo during parse
-SRCREV = "a570745a1a836e351bd4b1131f23a4fa5013d6dd"
+SRCREV = "0528c8012bf9cae3b1ed575d6bd20cab5e1415dc"
SRC_URI = "git://git@github.com/openbmc/u-boot.git;nobranch=1;protocol=https"
S = "${WORKDIR}/git"