summaryrefslogtreecommitdiff
path: root/com32/gplinclude/acpi/acpi.h
Commit message (Collapse)AuthorAgeFilesLines
* acpi: moving flags_to_string to base codeErwan Velu2011-04-041-0/+1
| | | | This code is useful for many program, let's make it generic.
* ACPI: Adding BOOT supportErwan Velu2011-01-311-0/+2
|
* ACPI: Adding SLIC supportErwan Velu2011-01-311-0/+3
|
* ACPI: Adding MCFG supportErwan Velu2011-01-311-0/+2
|
* ACPI: Adding TCPA supportErwan Velu2011-01-311-0/+2
|
* ACPI: Adding HPET supportErwan Velu2011-01-311-0/+2
|
* ACPI: Improving tables detectionErwan Velu2011-01-311-0/+1
| | | | | | | | | | In some conditions, XSDT pointer could be null. In such conditions, we have to parse tables pointed by RSDP. This patch remove the table parsing from xsdt to acpi.c. If the XSDT detection fails, let's switch back to the RSDP entries. This was the case under KVM whereas VirtualBox features an XSDT.
* ACPI: Fixing ACPI return codesErwan Velu2011-01-311-1/+1
| | | | | | | Without defining values using the negative values as a return option could lead to a false positive case. Setting up the values helps prevent from using the 0 value.
* ACPI: Fixing copyrightErwan Velu2011-01-261-1/+1
|
* ACPI: Adding DEBUG_PRINTErwan Velu2011-01-251-0/+6
| | | | Adding a function to debug & print for ACPI.
* acpi: Adding FACS, fixing DSDT detectionErwan Velu2009-12-041-1/+2
| | | | | | Impact: Adding FACS, fixing DSDT detection Adding FACS, fixing DSDT detection via FADT
* acpi: Adding ecdtErwan Velu2009-12-041-2/+3
| | | | | | Impact: Addding ecdt Adding ecdt
* acpi: Adding SBSTErwan Velu2009-12-041-0/+2
| | | | | | Impact: Adding SBST Adding SBST
* acpi: Using definitions for table namesErwan Velu2009-12-041-1/+26
| | | | | | Impact: none Using more definitions for ACPI tables names
* acpi: Adding SSDT & PSDTErwan Velu2009-12-041-0/+5
| | | | | | Impact: Adding SSDT & PSDT Adding SSDT & PSDT
* acpi: Adding dsdtErwan Velu2009-12-041-1/+3
| | | | | | Impact: Adding dsdt Adding DSDT
* acpi: Fixing madt detectionErwan Velu2009-12-041-4/+2
| | | | | | Impact: Fixing madt detection Fixing madt detection
* acpi: Adding FADTErwan Velu2009-12-041-0/+2
| | | | | | Impact: Adding FADT Adding FADT
* acpi: Adding xsdtErwan Velu2009-12-041-1/+4
| | | | | | Impact: Adding XSDT Adding XSDT
* acpi: Adding rsdt, cleaning structuresErwan Velu2009-12-041-0/+5
| | | | | | Impact: adding rsdt Adding RSDT
* acpi: Fixing parsingErwan Velu2009-12-041-6/+10
| | | | | | | Impact: none Parsing have to be done the spec says ;) Let's found the RSDP first
* acpi: more work on the madt structuresErwan Velu2009-12-041-21/+5
| | | | | | Impact: under dev. Fixing madt structure & parsing
* acpi: Fixing MADT structuresErwan Velu2009-12-041-9/+10
| | | | | | Impact: Fixing MADT structures Fixing MADT structures
* acpi: Initial stuff to find madtErwan Velu2009-12-041-0/+47
Impact: adding madt stuff Trying to add some madt stuff