Re: [PATCH RESEND 5/5] CI: Add Aspeed AST2600

2022-06-27 Thread Cédric Le Goater
On 6/27/22 09:58, Joel Stanley wrote: 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 Reviewed-by: Cédric Le Goater Thanks, C. --- .azure-pipelines.yml | 3 +++ .gitlab-ci.yml

RE: [PATCH RESEND 5/5] CI: Add Aspeed AST2600

2022-06-27 Thread ChiaWei Wang
Reviewed-by: Chia-Wei Wang > From: joel.s...@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 > --- > .azu