From d7078ed49b4f896dd2c8694129667a9662155d2f Mon Sep 17 00:00:00 2001 From: Helge Deller Date: Wed, 7 Feb 2024 18:15:26 +0100 Subject: 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 --- src/parisc/hppa.h | 4 ++-- 1 file 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 -- cgit v1.1