U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] rockchip: Small cleanups for RK356x and RK3588
@ 2025-04-06  0:24 Jonas Karlman
  2025-04-06  0:24 ` [PATCH 01/11] rockchip: rk3588: Use hptimer reg names in rockchip_stimer_init Jonas Karlman
                   ` (10 more replies)
  0 siblings, 11 replies; 23+ messages in thread
From: Jonas Karlman @ 2025-04-06  0:24 UTC (permalink / raw)
  To: Kever Yang, Simon Glass, Philipp Tomsich, Tom Rini; +Cc: u-boot, Jonas Karlman

This series add small cleanups for RK356x and RK3588.

These are small changes that was implemented while working on RK3528 [1]
and future RK3506 [2] support. Similar changes has also been recommended
for a v2 of the RK3576 series.

This also add the meminfo and rng commands to the generic-rk3568/rk3588
board targets.

[1] https://source.denx.de/u-boot/contributors/kwiboo/u-boot/-/commits/rk3528
[2] https://source.denx.de/u-boot/contributors/kwiboo/u-boot/-/commits/rk3506

Jonas Karlman (11):
  rockchip: rk3588: Use hptimer reg names in rockchip_stimer_init
  rockchip: Remove partitions env variable for RK356x
  rockchip: Remove partitions env variable for RK3588
  rockchip: Ensure device settings is defined before rk3568_common.h
  rockchip: Ensure device settings is defined before rk3588_common.h
  rockchip: Use rk3568_common.h by default for RK356x boards
  rockchip: Use rk3588_common.h by default for RK3588 boards
  rockchip: rk3568: Drop BOARD_LATE_INIT from target config
  rockchip: rk3588: Drop BOARD_LATE_INIT from target config
  rockchip: Enable meminfo and rng commands for Generic RK3566/RK3568
  rockchip: Enable meminfo and rng commands for Generic RK3588

 arch/arm/mach-rockchip/rk3568/Kconfig   |  4 +++-
 arch/arm/mach-rockchip/rk3588/Kconfig   | 23 +++--------------------
 arch/arm/mach-rockchip/rk3588/rk3588.c  | 19 +++++++++++++------
 configs/generic-rk3568_defconfig        |  3 +++
 configs/generic-rk3588_defconfig        |  3 +++
 include/configs/anbernic-rgxx3-rk3566.h |  4 ++--
 include/configs/evb_rk3568.h            |  4 ++--
 include/configs/evb_rk3588.h            |  4 ++--
 include/configs/khadas-edge2-rk3588s.h  |  4 ++--
 include/configs/powkiddy-x55-rk3566.h   |  4 ++--
 include/configs/rk3568_common.h         |  5 ++++-
 include/configs/rk3588_common.h         |  5 ++++-
 include/configs/toybrick_rk3588.h       |  4 ++--
 13 files changed, 45 insertions(+), 41 deletions(-)

-- 
2.49.0


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

end of thread, other threads:[~2025-04-08  3:20 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-06  0:24 [PATCH 00/11] rockchip: Small cleanups for RK356x and RK3588 Jonas Karlman
2025-04-06  0:24 ` [PATCH 01/11] rockchip: rk3588: Use hptimer reg names in rockchip_stimer_init Jonas Karlman
2025-04-08  3:17   ` Kever Yang
2025-04-06  0:24 ` [PATCH 02/11] rockchip: Remove partitions env variable for RK356x Jonas Karlman
2025-04-08  3:18   ` Kever Yang
2025-04-06  0:24 ` [PATCH 03/11] rockchip: Remove partitions env variable for RK3588 Jonas Karlman
2025-04-08  3:19   ` Kever Yang
2025-04-06  0:24 ` [PATCH 04/11] rockchip: Ensure device settings is defined before rk3568_common.h Jonas Karlman
2025-04-08  3:19   ` Kever Yang
2025-04-06  0:24 ` [PATCH 05/11] rockchip: Ensure device settings is defined before rk3588_common.h Jonas Karlman
2025-04-08  3:19   ` Kever Yang
2025-04-06  0:24 ` [PATCH 06/11] rockchip: Use rk3568_common.h by default for RK356x boards Jonas Karlman
2025-04-08  3:19   ` Kever Yang
2025-04-06  0:24 ` [PATCH 07/11] rockchip: Use rk3588_common.h by default for RK3588 boards Jonas Karlman
2025-04-08  3:19   ` Kever Yang
2025-04-06  0:24 ` [PATCH 08/11] rockchip: rk3568: Drop BOARD_LATE_INIT from target config Jonas Karlman
2025-04-08  3:19   ` Kever Yang
2025-04-06  0:24 ` [PATCH 09/11] rockchip: rk3588: " Jonas Karlman
2025-04-08  3:20   ` Kever Yang
2025-04-06  0:24 ` [PATCH 10/11] rockchip: Enable meminfo and rng commands for Generic RK3566/RK3568 Jonas Karlman
2025-04-08  3:20   ` Kever Yang
2025-04-06  0:24 ` [PATCH 11/11] rockchip: Enable meminfo and rng commands for Generic RK3588 Jonas Karlman
2025-04-08  3:20   ` Kever Yang

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