Message ID | 20240620-b4-new-firmware-v3-0-29a3a2f1be1e@linaro.org |
---|---|
Headers | show |
Series | tests/avocado: make sbsa-ref working with >1 core | expand |
On 20/6/24 12:19, Marcin Juszkiewicz wrote: > Recent changes made sbsa-ref crash when more than 1 cpu core was used. > We handle it in firmware now so one patch updates it to the working > snapshot (TF-A 2.11 + EDK2 snapshot + EDK2-platforms snapshot). > > Other change drops "-smp 1" from CI to make sure we test default setup > of sbsa-ref. > > Previous firmware worked with 1 cpu by pure luck probably. > Marcin Juszkiewicz (2): > tests/avocado: update firmware for sbsa-ref > tests/avocado: use default amount of cores on sbsa-ref Series: Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
On Thu, 20 Jun 2024 at 11:19, Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> wrote: > > Recent changes made sbsa-ref crash when more than 1 cpu core was used. > We handle it in firmware now so one patch updates it to the working > snapshot (TF-A 2.11 + EDK2 snapshot + EDK2-platforms snapshot). > > Other change drops "-smp 1" from CI to make sure we test default setup > of sbsa-ref. > > Previous firmware worked with 1 cpu by pure luck probably. > > To: qemu-devel@nongnu.org > Cc: qemu-arm@nongnu.org, > Cc: Peter Maydell <peter.maydell@linaro.org>, > Cc: Leif Lindholm <quic_llindhol@quicinc.com>, > Cc: Radoslaw Biernacki <rad@semihalf.com>, > Cc: Cleber Rosa <crosa@redhat.com>, > Cc: Philippe Mathieu-Daudé <philmd@linaro.org> > Cc: Wainer dos Santos Moschetta <wainersm@redhat.com>, > Cc: Beraldo Leal <bleal@redhat.com>, > Cc: Ard Biesheuvel <ardb+tianocore@kernel.org> > Cc: Rebecca Cran <rebecca@bsdio.com> > > Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> > --- Applied to target-arm.next, thanks. -- PMM
Recent changes made sbsa-ref crash when more than 1 cpu core was used. We handle it in firmware now so one patch updates it to the working snapshot (TF-A 2.11 + EDK2 snapshot + EDK2-platforms snapshot). Other change drops "-smp 1" from CI to make sure we test default setup of sbsa-ref. Previous firmware worked with 1 cpu by pure luck probably. To: qemu-devel@nongnu.org Cc: qemu-arm@nongnu.org, Cc: Peter Maydell <peter.maydell@linaro.org>, Cc: Leif Lindholm <quic_llindhol@quicinc.com>, Cc: Radoslaw Biernacki <rad@semihalf.com>, Cc: Cleber Rosa <crosa@redhat.com>, Cc: Philippe Mathieu-Daudé <philmd@linaro.org> Cc: Wainer dos Santos Moschetta <wainersm@redhat.com>, Cc: Beraldo Leal <bleal@redhat.com>, Cc: Ard Biesheuvel <ardb+tianocore@kernel.org> Cc: Rebecca Cran <rebecca@bsdio.com> Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> --- Changes in v3: - first update firmware, then use all cores (for bisecting) - changed commit message in 'use all cores' patch --- Marcin Juszkiewicz (2): tests/avocado: update firmware for sbsa-ref tests/avocado: use default amount of cores on sbsa-ref tests/avocado/machine_aarch64_sbsaref.py | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) --- base-commit: 02d9c38236cf8c9826e5c5be61780c4444cb4ae0 change-id: 20240620-b4-new-firmware-177daccc9d76 Best regards,