All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] Add Support for eMMC boot in AM65x and J721e
@ 2020-01-23 15:24 Faiz Abbas
  2020-01-23 15:24 ` [PATCH 01/10] mmc: Add a saved_clock member Faiz Abbas
                   ` (10 more replies)
  0 siblings, 11 replies; 14+ messages in thread
From: Faiz Abbas @ 2020-01-23 15:24 UTC (permalink / raw)
  To: u-boot

The following patches add support for eMMC boot in TI's Am65x and J721e
devices.

Faiz Abbas (10):
  mmc: Add a saved_clock member
  arm: K3: sysfw-loader: Add a config_pm_pre_callback()
  configs: am65x_evm: Add CONFIG_SUPPORT_EMMC_BOOT
  spl: mmc: Fix spl_mmc_get_uboot_raw_sector() implementation
  mmc: Merge SD_LEGACY and MMC_LEGACY bus modes
  mmc: sdhci_am654: Update output tap delay writes
  configs: j721e_evm: Add Support for eMMC boot
  mmc: Add init() API
  mmc: sdhci: Expose sdhci_init() as non-static
  mmc: am654_sdhci: Implement workaround for card detect

 arch/arm/dts/k3-am65-main.dtsi               |  12 ++-
 arch/arm/dts/k3-am654-base-board-u-boot.dtsi |  11 +-
 arch/arm/dts/k3-j721e-main.dtsi              |  15 ++-
 arch/arm/mach-imx/imx8/image.c               |   3 +-
 arch/arm/mach-k3/am6_init.c                  |  33 +++++-
 arch/arm/mach-k3/include/mach/sysfw-loader.h |   2 +-
 arch/arm/mach-k3/j721e_init.c                |  33 +++++-
 arch/arm/mach-k3/sysfw-loader.c              |   6 +-
 common/spl/spl_mmc.c                         |  11 +-
 configs/am65x_evm_a53_defconfig              |   1 +
 configs/am65x_evm_r5_defconfig               |   1 +
 configs/j721e_evm_a72_defconfig              |   3 +
 configs/j721e_evm_r5_defconfig               |   3 +
 drivers/mmc/am654_sdhci.c                    | 105 ++++++++++++++++---
 drivers/mmc/fsl_esdhc_imx.c                  |   1 -
 drivers/mmc/mmc.c                            |  33 +++---
 drivers/mmc/omap_hsmmc.c                     |   1 -
 drivers/mmc/sdhci.c                          |   2 +-
 drivers/mmc/zynq_sdhci.c                     |   1 -
 include/configs/am65x_evm.h                  |   2 -
 include/mmc.h                                |   9 +-
 include/sdhci.h                              |   1 +
 22 files changed, 236 insertions(+), 53 deletions(-)

-- 
2.19.2

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2020-01-24  6:17 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-23 15:24 [PATCH 00/10] Add Support for eMMC boot in AM65x and J721e Faiz Abbas
2020-01-23 15:24 ` [PATCH 01/10] mmc: Add a saved_clock member Faiz Abbas
2020-01-23 15:24 ` [PATCH 02/10] arm: K3: sysfw-loader: Add a config_pm_pre_callback() Faiz Abbas
2020-01-23 15:24 ` [PATCH 03/10] configs: am65x_evm: Add CONFIG_SUPPORT_EMMC_BOOT Faiz Abbas
2020-01-23 15:24 ` [PATCH 04/10] spl: mmc: Fix spl_mmc_get_uboot_raw_sector() implementation Faiz Abbas
2020-01-23 15:24 ` [PATCH 05/10] mmc: Merge SD_LEGACY and MMC_LEGACY bus modes Faiz Abbas
2020-01-23 15:24 ` [PATCH 06/10] mmc: sdhci_am654: Update output tap delay writes Faiz Abbas
2020-01-23 15:24 ` [PATCH 07/10] configs: j721e_evm: Add Support for eMMC boot Faiz Abbas
2020-01-23 15:24 ` [PATCH 08/10] mmc: Add init() API Faiz Abbas
2020-01-23 15:24 ` [PATCH 09/10] mmc: sdhci: Expose sdhci_init() as non-static Faiz Abbas
2020-01-23 15:24 ` [PATCH 10/10] mmc: am654_sdhci: Implement workaround for card detect Faiz Abbas
2020-01-24  3:37 ` [PATCH 00/10] Add Support for eMMC boot in AM65x and J721e Lokesh Vutla
2020-01-24  4:26   ` Lokesh Vutla
2020-01-24  6:17   ` Faiz Abbas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.