hw/hppa: Require SeaBIOS version 22 for A400 machine

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>
Reviewed-by: Anton Johansson <anjo@rev.ng>
This commit is contained in:
Helge Deller
2026-02-13 18:58:26 +01:00
parent 1546dc5204
commit 0a54ee20dd

View File

@@ -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;