summaryrefslogtreecommitdiff
path: root/source/components/tables/tbxfroot.c
Commit message (Expand)AuthorAgeFilesLines
...
* Reorganized table headersrmoore12006-03-271-3/+3
* New checksum utilitiesrmoore12006-03-271-3/+3
* Table header update. Renamesrmoore12006-03-241-3/+3
* Rename ACPI memory macros for clarityrmoore12006-03-101-7/+7
* Deploy ACPI_EXPORT_SYMBOL for external interfacesrmoore12006-02-251-1/+5
* Deploy ACPI_[ERROR, EXCEPTION, WARNING, INFO]rmoore12006-01-231-11/+10
* Convert DB_ERROR/WARNs to REPORT_ERROR/WARNINGsrmoore12006-01-111-5/+5
* Add 2006 copyrightrmoore12006-01-091-2/+2
* Condense all instances of "<space>\n" in format stringsrmoore12005-09-271-2/+2
* Renamed checksum generate functionrmoore12005-07-291-3/+3
* Added AcpiTbValidateRsdpaystarik2005-07-101-49/+66
* Automated cleanupaystarik2005-06-291-2/+2
* XSDT is optionalaystarik2005-06-291-4/+6
* Sanity check for null pointeraystarik2005-06-291-46/+82
* Lint fixesaystarik2005-06-291-7/+11
* Use strncmp for strings that are not null-terminatedaystarik2005-06-291-3/+5
* Cleanup, got rid of offsetaystarik2005-06-291-6/+7
* Added a debug statementaystarik2005-06-291-3/+8
* Handle RSDP extended checksumaystarik2005-06-291-7/+27
* Automated cleanupaystarik2005-06-291-3/+3
* Added support for local DSDTaystarik2005-06-291-6/+26
* Reduce CPU stack usageaystarik2005-06-291-44/+69
* Fixed EBDA support during RSDP scan. Original code incorrectlyaystarik2005-06-291-34/+70
* LINT changesaystarik2005-06-291-3/+3
* Deployed ACPI_FORMAT_UINT64 to simplify output statementsaystarik2005-06-291-3/+2
* * tbconvert.c (Frank van der Linden)aystarik2005-06-291-10/+10
* Prefixed all #defines in acconfig.h with ACPI_aystarik2005-06-291-16/+16
* Better error messagesaystarik2005-06-291-45/+48
* remove tabsaystarik2005-06-291-2/+2
* Use new ACPI_POINTER typeaystarik2005-06-291-41/+38
* 16-bit supportaystarik2005-06-291-199/+260
* Added pointer/integer conversion macros to cleanup IA64 generationaystarik2005-06-291-7/+7
* missing ;aystarik2005-06-291-2/+2
* Map RSDP before accessingaystarik2005-06-291-26/+66
* print PHYSICAL_ADDRESSes as 2 32-bit values, instead of using %paystarik2005-06-291-3/+4
* aystarik2005-06-291-2/+2
* add a castaystarik2005-06-291-2/+2
* Got rid of some tabs.aystarik2005-06-291-4/+4
* Changed several DEBUG_PRINTP s from ACPI_ERROR to ACPI_INFO. Theseaystarik2005-06-291-7/+5
* Modified function AcpiGetFirmwareTable to storeaystarik2005-06-291-45/+236
* Tweaks to get RSDP/RSDT V2.0 support workingaystarik2005-06-291-9/+10
* make a REPORT_WARNING a DEBUG_PRINTaystarik2005-06-291-2/+2
* Configurable support for 64-bit ACPI integers (ACPI 2.0)aystarik2005-06-291-11/+10
* return physical, not virtual addressaystarik2005-06-291-250/+46
* fixed a tiny STRNCMP casting issueaystarik2005-06-291-3/+3
* removed dead codeaystarik2005-06-291-4/+1
* Use NATIVE_CHAR for strings, changed INTx to UINTxaystarik2005-06-291-19/+21
* Number of tables calculation uses sizeof(void *)aystarik2005-06-291-25/+338
* Removed tabsaystarik2005-06-291-4/+5
* Fixed a problem where mapped memory areas were not being deleted withaystarik2005-06-291-363/+62