public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/2] Introduce spl_arch_init() for architecture specific initialization
@ 2024-03-20 13:19 lukas.funke-oss
  2024-03-20 13:19 ` [PATCH 1/2] spl: Introduce architecture specific init function lukas.funke-oss
  2024-03-20 13:19 ` [PATCH 2/2] arm64: zynq(mp): Rename spl_board_init() to spl_arch_init() lukas.funke-oss
  0 siblings, 2 replies; 9+ messages in thread
From: lukas.funke-oss @ 2024-03-20 13:19 UTC (permalink / raw)
  To: u-boot
  Cc: Lukas Funke, Alper Nebi Yasak, Andre Przywara, Andrew Davis,
	Bin Meng, Chanho Park, Csókás Bence, Devarsh Thakkar,
	Fabio Estevam, Heinrich Schuchardt, Linus Walleij, Manoj Sai,
	Marek Vasut, Marek Vasut, Mayuresh Chitale, Michal Simek,
	Nikhil M Jain, Oleksandr Suvorov, Rayagonda Kokatanur,
	Samuel Holland, Sean Anderson, Simon Glass, Tom Rini, Yang Xiwen

From: Lukas Funke <lukas.funke@weidmueller.com>


Currently some architectures use spl_board_init() for their architecture
specific initialization. This prohibits board developers from adding
board init code using said function. This series introduces a new
function in order to separate arch init code from board init code.



Lukas Funke (2):
  spl: Introduce architecture specific init function
  arm64: zynq(mp): Rename spl_board_init() to spl_arch_init()

 arch/arm/Kconfig           | 4 ++--
 arch/arm/mach-zynq/spl.c   | 4 ++--
 arch/arm/mach-zynqmp/spl.c | 4 ++--
 common/spl/Kconfig         | 7 +++++++
 common/spl/spl.c           | 3 +++
 include/spl.h              | 8 ++++++++
 6 files changed, 24 insertions(+), 6 deletions(-)

-- 
2.30.2


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

end of thread, other threads:[~2024-03-21 15:13 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-20 13:19 [PATCH 0/2] Introduce spl_arch_init() for architecture specific initialization lukas.funke-oss
2024-03-20 13:19 ` [PATCH 1/2] spl: Introduce architecture specific init function lukas.funke-oss
2024-03-20 14:30   ` Tom Rini
2024-03-20 15:22     ` Devarsh Thakkar
2024-03-20 15:33       ` Tom Rini
2024-03-20 15:49         ` Andre Przywara
2024-03-21  7:54           ` Lukas Funke
2024-03-21 15:13             ` Michal Simek
2024-03-20 13:19 ` [PATCH 2/2] arm64: zynq(mp): Rename spl_board_init() to spl_arch_init() lukas.funke-oss

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