[PATCH v2 0/2] Introduce spl_soc_init() for SoC specific initialization
lukas.funke-oss at weidmueller.com
lukas.funke-oss at weidmueller.com
Wed Mar 27 11:46:36 CET 2024
From: Lukas Funke <lukas.funke at weidmueller.com>
Currently some vendors use spl_board_init() for their SoC
specific initialization. This prohibits board developers from adding
board init code using said function. This series introduces a new
function in order to separate SoC init code from board init code.
Changes in v2:
- Change spl_arch_init() to spl_soc_init()
Lukas Funke (2):
spl: Introduce SoC specific init function
arm64: zynq(mp): Rename spl_board_init() to spl_soc_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
More information about the U-Boot
mailing list