Please pull u-boot-marvell/master

Stefan Roese sr at denx.de
Fri Apr 14 08:09:05 CEST 2023


Hi Tom,

please pull the following Marvell MVEBU related patches:

----------------------------------------------------------------
- mvebu: Boot support for 4K Native disks (Pali)
- a38x: Perform DDR training sequence again for 2nd boot (Tony)
----------------------------------------------------------------

Here the Azure build, without any issues:

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

Thanks,
Stefan

The following changes since commit 9e804638bfe2693a908abf066ff66c251572afa7:

   Merge tag 'for-v2023-07-rc1' of 
https://source.denx.de/u-boot/custodians/u-boot-i2c (2023-04-11 09:29:28 
-0400)

are available in the Git repository at:

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

for you to fetch changes up to 6add83991b2887619d0b25e4068b4c0082a4596a:

   ddr: marvell: a38x: Perform DDR training sequence again for 2nd boot 
(2023-04-13 11:34:47 +0200)

----------------------------------------------------------------
Pali Rohár (7):
       arm: mvebu: spl: Do not hardcode SATA block size to 512
       cmd: mvebu/bubt: a38x: Do not hardcode SATA block size to 512
       tools: imagetool: Extend print_header() by params argument
       tools: kwbimage: Simplify align code
       tools: kwbimage: Add support for SATA images with non-512 byte 
block size
       tools: kwboot: Add support for parsing SATA images with non-512 
block size
       arm: mvebu: spl: Allow to build SATA kwbimage for 4K Native disks

Tony Dinh (1):
       ddr: marvell: a38x: Perform DDR training sequence again for 2nd boot

  arch/arm/mach-mvebu/Kconfig            |  10 +++
  arch/arm/mach-mvebu/Makefile           |   5 ++
  arch/arm/mach-mvebu/kwbimage.cfg.in    |   3 +
  arch/arm/mach-mvebu/spl.c              |  11 ++-
  cmd/mvebu/bubt.c                       |   7 +-
  drivers/ddr/marvell/a38x/mv_ddr_plat.c |   7 --
  tools/aisimage.c                       |   2 +-
  tools/atmelimage.c                     |   2 +-
  tools/default_image.c                  |   7 +-
  tools/fit_common.c                     |   5 ++
  tools/fit_common.h                     |   2 +
  tools/fit_image.c                      |   2 +-
  tools/gpimage.c                        |   2 +-
  tools/imagetool.c                      |   4 +-
  tools/imagetool.h                      |   2 +-
  tools/imx8image.c                      |   2 +-
  tools/imx8mimage.c                     |   2 +-
  tools/imximage.c                       |   2 +-
  tools/kwbimage.c                       | 144 
+++++++++++++++++++++------------
  tools/kwboot.c                         |  35 +++++++-
  tools/lpc32xximage.c                   |   2 +-
  tools/mkimage.c                        |   2 +-
  tools/mtk_image.c                      |   2 +-
  tools/mxsimage.c                       |   2 +-
  tools/omapimage.c                      |   2 +-
  tools/pblimage.c                       |   2 +-
  tools/rkcommon.c                       |   2 +-
  tools/rkcommon.h                       |   2 +-
  tools/socfpgaimage.c                   |   2 +-
  tools/stm32image.c                     |   2 +-
  tools/sunxi_egon.c                     |   2 +-
  tools/sunxi_toc0.c                     |   2 +-
  tools/ublimage.c                       |   2 +-
  tools/vybridimage.c                    |   2 +-
  tools/zynqimage.c                      |   2 +-
  tools/zynqmpimage.c                    |   2 +-
  tools/zynqmpimage.h                    |   2 +-
  37 files changed, 199 insertions(+), 91 deletions(-)


More information about the U-Boot mailing list