aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2023-06-24 11:15:12 +0200
committerHelge Deller <deller@gmx.de>2023-06-24 11:15:12 +0200
commit673d2595d4f773cc266cbf8dbaf2f475a6adb949 (patch)
treec5fde9a4d336085446ac9971ac45f17cc27f109c
parentcc940224d4c8604fd9a27a3226c68e89f817363f (diff)
downloadseabios-hppa-seabios-hppa-v8.zip
seabios-hppa-seabios-hppa-v8.tar.gz
seabios-hppa-seabios-hppa-v8.tar.bz2
parisc: SEABIOS_HPPA_VERSION 8seabios-hppa-v8hppa-reboot-fix
Fixes - boot of HP-UX with SMP, and - reboot of Linux and HP-UX with SMP Enhancements: - show qemu version in boot menu - adds exit menu entry in boot menu to quit emulation - allow to trace PCD_CHASSIS codes more specifically Signed-off-by: Helge Deller <deller@gmx.de>
-rw-r--r--src/parisc/hppa.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/parisc/hppa.h b/src/parisc/hppa.h
index 5d4250b..130648e 100644
--- a/src/parisc/hppa.h
+++ b/src/parisc/hppa.h
@@ -3,8 +3,8 @@
/* this file is included by x86.h */
/* version number of this SeaBIOS firmware */
-#define SEABIOS_HPPA_VERSION 7
-#define SEABIOS_HPPA_VERSION_STR "7"
+#define SEABIOS_HPPA_VERSION 8
+#define SEABIOS_HPPA_VERSION_STR "8"
#include "parisc/hppa_hardware.h"