All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Add SPL build support for RK3568
@ 2021-10-25  6:33 Nico Cheng
  2021-10-25  6:33 ` [PATCH v2 1/3] rockchip: Kconfig: Enable SPL support for rk3568 Nico Cheng
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Nico Cheng @ 2021-10-25  6:33 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 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 | 19 +++++++++++++++++++
 configs/evb-rk3568_defconfig           | 25 ++++++++++++++++++++++++-
 include/configs/rk3568_common.h        |  4 ++++
 5 files changed, 66 insertions(+), 1 deletion(-)

-- 
2.17.1




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

end of thread, other threads:[~2021-10-25 13:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-25  6:33 [PATCH v2 0/3] Add SPL build support for RK3568 Nico Cheng
2021-10-25  6:33 ` [PATCH v2 1/3] rockchip: Kconfig: Enable SPL support for rk3568 Nico Cheng
2021-10-25 12:57   ` Philipp Tomsich
2021-10-25  6:33 ` [PATCH v2 2/3] arm: dts: rockchip: rk3568: Enable sdhci and sdmmc0 node Nico Cheng
2021-10-25 12:59   ` Philipp Tomsich
2021-10-25  6:33 ` [PATCH v2 3/3] rockchip: rk3568: add arch_cpu_init() Nico Cheng
2021-10-25 13:04   ` Philipp Tomsich

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.