hw/hppa: Require SeaBIOS version 19 for 715 machine
Require at least SeaBIOS version 19 before adding the 715 machine. This is required, because the machine inventory of the 715 is provided by the SeaBIOS firmware. Signed-off-by: Helge Deller <deller@gmx.de> Acked-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
557bc5260c
commit
bcefa910e8
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ struct HppaMachineState {
|
|||
MachineState parent_obj;
|
||||
};
|
||||
|
||||
#define MIN_SEABIOS_HPPA_VERSION 12 /* require at least this fw version */
|
||||
#define MIN_SEABIOS_HPPA_VERSION 19 /* require at least this fw version */
|
||||
|
||||
#define HPA_POWER_BUTTON (FIRMWARE_END - 0x10)
|
||||
static hwaddr soft_power_reg;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue