Please pull u-boot-marvell/master
Stefan Roese
sr at denx.de
Mon Jul 19 14:37:11 CEST 2021
Hi Tom,
please pull the next batch of Marvell MVEBU related patches. Here the
summary log:
----------------------------------------------------------------
- Marvell SheevaPlug: Convert Ethernet and SATA to Driver Model (Tony)
- Zyxel NSA310S NAS: Convert to Driver Model (Tony)
- Turris_omnia: Add `u-boot-env` NOR partition (Marek)
- Turris_omnia: Fixup MTD partitions in Linux' DTB (Marek)
- Espressobin: Enable 'mtd' command and define SPI NOR partitions (Pali)
----------------------------------------------------------------
Here the Azure build, without any issues:
https://dev.azure.com/sr0718/u-boot/_build/results?buildId=101&view=results
Thanks,
Stefan
The following changes since commit df761ba4254eedf078840ecfade9644839cd5bc0:
Merge tag 'mips-pull-2021-07-18' of
https://source.denx.de/u-boot/custodians/u-boot-mips (2021-07-18
18:31:16 -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 a675eb14bd4a827c97afd8a44210aff81ee8095a:
arm: mvebu: Espressobin: Enable 'mtd' command and define SPI NOR
partitions (2021-07-19 09:05:30 +0200)
----------------------------------------------------------------
Marek Behún (2):
ARM: dts: armada-385-turris-omnia: add `u-boot-env` NOR partition
arm: mvebu: turris_omnia: fixup MTD partitions in Linux' DTB
Pali Rohár (1):
arm: mvebu: Espressobin: Enable 'mtd' command and define SPI NOR
partitions
Tony Dinh (7):
arm: kirkwood: NSA310S: Add device tree DTS for Zyxel NSA310S board
arm: kirkwood: NSA310S: Add DM USB, DM Ethernet, and DM SATA configs
arm: kirkwood: NSA310S: Add DM SATA configs
arm: kirkwood: NSA310S: Use Ethernet PHY name from device tree
arm: kirkwood: Marvell Sheevaplug: Add DM Ethernet and DM SATA
configs
arm: kirkwood: Marvell Sheevaplug: Add DM SATA and remove IDE configs
arm: kirkwood: Marvell Sheevaplug: Use Ethernet PHY name and
address from device tree
arch/arm/dts/Makefile | 1 +
arch/arm/dts/armada-3720-espressobin.dts | 18 ++
arch/arm/dts/armada-385-turris-omnia-u-boot.dtsi | 11 +
arch/arm/dts/kirkwood-nsa310s.dts | 318
+++++++++++++++++++++++
board/CZ.NIC/turris_omnia/turris_omnia.c | 90 +++++++
board/Marvell/sheevaplug/sheevaplug.c | 54 +++-
board/zyxel/nsa310s/nsa310s.c | 47 +++-
configs/mvebu_espressobin-88f3720_defconfig | 3 +
configs/nsa310s_defconfig | 12 +-
configs/sheevaplug_defconfig | 6 +-
configs/turris_omnia_defconfig | 1 +
include/configs/mvebu_armada-37xx.h | 5 -
include/configs/nsa310s.h | 10 +-
include/configs/sheevaplug.h | 9 +-
14 files changed, 548 insertions(+), 37 deletions(-)
create mode 100644 arch/arm/dts/kirkwood-nsa310s.dts
More information about the U-Boot
mailing list