From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick DELAUNAY Date: Wed, 9 Dec 2020 10:48:33 +0000 Subject: [PATCH 1/4] fastboot: mmc: Add CONFIG_FASTBOOT_MMC_USER_SUPPORT In-Reply-To: <20200909152228.1.I4ae7c1ab59fed4861cde9322a8d12167c9d0187a@changeid> References: <20200909152228.1.I4ae7c1ab59fed4861cde9322a8d12167c9d0187a@changeid> Message-ID: <8d6dfa51d37a4fcdb2f58516473925de@SFHDAG2NODE3.st.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Lukasz, > From: Patrick DELAUNAY > Sent: mercredi 9 septembre 2020 15:23 > To: u-boot at lists.denx.de > Cc: Patrick DELAUNAY ; Jagan Teki > ; Kever Yang ; > Mingming lee ; Miquel Raynal > ; Peng Fan ; Simon Glass > ; U-Boot STM32 mailman.stormreply.com> > Subject: [PATCH 1/4] fastboot: mmc: Add > CONFIG_FASTBOOT_MMC_USER_SUPPORT > Importance: High > > Split userdata and boot partition support for eMMC update and correct the > description (update is supported). > > The new configuration CONFIG_FASTBOOT_MMC_USER_SUPPORT allows to > activate support of userdata partition update, based on target > name=CONFIG_FASTBOOT_MMC_USER_NAME > > This patch also removes the unnecessary dependency with ARCH_MEDIATEK > and EFI_PARTITION. > > Signed-off-by: Patrick Delaunay > --- > > configs/mt8518_ap1_emmc_defconfig | 1 + > drivers/fastboot/Kconfig | 22 +++++++++++++++++----- > drivers/fastboot/fb_mmc.c | 9 ++++++--- > 3 files changed, 24 insertions(+), 8 deletions(-) > Gentle reminder, Any comments on this serie [1] [1] http://patchwork.ozlabs.org/project/uboot/list/?series=200509 Patrick