Please pull u-boot-marvell/master
Stefan Roese
sr at denx.de
Tue May 17 09:57:59 CEST 2022
Hi Tom,
please pull this next batch of mostly Marvell related patches:
----------------------------------------------------------------
- Misc Kconfig cleanups (Chris & Pali)
- turris_omnia: Fix hangup in debug UART (this introduces
TPL/SPL_DEBUG_UART_BASE) Pali
- mvebu: uDPU: include fixed-phy support (Robert)
- pinctrl: probe pinctrl drivers during post-bind (Robert)
----------------------------------------------------------------
Here the Azure build, without any issues:
https://dev.azure.com/sr0718/u-boot/_build/results?buildId=196&view=results
Thanks,
Stefan
The following changes since commit c387e62614713d0cc9e3ed022b86c9f320b02853:
Merge branch '2022-05-11-Kconfig-cleanups-etc' (2022-05-11 13:27:44
-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 f9ec791b5e24378b71590877499f8683d5f54dac:
pinctrl: probe pinctrl drivers during post-bind (2022-05-17 06:44:06
+0200)
----------------------------------------------------------------
Chris Packham (1):
arm: mvebu: Remove unused ARMADA_64BIT
Pali Rohár (9):
cmd: mvebu: Hide bubt specific options when bubt is disabled
arm: Add new config option ARCH_VERY_EARLY_INIT
arm: mvebu: Move internal registers in arch_very_early_init()
function
serial: Add new config option SPL_DEBUG_UART_BASE
serial: Add new config option TPL_DEBUG_UART_BASE
serial: ns16550: Add support for SPL_DEBUG_UART_BASE
arm: mvebu: turris_omnia: Fix DEBUG_UART_BASE
arm: mvebu: Fix DEBUG_UART_BASE for all 32-bit boards
arm: mvebu: turris_{omnia,mox}: Enable CONFIG_NETCONSOLE
Robert Marko (2):
mvebu: uDPU: include fixed-phy support
pinctrl: probe pinctrl drivers during post-bind
arch/arm/Kconfig | 6 ++++++
arch/arm/lib/crt0.S | 5 +++++
arch/arm/mach-mvebu/Kconfig | 5 +----
arch/arm/mach-mvebu/Makefile | 1 +
arch/arm/mach-mvebu/cpu.c | 31 -------------------------------
arch/arm/mach-mvebu/lowlevel.S | 27 +++++++++++++++++++++++++++
cmd/mvebu/Kconfig | 4 ++++
configs/clearfog_defconfig | 3 ++-
configs/controlcenterdc_defconfig | 3 ++-
configs/db-88f6820-amc_defconfig | 3 ++-
configs/db-88f6820-gp_defconfig | 3 ++-
configs/db-mv784mp-gp_defconfig | 3 ++-
configs/ds414_defconfig | 3 ++-
configs/helios4_defconfig | 3 ++-
configs/maxbcm_defconfig | 3 ++-
configs/theadorable_debug_defconfig | 3 ++-
configs/turris_mox_defconfig | 1 +
configs/turris_omnia_defconfig | 4 +++-
configs/uDPU_defconfig | 1 +
configs/x530_defconfig | 3 ++-
drivers/pinctrl/pinctrl-uclass.c | 7 +++++++
drivers/serial/Kconfig | 14 ++++++++++++++
drivers/serial/ns16550.c | 4 ++--
23 files changed, 92 insertions(+), 48 deletions(-)
create mode 100644 arch/arm/mach-mvebu/lowlevel.S
More information about the U-Boot
mailing list