From patchwork Wed Sep 27 12:00:49 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marcin Juszkiewicz X-Patchwork-Id: 1840181 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=nongnu.org (client-ip=209.51.188.17; helo=lists.gnu.org; envelope-from=qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org; receiver=patchwork.ozlabs.org) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4RwZxZ03csz1ypS for ; Wed, 27 Sep 2023 22:02:57 +1000 (AEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qlTEP-0006jP-ST; Wed, 27 Sep 2023 08:01:29 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qlTE3-0006bS-Sj; Wed, 27 Sep 2023 08:01:08 -0400 Received: from muminek.juszkiewicz.com.pl ([213.251.184.221]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qlTDy-0006GE-SG; Wed, 27 Sep 2023 08:01:07 -0400 Received: from localhost (localhost [127.0.0.1]) by muminek.juszkiewicz.com.pl (Postfix) with ESMTP id D8A8126024A; Wed, 27 Sep 2023 14:00:56 +0200 (CEST) X-Virus-Scanned: Debian amavis at juszkiewicz.com.pl Received: from muminek.juszkiewicz.com.pl ([127.0.0.1]) by localhost (muminek.juszkiewicz.com.pl [127.0.0.1]) (amavis, port 10024) with ESMTP id NvP-tYy6OUEv; Wed, 27 Sep 2023 14:00:55 +0200 (CEST) Received: from applejack.lan (83.11.3.58.ipv4.supernova.orange.pl [83.11.3.58]) by muminek.juszkiewicz.com.pl (Postfix) with ESMTPSA id 6EA0D26005A; Wed, 27 Sep 2023 14:00:54 +0200 (CEST) From: Marcin Juszkiewicz To: qemu-arm@nongnu.org Cc: qemu-devel@nongnu.org, Beraldo Leal , Wainer dos Santos Moschetta , Leif Lindholm , Peter Maydell , Radoslaw Biernacki , =?utf-8?q?Philippe_Mathieu-Daud?= =?utf-8?q?=C3=A9?= , Cleber Rosa , =?utf-8?q?Alex_Benn=C3=A9e?= , Marcin Juszkiewicz Subject: [PATCH v2 0/1] tests/avocado: update firmware to enable OpenBSD test on sbsa-ref Date: Wed, 27 Sep 2023 14:00:49 +0200 Message-ID: <20230927120050.210187-1-marcin.juszkiewicz@linaro.org> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Received-SPF: softfail client-ip=213.251.184.221; envelope-from=marcin.juszkiewicz@linaro.org; helo=muminek.juszkiewicz.com.pl X-Spam_score_int: -11 X-Spam_score: -1.2 X-Spam_bar: - X-Spam_report: (-1.2 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_SOFTFAIL=0.665 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org I noticed that neither OpenBSD nor FreeBSD ran properly so this change adds OpenBSD into testing. Instead of adding tests on all cpu cores I decided to go with small set: - Cortex-A57 as it is the oldest - Neoverse-N1 as it is the default one - max as this one was broken in past There was a lot of going on in firmware space for SBSA Reference Platform recently. Updates prebuilt firmware images got new stuff: - Neoverse V1/N2 cpu support - non-secure EL2 virtual timer - XHCI controller in DSDT With those changes we can now run OpenBSD as part of sbsa-ref tests. Changes since v1: - added OpenBSD test - decided to not run Neoverse-V1 tests Marcin Juszkiewicz (1): tests/avocado: update firmware to enable OpenBSD test on sbsa-ref tests/avocado/machine_aarch64_sbsaref.py | 68 ++++++++++++++++++++---- 1 file changed, 58 insertions(+), 10 deletions(-)