Skip to content

Commit d7dfca0

Browse files
Igor Mitsyankopm215
Igor Mitsyanko
authored andcommitted
hw/sdhci: introduce standard SD host controller
Device model for standard SD Host Controller Interface (SDHCI) compliant with version 2.00 of SD association specification. Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com> Signed-off-by: Igor Mitsyanko <i.mitsyanko@samsung.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
1 parent 353575f commit d7dfca0

File tree

4 files changed

+1615
-0
lines changed

4 files changed

+1615
-0
lines changed

default-configs/arm-softmmu.mak

+2
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,5 @@ CONFIG_XGMAC=y
4747

4848
CONFIG_VERSATILE_PCI=y
4949
CONFIG_VERSATILE_I2C=y
50+
51+
CONFIG_SDHCI=y

hw/Makefile.objs

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ common-obj-y += ccid-card-passthru.o
4343
common-obj-$(CONFIG_SMARTCARD_NSS) += ccid-card-emulated.o
4444
endif
4545
common-obj-$(CONFIG_I8259) += i8259_common.o i8259.o
46+
common-obj-$(CONFIG_SDHCI) += sdhci.o
4647
common-obj-y += fifo.o
4748
common-obj-y += pam.o
4849

0 commit comments

Comments
 (0)