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.mihano...@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-ac8243eee...@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,
-- 
Duje Mihanović <duje.mihano...@skole.hr>


Reply via email to