Please pull u-boot-marvell/master

Hi Tom,
please pull the next batch of Marvell MVEBU related patches. Here the summary log:
---------------------------------------------------------------- - turris_mox: Enhancements, mostlly defconfig changes (Pali) - pci-aardvark: Set Max Payload Size and Max Read Request Size to 512 bytes (Pali) - pci_mvebu: Minor cleanup and refactoring (Marek) - Upgrade A38x DDR3 training to version 14.0.0 (Marek) ----------------------------------------------------------------
Here the Azure build, without any issues:
https://dev.azure.com/sr0718/u-boot/_build/results?buildId=72&view=resul...
Thanks, Stefan
The following changes since commit c28d5d704d3347fcbe5e49ab561973c00bf9337f:
Merge branch '2021-02-25-remove-platforms' (2021-02-25 13:18:27 -0500)
are available in the Git repository at:
git@gitlab.denx.de:u-boot/custodians/u-boot-marvell.git
for you to fetch changes up to 2f0c18b1584129d8386f5a18390996f6bea78065:
ddr: marvell: a38x: fix comment in conditional macro (2021-02-26 10:22:29 +0100)
---------------------------------------------------------------- Alex Leibovich (2): ddr: marvell: a38x: add ddr32 support ddr: marvell: a38x: add ddr 32bit ECC support
Baruch Siach (1): ddr: marvell: a38x: allow board specific ODT configuration
Marek Behún (14): arm: mvebu: turris_mox: Enable NVMe support pci: pci_mvebu: use dev_seq instead of static variable pci: pci_mvebu: cosmetic fix pci: pci_mvebu: debug rd/wr config as other drivers do pci: pci_mvebu: refactor validation of addresses for config access pci: pci_mvebu: set local dev to number 1 ARM: dts: armada-385-turris-omnia: rename node in -u-boot.dtsi file ddr: marvell: a38x: import header change from upstream ddr: marvell: a38x: import header change from upstream ddr: marvell: a38x: import header change from upstream ddr: marvell: a38x: import header change from upstream ddr: marvell: a38x: import code change from upstream ddr: marvell: a38x: bump version to 14.0.0 ddr: marvell: a38x: fix comment in conditional macro
Moti Buskila (7): ddr: marvell: a38x: fix write leveling suplementary algo ddr: marvell: a38x: fix 32bit ddr: marvell: a38x: fix memory size calculation using 32bit bus width ddr: marvell: a38x: add 16Gbit memory devices support ddr: marvell: a38x: add support for twin-die combined memory device ddr: marvell: a38x: disable WL phase correction stage in case of bus_width=16bit ddr: marvell: a38x: fix memory cs size function
Pali Rohár (3): arm: a37xx: pci: Set Max Payload Size and Max Read Request Size to 512 bytes arm: mvebu: turris_mox: Enable CONFIG_PCI_PNP arm: mvebu: turris_mox: Enable CONFIG_USB_XHCI_PCI
heaterC (1): ddr: marvell: a38x: enum mv_ddr_twin_die: change order
arch/arm/dts/armada-385-turris-omnia-u-boot.dtsi | 5 +- board/CZ.NIC/turris_omnia/turris_omnia.c | 2 + board/Marvell/db-88f6820-amc/db-88f6820-amc.c | 1 + board/Marvell/db-88f6820-gp/db-88f6820-gp.c | 1 + board/alliedtelesis/x530/x530.c | 1 + board/gdsys/a38x/controlcenterdc.c | 1 + board/kobol/helios4/helios4.c | 1 + board/solidrun/clearfog/clearfog.c | 1 + configs/turris_mox_defconfig | 3 +- drivers/ddr/marvell/a38x/ddr3_init.c | 5 ++ drivers/ddr/marvell/a38x/ddr3_training.c | 5 +- drivers/ddr/marvell/a38x/ddr3_training_db.c | 3 + drivers/ddr/marvell/a38x/ddr3_training_ip_def.h | 2 + drivers/ddr/marvell/a38x/ddr3_training_ip_engine.c | 5 +- drivers/ddr/marvell/a38x/ddr_topology_def.h | 23 ++++++- drivers/ddr/marvell/a38x/mv_ddr_build_message.c | 2 +- drivers/ddr/marvell/a38x/mv_ddr_plat.c | 9 ++- drivers/ddr/marvell/a38x/mv_ddr_topology.c | 14 +++- drivers/ddr/marvell/a38x/mv_ddr_topology.h | 2 + drivers/ddr/marvell/a38x/xor.c | 6 +- drivers/pci/pci-aardvark.c | 8 +++ drivers/pci/pci_mvebu.c | 76 ++++++++++++---------- 22 files changed, 123 insertions(+), 53 deletions(-)
participants (2)
-
Stefan Roese
-
Tom Rini