mbox series

Please pull u-boot-marvell/master

Message ID 4a03e04c-c129-584b-618b-d0f31ffeabd9@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 March 14, 2022, 3:23 p.m. UTC
Hi Tom,

please pull the next batch of Marvell MVEBU / kwboot related fixes:

----------------------------------------------------------------
- kwboot: Misc minor improvement and fixes, e.g. mix of arguments (Pali)
- PCI: a37xx: Remap IO space to bus address 0x0 (Pali)
----------------------------------------------------------------

Here the Azure build, without any issues:

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

Thanks,
Stefan

The following changes since commit c96137000e4cf486dcb164fd67a1a0b5b2fb99c6:

   Merge tag 'efi-2022-04-rc3-2' of 
https://source.denx.de/u-boot/custodians/u-boot-efi (2022-03-13 08:18:17 
-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 037bb6e2ca7c1e2371056c8b61b00842d25ea9f2:

   arm: a37xx: Remap IO space to bus address 0x0 (2022-03-14 14:04:18 +0100)

----------------------------------------------------------------
Pali Rohár (4):
       tools: kwboot: Allow to specify custom baudrate only in supported 
operations
       tools: kwboot: Check if baudrate value is supported before 
sending image
       tools: kwboot: Allow to mix positional arguments with option -b
       arm: a37xx: Remap IO space to bus address 0x0

  arch/arm/dts/armada-3720-turris-mox.dts |  7 ++++++-
  arch/arm/dts/armada-37xx.dtsi           |  2 +-
  tools/kwboot.c                          | 36 
+++++++++++++++++++++++++++++----
  3 files changed, 39 insertions(+), 6 deletions(-)

Comments

Tom Rini March 14, 2022, 4:19 p.m. UTC | #1
On Mon, Mar 14, 2022 at 04:23:44PM +0100, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the next batch of Marvell MVEBU / kwboot related fixes:
> 

Applied to u-boot/master, thanks!