All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Initial support for PXA1908 and samsung-coreprimevelte
@ 2024-12-27 21:22 Duje Mihanović
  2024-12-27 21:22 ` [PATCH 1/2] arm: mmp: add initial support for PXA1908 SoC Duje Mihanović
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Duje Mihanović @ 2024-12-27 21:22 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>
---
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@skole.hr>



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

end of thread, other threads:[~2024-12-31 16:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-27 21:22 [PATCH 0/2] Initial support for PXA1908 and samsung-coreprimevelte Duje Mihanović
2024-12-27 21:22 ` [PATCH 1/2] arm: mmp: add initial support for PXA1908 SoC Duje Mihanović
2024-12-27 21:22 ` [PATCH 2/2] board: samsung: add initial support for coreprimevelte board Duje Mihanović
2024-12-27 21:53 ` [PATCH 0/2] Initial support for PXA1908 and samsung-coreprimevelte Tom Rini
2024-12-28 11:10   ` Duje Mihanović
2024-12-30 15:25     ` Tom Rini
2024-12-31 11:16       ` Duje Mihanović
2024-12-31 16:05         ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.