Hi,
This patch series changes the way SeaBIOS figures whenever it runs on qemu or not. Instead of using different ways for each configuration (CONFIG_QEMU / CONFIG_CSM / CONFIG_COREBOOT) we'll have a generic function which checks the PCI Subsystem ID of the northbridge.
v2: - Force PF_QEMU on CONFIG_QEMU, even when no northbridge was found. Needed for isapc and very old qemu versions. - Rebased, applies on top of kevin's include cleanup series.
Gerd Hoffmann (3): Add generic qemu detection Drop coreboot qemu detection Add qemu detection to csm
src/fw/coreboot.c | 4 ---- src/fw/csm.c | 3 +++ src/fw/paravirt.c | 46 +++++++++++++++++++++++++++++++++++++++++----- 3 files changed, 44 insertions(+), 9 deletions(-)