ARM: stm32: Add STM32MP13xx SPL hardware initialization
authorMarek Vasut <marek.vasut@mailbox.org>
Mon, 30 Jun 2025 00:10:28 +0000 (02:10 +0200)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Tue, 29 Jul 2025 15:02:31 +0000 (17:02 +0200)
commitb87ebbe87c05cf5759c5ca93f3749089fdcc4a20
treeaeda2de4f235f7895e6e62934930b8c1d87d8ff9
parent5705938597302a6e9e11567c1cb91933429931e0
ARM: stm32: Add STM32MP13xx SPL hardware initialization

Add hardware initialization for the STM32MP13xx in SPL. This is
similar to STM32MP15xx except the code has to enable MCE to bring
DRAM controller up later.

Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Signed-off-by: Marek Vasut <marek.vasut@mailbox.org>
arch/arm/mach-stm32mp/include/mach/stm32.h
arch/arm/mach-stm32mp/stm32mp1/stm32mp13x.c