Hi, The q35 C code bits for review. The confusing mcfg acpi table code is largely rewritten, otherwise q35 initialization is almost unmodified.
DSDT isn't tackled yet. cheers, Gerd Gerd Hoffmann (1): pci/acpi: add mcfg table for mmconfig Isaku Yamahata (1): seabios: add q35 initialization functions. src/acpi.c | 54 ++++++++++++++++++++++++++++++- src/acpi.h | 17 ++++++++++ src/dev-q35.h | 46 +++++++++++++++++++++++++++ src/pci.h | 1 + src/pciinit.c | 97 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++- src/shadow.c | 13 ++++++++ src/smm.c | 37 ++++++++++++++++++++++ 7 files changed, 262 insertions(+), 3 deletions(-) create mode 100644 src/dev-q35.h _______________________________________________ SeaBIOS mailing list [email protected] http://www.seabios.org/mailman/listinfo/seabios
