summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableProtocol.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-26MdeModulePkg: Consume SOC related ACPI table from ACPI Silicon HOBGeorge Liao1-0/+119
2024-06-07MdeModulePkg: In RemoveTableFromRsdt don't read from unallocated memoryRebecca Cran1-4/+4
2024-04-11MdeModulePkg/AcpiTableDxe: Prefer xDSDT over DSDT when installing tablesDhaval1-7/+17
2024-04-09MdeModulePkg/AcpiTableDxe: PCD switch to avoid using ACPI reclaim memoryAaron Li1-8/+29
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki1-604/+690
2021-06-16MdeModulePkg/ACPI: Install ACPI table from HOB.Zhiguang Liu1-7/+164
2020-10-30MdeModulePkg/AcpiTableDxe: use pool allocation for RSDP if possibleArd Biesheuvel1-9/+24
2020-10-30MdeModulePkg/AcpiTableDxe: use pool allocation for RSDT/XSDT if possibleArd Biesheuvel1-46/+72
2020-10-30MdeModulePkg/AcpiTableDxe: use pool allocations when possibleArd Biesheuvel1-22/+57
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-06-28MdeModulePkg: Clean up source filesLiming Gao1-28/+28
2017-03-21MdeModulePkg/AcpiTableDxe: consider version mask when removing tablesArd Biesheuvel1-2/+5
2017-03-17MdeModulePkg/AcpiTableDxe: Not make FADT.{DSDT,X_DSDT} mutual exclusionStar Zeng1-54/+34
2017-03-09MdeModulePkg/AcpiTableDxe: improve FADT.{DSDT,X_DSDT} mutual exclusionLaszlo Ersek1-3/+59
2017-03-09MdeModulePkg/AcpiTableDxe: condense whitespace around FADT.{DSDT,X_DSDT}Laszlo Ersek1-14/+6
2016-03-08MdeModulePkg AcpiTableDxe: Use Rsdt to check against NULLStar Zeng1-2/+2
2016-02-26MdeModulePkg: AcpiTableDxe: fix VS2008 build by merging adjacent if blocksArd Biesheuvel1-12/+10
2016-02-24MdeModulePkg: AcpiTableDxe: make 4 GB table allocation limit optionalArd Biesheuvel1-183/+258
2015-07-08MdeModulePkg AcpiTableDxe: Install config table at ACPI data changeStar Zeng1-8/+2
2015-06-19MdeModulePkg AcpiTableDxe: Non-Boolean comparisons should use a compare opera...Star Zeng1-1/+1
2015-06-17MdeModulePkg AcpiTableDxe: Cover EFI_ACPI_TABLE_VERSION_5_0.Star Zeng1-38/+20
2015-01-26MdeModulePkg: Acpi: enforce exclusion between FirmwareCtrl and XFirmwareCtrlLaszlo Ersek1-0/+4
2014-05-06MdeModulePkg/IntelFrameworkModulePkg ACPI: Follow the new UEFI 2.4a spec to r...Star Zeng1-114/+13
2013-09-16Create PCDs in MdeModulePkg for ACPI table OEM_ID/OEM_TABLE_ID/OEM_REVISION/C...Star Zeng1-18/+18
2012-12-03Fix build error.jyao11-2/+2
2012-11-30ACPI4.0/5.0 have clear description:jyao11-15/+27
2011-12-15InstallAcpiTable() - Do not update the checksum in the passed in buffer – t...jyao11-13/+1
2011-08-24Remove CONST modifier to be spec complianceerictian1-6/+6
2011-08-09Fix the bug in AcpiTableDxe drivers that doesn't work when more than 20 Acpi ...lgao41-44/+49
2011-02-11UEFI table also need to be in ACPI NVS memory, because some data fieldjyao11-3/+8
2010-07-16Enhance to follow UEFI2.3 spec - the EFI_ACPI_TABLE_PROTOCOL will ensure that...jyao11-1/+7
2010-05-18MdeModulePkg:jyao11-0/+18
2010-05-17Small code refinement in MdeModulePkg.rsun31-54/+52
2010-05-12Fix for UNIXGCC buildjchen201-1/+1
2010-05-11Add fix for the hardcoded Max ACPI table number. With this fix, the number of...jchen201-72/+195
2010-04-24Update the copyright notice formathhtian1-2/+2
2010-02-25Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl*jljusten1-0/+0
2010-01-04MdeModulePkg AcpiTableDxe: Fix compiler warningjljusten1-0/+2
2009-06-25roll back r8590 patcheric_tian1-1/+1
2009-06-24add assertion to ensure ACPI table is checksumed.eric_tian1-0/+8
2009-06-18the checksum must to be updated when install a new table into ACPI tableeric_tian1-1/+1
2009-04-29fixed 2 k8 issues.vanjeff1-39/+44
2009-04-17Add support of ACPI Table Version 3.0 in implementation of EFI_ACPI_TABLE_PRO...xli241-4/+4
2009-03-20Add ACPI drivers:jljusten1-0/+1703