aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2023-11-11 20:07:06 +0100
committerHelge Deller <deller@gmx.de>2023-11-11 20:07:06 +0100
commit2a23dd388fcc1068f9c4a3077e0662803743e1c8 (patch)
treee519c1cf767bf4c7af4dd14669b00675697fb8b1
parentf2e4a7716386d83e606b215ef25063ca25c8faf3 (diff)
downloadseabios-hppa-2a23dd388fcc1068f9c4a3077e0662803743e1c8.zip
seabios-hppa-2a23dd388fcc1068f9c4a3077e0662803743e1c8.tar.gz
seabios-hppa-2a23dd388fcc1068f9c4a3077e0662803743e1c8.tar.bz2
parisc: SEABIOS_HPPA_VERSION 12seabios-hppa-v12
Fixes and enhancements: - Reduce debug level - Update README file for PA-RISC - Fix debug name of CPU_HPA_xx if xx >= 10 - Disable device indexing 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 44a8011..161359c 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 11
-#define SEABIOS_HPPA_VERSION_STR "11"
+#define SEABIOS_HPPA_VERSION 12
+#define SEABIOS_HPPA_VERSION_STR "12"
#include "parisc/hppa_hardware.h"