aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2022-01-12 20:27:17 +0100
committerHelge Deller <deller@gmx.de>2022-01-12 20:32:54 +0100
commitca4add256818419bc85a14d5d2c57ffed40a81fe (patch)
treed76aeb9d72692be556dd4b22d61561e550e82038
parent5f7c1bdbdef7ea462f8a1e1dcf3a897b5b4b7042 (diff)
downloadseabios-hppa-toc-support.zip
seabios-hppa-toc-support.tar.gz
seabios-hppa-toc-support.tar.bz2
parisc: SEABIOS_HPPA_VERSION 3toc-supportseabios-hppa-v3-rc
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 <deller@gmx.de>
-rw-r--r--src/parisc/parisc.c2
1 files changed, 1 insertions, 1 deletions
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.