u-boot-aspeed: Update to SDK v00.04.10

THe diff between the old commit and this one is below. This includes new
changes from the SDK, and the existing patches rebased on top of the new
SDK release.

Adriana Kobylak (1):
      configs: aspeed-common: Add redundant env for mmc

Chia-Wei Wang (1):
      configs: evb-ast2600-spl: Remove U-Boot MMC raw sector

Chin-Ting Kuo (5):
      spi_nor: aspeed: Update SPI driver
      spi: apseed: Update timing compensation calculation method
      dts: ast2600: Update decoded address size
      spi: aspeed: Fix resource size calculation method
      dts: aspeed: Sync the real scenario of AST2600 EVB

Dylan Hung (8):
      ram: aspeed: remove incorrect Vref information
      ram: aspeed: remove dead code and refine comment
      ram: aspeed: revise tRFI configuration
      ram: aspeed: fix incorrect printf
      ram: aspeed: revise coding style
      cmd: aspeed: nettest: add RTL8211F(D)-VD-CG support
      net: phy: realtek: Add RTL8211F-VD driver support
      clk: ast2600: fix ast2600_find_dly32_tap return value

Eddie James (5):
      gpio: Enable hogging support in SPL
      ast2600: Add GPIO controller and hog TPM reset pin
      ARM: dts: aspeed: tacoma: Add eMMC nodes and parameters
      ARM: dts: aspeed: rainier: Add eMMC nodes and parameters
      Add GPIO hogging support for AST2600 openbmc config

George Hung (1):
      ARM: dts: aspeed: add Quanta S6Q machine dts

Heiko Schocher (2):
      gpio: add gpio-hog support
      gpio: fixes for gpio-hog support

Jamin Lin (1):
      fix compiling warnings for AST2600 A1 SPL

Jammy Huang (1):
      misc: dp: Update fw

Jean-Jacques Hiblot (1):
      dm: Add a No-op uclass

Joel Stanley (15):
      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
      aspeed: Disable unused loaders, add STMICRO flash
      aspeed: Sort dts files in makefile
      as2600/scu: Fix printing of security info
      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

Neal Liu (3):
      crypto: aspeed: combine acry drivers into a file
      arm: dts: ast2600: add acry sram base
      crypto: aspeed: acry: add private allocated space for device

Peng Fan (1):
      tools: imx image: fix write warning

Potin Lai (1):
      ARM: dts: Aspeed: Add Bletchley dts

Troy Lee (2):
      ARM: aspeed: Disable ABR WDT when boot from UART with secure boot
      configs: aspeed: Increase SPL stack size

Zev Weiss (1):
      pinctrl: ast2400: add support for TXD3/RXD3 pins

ryan_chen (3):
      rename pcie driver for aspeed phy and pcie controller
      ast2600:bclk is come from epll. it will update in datasheet
      platform.S:ast2600: modify for only reset at AC on

Change-Id: I52b1be9474461e18dd26fd08472c2824485c1c09
Signed-off-by: Joel Stanley <joel@jms.id.au>
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 f139bfd..ae82748 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 = "ed55c4e7c3c4abacecaadda149656129f8b22965"
+SRCREV = "21fa3f3380749b5bfda4d95230d2911671cf3fcf"
 SRC_URI = "git://git@github.com/openbmc/u-boot.git;nobranch=1;protocol=https"
 
 S = "${WORKDIR}/git"