Hi Tom,

please pull the next batch of Marvell MVEBU related patches. Here the
summary log of the most important parts:

----------------------------------------------------------------
- mvebu: a38x: Define supported UART baudrates (Pali)
- kwbimage: Misc improvements (Pali)
- espressobin/turris_mox/turris_omnia: Enable some more devices
  like SATA via PCIe, SATA & NVMe (Pali)
- a37xx: Remove unused CONFIG_DEBUG_UART_SHIFT options (Pali)
- turris_omnia: Disable MCU watchdog in SPL when booting over
  UART (Marek)
- kwbimage: Fix some Coverity issue (Heinrich)
----------------------------------------------------------------

Here the Azure build, without any issues:

https://dev.azure.com/sr0718/u-boot/_build/results?buildId=112&view=results

Thanks,
Stefan

The following changes since commit b15a17be0c75238e7bdb2c9baf0c375040d95952:

Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sh (2021-08-31 18:37:25 -0400)

are available in the Git repository at:

  g...@source.denx.de:u-boot/custodians/u-boot-marvell.git

for you to fetch changes up to 4116a0f38a8ba6bc5e762cd291a65df4946216e7:

tools: kwbimage: Remove comment about unimplemented register headers in v1 images (2021-09-01 08:09:24 +0200)

----------------------------------------------------------------
Heinrich Schuchardt (2):
      kwbimage: check fopen() return value
      kwbimage: check return value of image_get_csk_index

Marek Behún (4):
      arm: mvebu: Move get_boot_device() to cpu.c and make visible
      arm: mvebu: turris_omnia: don't guard by CONFIG_SPL_BUILD macro
arm: mvebu: turris_omnia: disable MCU watchdog in SPL when booting over UART
      arm: mvebu: turris_omnia: disable MCU watchdog in board_late_init()

Pali Rohár (11):
      arm: mvebu: a38x: Define supported UART baudrates
      tools: kwbimage: Verify supported image version
      tools: kwbimage: Verify size of v0 image header
      tools: kwbimage: Verify size of image data
      tools: kwbimage: Use IBR_HDR_* constants instead of raw numbers
      arm: mvebu: axp: Properly check for Armada XP in mach/soc.h
      arm: mvebu: espressobin: Enable also SATA support via PCIe
      arm: mvebu: turris_mox: Enable SATA support
      arm: mvebu: turris_omnia: Enable NVMe support
      serial: a37xx: Remove CONFIG_DEBUG_UART_SHIFT options
tools: kwbimage: Remove comment about unimplemented register headers in v1 images

 arch/arm/mach-mvebu/cpu.c                   | 60 ++++++++++++++++++++++
 arch/arm/mach-mvebu/include/mach/cpu.h      |  2 +
 arch/arm/mach-mvebu/include/mach/soc.h      |  2 +-
arch/arm/mach-mvebu/spl.c | 77 ++++-------------------------
 board/CZ.NIC/turris_omnia/turris_omnia.c    | 27 ++++++----
 configs/mvebu_db-88f3720_defconfig          |  1 -
 configs/mvebu_espressobin-88f3720_defconfig |  3 +-
 configs/turris_mox_defconfig                |  7 ++-
 configs/turris_omnia_defconfig              |  2 +
 configs/uDPU_defconfig                      |  1 -
 include/configs/mv-common.h                 |  9 ++++
 tools/kwbimage.c                            | 48 +++++++++++-------
 12 files changed, 138 insertions(+), 101 deletions(-)

Reply via email to