mbox series

[v2,0/3] stm32mp1: board: add support of CONFIG_ENV_IS_IN_MMC

Message ID 20200615091824.3022-1-patrick.delaunay@st.com
Headers show
Series stm32mp1: board: add support of CONFIG_ENV_IS_IN_MMC | expand

Message

Patrick Delaunay June 15, 2020, 9:18 a.m. UTC
Hi,

Rebased serie [1] with minor modification for avenger96 board
(as SD card is no more used for environment, replaced by SPI-NOR)

This serie depends on ENV patches [2] (RESEND of [3])

[1] http://patchwork.ozlabs.org/project/uboot/list/?series=165333
[2] http://patchwork.ozlabs.org/project/uboot/list/?series=183363
[3] http://patchwork.ozlabs.org/project/uboot/list/?series=165325

Patrick

Changes in v2:
- remove impact on avenger96 board as ENV is saved in NOR for DHCOR SOM
  (CONFIG_ENV_IS_IN_SPI_FLASH in stm32mp15_dhcor_basic_defconfig)

Patrick Delaunay (3):
  stm32mp1: board: add support of CONFIG_ENV_IS_IN_MMC
  stm32mp1: use a specific SD/eMMC partition for U-Boot enviromnent
  configs:stm32mp1: activate env config in SPL

 arch/arm/dts/stm32mp157a-dk1-u-boot.dtsi |  1 +
 arch/arm/dts/stm32mp157c-ed1-u-boot.dtsi |  1 +
 board/st/stm32mp1/stm32mp1.c             | 20 +++++++++++++++++---
 configs/stm32mp15_basic_defconfig        |  8 ++++----
 configs/stm32mp15_trusted_defconfig      |  5 +----
 5 files changed, 24 insertions(+), 11 deletions(-)