[PATCH v3 0/2] Introduce spl_soc_init() for SoC specific initialization

Michal Simek michal.simek at amd.com
Mon Apr 8 14:59:27 CEST 2024



On 3/27/24 13:11, lukas.funke-oss at weidmueller.com wrote:
> 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 v3:
>   - Rephrase Kconfig description and correct minor typo
> 
> 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(-)
> 

Applied.
M


More information about the U-Boot mailing list