aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2022-05-11 15:22:00 +0200
committerHelge Deller <deller@gmx.de>2022-05-11 18:37:38 +0200
commit32ed5df025b306d6e2babb8beff4081b1194dc54 (patch)
tree8035621094618f84e8051d720f38548da35b5c2e
parent37a012ea97651efbae855026b4ab51ecef5e626d (diff)
downloadseabios-hppa-32ed5df025b306d6e2babb8beff4081b1194dc54.zip
seabios-hppa-32ed5df025b306d6e2babb8beff4081b1194dc54.tar.gz
seabios-hppa-32ed5df025b306d6e2babb8beff4081b1194dc54.tar.bz2
parisc: SEABIOS_HPPA_VERSION 4seabios-hppa-v4
New features and fixes: * Fix firmware rendenzvous code to clear all pending external intrrupts before entering the waiting loop. * STI firmware now contains additional fonts built-in, which can be selected with qemu command-line options: -fw_cfg opt/font,string=1 - a HP 8x16 font -fw_cfg opt/font,string=2 - a HP 6x13 font -fw_cfg opt/font,string=3 - a HP 10x20 font -fw_cfg opt/font,string=4 - a Linux 16x32 font Signed-off-by: Helge Deller <deller@gmx.de>
-rw-r--r--src/parisc/parisc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/parisc/parisc.c b/src/parisc/parisc.c
index 9d96986..a8dcbc4 100644
--- a/src/parisc/parisc.c
+++ b/src/parisc/parisc.c
@@ -1,6 +1,6 @@
// Glue code for parisc architecture
//
-// Copyright (C) 2017-2021 Helge Deller <deller@gmx.de>
+// Copyright (C) 2017-2022 Helge Deller <deller@gmx.de>
// Copyright (C) 2019 Sven Schnelle <svens@stackframe.org>
//
// This file may be distributed under the terms of the GNU LGPLv3 license.
@@ -31,7 +31,7 @@
#include "vgabios.h"
-#define SEABIOS_HPPA_VERSION 3
+#define SEABIOS_HPPA_VERSION 4
/*
* Various variables which are needed by x86 code.