Re: [PATCH] automation: Switch u-boot boot command to bootz for arm32 tests

2023-11-29 Thread Stefano Stabellini
On Fri, 24 Nov 2023, Michal Orzel wrote: > Thanks to recent changes added to ImageBuilder to support the bootz > command, which allows obtaining the effective image size (including NOLOAD > sections) from the zImage header, switch the BOOT_CMD for arm32 tests to > bootz. Among other scenarios, this

Re: [PATCH] automation: Switch u-boot boot command to bootz for arm32 tests

2023-11-24 Thread Andrew Cooper
On 24/11/2023 12:09 pm, Michal Orzel wrote: > Thanks to recent changes added to ImageBuilder to support the bootz > command, which allows obtaining the effective image size (including NOLOAD > sections) from the zImage header, switch the BOOT_CMD for arm32 tests to > bootz. Among other scenarios, t

[PATCH] automation: Switch u-boot boot command to bootz for arm32 tests

2023-11-24 Thread Michal Orzel
Thanks to recent changes added to ImageBuilder to support the bootz command, which allows obtaining the effective image size (including NOLOAD sections) from the zImage header, switch the BOOT_CMD for arm32 tests to bootz. Among other scenarios, this change will enable us, in the future, to add tes