Hi Tom,

please pull the next batch of mostly Marvell MVEBU / Kirkwood related
patches:

----------------------------------------------------------------
- kwboot: Misc improvements and fixes (Pali)
- Kirkwood: Move to DM ethernet support for some boards (Tony)
- Minor misc stuff
----------------------------------------------------------------

Here the Azure build, without any issues:

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

Thanks,
Stefan


The following changes since commit 859703251251d9567f29ab10c0a29f98eb0aff5c:

  Merge branch '2022-02-08-Kconfig-updates' (2022-02-09 09:29:07 -0500)

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 d2a44ceddc2bc603cf97c27c9d1491ffc1b58a48:

arm: kirkwood: Pogoplug E02 : Convert Ethernet to Driver Model (2022-02-10 07:12:16 +0100)

----------------------------------------------------------------
Pali Rohár (3):
      tools: kwboot: Fix detection of quit esc sequence
      MAINTAINERS: Update list of Armada 385 and Armada 3720 drivers
tools: kwboot: Allow to use -b without image path as the last getopt() option

Tony Dinh (4):
arm: kirkwood: Dreamplug : Use Marvell uclass mvgbe and PHY driver for Ethernet
      arm: kirkwood: iConnect : Add Ethernet support
      arm: kirkwood: Dockstar : Add DM Ethernet
      arm: kirkwood: Pogoplug E02 : Convert Ethernet to Driver Model

 MAINTAINERS                            |  9 ++++
 board/Marvell/dreamplug/MAINTAINERS    |  1 +
board/Marvell/dreamplug/dreamplug.c | 94 +++++-----------------------------
 board/Marvell/dreamplug/dreamplug.h    | 25 ---------
 board/Seagate/dockstar/dockstar.c      | 62 ++++++++--------------
 board/Seagate/dockstar/dockstar.h      | 27 ----------
 board/cloudengines/pogo_e02/pogo_e02.c | 51 +++++-------------
 board/cloudengines/pogo_e02/pogo_e02.h | 29 -----------
 board/iomega/iconnect/iconnect.c       | 17 ++++--
 board/iomega/iconnect/iconnect.h       | 24 ---------
 configs/dockstar_defconfig             |  5 ++
 configs/dreamplug_defconfig            |  1 +
 configs/iconnect_defconfig             |  6 ++-
 configs/pogo_e02_defconfig             |  6 ++-
 include/configs/dockstar.h             | 20 ++------
 include/configs/dreamplug.h            | 20 ++------
 include/configs/iconnect.h             | 21 +++-----
 include/configs/pogo_e02.h             | 13 ++---
 tools/kwboot.c                         | 21 ++++----
 19 files changed, 120 insertions(+), 332 deletions(-)
 delete mode 100644 board/Marvell/dreamplug/dreamplug.h
 delete mode 100644 board/Seagate/dockstar/dockstar.h
 delete mode 100644 board/cloudengines/pogo_e02/pogo_e02.h
 delete mode 100644 board/iomega/iconnect/iconnect.h

Reply via email to