aboutsummaryrefslogtreecommitdiff
path: root/src/fw/acpi.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-20acpi: remove PORT_ACPI_PM_BASE constantGerd Hoffmann1-7/+7
2014-04-07Document no new changes to pirtable.c, mptable.c, acpi.c, and smbios.c.Kevin O'Connor1-0/+1
2014-04-07Use biostables.c for copying bios tables even when generating them.Kevin O'Connor1-12/+7
2014-04-07acpi: Move acpi parsing logic from acpi.c to biostables.c / paravirt.c.Kevin O'Connor1-128/+1
2013-11-19acpi: strip compiler info in built-in DSDT if anyMichael S. Tsirkin1-1/+4
2013-11-06acpi: load and link tables through romfile loaderMichael S. Tsirkin1-0/+21
2013-09-28Remove ioport.h; disperse its contents to other header files.Kevin O'Connor1-1/+0
2013-09-18Move fw/acpi.h to std/acpi.h.Kevin O'Connor1-1/+3
2013-09-18Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor1-4/+5
2013-09-18Move malloc code from pmm.c to new files malloc.c and malloc.h.Kevin O'Connor1-0/+1
2013-09-18Move romfile definitions from util.h to new file romfile.h.Kevin O'Connor1-0/+1
2013-09-18Rename util.c to string.c and introduce string.h.Kevin O'Connor1-1/+2
2013-09-18Split x86 specific functions out of util.c/h to new files x86.c/h.Kevin O'Connor1-0/+1
2013-09-02Move code cenetered around firmware initialization to src/fw/Kevin O'Connor1-0/+788