Dear Tom, Please pull u-boot-mmc master into u-boot master branch. If there is any problem, let me know, plz.
Best Regards, Jaehoon Chung CI: https://source.denx.de/u-boot/custodians/u-boot-mmc/-/pipelines/12906 The following changes since commit 86feeab3dc71977afb70f595e42060ce324086d0: Merge tag 'u-boot-imx-20220726' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx (2022-07-26 10:26:00 -0400) are available in the Git repository at: g...@source.denx.de:u-boot/custodians/u-boot-mmc.git master for you to fetch changes up to 2785fc4868db1f2643ffd2b989c88cde9dcced4c: mmc: pci_mmc.c should build with ACPIGEN=n (2022-07-27 15:19:42 +0900) ---------------------------------------------------------------- Heinrich Schuchardt (1): mmc: pci_mmc.c should build with ACPIGEN=n Jim Liu (1): mmc: nuvoton: Add NPCM7xx mmc driver Pali Rohár (1): mmc: fsl_esdhc: Fix 'Internal clock never stabilised.' error Ying-Chun Liu (PaulLiu) (2): drivers: mmc: write protect single boot area cmd: mmc: allow to write protect single boot partition cmd/mmc.c | 18 ++++++++-- drivers/mmc/Kconfig | 12 +++++++ drivers/mmc/Makefile | 1 + drivers/mmc/fsl_esdhc.c | 17 ++++++++++ drivers/mmc/mmc.c | 27 +++++++++++++++ drivers/mmc/npcm_sdhci.c | 86 ++++++++++++++++++++++++++++++++++++++++++++++++ drivers/mmc/pci_mmc.c | 3 ++ include/mmc.h | 16 +++++++++ 8 files changed, 177 insertions(+), 3 deletions(-) create mode 100644 drivers/mmc/npcm_sdhci.c