aboutsummaryrefslogtreecommitdiffstats
path: root/src/fw/ssdt-pcihp.dsl
Commit message (Collapse)AuthorAgeFilesLines
* ssdt: Fix building of legacy acpi tables on current iasl compilerKevin O'Connor2018-07-151-1/+1
| | | | | | | | | | | | | Recent versions of the iasl compiler raise an error if the table id is longer than 8 characters. Older versions of iasl would silently truncate the table id to 8 characters. Change the ssdt-misc and ssdt-pcihp files to use an 8 character id - this should not directly impact the generated aml code as the table id was already being truncated - but may help those wishing to manually compile the tables. Reported by Michael Tokarev, Vivia Nikolaidou, and several others. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* acpi: Fix acpi dsdt compile warning.Kevin O'Connor2014-05-091-1/+1
| | | | | | The _EJ0 method should not return a value. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* Move code cenetered around firmware initialization to src/fw/Kevin O'Connor2013-09-021-0/+36
Move many C files from the src/ directory to the new src/fw/ directory. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>