Please pull u-boot-marvell/master
Stefan Roese
sr at denx.de
Thu Jan 20 17:31:09 CET 2022
Hi Tom,
please pull the next batch of mostly Marvell MVEBU related patches:
----------------------------------------------------------------
- fdt_support: Add fdt_for_each_node_by_compatible() helper macro (Marek)
- turris_omnia: Fixup SATA or PCIe nodes at runtime in DT blob (Pali)
- pci_mvebu: Add support for Kirkwood PCIe controllers (Pali)
- SPL: More verifications for kwbimage in SPL (Pali)
- mvebu: Remove comphy_update_map() (Pali)
- Minor misc stuff
----------------------------------------------------------------
Here the Azure build, without any issues:
https://dev.azure.com/sr0718/u-boot/_build/results?buildId=155&view=results
Thanks,
Stefan
The following changes since commit 068415eadefbbc81f14d4ce61fcf7a7eb39650d4:
Merge tag 'xilinx-for-v2022.04-rc1' of
https://source.denx.de/u-boot/custodians/u-boot-microblaze (2022-01-19
11:43:44 -0500)
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 8f880c3d89432e9988b23bb7099d6360c14a206f:
arm: a37xx: Disable CONFIG_DEBUG_UART_ANNOUNCE (2022-01-20 14:46:03
+0100)
----------------------------------------------------------------
Heinrich Schuchardt (1):
drivers: octeon: get rid of Unicode in code
Marek Behún (5):
fdt_support: Add fdt_for_each_node_by_compatible() helper macro
arm: mvebu: spl: Print srcaddr in error message
arm: mvebu: spl: Use preferred types u8/u16/u32 instead of uintN_t
arm: mvebu: spl: Use IS_ENABLED() instead of #ifdef where possible
arm: mvebu: spl: Fix 100 column exceeds
Pali Rohár (10):
arm: mvebu: turris_omnia: Fixup SATA or PCIe nodes at runtime in
DT blob
pci: pci_mvebu: Add support for Kirkwood PCIe controllers
arm: mvebu: Check that kwbimage offset and blocksize are valid
SPL: Add struct spl_boot_device parameter into
spl_parse_board_header()
arm: mvebu: Check that kwbimage blockid matches boot mode
SPL: Add support for checking board / BootROM specific image types
arm: mvebu: Check for kwbimage data checksum
arm: mvebu: turris_mox: Convert comphy_update_map() to
board_fix_fdt()
phy: marvell: Remove unused function comphy_update_map()
arm: a37xx: Disable CONFIG_DEBUG_UART_ANNOUNCE
arch/arm/cpu/armv8/fsl-layerscape/fdt.c | 9 +-
arch/arm/cpu/armv8/fsl-layerscape/icid.c | 5 +-
arch/arm/mach-kirkwood/cpu.c | 4 +-
arch/arm/mach-kirkwood/include/mach/cpu.h | 3 +
arch/arm/mach-mvebu/spl.c | 133
+++++++++++++++++++---------
arch/arm/mach-sunxi/spl_spi_sunxi.c | 2 +-
arch/arm/mach-tegra/gpu.c | 5 +-
arch/mips/mach-octeon/octeon_fdt.c | 11 +--
arch/powerpc/cpu/mpc85xx/liodn.c | 9 +-
board/CZ.NIC/turris_mox/turris_mox.c | 48 ++++------
board/CZ.NIC/turris_omnia/turris_omnia.c | 91 ++++++++++++++++++-
board/Marvell/octeon_ebb7304/board.c | 9 +-
board/congatec/cgtqmx8/spl.c | 8 +-
board/freescale/lx2160a/lx2160a.c | 5 +-
common/fdt_support.c | 22 ++---
common/spl/spl.c | 13 ++-
common/spl/spl_ext.c | 9 +-
common/spl/spl_fat.c | 11 ++-
common/spl/spl_legacy.c | 3 +-
common/spl/spl_mmc.c | 43 +++++----
common/spl/spl_nand.c | 13 +--
common/spl/spl_net.c | 2 +-
common/spl/spl_nor.c | 4 +-
common/spl/spl_onenand.c | 2 +-
common/spl/spl_ram.c | 2 +-
common/spl/spl_sata.c | 9 +-
common/spl/spl_sdp.c | 2 +-
common/spl/spl_spi.c | 9 +-
common/spl/spl_ubi.c | 4 +-
common/spl/spl_usb.c | 4 +-
common/spl/spl_xip.c | 4 +-
common/spl/spl_ymodem.c | 4 +-
configs/mvebu_db-88f3720_defconfig | 1 -
configs/mvebu_espressobin-88f3720_defconfig | 1 -
configs/turris_mox_defconfig | 1 -
configs/turris_omnia_defconfig | 1 +
configs/uDPU_defconfig | 1 -
drivers/misc/fsl_portals.c | 6 +-
drivers/net/fm/fdt.c | 3 +-
drivers/pci/Kconfig | 6 +-
drivers/pci/pci_mvebu.c | 16 ++++
drivers/pci/pcie_layerscape_fixup_common.c | 12 +--
drivers/phy/marvell/comphy_a3700.c | 12 +--
drivers/phy/marvell/comphy_core.c | 9 --
drivers/phy/marvell/comphy_core.h | 9 ++
drivers/ram/octeon/octeon3_lmc.c | 34 +++----
drivers/usb/gadget/f_sdp.c | 13 +--
drivers/video/meson/simplefb_common.c | 9 +-
drivers/video/sunxi/simplefb_common.c | 7 +-
include/fdt_support.h | 6 ++
include/mvebu/comphy.h | 11 ---
include/sdp.h | 3 +-
include/spl.h | 7 ++
53 files changed, 396 insertions(+), 274 deletions(-)
More information about the U-Boot
mailing list