aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2022-06-27 17:28:11 +0930
committerTom Rini <trini@konsulko.com>2022-06-28 09:51:17 -0400
commit5a039b871567b7f08c0d5a3a3c9858260f49ba79 (patch)
treed36d4cf3f5dfe8918b5378c9f02b77a661bfa656
parent2f877ff5d3b238592e706b183a2ea0a21f80ca80 (diff)
downloadu-boot-WIP/2022-06-28-mpc85xx-and-aspeed-updates.zip
u-boot-WIP/2022-06-28-mpc85xx-and-aspeed-updates.tar.gz
u-boot-WIP/2022-06-28-mpc85xx-and-aspeed-updates.tar.bz2
The AST2600 has a Qemu model that allows testing. Create a SPI NOR image containing the combined SPL and u-boot FIT image. Signed-off-by: Joel Stanley <joel@jms.id.au> Reviewed-by: Chia-Wei Wang <chiawei_wang@aspeedtech.com> Reviewed-by: Cédric Le Goater <clg@kaod.org>
-rw-r--r--.azure-pipelines.yml3
-rw-r--r--.gitlab-ci.yml6
2 files changed, 9 insertions, 0 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 915d511..bc2b437 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 c6a608f..f9cd417 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"