From a528f01d7abd511d3cc71b7acaab6e036ee524bd Mon Sep 17 00:00:00 2001 From: Helge Deller Date: Sun, 3 Nov 2024 19:42:07 +0100 Subject: parisc: SEABIOS_HPPA_VERSION 17 New PDC functions & general enhancements: - Add PDC_MODEL_GET_INSTALL_KERNEL firmware call - Add PDC_PAT_EVENT firmware call - Support ENTRY_IO_BOOTOUT - Prefer memory-access over io-access of GSP serial port - Disable LMMIO_DIRECT0 range during modification - Small optimizations in IODC call Fixes: - esp-scsi: indicate acceptance of MESSAGE IN phase data - Avoid crash when booting without SCSI controller - Remove exec flag from hppa-firmware.img - Fix LMMIO detection for PCI cards on Astro/Elroy - Avoid trashing MPE IPL bootloader stack - HP-UX 11 64-bit saves number of RAM pages in PAGE0 at 0x33c - Fix return value of PDC_CACHE/PDC_CACHE_RET_SPID for space id hashing - Allow PDC functions to act when called in narrow mode - pcidevice: Use portaddr_t for io port addresses Cleanups: - Change default make target to "parisc" - Clean the "out-64" directory on "make clean" 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 03c71ab..1a39e33 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 16 -#define SEABIOS_HPPA_VERSION_STR "16" +#define SEABIOS_HPPA_VERSION 17 +#define SEABIOS_HPPA_VERSION_STR "17" #ifdef __LP64__ #define CONFIG_64BIT -- cgit v1.1