mirror of
https://github.com/qemu/qemu.git
synced 2026-07-08 17:46:10 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user