summaryrefslogtreecommitdiffstats
path: root/src/core/acpi.c
Commit message (Expand)AuthorAgeFilesLines
* [acpi] Allow for the possibility of overriding ACPI tables at link timeMichael Brown2022-03-241-2/+20
* [acpi] Generalise DSDT/SSDT data extraction logicMichael Brown2021-09-081-64/+30Star
* [acpi] Allow for platforms that provide ACPI tables individuallyMichael Brown2021-03-011-2/+2
* [acpi] Eliminate redundant acpi_find_rsdt() in acpi_sx()Michael Brown2021-03-011-10/+2Star
* [acpi] Use a fixed colour for debug messagesMichael Brown2021-03-011-9/+12
* [acpi] Fix spurious uninitialised-variable warning on some gcc versionsMichael Brown2017-07-281-1/+1
* [acpi] Compute and check checksum for ACPI tablesLaurent Gourvénec2017-07-281-6/+37
* [acpi] Make acpi_find_rsdt() a per-platform methodMichael Brown2017-05-231-71/+20Star
* [block] Describe all SAN devices via ACPI tablesMichael Brown2017-03-281-31/+54
* [acpi] Add support for ACPI power offMichael Brown2016-07-111-0/+274
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [block] Replace gPXE block-device API with an iPXE asynchronous interfaceMichael Brown2010-09-141-0/+43
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-1/+1
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* Added generic function for calculating ACPI table checksumMichael Brown2006-08-281-0/+40