U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1]     Add support for Cool Pi GenBook
@ 2024-08-11 10:02 Andy Yan
  2024-08-11 10:02 ` [PATCH 1/1] board: rockchip: Add support for rk3588 GenBook Andy Yan
  0 siblings, 1 reply; 8+ messages in thread
From: Andy Yan @ 2024-08-11 10:02 UTC (permalink / raw)
  To: kever.yang; +Cc: jonas, u-boot, Andy Yan

    Support for Cool Pi GenBook is landing linux-rockchip[], so also
add the support for u-boot here.

[0] https://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git/commit/?h=v6.12-armsoc/dts64&id=4a8c1161b843c366776fc872a6fe45b743b2983e


Andy Yan (1):
  board: rockchip: Add support for rk3588 GenBook

 .../dts/rk3588-coolpi-cm5-genbook-u-boot.dtsi |  70 ++++
 arch/arm/mach-rockchip/rk3588/Kconfig         |   7 +
 board/coolpi/genbook/Kconfig                  |  12 +
 board/coolpi/genbook/MAINTAINERS              |   7 +
 board/coolpi/genbook/README                   |  23 ++
 configs/coolpi-genbook-rk3588_defconfig       | 104 ++++++
 .../rockchip/rk3588-coolpi-cm5-genbook.dts    | 349 ++++++++++++++++++
 include/configs/genbook-rk3588.h              |  28 ++
 8 files changed, 600 insertions(+)
 create mode 100644 arch/arm/dts/rk3588-coolpi-cm5-genbook-u-boot.dtsi
 create mode 100644 board/coolpi/genbook/Kconfig
 create mode 100644 board/coolpi/genbook/MAINTAINERS
 create mode 100644 board/coolpi/genbook/README
 create mode 100644 configs/coolpi-genbook-rk3588_defconfig
 create mode 100644 dts/upstream/src/arm64/rockchip/rk3588-coolpi-cm5-genbook.dts
 create mode 100644 include/configs/genbook-rk3588.h

-- 
2.34.1


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

end of thread, other threads:[~2024-08-12 10:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-11 10:02 [PATCH 0/1] Add support for Cool Pi GenBook Andy Yan
2024-08-11 10:02 ` [PATCH 1/1] board: rockchip: Add support for rk3588 GenBook Andy Yan
2024-08-11 21:26   ` Dragan Simic
2024-08-12  0:37     ` Andy Yan
2024-08-12  0:46       ` Dragan Simic
2024-08-12  8:23     ` Quentin Schulz
2024-08-12 10:00       ` Andy Yan
2024-08-12 10:46         ` Quentin Schulz

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