aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2022-01-12 20:27:17 +0100
committerHelge Deller <deller@gmx.de>2022-02-02 10:20:26 +0100
commitbf3404006fd2c832857eb57e6f853862f97dacea (patch)
treea62bbc052e551cdab9e72b9fa685872996c698fb
parentb1d2f51b591c24595c42821bd301dfd56b48df3c (diff)
downloadseabios-hppa-bf3404006fd2c832857eb57e6f853862f97dacea.zip
seabios-hppa-bf3404006fd2c832857eb57e6f853862f97dacea.tar.gz
seabios-hppa-bf3404006fd2c832857eb57e6f853862f97dacea.tar.bz2
parisc: SEABIOS_HPPA_VERSION 3seabios-hppa-v3seabios-hppa-v3-rc2
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.