diff options
author | Helge Deller <deller@gmx.de> | 2024-11-03 19:42:07 +0100 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2024-11-03 19:42:53 +0100 |
commit | a528f01d7abd511d3cc71b7acaab6e036ee524bd (patch) | |
tree | 2e4596044b2b52e51527e179fc6b17c40f1922ef | |
parent | 72cb2523a0c0bc0cbd178344311c2f01b8c4f861 (diff) | |
download | seabios-hppa-master.zip seabios-hppa-master.tar.gz seabios-hppa-master.tar.bz2 |
parisc: SEABIOS_HPPA_VERSION 17HEADmaster-prereleasemasterdevel
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 <deller@gmx.de>
-rw-r--r-- | src/parisc/hppa.h | 4 |
1 files 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 |