aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2024-01-04 18:50:50 +0100
committerHelge Deller <deller@gmx.de>2024-01-04 18:50:50 +0100
commit72483458cc79161e39a8ac10e99fd24badb0b5db (patch)
tree305f4b40559e602dbd33ea5bb7b01bb12b7fd8be
parent541a67a1e10b4592e8ce9c7997cd478ff651ef2b (diff)
downloadseabios-hppa-72483458cc79161e39a8ac10e99fd24badb0b5db.zip
seabios-hppa-72483458cc79161e39a8ac10e99fd24badb0b5db.tar.gz
seabios-hppa-72483458cc79161e39a8ac10e99fd24badb0b5db.tar.bz2
parisc: SEABIOS_HPPA_VERSION 14seabios-hppa-v14
Fixes and enhancements: - Fix 32-bit HP-UX crash (fix in PDC_FIND_MODULE call) - Fix NetBSD boot (power button fix and add option to disable it) - Fix FPU detection on NetBSD - Add MEMORY_HPA module on B160L - Fix detection of mptsas and esp scsi controllers - Fix terminate DMA transfer in esp driver (Mark Cave-Ayland) - Allow booting from esp controller - initial fixes to allow building a 64-bit SeaBIOS-hppa firmware 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 3b7e7bb..2a3cab9 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 13
-#define SEABIOS_HPPA_VERSION_STR "13"
+#define SEABIOS_HPPA_VERSION 14
+#define SEABIOS_HPPA_VERSION_STR "14"
#ifdef __LP64__
#define CONFIG_64BIT