diff options
author | Helge Deller <deller@gmx.de> | 2025-01-30 13:23:36 +0100 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2025-01-30 13:23:36 +0100 |
commit | 1c516b481339f511d83a4afba9a48d1ac904e93e (patch) | |
tree | 8b8aebd4e2623704788712f1b7cd7d829404bf16 | |
parent | a52e7336415c24d550f270b6dbe5e1e0826aae70 (diff) | |
download | seabios-hppa-1c516b481339f511d83a4afba9a48d1ac904e93e.zip seabios-hppa-1c516b481339f511d83a4afba9a48d1ac904e93e.tar.gz seabios-hppa-1c516b481339f511d83a4afba9a48d1ac904e93e.tar.bz2 |
parisc: SEABIOS_HPPA_VERSION 18seabios-hppa-v18
Fixes:
- Fix PDC_CACHE/PDC_CACHE_RET_SPID return value for space
register hashing on 64-bit HP-UX
- Fix IRT table entries to use slot number
- Increase PCI alignment for memory bars to 64k
New PDC functions & general enhancements:
- Allow up to 256 GB RAM on 64-bit machines
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 1a39e33..e14f67e 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 17 -#define SEABIOS_HPPA_VERSION_STR "17" +#define SEABIOS_HPPA_VERSION 18 +#define SEABIOS_HPPA_VERSION_STR "18" #ifdef __LP64__ #define CONFIG_64BIT |