diff options
author | Helge Deller <deller@gmx.de> | 2022-01-12 20:27:17 +0100 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2022-02-02 10:20:26 +0100 |
commit | bf3404006fd2c832857eb57e6f853862f97dacea (patch) | |
tree | a62bbc052e551cdab9e72b9fa685872996c698fb | |
parent | b1d2f51b591c24595c42821bd301dfd56b48df3c (diff) | |
download | seabios-hppa-bf3404006fd2c832857eb57e6f853862f97dacea.zip seabios-hppa-bf3404006fd2c832857eb57e6f853862f97dacea.tar.gz seabios-hppa-bf3404006fd2c832857eb57e6f853862f97dacea.tar.bz2 |
parisc: SEABIOS_HPPA_VERSION 3seabios-hppa-v3seabios-hppa-v3-rc2
New features and fixes:
* Allow up to 16 CPUs
* Add TOC button support:
To trigger a TOC, execute "nmi" in the qemu monitor (Ctrl-A C)
* New opt/hostid fw_cfg option to change hostid:
-fw_cfg opt/hostid,string=334455
* Add opt/console fw_cfg option to select default console:
-fw_cfg opt/console,string=serial
-fw_cfg opt/console,string=graphics
* Add Linux TER16x32 font to STI firmware:
-fw_cfg opt/font,string=2
* Leave IRQs disabled after rendevouz
Signed-off-by: Helge Deller <deller@gmx.de>
-rw-r--r-- | src/parisc/parisc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parisc/parisc.c b/src/parisc/parisc.c index bcfc310..e135920 100644 --- a/src/parisc/parisc.c +++ b/src/parisc/parisc.c @@ -31,7 +31,7 @@ #include "vgabios.h" -#define SEABIOS_HPPA_VERSION 2 +#define SEABIOS_HPPA_VERSION 3 /* * Various variables which are needed by x86 code. |