Please pull u-boot-marvell/master

Stefan Roese sr at denx.de
Mon Oct 16 16:50:26 CEST 2023


Hi Tom,

please pull this first batch of Marvell related patches:

----------------------------------------------------------------
- dns325: Enable 2nd harddrive (Peter & Stefan)
- marvell: cn9310-crb: Misc fixes to SPI / pincntrl in DTS (Chris)
- kirkwood: Add support for ZyXEL NSA325 board (Tony)
- sata_mv: Add bootstd hook to enable sata_bootdev (Tony)
- x240/AC5/AC5X: Disable SMBIOS (Chris)
- Revert "arm: mvebu: x240: Use i2c-gpio instead of built in controller" 
(Chris)
- DS116/N2350: Enable bootstd (Tony)
- clearfog: Support multiple DDR sizes (Josua)
----------------------------------------------------------------

Here the Azure build, without any issues:

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

Thanks,
Stefan

The following changes since commit 3c3f1626919cd93cbe6c56e3849937de5be18dbb:

   Merge tag 'dm-pull-13oct23' of 
https://source.denx.de/u-boot/custodians/u-boot-dm (2023-10-14 10:50:20 
-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 d2387c6227715eee8fd07466ed4eeffdcc9f86d2:

   arm: mvebu: AC5/AC5X: Disable SMBIOS (2023-10-16 14:00:45 +0200)

----------------------------------------------------------------
Chris Packham (5):
       ARM64: dts: marvell: cn9310: Use appropriate label for spi1 pins
       ARM64: dts: marvell: cn9310-crb: Remove duplicate pinctrl
       arm: mvebu: x240: Disable SMBIOS
       Revert "arm: mvebu: x240: Use i2c-gpio instead of built in 
controller"
       arm: mvebu: AC5/AC5X: Disable SMBIOS

Josua Mayer (2):
       arm: mvebu: clearfog: read number of ddr channels from tlv data
       arm: mvebu: clearfog: support 512MB memory size from tlv eeprom

Stefan Roese (1):
       kirkwood: dns325: Enable 2nd harddrive

Tony Dinh (4):
       arm: kirkwood: Add support for ZyXEL NSA325 board
       arm: mvebu: sata_mv: Add bootstd hook to enable sata_bootdev
       arm: mvebu: Enable bootstd for Synology DS116 board
       arm: mvebu: Enable bootstd for Thecus N2350 board

  arch/arm/dts/Makefile                    |   1 +
  arch/arm/dts/ac5-98dx35xx-atl-x240.dts   |  30 +---
  arch/arm/dts/cn9130-crb.dtsi             |   7 +-
  arch/arm/dts/cn9130-db.dtsi              |   2 +-
  arch/arm/dts/cn9130.dtsi                 |   2 +-
  arch/arm/dts/kirkwood-6282.dtsi          | 161 +++++++++++++++++++++
  arch/arm/dts/kirkwood-nsa325.dts         | 231 
+++++++++++++++++++++++++++++++
  arch/arm/dts/kirkwood-nsa3x0-common.dtsi | 157 +++++++++++++++++++++
  arch/arm/mach-kirkwood/Kconfig           |   7 +
  board/d-link/dns325/dns325.c             |   1 +
  board/solidrun/clearfog/clearfog.c       |  17 ++-
  board/solidrun/common/tlv_data.c         |   7 +-
  board/solidrun/common/tlv_data.h         |   1 +
  board/zyxel/nsa325/Kconfig               |  12 ++
  board/zyxel/nsa325/MAINTAINERS           |   9 ++
  board/zyxel/nsa325/Makefile              |  11 ++
  board/zyxel/nsa325/kwbimage.cfg          |  55 ++++++++
  board/zyxel/nsa325/nsa325.c              | 196 ++++++++++++++++++++++++++
  configs/ds116_defconfig                  |   3 +-
  configs/mvebu_ac5_rd_defconfig           |   1 +
  configs/n2350_defconfig                  |   3 +-
  configs/nsa325_defconfig                 |  81 +++++++++++
  configs/x240_defconfig                   |   2 +-
  drivers/ata/sata_mv.c                    |   8 +-
  include/configs/ds116.h                  |  12 +-
  include/configs/n2350.h                  |  12 +-
  include/configs/nsa325.h                 |  37 +++++
  27 files changed, 1007 insertions(+), 59 deletions(-)
  create mode 100644 arch/arm/dts/kirkwood-6282.dtsi
  create mode 100644 arch/arm/dts/kirkwood-nsa325.dts
  create mode 100644 arch/arm/dts/kirkwood-nsa3x0-common.dtsi
  create mode 100644 board/zyxel/nsa325/Kconfig
  create mode 100644 board/zyxel/nsa325/MAINTAINERS
  create mode 100644 board/zyxel/nsa325/Makefile
  create mode 100644 board/zyxel/nsa325/kwbimage.cfg
  create mode 100644 board/zyxel/nsa325/nsa325.c
  create mode 100644 configs/nsa325_defconfig
  create mode 100644 include/configs/nsa325.h


More information about the U-Boot mailing list