summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Acpi
AgeCommit message (Expand)AuthorFilesLines
2013-01-15The unit of Duration for S3BootScriptSaveMemPoll() is us, but not ns, so upda...lzeng142-10/+44
2012-12-03Fix build error.jyao11-2/+2
2012-11-30ACPI4.0/5.0 have clear description:jyao11-15/+27
2012-11-16Use IA32_IDT_GATE_DESCRIPTOR defined in BaseLib instead of local struct INTER...lzeng142-56/+26
2012-11-12Allocate ReservedMemory instead of ACPIMemoryNVS for its shadow memory space ...lzeng141-4/+4
2012-11-12Free the buffer allocated by GetSectionFromAnyFv() when exit, and add Error S...lzeng141-23/+15
2012-11-07Moved the PeiS3ResumeState access when PeiS3ResumeState is not 0, this will f...li-elvin1-6/+5
2012-11-01MdeModulePkg: eliminate all implicit library dependencies for all modules in ...erictian3-3/+0
2012-10-30Add missing status code in several modules.li-elvin1-17/+20
2012-10-11Add missing braces around initializer.lzeng142-145/+145
2012-08-271. Add debug init flag DEBUG_AGENT_INIT_THUNK_PEI_IA32TOX64 in Debug Agent Li...vanjeff1-2/+4
2012-08-16Add validation on ACPI_S3_CONTEXT.S3DebugBufferAddress, moreover only debug t...vanjeff2-21/+33
2012-08-16Add missing function commentsjyao11-0/+24
2012-08-14Create 4G page table by default, and using PF to handle >4G MMIO access, to i...jyao15-5/+222
2012-07-12Clean up include of ACPI header file so that only IndustryStandard/Acpi.h is ...lzeng144-8/+2
2012-06-27Add more SMRAM range check to 3 SMI handler.czhang461-11/+37
2012-06-18Fix potential memory leak issue.lzeng141-2/+3
2012-05-08Enhance ACPI FPDT DXE and SMM driver to accept the extension boot records.lgao44-74/+401
2012-04-11Add more check for the bmp file to avoid access violation.ydong101-1/+33
2012-03-19Remove the useless performance logging code in BootScriptExecutorDxe driver a...lzeng143-114/+1
2012-03-151. Introduced CPU Exception Handler Library to provide the CPU exception hand...vanjeff3-4/+15
2012-02-14Enhance BGRT driver to install BGRT table upon every ReadyToBoot eventczhang461-40/+79
2011-12-15InstallAcpiTable() - Do not update the checksum in the passed in buffer – t...jyao11-13/+1
2011-12-02Free memory allocated by ReadSection.lzeng141-1/+7
2011-12-01Add Acpi50 FPDT and BGRT module into MdeModulePkg.lgao48-0/+1706
2011-11-30Add ACPI5.0 header file.jyao11-157/+0
2011-11-14Follow PI1.2c spec, check empty string and return EFI_INVALID_PARAMETER.jyao12-4/+8
2011-10-31MdeModulePkg: Remove variables that are set, but not usedjljusten1-6/+2
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