]> xenbits.xensource.com Git - seabios.git/commit
acpi: PCI routing DSDT simplifications.
authorKevin O'Connor <kevin@koconnor.net>
Sun, 2 Dec 2012 07:33:33 +0000 (02:33 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 2 Dec 2012 08:09:15 +0000 (03:09 -0500)
commitc104aa8b19a64c9d1c1704d1a54a87d1b1607d30
tree12728c659ea623a89ac5820cb1df9b305f0537e1
parentf0cd3a9f4bc68a97ac54c21f9ae90b244dad0c1f
acpi: PCI routing DSDT simplifications.

Use define_link() macro in PIIX4 hardware definitions.  Now that all
remaining irq links are the same it's possible to just use a macro to
define the link.

Port several size optimizations to the q35 irq routing definitions:
define the PRQx fields in the _SB scope to reduce size of register
references, define CRS and STA methods in _SB scope to reduce code
duplication, simplify acpi code.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/acpi-dsdt.dsl
src/q35-acpi-dsdt.dsl