[PATCH 3/4] configs: stm32mp1: enable the fastboot oem command partconf

Patrick DELAUNAY patrick.delaunay at st.com
Tue Feb 9 10:23:11 CET 2021


Hi,

> From: Patrick DELAUNAY <patrick.delaunay at st.com>
> Sent: mercredi 9 septembre 2020 15:25
> 
> Enable the fastboot oem command partconf, used to select the correct eMMC boot
> partition, with same format than 'mmc partconf'
> with parameter: boot_ack boot_partition
> On stm32mp1 family:
> - boot_ack = 1 (Boot Acknowledge is needed by ROM code)
> - boot_partition = 1 or 2 (Boot partition 1 / 2 enabled for boot)
> 
> So on EV1 board the expected commands to select boot partition 1 or 2 $>
> fastboot oem partconf:1 1 $> fastboot oem partconf:1 2
> 
> Signed-off-by: Patrick Delaunay <patrick.delaunay at st.com>
> ---
> 
>  configs/stm32mp15_basic_defconfig   | 1 +
>  configs/stm32mp15_trusted_defconfig | 1 +
>  2 files changed, 2 insertions(+)
> 

Applied to u-boot-stm/master, thanks!

Regards

Patrick


More information about the U-Boot mailing list