aboutsummaryrefslogtreecommitdiffstats
path: root/src/fw/ssdt-pcihp.hex
Commit message (Collapse)AuthorAgeFilesLines
* acpi: Don't build SSDT files on every build; store them in gitKevin O'Connor2015-11-191-0/+38
The SSDT files are rarely modified - recent QEMU versions don't use them at all and adding features to them in SeaBIOS has been deprecated. It no longer makes sense to generate them on every build. The content will remain (for use on old machine types in QEMU) in static files committed to the SeaBIOS git repo. If the contents do need to be generated a new build target (make iasl) is available. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>