diff options
author | Helge Deller <deller@gmx.de> | 2023-09-13 08:46:33 +0200 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2023-09-13 08:46:33 +0200 |
commit | 763e3b73499db5fef94087bd310bfc8ccbcf7858 (patch) | |
tree | a60291954ebff6190f7a8a9a7ca0603a5e728cf2 | |
parent | feb446728ae83f2973b58d9542bf25491dbf888d (diff) | |
download | seabios-hppa-763e3b73499db5fef94087bd310bfc8ccbcf7858.zip seabios-hppa-763e3b73499db5fef94087bd310bfc8ccbcf7858.tar.gz seabios-hppa-763e3b73499db5fef94087bd310bfc8ccbcf7858.tar.bz2 |
parisc: SEABIOS_HPPA_VERSION 9seabios-hppa-v9devel-btlb-2
Enhancements:
- Support for Block-TLB (BTLB) on 32-bit CPUs
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 130648e..0ac0992 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 8 -#define SEABIOS_HPPA_VERSION_STR "8" +#define SEABIOS_HPPA_VERSION 9 +#define SEABIOS_HPPA_VERSION_STR "9" #include "parisc/hppa_hardware.h" |