]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: spl: Split tests up and use some configs
authorSean Anderson <seanga2@gmail.com>
Sat, 14 Oct 2023 20:47:57 +0000 (16:47 -0400)
committerTom Rini <trini@konsulko.com>
Wed, 18 Oct 2023 00:50:52 +0000 (20:50 -0400)
commitc56468a60d503aee45bc39542307a9d8e6cf5a40
treea153960c49310a594b603969a18ffb4c58e19cb8
parenta24be84df9d8e31de40de0d2270470e19c784bd4
test: spl: Split tests up and use some configs

In order to make adding new spl unit tests easier, especially when they may
have many dependencies, add some Kconfigs for the existing image test.
Split it into the parts which are generic (such as callbacks) and the
test-specific parts.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/Kconfig
test/Makefile
test/image/Kconfig [new file with mode: 0644]
test/image/Makefile
test/image/spl_load.c
test/image/spl_load_os.c [new file with mode: 0644]