
The Aspeed AST2600 is modelled in Qemu. This makes some configuration changes so it can be added to CI.
v2 changes:
The u-boot-test-hooks patches are now merged.
I reworked "ast2600: Configure u-boot-with-spl.bin target" to use the kconfig SPL_MAX_SIZE. The size is set in the previous patch as a Kconfig default.
Included in the series is also a fix to the linker script, that resolves an issue I introduced with the previous fix.
I've added the reviews from Cédric and Chia-Wei to the patches they approved in v1.
The tests have passed a CI run on Azure:
https://dev.azure.com/u-boot/u-boot/_build/results?buildId=4607
Joel Stanley (7): config/ast2600: Enable CRC32 config/ast2600: Make position independent config/ast2600: Disable hash hardware accel spl: Set SPL_MAX_SIZE default for AST2600 ast2600: Configure u-boot-with-spl.bin target aspeed/spl: Remove OVERLAY from linker script CI: Add Aspeed AST2600
.azure-pipelines.yml | 3 +++ .gitlab-ci.yml | 6 ++++++ arch/arm/mach-aspeed/ast2600/u-boot-spl.lds | 2 +- common/spl/Kconfig | 1 + configs/evb-ast2600_defconfig | 7 ++++--- 5 files changed, 15 insertions(+), 4 deletions(-)