summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Acpi
AgeCommit message (Expand)AuthorFilesLines
2011-08-29MdeModulePkg: Add ACPI S3 Save State driversjljusten6-0/+2235
2011-08-29MdeModulePkg: Add BootScriptExecutorDxe driverjljusten9-0/+1081
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-20MdeModulePkg AcpiTableDxe: Fix GCC build warningjljusten1-0/+2
2010-05-19Fix VS2003 build errorjyao11-1/+1
2010-05-18MdeModulePkg:jyao111-10/+4173
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 formathhtian6-12/+12
2010-04-06Update the modules with the different module GUID to avoid the different modu...lgao41-1/+1
2010-02-25Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl*jljusten6-0/+0
2010-02-25Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.klu21-3/+1
2010-02-241. Correct File header to ## @filelgao42-5/+5
2010-01-29Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections...mdkinney2-8/+6
2010-01-15Fix some coding style issues in MdeModulePkg.rsun31-1/+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-04-17retire AcpiTableStorage.h and implement the gEfiAcpiTableStorageGuid with a f...jchen201-2/+2
2009-04-10Fix various 'EFIAPI' inconsistencies found while building MdeModulePkg.jljusten1-0/+1
2009-03-20Add ACPI drivers:jljusten6-0/+2346