Skip to content

Commit

Permalink
bcm2835_sdhost: add bcm2835 sdhost controller
Browse files Browse the repository at this point in the history
This adds the BCM2835 SDHost controller from Arasan.

Signed-off-by: Clement Deschamps <clement.deschamps@antfield.fr>
Message-id: 20170224164021.9066-2-clement.deschamps@antfield.fr
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
  • Loading branch information
Clement Deschamps authored and pm215 committed Feb 28, 2017
1 parent 5db53e3 commit 43ddc18
Show file tree
Hide file tree
Showing 3 changed files with 478 additions and 0 deletions.
1 change: 1 addition & 0 deletions hw/sd/Makefile.objs
Expand Up @@ -6,3 +6,4 @@ common-obj-$(CONFIG_SDHCI) += sdhci.o
obj-$(CONFIG_MILKYMIST) += milkymist-memcard.o
obj-$(CONFIG_OMAP) += omap_mmc.o
obj-$(CONFIG_PXA2XX) += pxa2xx_mmci.o
obj-$(CONFIG_RASPI) += bcm2835_sdhost.o

0 comments on commit 43ddc18

Please sign in to comment.