From fd5b6cf82369a1e53d68302fb6ede2b9e2afccd1 Mon Sep 17 00:00:00 2001 From: Helge Deller Date: Sat, 14 Oct 2023 13:42:06 +0200 Subject: parisc: SEABIOS_HPPA_VERSION 10 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 Signed-off-by: Helge Deller --- src/parisc/hppa.h | 4 ++-- 1 file 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" -- cgit v1.1