mbox series

Please pull u-boot-marvell/master

Message ID 305e032d-008a-a8a3-49f0-d6649425a79f@denx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Please pull u-boot-marvell/master | expand

Pull-request

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

Message

Stefan Roese Oct. 28, 2021, 10:50 a.m. UTC
Hi Tom,

please pull this next batch of Marvell MVEBU related patches:

----------------------------------------------------------------
- mvebu: Fix usage of BIN header arguments (Pali)
- mvebu: turris_omnia: Fix MTD partitions order for Linux (Pali)
- mvebu: nandpagesize support for kwbimage v1 (Pali)
----------------------------------------------------------------

Here the Azure build, without any issues:

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

Thanks,
Stefan

The following changes since commit 670d657dfb6ede2957043dd0ac868297ac093857:

   Merge tag 'efi-2022-01-rc1-2' of 
https://source.denx.de/u-boot/custodians/u-boot-efi (2021-10-26 18:42:52 
-0400)

are available in the Git repository at:

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

for you to fetch changes up to 7af368f4717a2c4b118f8cae597e268dc88a726c:

   arm: mvebu: Fix comments about kwbimage structures (2021-10-28 
10:33:32 +0200)

----------------------------------------------------------------
Pali Rohár (9):
       tools: kwboot: Align UART baudrate change code in BIN header to 
128-bit boundary
       tools: kwbimage: Align BIN header executable code to 128-bit boundary
       arm: mvebu: Add documentation for save_boot_params() function
       arm: mvebu: Remove dummy BIN header arguments for SPL binary
       arm: mvebu: turris_omnia: Fix MTD partitions order for Linux
       tools: kwbimage: Add support for NAND_PAGE_SIZE command also for 
v1 images
       tools: kwboot: Patch nandpagesize to zero also for v1 image
       arm: mvebu: Update name of kwbimage v1 field at offset 0x2-0x3
       arm: mvebu: Fix comments about kwbimage structures

  arch/arm/mach-mvebu/kwbimage.cfg.in      |  2 +-
  arch/arm/mach-mvebu/lowlevel_spl.S       |  9 ++++++
  arch/arm/mach-mvebu/spl.c                |  4 +--
  board/CZ.NIC/turris_omnia/turris_omnia.c |  2 +-
  cmd/mvebu/bubt.c                         |  4 +--
  tools/kwbimage.c                         | 54 
++++++++++++++++++++++----------
  tools/kwbimage.h                         |  2 +-
  tools/kwboot.c                           | 35 ++++++++++++++-------
  8 files changed, 76 insertions(+), 36 deletions(-)

Comments

Tom Rini Oct. 28, 2021, 2:47 p.m. UTC | #1
On Thu, Oct 28, 2021 at 12:50:51PM +0200, Stefan Roese wrote:

> Hi Tom,
> 
> please pull this next batch of Marvell MVEBU related patches:
> 

Applied to u-boot/master, thanks!