From ca4add256818419bc85a14d5d2c57ffed40a81fe Mon Sep 17 00:00:00 2001 From: Helge Deller Date: Wed, 12 Jan 2022 20:27:17 +0100 Subject: parisc: SEABIOS_HPPA_VERSION 3 New features and fixes: * Allow up to 16 CPUs * Add TOC button support: To trigger a TOC, execute "nmi" in the qemu monitor (Ctrl-A C) * New opt/hostid fw_cfg option to change hostid: -fw_cfg opt/hostid,string=334455 * Add opt/console fw_cfg option to select default console: -fw_cfg opt/console,string=serial -fw_cfg opt/console,string=graphics * Add Linux TER16x32 font to STI firmware: -fw_cfg opt/font,string=2 * Leave IRQs disabled after rendevouz Signed-off-by: Helge Deller --- src/parisc/parisc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/parisc/parisc.c b/src/parisc/parisc.c index bcfc310..e135920 100644 --- a/src/parisc/parisc.c +++ b/src/parisc/parisc.c @@ -31,7 +31,7 @@ #include "vgabios.h" -#define SEABIOS_HPPA_VERSION 2 +#define SEABIOS_HPPA_VERSION 3 /* * Various variables which are needed by x86 code. -- cgit v1.1