diff options
| author | Joel Stanley <[email protected]> | 2022-06-29 16:35:25 +0930 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-07-06 14:32:00 -0400 |
| commit | b24087ae64bee572aa5feae91c1ded5ee92dc774 (patch) | |
| tree | 20aec5078c6b0d59c93391a0865d59eea5056af5 | |
| parent | 3045d61c1c8e8a628aac02e841010f7cfcce85c1 (diff) | |
CI: Add Aspeed AST2600
The AST2600 has a Qemu model that allows testing. Create a SPI NOR image
containing the combined SPL and u-boot FIT image.
Reviewed-by: Chia-Wei Wang <[email protected]>
Reviewed-by: Cédric Le Goater <[email protected]>
Signed-off-by: Joel Stanley <[email protected]>
| -rw-r--r-- | .azure-pipelines.yml | 3 | ||||
| -rw-r--r-- | .gitlab-ci.yml | 6 |
2 files changed, 9 insertions, 0 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 915d5115b12..bc2b437bd99 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -261,6 +261,9 @@ stages: evb_ast2500: TEST_PY_BD: "evb-ast2500" TEST_PY_ID: "--id qemu" + evb_ast2600: + TEST_PY_BD: "evb-ast2600" + TEST_PY_ID: "--id qemu" vexpress_ca9x4: TEST_PY_BD: "vexpress_ca9x4" TEST_PY_ID: "--id qemu" diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c6a608f7e2a..f9cd4175079 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -272,6 +272,12 @@ evb-ast2500 test.py: TEST_PY_ID: "--id qemu" <<: *buildman_and_testpy_dfn +evb-ast2600 test.py: + variables: + TEST_PY_BD: "evb-ast2600" + TEST_PY_ID: "--id qemu" + <<: *buildman_and_testpy_dfn + sandbox_flattree test.py: variables: TEST_PY_BD: "sandbox_flattree" |
