diff options
author | Helge Deller <deller@gmx.de> | 2023-10-14 13:42:06 +0200 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2023-10-14 13:42:06 +0200 |
commit | fd5b6cf82369a1e53d68302fb6ede2b9e2afccd1 (patch) | |
tree | 4477e869c591a0dc35d4bdcfa90981ea5817fb3e | |
parent | 463ee8f95c95e077806d5c838b114135ed3b7922 (diff) | |
download | seabios-hppa-devel5.zip seabios-hppa-devel5.tar.gz seabios-hppa-devel5.tar.bz2 |
parisc: SEABIOS_HPPA_VERSION 10seabios-hppa-v10devel5
Enhancements:
- Initial support for 64-bit CPUs with Astro/Elroy (e.g. C3700
workstation)
- USB support (OHCI)
- better PCI support
- esp-scsi fixes from Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
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 036141b..c710a88 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 9 -#define SEABIOS_HPPA_VERSION_STR "9" +#define SEABIOS_HPPA_VERSION 10 +#define SEABIOS_HPPA_VERSION_STR "10" #include "parisc/hppa_hardware.h" |