Skip to content

Commit b24087a

Browse files
shenkitrini
authored andcommitted
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]>
1 parent 3045d61 commit b24087a

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.azure-pipelines.yml

+3
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,9 @@ stages:
261261
evb_ast2500:
262262
TEST_PY_BD: "evb-ast2500"
263263
TEST_PY_ID: "--id qemu"
264+
evb_ast2600:
265+
TEST_PY_BD: "evb-ast2600"
266+
TEST_PY_ID: "--id qemu"
264267
vexpress_ca9x4:
265268
TEST_PY_BD: "vexpress_ca9x4"
266269
TEST_PY_ID: "--id qemu"

.gitlab-ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,12 @@ evb-ast2500 test.py:
272272
TEST_PY_ID: "--id qemu"
273273
<<: *buildman_and_testpy_dfn
274274

275+
evb-ast2600 test.py:
276+
variables:
277+
TEST_PY_BD: "evb-ast2600"
278+
TEST_PY_ID: "--id qemu"
279+
<<: *buildman_and_testpy_dfn
280+
275281
sandbox_flattree test.py:
276282
variables:
277283
TEST_PY_BD: "sandbox_flattree"

0 commit comments

Comments
 (0)