From patchwork Mon Jun 15 09:18:21 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Patrick Delaunay X-Patchwork-Id: 242421 List-Id: U-Boot discussion From: patrick.delaunay at st.com (Patrick Delaunay) Date: Mon, 15 Jun 2020 11:18:21 +0200 Subject: [PATCH v2 0/3] stm32mp1: board: add support of CONFIG_ENV_IS_IN_MMC Message-ID: <20200615091824.3022-1-patrick.delaunay@st.com> 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(-)