aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2023-10-31 08:38:13 +0100
committerHelge Deller <deller@gmx.de>2023-10-31 08:38:13 +0100
commite8442aee1008a3c829138ec865d24a45a93935bd (patch)
treea3643562feefc996ffaa7ad1eaecef247d7f0abe
parent8b5d02521e3256a65ed3748c2d569c70f877117d (diff)
downloadseabios-hppa-e8442aee1008a3c829138ec865d24a45a93935bd.zip
seabios-hppa-e8442aee1008a3c829138ec865d24a45a93935bd.tar.gz
seabios-hppa-e8442aee1008a3c829138ec865d24a45a93935bd.tar.bz2
parisc: SEABIOS_HPPA_VERSION 11
Fixes and enhancements (mostly to enable 64-bit Linux kernel): - Fixed 64-bit CPU detection via "mfctl,w" instruction - Implement PDC_PSW for 64-bit CPUs - Added PAT PDC functions: - PDC_PAT_CELL - PDC_PAT_CHASSIS_LOG - PDC_PAT_PD_GET_ADDR_MAP - PDC_PAT_CPU - Fix return value of PDC_CACHE_RET_SPID space-id bits - Introduce new default software IDs for the machines - Fix CPU and FPU model numbers - Fix 64-bit SMP rendezvous - Fix Linux 64-bit kernel crash in STI due to usage of unsigned 32-bit "next_font" pointer in sti header files - Fix graphics output to LASI artist card on PA2.0 machines - More USB OHCI endianess fixes - Fixes which make ODE run on B160L - Fixes which make ODE detect Astro Runway port and CPUs - Implement "firmware unlocking" via PDC_MODEL/PDC_MODEL_CAPABILITIES call - Add subfunction 2 for PDC_MODEL_VERSIONS Signed-off-by: Helge Deller <deller@gmx.de>
-rw-r--r--src/parisc/hppa.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/parisc/hppa.h b/src/parisc/hppa.h
index c710a88..44a8011 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 10
-#define SEABIOS_HPPA_VERSION_STR "10"
+#define SEABIOS_HPPA_VERSION 11
+#define SEABIOS_HPPA_VERSION_STR "11"
#include "parisc/hppa_hardware.h"