aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2024-02-07 18:15:26 +0100
committerHelge Deller <deller@gmx.de>2024-02-07 18:15:26 +0100
commitd7078ed49b4f896dd2c8694129667a9662155d2f (patch)
tree0ef76be2cc69ccbf7faa369ac698fe4f92bd594e
parentac0382ebf83840886450aba40717c51bf83a9c0e (diff)
downloadseabios-hppa-d7078ed49b4f896dd2c8694129667a9662155d2f.zip
seabios-hppa-d7078ed49b4f896dd2c8694129667a9662155d2f.tar.gz
seabios-hppa-d7078ed49b4f896dd2c8694129667a9662155d2f.tar.bz2
parisc: SEABIOS_HPPA_VERSION 16
New & enhancements: - Initial 64-bit firmware release - Added fault handler to catch and report firmware bugs - Use Qemu's builtin_console_out() via diag 0x101 - parisc-qemu-install Makefile target to install firmware in qemu - Added -fw_cfg opt/OS64,string=3 option - Machine definition files for 715/64, C8000, J6700 & rp3410 Fixes: - Avoid crash when booting without SCSI controller - Avoid possible crashes while detecting LASI LAN & graphics - Don't check layers in PDC_MEM_MAP_HPA, fixes NetBSD - Ensure cache definition does not trigger endless loops - Mark B160L as 32-bit machine in inventory 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 ec149a2..03c71ab 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 15
-#define SEABIOS_HPPA_VERSION_STR "15"
+#define SEABIOS_HPPA_VERSION 16
+#define SEABIOS_HPPA_VERSION_STR "16"
#ifdef __LP64__
#define CONFIG_64BIT