commit | f376a3cbbf34d3114d92789540ba2d2e9e904758 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun May 01 13:52:42 2016 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue May 17 09:54:43 2016 -0600 |
tree | 737240a323d3eaf20cf3cef327629bcc86b6e8a3 | |
parent | 33fb211dd2706e666db4008801dc0d5903fd82f6 [diff] |
dm: mmc: sandbox: Add an SD-card emulation 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>