diff options
author | Helge Deller <deller@gmx.de> | 2024-01-07 08:48:45 +0100 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2024-01-07 08:48:45 +0100 |
commit | e4eac85880e8677f96d8b9e94de9f2eec9c0751f (patch) | |
tree | 4f24bb10537620bcd0556a434165f2e9759ac681 | |
parent | 28b86b01f075b70e78ce87554a1ba7029376bc99 (diff) | |
download | seabios-hppa-seabios-hppa-v15.zip seabios-hppa-seabios-hppa-v15.tar.gz seabios-hppa-seabios-hppa-v15.tar.bz2 |
parisc: SEABIOS_HPPA_VERSION 15seabios-hppa-v15
Fixes and enhancements:
- Fix OpenBSD 7.4 boot (PDC_MEM_MAP call returned wrong values)
- Minor enhancements to show if a 64-bit SeaBIOS-hppa firmware
is used
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 2a3cab9..03cd9f9 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 14 -#define SEABIOS_HPPA_VERSION_STR "14" +#define SEABIOS_HPPA_VERSION 15 +#define SEABIOS_HPPA_VERSION_STR "15" #ifdef __LP64__ #define CONFIG_64BIT |