All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Add SPL build support for RK3568
@ 2021-10-26  2:42 Nico Cheng
  2021-10-26  2:42 ` [PATCH v3 1/3] rockchip: Kconfig: Enable SPL support for rk3568 Nico Cheng
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Nico Cheng @ 2021-10-26  2:42 UTC (permalink / raw)
  To: sjg, philipp.tomsich, kever.yang
  Cc: yamada.masahiro, chenjh, jason.zhu, trini, yifeng.zhao,
	nico.cheng, u-boot


This series adds support for the rk3568 SOC, SPL load next-stage image from
eMMC will be supported after this series of patches.

Changes in v3:
Replace configuration parameters of SGRF_SOC_CON4 with macro
definitions.

Changes in v2:
We use the rk_clrreg function instead of the writel to set eMMC sdmmc0 to
secure.
Modify comments to make them more explicit.

Nico Cheng (3):
  rockchip: Kconfig: Enable SPL support for rk3568
  arm: dts: rockchip: rk3568: Enable sdhci and sdmmc0 node
  rockchip: rk3568: add arch_cpu_init()

 arch/arm/dts/rk3568-u-boot.dtsi        | 17 ++++++++++++++++
 arch/arm/mach-rockchip/Kconfig         |  2 ++
 arch/arm/mach-rockchip/rk3568/rk3568.c | 27 +++++++++++++++++++++++---
 configs/evb-rk3568_defconfig           | 25 +++++++++++++++++++++++-
 include/configs/rk3568_common.h        |  4 ++++
 5 files changed, 71 insertions(+), 4 deletions(-)

-- 
2.17.1




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

end of thread, other threads:[~2022-03-11 19:34 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-26  2:42 [PATCH v3 0/3] Add SPL build support for RK3568 Nico Cheng
2021-10-26  2:42 ` [PATCH v3 1/3] rockchip: Kconfig: Enable SPL support for rk3568 Nico Cheng
2021-12-24  3:04   ` Kever Yang
2022-03-11 19:34   ` Jagan Teki
2021-10-26  2:42 ` [PATCH v3 2/3] arm: dts: rockchip: rk3568: Enable sdhci and sdmmc0 node Nico Cheng
2021-12-24  3:04   ` Kever Yang
2021-10-26  2:42 ` [PATCH v3 3/3] rockchip: rk3568: add arch_cpu_init() Nico Cheng
2021-12-24  3:04   ` Kever Yang
2021-10-26  8:09 ` [PATCH v3 0/3] Add SPL build support for RK3568 Peter Robinson
2021-10-26 11:24   ` nico.cheng
2021-10-26 13:20   ` Kever Yang

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.