summaryrefslogtreecommitdiff
path: root/source/components/tables
Commit message (Expand)AuthorAgeFilesLines
* Tables: Add mechanism to control early table checksum verification.Lv Zheng2014-06-043-21/+56
* Merge pull request #28 from zetalog/acpica-xsdtRobert Moore2014-04-181-111/+12
|\
| * Tables: Remove old mechanism to validate if XSDT contains NULL entries.Lv Zheng2014-04-181-112/+0
| * Tables: Add new mechanism to skip NULL entries in RSDT and XSDT.Lv Zheng2014-04-181-2/+12
| * Tables: Fix invalid pointer accesses in AcpiTbParseRootTable().Lv Zheng2014-04-181-1/+4
* | Remove extraneous error message for large number of GPEs.Robert Moore2014-04-181-18/+32
|/
* Update/fix some source file permissions, no functional change.Robert Moore2014-04-091-0/+0
* Table Manager: Split tbinstal.c into two files.Robert Moore2014-03-202-807/+916
* Table Manager: Misc cleanup and renames, no functional change.Robert Moore2014-03-204-86/+94
* Automated cleanup; no functional change.Robert Moore2014-03-201-2/+2
* Tables: Add AcpiInstallTable() API to be invoked by OSPM early table installa...Lv Zheng2014-03-193-6/+60
* Tables: Avoid SSDT installation when AcpiGbl_DisableSsdtTableLoad is specified.Lv Zheng2014-03-192-12/+12
* Tables: Cleanup ACPI_TABLE_ORIGIN_xxx flags.Lv Zheng2014-03-194-21/+18
* Tables: Fix the issue that table checksums are not always verified before ins...Lv Zheng2014-03-194-357/+586
* Tables: Fix the issue that table validations are not balanced.Lv Zheng2014-03-191-0/+1
* Tables: Cleanup split INSTALLED/VALIDATED table state logics.Lv Zheng2014-03-195-101/+230
* Tables: Fix the issue that multiple ACPI_FREE()s are invoked for same pointer...Lv Zheng2014-03-191-6/+1
* Tables: Fix the issues in handling virtual addressed tables.Lv Zheng2014-03-192-2/+18
* Update ACPICA copyrights to 2014.Robert Moore2014-01-068-8/+8
* Deploy new 32/64 printf support for table override mechanism.Robert Moore2013-12-191-6/+7
* Improve support for 32/64 bit physical addresses in printf().Robert Moore2013-12-191-8/+11
* Add option to favor 32-bit FADT addresses.Robert Moore2013-12-031-141/+172
* Add option to ignore XSDT and force the use of the RSDT.Robert Moore2013-11-271-4/+6
* Add validation of the XSDT root table if present.Robert Moore2013-11-271-19/+127
* Deploy ACPI_EXPORT_SYMBOL_INIT for main ACPICA initialization interfaces.Robert Moore2013-09-202-3/+3
* Add EXPORT_ACPI_INTERFACES macro to external interface modules.Robert Moore2013-09-182-0/+2
* Table print header function: Increase default width for table length.Robert Moore2013-09-041-3/+3
* AcpiDump: Add RSDP/RSDT/XSDT table extraction support.Robert Moore2013-08-222-3/+2
* Tables: Cleanup table checksum verification code.Robert Moore2013-08-222-7/+13
* Make ACPI Power Management Timer (PM Timer) optional.Robert Moore2013-07-191-2/+2
* Reduce code duplication.Jung-uk Kim2013-06-261-8/+2
* AcpiDump: Added full support for Linux.Robert Moore2013-05-311-6/+1
* Update interface to AcpiUtValidAcpiName.Robert Moore2013-05-021-1/+1
* Split table print utilities to a new a separate file.Robert Moore2013-04-302-212/+338
* Add option to disable loading of SSDTs from the RSDT/XSDT.Robert Moore2013-04-241-0/+12
* Standardize all switch() blocks.Robert Moore2013-04-231-0/+3
* FADT: Remove extraneous warning for very large GPE registers.Robert Moore2013-03-191-0/+4
* Fix for some comments/headers. No functional change.Robert Moore2013-03-081-10/+12
* Update ACPICA copyrights to 2013.Robert Moore2013-01-087-7/+7
* Update ACPICA initialization messages.Robert Moore2012-12-061-1/+1
* Deploy ACPI_MOVE_NAME across ACPICA source base.Robert Moore2012-10-121-1/+1
* Small fix for standard Intel legal header.Robert Moore2012-09-277-7/+7
* Remove extra spaces after periods in the Intel license.Robert Moore2012-09-267-77/+77
* Remove extra spaces after periods within comments.Robert Moore2012-09-261-1/+1
* Fix some typos in comments. No functional changes.Robert Moore2012-09-251-1/+1
* ACPICA core: Cleanup empty lines at file start and end.Robert Moore2012-09-211-1/+0
* Audit/update for ACPICA return macros and debug depth counter.Robert Moore2012-09-214-11/+9
* Table Manager: Merge duplicate code (root table)Robert Moore2012-09-132-40/+20
* Add new ACPI table load/unload external interfaces.Robert Moore2012-06-291-0/+199
* Split file: tbxface.c -> tbxfload.cRobert Moore2012-06-292-158/+280