Re: [PATCH v3] tests/avocado: Add set of boot tests on SBSA-ref

2023-04-11 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > This change adds set of boot tests on SBSA-ref machine: > > 1. boot firmware up to the EDK2 banner > 2. boot Alpine Linux > > Prebuilt flash volumes are included, built using upstream documentation. > > To unify tests for AArch64/virt and AArch64/sbsa-ref we boo

Re: [PATCH v3] tests/avocado: Add set of boot tests on SBSA-ref

2023-03-29 Thread Leif Lindholm
On Tue, Mar 28, 2023 at 19:14:26 +0200, Philippe Mathieu-Daudé wrote: > This change adds set of boot tests on SBSA-ref machine: > > 1. boot firmware up to the EDK2 banner > 2. boot Alpine Linux > > Prebuilt flash volumes are included, built using upstream documentation. > > To unify tests for AA

[PATCH v3] tests/avocado: Add set of boot tests on SBSA-ref

2023-03-28 Thread Philippe Mathieu-Daudé
This change adds set of boot tests on SBSA-ref machine: 1. boot firmware up to the EDK2 banner 2. boot Alpine Linux Prebuilt flash volumes are included, built using upstream documentation. To unify tests for AArch64/virt and AArch64/sbsa-ref we boot the same Alpine Linux image on both. Signed-o