]> git.baikalelectronics.ru Git - uboot.git/commit
configs: stm32mp1: enable the fastboot oem command partconf
authorPatrick Delaunay <patrick.delaunay@st.com>
Wed, 9 Sep 2020 13:24:34 +0000 (15:24 +0200)
committerPatrick Delaunay <patrick.delaunay@foss.st.com>
Tue, 9 Feb 2021 09:07:55 +0000 (10:07 +0100)
commit744693032632105f815d68c0ac3f1667c8034192
treec193112044f21f4e9e85e9d67f3353fbdef275b4
parentee8255d135ae031470642ffe498b89b43b4ea8b3
configs: stm32mp1: enable the fastboot oem command partconf

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@st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@st.com>
configs/stm32mp15_basic_defconfig
configs/stm32mp15_trusted_defconfig