[PATCH 0/2] Initial support for PXA1908 and samsung-coreprimevelte
Duje Mihanović
duje.mihanovic at skole.hr
Fri Dec 27 22:22:14 CET 2024
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.
Signed-off-by: Duje Mihanović <duje.mihanovic at skole.hr>
---
Duje Mihanović (2):
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 | 20 +++++
include/configs/pxa1908.h | 12 +++
14 files changed, 377 insertions(+)
---
base-commit: 3391587e3fe22db6c71882f652e13543a4501694
change-id: 20241226-coreprimevelte-1c26acfb58db
Best regards,
--
Duje Mihanović <duje.mihanovic at skole.hr>
More information about the U-Boot
mailing list