Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/44384
to look at the new patch set (#9).
Change subject: soc/ti/am335x: Add MMC/SD driver ......................................................................
soc/ti/am335x: Add MMC/SD driver
Adds a driver for the am335x MMC peripheral. This has only been tested with SD cards and probably needs some modification to use eMMC or MMC cards.
It's also currently a little slow as it only supports reading a block at a time.
Change-Id: I5c2b250782cddca17aa46cc8222b9aebef505fb2 Signed-off-by: Sam Lewis sam.vr.lewis@gmail.com --- M src/mainboard/ti/beaglebone/Kconfig M src/mainboard/ti/beaglebone/Makefile.inc A src/mainboard/ti/beaglebone/board.fmd A src/mainboard/ti/beaglebone/sd_media.c M src/soc/ti/am335x/Makefile.inc D src/soc/ti/am335x/bootblock_media.c M src/soc/ti/am335x/header.c M src/soc/ti/am335x/header.h M src/soc/ti/am335x/memlayout.ld A src/soc/ti/am335x/mmc.c A src/soc/ti/am335x/mmc.h D src/soc/ti/am335x/nand.c 12 files changed, 483 insertions(+), 47 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/84/44384/9