[SeaBIOS] [PATCH 0/2][RFC] Reduce mptable code dependencies

Kevin O'Connor kevin at koconnor.net
Tue Mar 19 01:38:59 CET 2013


These two patches should make the mptable code easier to move out of
SeaBIOS and into QEMU.  The first patch stops the mptable from
describing PCI-to-PCI bridges - I don't believe it was the goal (or a
requirement) of the mptable to describe bridges.  The second patch
synchs the list of PCI irqs between the ACPI code and the mptable
code.  This has only been lightly tested.

Thoughts?

-Kevin


Kevin O'Connor (2):
  mptable: Don't describe pci-to-pci bridges.
  mptable: Use same PCI irqs as ACPI code.

 src/acpi.c    |  5 +----
 src/config.h  |  3 +++
 src/mptable.c | 30 ++++++++++++++----------------
 3 files changed, 18 insertions(+), 20 deletions(-)

-- 
1.7.11.7




More information about the SeaBIOS mailing list