aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2021-09-24 10:59:42 +0200
committerHelge Deller <deller@gmx.de>2021-09-24 11:30:25 +0200
commitb12acac4be27b6d5d9fbe48c4be1286dcc245fbb (patch)
tree262c7fb850c992a589451fb467607c3c30abab26
parentf1de5fcd6432c5d08755072516fb207876c80e9f (diff)
downloadseabios-hppa-parisc-qemu-6.zip
seabios-hppa-parisc-qemu-6.tar.gz
seabios-hppa-parisc-qemu-6.tar.bz2
parisc: Increase SEABIOS_HPPA_VERSION to version 2seabios-hppa-v2parisc-qemu-6hppa-target-2
This version adds fixes which allow choosing the primary boot device. Either via qemu bootindex parameter, e.g.: -device scsi-hd,drive=drive1,bus=scsi0.0,channel=0,scsi-id=6,lun=0,bootindex=1 -drive file=image.img,if=none,id=drive1 or via qemu boot order option to select the SCSI ID, e.g.: -boot order=g-m: machine implementation dependent drives (SCSI ID) where "g" means SCSI ID 0, "h" is SCSI ID 1 and so on. Signed-off-by: Helge Deller <deller@gmx.de>
-rw-r--r--src/parisc/parisc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parisc/parisc.c b/src/parisc/parisc.c
index 45dfe4b..2715c8e 100644
--- a/src/parisc/parisc.c
+++ b/src/parisc/parisc.c
@@ -31,7 +31,7 @@
#include "vgabios.h"
-#define SEABIOS_HPPA_VERSION 1
+#define SEABIOS_HPPA_VERSION 2
/*
* Various variables which are needed by x86 code.