[PATCH RESEND 5/5] CI: Add Aspeed AST2600
ChiaWei Wang
chiawei_wang at aspeedtech.com
Mon Jun 27 10:15:57 CEST 2022
Reviewed-by: Chia-Wei Wang <chiawei_wang at aspeedtech.com>
> From: joel.stan at gmail.com <joel.stan at gmail.com> On Behalf Of Joel Stanley
> Sent: Monday, June 27, 2022 3:58 PM
>
> 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 at jms.id.au>
> ---
> .azure-pipelines.yml | 3 +++
> .gitlab-ci.yml | 6 ++++++
> 2 files changed, 9 insertions(+)
>
> diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index
> ad540ea63536..bdc515ebcdc1 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 c6a608f7e2a7..f9cd41750791
> 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"
> --
> 2.35.1
More information about the U-Boot
mailing list