[U-Boot] [PATCH 0/7] Add support of SD3.0 UHS modes for ZynqMP
Siva Durga Prasad Paladugu
siva.durga.paladugu at xilinx.com
Thu Jan 4 06:20:09 UTC 2018
This patch series is meant to add SD3.0 support for ZynqMP
platform.
The first five patches in the series mostly setting up
things in sdhci layer to support SD3.0 , the sixth patch
is to add SD3.0 support for ZynqMP platform and the last
patch is to enable this support for ZynqMP zcu102 rev1.0
eval board.
Repo: u-boot-mmc.git
Branch: hs200-working
Siva Durga Prasad Paladugu (7):
mmc: sdhci: Add support for disabling clock
mmc: sdhci: Handle execute tuning command in sdhci_send_command
sdhci: Add new sdhci ops for platform specific tuning and delays
mmc: sdhci: Invoke platform specific tuning and delay routines
mmc : sdhci: Read capabilities register1 and update host caps
mmc: zynq_sdhci: Add support for SD3.0
zynqmp: zcu102: Enable UHS support for ZCU102 Rev1.0 board
board/xilinx/zynqmp/Makefile | 2 +
board/xilinx/zynqmp/tap_delays.c | 230 ++++++++++++++++++++++++++
configs/xilinx_zynqmp_zcu102_rev1_0_defconfig | 2 +
drivers/mmc/sdhci.c | 67 +++++++-
drivers/mmc/zynq_sdhci.c | 230 +++++++++++++++++++++++++-
include/sdhci.h | 9 +
6 files changed, 530 insertions(+), 10 deletions(-)
create mode 100644 board/xilinx/zynqmp/tap_delays.c
--
2.7.4
More information about the U-Boot
mailing list