mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 06:04:34 +00:00
b73e8bf453
Add TF-A FIP support for trusted boot on STM32MP15x, when STM32MP15x_STM32IMAGE is not activated. With FIP support the SSBL partition is named "fip" and its size is 4MB, so the ENV partition name in device tree (for SD card or eMMC) or offset in defconfig (CONFIG_ENV_OFFSET / CONFIG_ENV_OFFSET_REDUND) need to be modified. With FIP the TEE MTD partitions are removed because the OP-TEE binray are included in the FIP containers. Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
11 lines
405 B
Text
11 lines
405 B
Text
STM32MP1 BOARD
|
|
M: Patrick Delaunay <patrick.delaunay@foss.st.com>
|
|
L: uboot-stm32@st-md-mailman.stormreply.com (moderated for non-subscribers)
|
|
T: git https://source.denx.de/u-boot/custodians/u-boot-stm.git
|
|
S: Maintained
|
|
F: arch/arm/dts/stm32mp15*
|
|
F: board/st/stm32mp1/
|
|
F: configs/stm32mp15_defconfig
|
|
F: configs/stm32mp15_basic_defconfig
|
|
F: configs/stm32mp15_trusted_defconfig
|
|
F: include/configs/stm32mp1.h
|