diff options
author | Sean Anderson <seanga2@gmail.com> | 2023-10-14 16:47:59 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-10-17 20:50:52 -0400 |
commit | b93cc1e73e1173774a40535e96f4049e3b281eda (patch) | |
tree | a8d6b5959fc14b4c43e0bddc7bf38363a3b1c5ad /.azure-pipelines.yml | |
parent | b5bf83b6912a67d2a147cf866c87854bd43cc863 (diff) | |
download | u-boot-b93cc1e73e1173774a40535e96f4049e3b281eda.tar.gz u-boot-b93cc1e73e1173774a40535e96f4049e3b281eda.tar.bz2 u-boot-b93cc1e73e1173774a40535e96f4049e3b281eda.zip |
test: spl: Add functions to create images
This add some basic functions to create images, and a test for said
functions. This is not intended to be a test of the image parsing
functions, but rather a framework for creating minimal images for testing
load methods. That said, it does do an OK job at finding bugs in the image
parsing directly.
Since we have two methods for loading/parsing FIT images, add LOAD_FIT_FULL
as a separate CI run.
Signed-off-by: Sean Anderson <seanga2@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to '.azure-pipelines.yml')
-rw-r--r-- | .azure-pipelines.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 7985ff5523..6f91553e86 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -299,6 +299,10 @@ stages: sandbox_noinst: TEST_PY_BD: "sandbox_noinst" TEST_PY_TEST_SPEC: "test_ofplatdata or test_handoff or test_spl" + sandbox_noinst_load_fit_full: + TEST_PY_BD: "sandbox_noinst" + TEST_PY_TEST_SPEC: "test_ofplatdata or test_handoff or test_spl" + OVERRIDE: "-a CONFIG_SPL_LOAD_FIT_FULL=y" sandbox_flattree: TEST_PY_BD: "sandbox_flattree" sandbox_trace: |