mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 06:04:34 +00:00
abf2678f0f
Add support of trusted boot, using TF-A as first stage bootloader, The boot sequence is BootRom >=> TF-A.stm32 (clock & DDR) >=> U-Boot.stm32 The TF-A monitor provides secure monitor with support of SMC - proprietary to manage secure devices (BSEC for example) - PSCI for power The same device tree is used for STMicroelectronics boards with basic boot and with trusted boot. Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
9 lines
306 B
Text
9 lines
306 B
Text
STM32MP1 BOARD
|
|
M: Patrick Delaunay <patrick.delaunay@st.com>
|
|
L: uboot-stm32@st-md-mailman.stormreply.com (moderated for non-subscribers)
|
|
S: Maintained
|
|
F: arch/arm/dts/stm32mp157*
|
|
F: board/st/stm32mp1
|
|
F: configs/stm32mp15_basic_defconfig
|
|
F: configs/stm32mp15_trusted_defconfig
|
|
F: include/configs/stm32mp1.h
|