summaryrefslogtreecommitdiff
path: root/source/components/tables/tbxfload.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Acpica parser"revert-134-acpica-parserRobert Moore2016-07-011-1/+1
* Interpreter: Fix MLC issues by switching to new TermList grammar for table lo...Lv Zheng2016-06-221-1/+1
* Divergence: Port declarators back to ACPICALv Zheng2016-06-151-2/+2
* Interpreter: Fix a regression triggered because of wrong Linux ECDT supportLv Zheng2016-03-111-0/+16
* Interpreter: Fix wrong conditions for AcpiEvInstallRegionHandlers() invocationLv Zheng2016-03-111-7/+4
* Merge pull request #117 from zetalog/acpica-initRobert Moore2016-02-021-0/+23
|\
| * Tables: make default region accessible during the table loadLv Zheng2016-02-021-0/+23
* | Remove unnecessary arguments to ACPI_INFORobert Moore2016-01-261-2/+2
|/
* Source tree: Update copyright notices to 2016Robert Moore2016-01-061-1/+1
* Disassembler/tools: Support for multiple ACPI tables in one fileRobert Moore2015-11-051-1/+1
* Core: Major update for code formatting, no functional changesRobert Moore2015-10-091-8/+10
* Update source file permissions (2)Robert Moore2015-09-231-0/+0
* Update source file permissions (1)Robert Moore2015-09-231-0/+0
* Table handling: Cleanup and update debug output for tools.Robert Moore2015-08-111-18/+20
* acpiexec/acpinames: Support very large number of ACPI tables.Robert Moore2015-08-071-7/+13
* Tables: Fix global table list issues by removing fixed table indexes.Lv Zheng2015-08-031-5/+5
* Update info messages during ACPICA init.Robert Moore2015-07-311-2/+2
* Correctly cleanup after a ACPI table load failure.Robert Moore2015-07-221-3/+32
* Update for AcpiInstallTable memory types.Robert Moore2015-06-161-2/+2
* De-macroize calls to standard C library functions.Robert Moore2015-06-091-1/+1
* Merge pull request #35 from zetalog/acpica-64bitRobert Moore2015-06-051-1/+2
|\
| * Tables: Enable both 32-bit and 64-bit FACS.Lv Zheng2014-05-301-1/+2
* | Namespace: Add support of OSDT table.Robert Moore2015-06-011-1/+3
* | Update Copyright headers to 2015.David E. Box2015-01-271-1/+1
* | Revert "source and test: update copyright notices to 2015"David E. Box2015-01-271-532/+532
* | source and test: update copyright notices to 2015David E. Box2015-01-231-532/+532
* | Remove extraneous #defines, no functional change.Robert Moore2014-10-091-1/+0
|/
* Table Manager: Misc cleanup and renames, no functional change.Robert Moore2014-03-201-5/+8
* Tables: Add AcpiInstallTable() API to be invoked by OSPM early table installa...Lv Zheng2014-03-191-1/+48
* Tables: Avoid SSDT installation when AcpiGbl_DisableSsdtTableLoad is specified.Lv Zheng2014-03-191-12/+0
* Tables: Cleanup ACPI_TABLE_ORIGIN_xxx flags.Lv Zheng2014-03-191-1/+1
* Tables: Fix the issue that table checksums are not always verified before ins...Lv Zheng2014-03-191-10/+14
* Tables: Cleanup split INSTALLED/VALIDATED table state logics.Lv Zheng2014-03-191-3/+3
* Update ACPICA copyrights to 2014.Robert Moore2014-01-061-1/+1
* Deploy ACPI_EXPORT_SYMBOL_INIT for main ACPICA initialization interfaces.Robert Moore2013-09-201-1/+1
* Add EXPORT_ACPI_INTERFACES macro to external interface modules.Robert Moore2013-09-181-0/+1
* Add option to disable loading of SSDTs from the RSDT/XSDT.Robert Moore2013-04-241-0/+12
* Update ACPICA copyrights to 2013.Robert Moore2013-01-081-1/+1
* Update ACPICA initialization messages.Robert Moore2012-12-061-1/+1
* Small fix for standard Intel legal header.Robert Moore2012-09-271-1/+1
* Remove extra spaces after periods in the Intel license.Robert Moore2012-09-261-11/+11
* Fix some typos in comments. No functional changes.Robert Moore2012-09-251-1/+1
* Add new ACPI table load/unload external interfaces.Robert Moore2012-06-291-0/+199
* Split file: tbxface.c -> tbxfload.cRobert Moore2012-06-291-0/+279