Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-17 | test: spl: Add a test for the SPI load method | Sean Anderson | |
Add test for the SPI load method. This one is pretty straightforward. We can't enable FIT_EXTERNAL with LOAD_FIT_FULL because spl_spi_load_image doesn't know the total image size and has to guess from fdt_totalsize. This doesn't include external data, so loading it will fail. Signed-off-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> | |||
2020-10-29 | test: Run only the selected SPL test | Simon Glass | |
Use the new -k option to select the test to run. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2020-10-29 | pytest: Collect SPL unit tests | Simon Glass | |
Add a new test_spl fixture to handle running SPL unit tests. Signed-off-by: Simon Glass <sjg@chromium.org> |