]> git.ipfire.org Git - thirdparty/qemu.git/commit
Update seabios-hppa to latest upstream
authorHelge Deller <deller@gmx.de>
Fri, 15 Mar 2019 16:41:30 +0000 (17:41 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 15 Mar 2019 17:11:16 +0000 (10:11 -0700)
commit2b42f31eae2c24507c38326b3534cd9292e7dfcf
treefcb6eaa61ab3b88fc4bbf29c969c9be3dad147e6
parentc5d0aec25f48ac708ad486f84a73e8b622d5b96b
Update seabios-hppa to latest upstream

This patch fixes two issues in the hppa/parisc emulation:

1. The CPU HPA was wrong in the sense that we had negative module
offsets in the firmware-internal module table (which we ignored up to
now). Get it correct by changing the CPU HPA to 0xfffb0000 which is
greater than the DINO_HPA of 0xfff80000.
This change requires the seabios-firmware update.

2. Sven noticed that the FPU register cr10 is only able to reference up
to 8 FPUs, so let's reduce the maximum amount of SMP CPUs too.

Signed-off-by: Helge Deller <deller@gmx.de>
Message-Id: <20190315164130.GA7800@ls3530>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
hw/hppa/hppa_hardware.h
pc-bios/hppa-firmware.img
roms/seabios-hppa