]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: spl: Add a test for the MMC load method
authorSean Anderson <seanga2@gmail.com>
Sat, 14 Oct 2023 20:48:02 +0000 (16:48 -0400)
committerTom Rini <trini@konsulko.com>
Wed, 18 Oct 2023 00:50:52 +0000 (20:50 -0400)
commit6ba8ecaa96cc4ede483a353b18c19715b27ba19a
tree3b45a725d78f6f8fc331cdcac3897b81105737d6
parent6c5d0d9398cdfa2af7bbe1b98f0d46295e71fb62
test: spl: Add a test for the MMC load method

Add a test for the MMC load method. This shows the general shape of tests
to come: The main test function calls do_spl_test_load with an appropriate
callback to write the image to the medium.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
configs/sandbox_noinst_defconfig
include/spl.h
include/test/spl.h
test/image/Kconfig
test/image/spl_load.c
test/image/spl_load_fs.c