Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ssdt: Fix building of legacy acpi tables on current iasl compiler | Kevin O'Connor | 2018-07-15 | 1 | -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'Connor | 2014-05-09 | 1 | -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'Connor | 2013-09-02 | 1 | -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> |