Hi Tom, Please pull mmc-2025-04-11
------------------------------------------------------------------------- Support Sandisk and Micron eMMC BOOT/RPMB hardware partition resizing Optimize eMMC erasing time Simplify poll CD logic Fix possible Synchronous Abort for sdhci Kconfig dependencies fix Minor code update, return fail if mmc_complete_init, avoid uniniting twice ------------------------------------------------------------------------- CI: https://source.denx.de/u-boot/custodians/u-boot-mmc/-/pipelines/25640 Thanks, Peng The following changes since commit cb7555e93075114fe4af0adb806877ac4d4ef80d: Merge patch series "*** Add Ethernet boot support for AM62Ax + phyCORE-AM62 SoMs ***" (2025-04-10 15:04:09 -0600) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-mmc.git tags/mmc-2025-04-11 for you to fetch changes up to 7550bfdbf41b721f750a62b87a42a3329a2e2f81: mmc: mmc_boot: Support Sandisk and Micron eMMC BOOT/RPMB hardware partition resizing (2025-04-11 11:51:04 +0800) ---------------------------------------------------------------- Jonas Karlman (1): mmc: sdhci: Fix possible Synchronous Abort using PIO mode Luke Wang (1): mmc: mmc_boot: Support Sandisk and Micron eMMC BOOT/RPMB hardware partition resizing Marek Vasut (2): mmc: Simplify poll CD logic in case cyclic framework is enabled mmc: Exit from mmc_init() if mmc_complete_init() fails Peng Fan (1): mmc: Optimize eMMC erase speed Simon Glass (1): mmc: Avoid uniniting twice Tom Rini (1): mmc: Kconfig: Correct dependencies SDHCI ADMA options drivers/mmc/Kconfig | 2 ++ drivers/mmc/mmc-uclass.c | 16 ++--------- drivers/mmc/mmc.c | 16 +++++------ drivers/mmc/mmc_boot.c | 173 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------- drivers/mmc/mmc_write.c | 11 ++++++++ drivers/mmc/sdhci.c | 6 ++-- include/mmc.h | 12 +++++++- 7 files changed, 183 insertions(+), 53 deletions(-)