[U-Boot] [PATCH 11/18] dm: test: Add a test for the mmc uclass

Simon Glass sjg at chromium.org
Sat Jul 18 01:58:50 CEST 2015


On 6 July 2015 at 12:54, Simon Glass <sjg at chromium.org> wrote:
> 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 at chromium.org>
> ---
>
>  arch/sandbox/dts/test.dts |  4 ++++
>  configs/sandbox_defconfig |  1 +
>  drivers/mmc/Makefile      |  1 +
>  drivers/mmc/sandbox_mmc.c | 25 +++++++++++++++++++++++++
>  test/dm/Makefile          |  1 +
>  test/dm/mmc.c             | 27 +++++++++++++++++++++++++++
>  6 files changed, 59 insertions(+)
>  create mode 100644 drivers/mmc/sandbox_mmc.c
>  create mode 100644 test/dm/mmc.c

Applied to u-boot-dm.


More information about the U-Boot mailing list