]> git.ipfire.org Git - thirdparty/u-boot.git/commit
test: spl: Support testing LEGACY_LZMA filesystem images
authorSean Anderson <seanga2@gmail.com>
Wed, 8 Nov 2023 16:48:46 +0000 (11:48 -0500)
committerTom Rini <trini@konsulko.com>
Thu, 16 Nov 2023 18:49:14 +0000 (13:49 -0500)
commit5b3debc61ea6b6ce3e9125331381c55403d82dce
treed0f48d1a743b35797d4a5f6f56a1b9c588086cf8
parentefe92cd2f9eff3699d4a6b5e1c3d261c4b88b342
test: spl: Support testing LEGACY_LZMA filesystem images

These will soon be supported, so we need to be able to test it. Export the
lzma data and generally use the same process in spl_test_mmc_fs as
do_spl_test_load.  If we end up needing this in third place in the future,
it would probably be good to refactor things out.

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