Please pull u-boot-marvell/master

Hi Tom,
please pull this next batch of mostly Marvell related patches:
---------------------------------------------------------------- - kirkwood: Enable bootstd and other modernization for OpenRD boards (Tony) - board: solidrun: clearfog: enable ddr odt0 on write for both chip-select (Josua) - configs: mvebu_espressobin_ultra-88f3720_defconfig: enable full bootflow functionality (Ben) - Initial support for PXA1908 and samsung-coreprimevelte (Duje) ----------------------------------------------------------------
Here the Azure build, without any issues:
https://dev.azure.com/sr0718/u-boot/_build/results?buildId=389&view=resu...
Thanks, Stefan
The following changes since commit a517796cfa5d8f4ca2f0c11c78c24a08a102c047:
Prepare v2025.04-rc1 (2025-01-27 16:38:46 -0600)
are available in the Git repository at:
git@source.denx.de:u-boot/custodians/u-boot-marvell.git
for you to fetch changes up to 5983f0ff6128583ee2771d39d45a3e9a15caf470:
board: samsung: add initial support for coreprimevelte board (2025-01-28 09:08:44 +0100)
---------------------------------------------------------------- Ben Schneider (1): configs: mvebu_espressobin_ultra-88f3720_defconfig: enable full bootflow functionality
Duje Mihanović (3): serial: ns16550: Add Intel XScale support arm: mmp: add initial support for PXA1908 SoC board: samsung: add initial support for coreprimevelte board
Josua Mayer (1): board: solidrun: clearfog: enable ddr odt0 on write for both chip-select
Tony Dinh (1): arm: kirkwood: Enable bootstd and other modernization for OpenRD boards
MAINTAINERS | 8 ++ arch/arm/Kconfig | 11 +++ arch/arm/Makefile | 1 + arch/arm/dts/Makefile | 2 + arch/arm/dts/pxa1908-samsung-coreprimevelte.dts | 74 +++++++++++++++ arch/arm/dts/pxa1908.dtsi | 106 ++++++++++++++++++++++ arch/arm/mach-kirkwood/Kconfig | 1 + arch/arm/mach-mmp/Kconfig | 12 +++ arch/arm/mach-mmp/Makefile | 1 + arch/arm/mach-mmp/board.c | 84 +++++++++++++++++ arch/arm/mach-mmp/mmu.c | 30 ++++++ board/Marvell/openrd/openrd.env | 20 ++++ board/samsung/coreprimevelte/Kconfig | 12 +++ board/samsung/coreprimevelte/MAINTAINERS | 6 ++ board/solidrun/clearfog/clearfog.c | 2 +- configs/coreprimevelte_defconfig | 18 ++++ configs/mvebu_espressobin_ultra-88f3720_defconfig | 1 + configs/openrd_base_defconfig | 18 +--- configs/openrd_client_defconfig | 18 +--- configs/openrd_ultimate_defconfig | 18 +--- drivers/serial/ns16550.c | 1 + include/configs/openrd.h | 18 ---- include/configs/pxa1908.h | 18 ++++ 23 files changed, 422 insertions(+), 58 deletions(-) create mode 100644 arch/arm/dts/pxa1908-samsung-coreprimevelte.dts create mode 100644 arch/arm/dts/pxa1908.dtsi create mode 100644 arch/arm/mach-mmp/Kconfig create mode 100644 arch/arm/mach-mmp/Makefile create mode 100644 arch/arm/mach-mmp/board.c create mode 100644 arch/arm/mach-mmp/mmu.c create mode 100644 board/Marvell/openrd/openrd.env create mode 100644 board/samsung/coreprimevelte/Kconfig create mode 100644 board/samsung/coreprimevelte/MAINTAINERS create mode 100644 configs/coreprimevelte_defconfig create mode 100644 include/configs/pxa1908.h

On Tue, Jan 28, 2025 at 01:57:40PM +0100, Stefan Roese wrote:
Hi Tom,
please pull this next batch of mostly Marvell related patches:
- kirkwood: Enable bootstd and other modernization for OpenRD boards (Tony)
- board: solidrun: clearfog: enable ddr odt0 on write for both chip-select
(Josua)
- configs: mvebu_espressobin_ultra-88f3720_defconfig: enable full bootflow
functionality (Ben)
- Initial support for PXA1908 and samsung-coreprimevelte (Duje)
Here the Azure build, without any issues:
https://dev.azure.com/sr0718/u-boot/_build/results?buildId=389&view=resu...
Thanks, Stefan
The following changes since commit a517796cfa5d8f4ca2f0c11c78c24a08a102c047:
Prepare v2025.04-rc1 (2025-01-27 16:38:46 -0600)
are available in the Git repository at:
git@source.denx.de:u-boot/custodians/u-boot-marvell.git
FYI, if you do something like this in your .git/config: [remote "origin"] fetch = +refs/heads/*:refs/remotes/origin/* url = https://source.denx.de/u-boot/custodians/u-boot-marvell.git pushurl = git@source.denx.de:u-boot/custodians/u-boot-marvell.git
then the resulting pull-request email will be in the form that "b4 pr" will see and grab. And if you put the notes in the tag I won't have to copy/paste them in (and you can amend the tag with the CI link :)). Thanks!
Applied to u-boot/master.
participants (2)
-
Stefan Roese
-
Tom Rini