summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableProtocol.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Apply uncrustify changesMichael Kubacki2021-12-071-604/+690
* MdeModulePkg/ACPI: Install ACPI table from HOB.Zhiguang Liu2021-06-161-7/+164
* MdeModulePkg/AcpiTableDxe: use pool allocation for RSDP if possibleArd Biesheuvel2020-10-301-9/+24
* MdeModulePkg/AcpiTableDxe: use pool allocation for RSDT/XSDT if possibleArd Biesheuvel2020-10-301-46/+72
* MdeModulePkg/AcpiTableDxe: use pool allocations when possibleArd Biesheuvel2020-10-301-22/+57
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-28/+28
* MdeModulePkg/AcpiTableDxe: consider version mask when removing tablesArd Biesheuvel2017-03-211-2/+5
* MdeModulePkg/AcpiTableDxe: Not make FADT.{DSDT,X_DSDT} mutual exclusionStar Zeng2017-03-171-54/+34
* MdeModulePkg/AcpiTableDxe: improve FADT.{DSDT,X_DSDT} mutual exclusionLaszlo Ersek2017-03-091-3/+59
* MdeModulePkg/AcpiTableDxe: condense whitespace around FADT.{DSDT,X_DSDT}Laszlo Ersek2017-03-091-14/+6
* MdeModulePkg AcpiTableDxe: Use Rsdt to check against NULLStar Zeng2016-03-081-2/+2
* MdeModulePkg: AcpiTableDxe: fix VS2008 build by merging adjacent if blocksArd Biesheuvel2016-02-261-12/+10
* MdeModulePkg: AcpiTableDxe: make 4 GB table allocation limit optionalArd Biesheuvel2016-02-241-183/+258
* MdeModulePkg AcpiTableDxe: Install config table at ACPI data changeStar Zeng2015-07-081-8/+2
* MdeModulePkg AcpiTableDxe: Non-Boolean comparisons should use a compare opera...Star Zeng2015-06-191-1/+1
* MdeModulePkg AcpiTableDxe: Cover EFI_ACPI_TABLE_VERSION_5_0.Star Zeng2015-06-171-38/+20
* MdeModulePkg: Acpi: enforce exclusion between FirmwareCtrl and XFirmwareCtrlLaszlo Ersek2015-01-261-0/+4
* MdeModulePkg/IntelFrameworkModulePkg ACPI: Follow the new UEFI 2.4a spec to r...Star Zeng2014-05-061-114/+13
* Create PCDs in MdeModulePkg for ACPI table OEM_ID/OEM_TABLE_ID/OEM_REVISION/C...Star Zeng2013-09-161-18/+18
* Fix build error.jyao12012-12-031-2/+2
* ACPI4.0/5.0 have clear description:jyao12012-11-301-15/+27
* InstallAcpiTable() - Do not update the checksum in the passed in buffer – t...jyao12011-12-151-13/+1
* Remove CONST modifier to be spec complianceerictian2011-08-241-6/+6
* Fix the bug in AcpiTableDxe drivers that doesn't work when more than 20 Acpi ...lgao42011-08-091-44/+49
* UEFI table also need to be in ACPI NVS memory, because some data fieldjyao12011-02-111-3/+8
* Enhance to follow UEFI2.3 spec - the EFI_ACPI_TABLE_PROTOCOL will ensure that...jyao12010-07-161-1/+7
* MdeModulePkg:jyao12010-05-181-0/+18
* Small code refinement in MdeModulePkg.rsun32010-05-171-54/+52
* Fix for UNIXGCC buildjchen202010-05-121-1/+1
* Add fix for the hardcoded Max ACPI table number. With this fix, the number of...jchen202010-05-111-72/+195
* Update the copyright notice formathhtian2010-04-241-2/+2
* Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl*jljusten2010-02-251-0/+0
* MdeModulePkg AcpiTableDxe: Fix compiler warningjljusten2010-01-041-0/+2
* roll back r8590 patcheric_tian2009-06-251-1/+1
* add assertion to ensure ACPI table is checksumed.eric_tian2009-06-241-0/+8
* the checksum must to be updated when install a new table into ACPI tableeric_tian2009-06-181-1/+1
* fixed 2 k8 issues.vanjeff2009-04-291-39/+44
* Add support of ACPI Table Version 3.0 in implementation of EFI_ACPI_TABLE_PRO...xli242009-04-171-4/+4
* Add ACPI drivers:jljusten2009-03-201-0/+1703