From: deller@kernel.org
To: Richard Henderson <richard.henderson@linaro.org>, qemu-devel@nongnu.org
Cc: Anton Johansson <anjo@rev.ng>, Helge Deller <deller@gmx.de>
Subject: [PATCH 3/4] hw/hppa: Require SeaBIOS version 22 for A400 machine
Date: Wed, 18 Feb 2026 21:12:20 +0100 [thread overview]
Message-ID: <20260218201221.20958-4-deller@kernel.org> (raw)
In-Reply-To: <20260218201221.20958-1-deller@kernel.org>
From: Helge Deller <deller@gmx.de>
Require at least SeaBIOS version 22 before adding the A400 machine.
This is required, because version 22 adds the A400 machine definition
and provides the necessary 64-bit PAT firmware. All other machines up to
now used only the 32- or 64-bit PDC firmware without the PAT extensions.
Signed-off-by: Helge Deller <deller@gmx.de>
---
hw/hppa/machine.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/hppa/machine.c b/hw/hppa/machine.c
index d6aeb793c0..5ce4a17915 100644
--- a/hw/hppa/machine.c
+++ b/hw/hppa/machine.c
@@ -45,7 +45,7 @@ struct HppaMachineState {
MachineState parent_obj;
};
-#define MIN_SEABIOS_HPPA_VERSION 19 /* require at least this fw version */
+#define MIN_SEABIOS_HPPA_VERSION 22 /* require at least this fw version */
#define HPA_POWER_BUTTON (FIRMWARE_END - 0x10)
static hwaddr soft_power_reg;
--
2.53.0
next prev parent reply other threads:[~2026-02-18 20:13 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-18 20:12 [PATCH 0/4] hppa a400 machine support deller
2026-02-18 20:12 ` [PATCH 1/4] hw/hppa: Add BMC on 64-bit machines only deller
2026-02-19 12:14 ` Anton Johansson via qemu development
2026-02-18 20:12 ` deller [this message]
2026-02-19 12:15 ` [PATCH 3/4] hw/hppa: Require SeaBIOS version 22 for A400 machine Anton Johansson via qemu development
2026-02-18 20:12 ` [PATCH 4/4] hw/hppa: Add emulation for the 64-bit A400 server deller
2026-02-19 12:23 ` Anton Johansson via qemu development
[not found] ` <20260218201221.20958-3-deller@kernel.org>
2026-02-19 12:15 ` [PATCH 2/4] target/hppa: Update SeaBIOS-hppa to version 22 Anton Johansson via qemu development
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260218201221.20958-4-deller@kernel.org \
--to=deller@kernel.org \
--cc=anjo@rev.ng \
--cc=deller@gmx.de \
--cc=qemu-devel@nongnu.org \
--cc=richard.henderson@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.