Please pull u-boot-marvell/next
Stefan Roese
sr at denx.de
Sat Dec 18 14:51:49 CET 2021
Hi Tom,
please pull the following Marvell MVEBU related patches into next:
----------------------------------------------------------------
- Armada XP etc: Move to DM_I2C (Stefan)
- Some mvebu comphy + mox + fdt_support changes (Marek & Pali)
- mvebu: a38x: improve USB3 serdes configuration (Stefan Eichenberger)
- mvebu: Some maintainer updates (Pali)
- mvebu: Misc minor cleanup (Pali)
----------------------------------------------------------------
Here the Azure build, without any issues:
https://dev.azure.com/sr0718/u-boot/_build/results?buildId=140&view=results
Thanks,
Stefan
The following changes since commit c03942ddc9e88d86d919504299905e4e8b0003cd:
Merge commit '4720b83d2c711062cfb55f03591b8f12c897d7cb' of
https://github.com/tienfong/uboot_mainline (2021-12-17 07:24:56 -0500)
are available in the Git repository at:
git at source.denx.de:u-boot/custodians/u-boot-marvell.git next
for you to fetch changes up to 2548e6b8fcaf923bdf43c24e89acc12c0e897053:
arm: mvebu: Use printf for printing fatal errors (2021-12-18 10:17:54
+0100)
----------------------------------------------------------------
Marek Behún (8):
treewide: Use fdt_create_phandle() where appropriate
fdt_support: Remove fdt_alloc_phandle() in favor of
fdt_generate_phandle()
fdt_support: Remove FDT_STATUS_FAIL_ERROR_CODE
fdt_support: Fix comment for fdt_create_phandle()
fdt_support: Add some useful functions
arm: mvebu: turris_mox: Find DT nodes by compatible or alias
instead of path
arm: mvebu: turris_mox: Fix unstable board topology reading
fdt_support: Add fdt_delete_disabled_nodes() and use in Turris MOX
Pali Rohár (7):
include/linux/byteorder: Fix compilation of __constant_cpu_to_be32()
arm: mvebu: turris_mox: Enable eth1 in U-Boot if a network module
is present
phy: marvell: a3700: Convert to official DT bindings in COMPHY driver
arm: mvebu: pci: Add me as co-maintainer and author of Marvell
PCIe drivers
arm: mvebu: serial: Add me as co-maintainer and author of Marvell
serial drivers
arm: mvebu: Remove commented example code
arm: mvebu: Use printf for printing fatal errors
Stefan Eichenberger (2):
arm: mvebu: a38x: serdes: fix serdes config for USB3
arm: mvebu: a38x: serdes: improve USB3 electrical configuration
Stefan Roese (9):
arm: mvebu: theadorable_debug_defconfig: Enable DM_I2C
arm: mvebu: db-mv784mp-gp_defconfig: Enable DM_I2C
arm: mvebu: ds414_defconfig: Enable DM_I2C
arm: mvebu: maxbcm_defconfig: Enable DM_I2C
arm: mvebu: theadorable: Switch to using DM I2C API
arm: mvebu: axp/high_speed_env_lib: Switch to DM_I2C API
arm: mvebu: axp: Remove unreferenced ddr3_get_eprom_fabric() function
arm: mvebu: axp: ddr: Switch to using DM I2C API
arm: mvebu: armada-xp-theadorable.dts: Add I2C DT nodes
MAINTAINERS | 16 +-
arch/arm/cpu/armv7/ls102xa/fdt.c | 6 +-
arch/arm/dts/armada-3720-espressobin.dts | 21 +-
arch/arm/dts/armada-3720-turris-mox.dts | 25 +--
arch/arm/dts/armada-3720-uDPU.dts | 23 +--
arch/arm/dts/armada-37xx.dtsi | 20 +-
arch/arm/dts/armada-xp-theadorable.dts | 12 ++
.../mach-mvebu/serdes/a38x/high_speed_env_spec.c | 41 +++-
arch/arm/mach-mvebu/serdes/a38x/sys_env_lib.h | 2 +
.../arm/mach-mvebu/serdes/axp/high_speed_env_lib.c | 17 +-
arch/arm/mach-mvebu/spl.c | 17 +-
board/CZ.NIC/turris_mox/turris_mox.c | 223
++++++++-------------
board/Marvell/octeon_ebb7304/board.c | 5 +-
board/freescale/lx2160a/eth_lx2160aqds.c | 8 +-
board/freescale/lx2160a/eth_lx2162aqds.c | 8 +-
board/gateworks/gw_ventana/common.c | 3 +-
board/kontron/sl28/sl28.c | 2 +-
board/theadorable/theadorable.c | 15 +-
common/fdt_support.c | 174 +++++++++++++---
configs/db-mv784mp-gp_defconfig | 4 +-
configs/ds414_defconfig | 4 +-
configs/maxbcm_defconfig | 4 +-
configs/theadorable_debug_defconfig | 4 +-
drivers/ddr/marvell/axp/ddr3_hw_training.h | 1 -
drivers/ddr/marvell/axp/ddr3_init.c | 40 +---
drivers/ddr/marvell/axp/ddr3_init.h | 3 +-
drivers/ddr/marvell/axp/ddr3_spd.c | 16 +-
drivers/misc/fsl_portals.c | 10 +-
drivers/pci/pci-aardvark.c | 1 +
drivers/pci/pci_mvebu.c | 1 +
drivers/pci/pcie_layerscape_fixup.c | 8 +-
drivers/pci/pcie_layerscape_gen4_fixup.c | 8 +-
drivers/phy/marvell/comphy_a3700.c | 133 ++++++++++++
drivers/phy/marvell/comphy_core.c | 59 +-----
drivers/phy/marvell/comphy_core.h | 23 +++
drivers/phy/marvell/comphy_cp110.c | 58 ++++++
drivers/serial/serial_mvebu_a3700.c | 1 +
include/fdt_support.h | 51 ++++-
include/linux/byteorder/swab.h | 4 +
39 files changed, 672 insertions(+), 399 deletions(-)
More information about the U-Boot
mailing list