mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH v1 0/4] ARM: boards: add support for Samsung Galaxy S8 and S20 5G
@ 2025-07-29 20:36 Ivaylo Ivanov
  2025-07-29 20:36 ` [PATCH v1 1/4] video: simplefb-client: switch to dev_get_resource Ivaylo Ivanov
                   ` (3 more replies)
  0 siblings, 4 replies; 21+ messages in thread
From: Ivaylo Ivanov @ 2025-07-29 20:36 UTC (permalink / raw)
  To: Sascha Hauer; +Cc: barebox

Hey folks,

This patchset focuses on adding support for S8 and S20. It's designed to allow
adding support for new exynos devices easy, with the primary differentiating
factor being the device tree. Currently, the same built barebox-exynos.img
can be booted on both S20 and S8 without any changes in the code, as it can
dynamically recognize what device it's booting on based on the tree provided
at x0 from the previous bootloader (s-boot).

On these devices, barebox will be used as a shim after the stock bootloader
(s-boot), replacing the linux kernel image in the boot.img.

Please read the patch commit messages, I've tried to describe everything
well enough. Thanks!

Best regards,
Ivaylo

Ivaylo Ivanov (4):
  video: simplefb-client: switch to dev_get_resource
  clocksource: arm_architected_timer: support clock-frequency
  ARM: boards: add support for Samsung Galaxy S8 (dreamlte)
  ARM: boards: add support for Samsung Galaxy S20 5G (x1s)

 arch/arm/Kconfig                            |  5 ++
 arch/arm/boards/Makefile                    |  1 +
 arch/arm/boards/samsung-exynos/Makefile     |  4 +
 arch/arm/boards/samsung-exynos/board.c      | 66 +++++++++++++++++
 arch/arm/boards/samsung-exynos/lowlevel.c   | 81 +++++++++++++++++++++
 arch/arm/dts/Makefile                       |  2 +
 arch/arm/dts/exynos8895-dreamlte.dts        | 13 ++++
 arch/arm/dts/exynos990-x1s.dts              | 13 ++++
 arch/arm/mach-samsung/Kconfig               | 13 ++++
 drivers/clocksource/arm_architected_timer.c | 11 ++-
 drivers/video/simplefb-client.c             |  5 +-
 images/Makefile                             |  1 +
 images/Makefile.exynos                      |  8 ++
 13 files changed, 219 insertions(+), 4 deletions(-)
 create mode 100644 arch/arm/boards/samsung-exynos/Makefile
 create mode 100644 arch/arm/boards/samsung-exynos/board.c
 create mode 100644 arch/arm/boards/samsung-exynos/lowlevel.c
 create mode 100644 arch/arm/dts/exynos8895-dreamlte.dts
 create mode 100644 arch/arm/dts/exynos990-x1s.dts
 create mode 100644 arch/arm/mach-samsung/Kconfig
 create mode 100644 images/Makefile.exynos

-- 
2.43.0




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

end of thread, other threads:[~2025-08-05  7:41 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-07-29 20:36 [PATCH v1 0/4] ARM: boards: add support for Samsung Galaxy S8 and S20 5G Ivaylo Ivanov
2025-07-29 20:36 ` [PATCH v1 1/4] video: simplefb-client: switch to dev_get_resource Ivaylo Ivanov
2025-07-30  8:11   ` Ahmad Fatoum
2025-07-30 11:28     ` Ivaylo Ivanov
2025-07-30 12:31       ` Ahmad Fatoum
2025-07-29 20:36 ` [PATCH v1 2/4] clocksource: arm_architected_timer: support clock-frequency Ivaylo Ivanov
2025-07-30  8:13   ` Ahmad Fatoum
2025-08-05  7:40   ` (subset) " Sascha Hauer
2025-07-29 20:36 ` [PATCH v1 3/4] ARM: boards: add support for Samsung Galaxy S8 (dreamlte) Ivaylo Ivanov
2025-07-30  8:31   ` Ahmad Fatoum
2025-07-30  9:09     ` Ivaylo Ivanov
2025-07-30  9:33       ` Ahmad Fatoum
2025-07-30 11:12         ` Ivaylo Ivanov
2025-07-29 20:36 ` [PATCH v1 4/4] ARM: boards: add support for Samsung Galaxy S20 5G (x1s) Ivaylo Ivanov
2025-07-30  8:48   ` Ahmad Fatoum
2025-07-30  9:16     ` Ivaylo Ivanov
2025-07-30  9:44       ` Ahmad Fatoum
2025-07-30 11:18         ` Ivaylo Ivanov
2025-07-30 12:50           ` Ahmad Fatoum
2025-07-30 13:12             ` Ivaylo Ivanov
2025-07-30 13:26               ` Ahmad Fatoum

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