[PATCH v2 0/3] Initial support for PXA1908 and samsung-coreprimevelte
Stefan Roese
sr at denx.de
Tue Jan 7 12:27:24 CET 2025
Hi Duje,
On 31.12.24 17:49, Duje Mihanović wrote:
> Hello,
>
> This series adds initial support for Marvell's PXA1908 ARM64 SoC and
> Samsung's Galaxy Core Prime VE LTE, a smartphone based on said SoC.
>
> On this board, U-Boot is used as a secondary bootloader to work around
> certain quirks of the factory S-Boot.
S-Boot? Never heard of that one.
Interesting to see such an ancient SoC getting supported in U-Boot.
Thanks,
Stefan
> Signed-off-by: Duje Mihanović <duje.mihanovic at skole.hr>
> ---
> Changes in v2:
> - Drop arm,armv8 compatible from CPU nodes to match upstream
> - Add intel,xscale-uart compatible to NS16550 and use it in serial nodes to match upstream
> - Add include guards to include/configs/pxa1908.h
> - Disable CONFIG_DISPLAY_CPUINFO and CONFIG_CPU
> - Rebase on v2025.01-rc5
> - Link to v1: https://lore.kernel.org/r/20241227-coreprimevelte-v1-0-ac8243eee4e6@skole.hr
>
> ---
> 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
>
> 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-mmp/Kconfig | 12 +++
> arch/arm/mach-mmp/Makefile | 1 +
> arch/arm/mach-mmp/board.c | 82 ++++++++++++++++++
> arch/arm/mach-mmp/mmu.c | 30 +++++++
> board/samsung/coreprimevelte/Kconfig | 12 +++
> board/samsung/coreprimevelte/MAINTAINERS | 6 ++
> configs/coreprimevelte_defconfig | 18 ++++
> drivers/serial/ns16550.c | 1 +
> include/configs/pxa1908.h | 18 ++++
> 15 files changed, 382 insertions(+)
> ---
> base-commit: 4be40460758057b9a85b0303dc072c108813cdf6
> change-id: 20241226-coreprimevelte-1c26acfb58db
>
> Best regards,
Viele Grüße,
Stefan Roese
--
DENX Software Engineering GmbH, Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr at denx.de
More information about the U-Boot
mailing list