public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Initial support for PXA1908 and samsung-coreprimevelte
@ 2024-12-31 16:49 Duje Mihanović
  2024-12-31 16:49 ` [PATCH v2 1/3] serial: ns16550: Add Intel XScale support Duje Mihanović
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Duje Mihanović @ 2024-12-31 16:49 UTC (permalink / raw)
  To: Tom Rini
  Cc: Karel Balej, ~postmarketos/upstreaming, u-boot,
	Duje Mihanović

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



^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2025-01-24 16:09 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-31 16:49 [PATCH v2 0/3] Initial support for PXA1908 and samsung-coreprimevelte Duje Mihanović
2024-12-31 16:49 ` [PATCH v2 1/3] serial: ns16550: Add Intel XScale support Duje Mihanović
2025-01-07 11:30   ` Stefan Roese
2025-01-07 18:06     ` Duje Mihanović
2025-01-08 13:43       ` Stefan Roese
2025-01-08 21:26         ` Duje Mihanović
2025-01-09  7:47           ` Stefan Roese
2024-12-31 16:49 ` [PATCH v2 2/3] arm: mmp: add initial support for PXA1908 SoC Duje Mihanović
2025-01-23 12:25   ` Stefan Roese
2025-01-24 15:17     ` Duje Mihanović
2024-12-31 16:49 ` [PATCH v2 3/3] board: samsung: add initial support for coreprimevelte board Duje Mihanović
2025-01-01 12:45 ` [PATCH v2 0/3] Initial support for PXA1908 and samsung-coreprimevelte Duje Mihanović
2025-01-07 11:27 ` Stefan Roese

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox