aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2023-10-14 13:42:06 +0200
committerHelge Deller <deller@gmx.de>2023-10-14 13:42:06 +0200
commitfd5b6cf82369a1e53d68302fb6ede2b9e2afccd1 (patch)
tree4477e869c591a0dc35d4bdcfa90981ea5817fb3e
parent463ee8f95c95e077806d5c838b114135ed3b7922 (diff)
downloadseabios-hppa-devel5.zip
seabios-hppa-devel5.tar.gz
seabios-hppa-devel5.tar.bz2
parisc: SEABIOS_HPPA_VERSION 10seabios-hppa-v10devel5
Enhancements: - Initial support for 64-bit CPUs with Astro/Elroy (e.g. C3700 workstation) - USB support (OHCI) - better PCI support - esp-scsi fixes from Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 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 036141b..c710a88 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 9
-#define SEABIOS_HPPA_VERSION_STR "9"
+#define SEABIOS_HPPA_VERSION 10
+#define SEABIOS_HPPA_VERSION_STR "10"
#include "parisc/hppa_hardware.h"