summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/sandbox_mmc.c
Commit message (Collapse)AuthorAgeFilesLines
* dm: mmc: sandbox: Add an SD-card emulationSimon Glass2016-05-171-1/+133
| | | | | | | | Add an emulation of an SD card to sandbox, allowing MMC to be used in tests. The emulation is very simple, supporting only card detection and reading test data. Signed-off-by: Simon Glass <sjg@chromium.org>
* dm: test: Add a test for the mmc uclassSimon Glass2015-07-211-0/+25
Add a test to confirm that we can probe this device. Since there is no MMC stack support in sandbox at present, this is as far as the test goes. Signed-off-by: Simon Glass <sjg@chromium.org>
OpenPOWER on IntegriCloud