summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/Acpi
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-2818-0/+0
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-289-87/+121
* 1) Add type cast for better coding style.Feng Tian2014-08-072-6/+6
* Update code to support VS2013 tool chain.Eric Dong2014-07-283-3/+9
* Fixed typos: hanlder should be handler.Chen Fan2014-07-091-1/+1
* MdeModulePkg/IntelFrameworkModulePkg ACPI: Follow the new UEFI 2.4a spec to r...Star Zeng2014-05-061-114/+13
* Remove ASSERT check for SetVariable in FirmwarePerformanceDataTableDxeGao, Liming2014-03-171-10/+10
* MdeModulePkg BootScriptExecutorDxe: Fix S3 failure When PcdUse1GPageTable def...Star Zeng2013-11-254-110/+160
* 1. DxeIplPeim will locate Vector Handoff Table PPI and build GUIDed HOB if it...Jeff Fan2013-11-222-3/+7
* Add BaseSmbusLibNull instance for SmbusLib. Add check in BootScriptExecutorDx...Shumin Qiu2013-11-081-0/+10
* Create PCDs in MdeModulePkg for ACPI table OEM_ID/OEM_TABLE_ID/OEM_REVISION/C...Star Zeng2013-09-167-59/+78
* Update BGRT image buffer to be stored in EfiBootSerivesData according to ACPI...Chao Zhang2013-09-121-7/+10
* Fix the issue that FreePool is too early in FirmwarePerformanceDxe.lgao42013-05-271-4/+11
* Fix the TOCTOU issue of CommBufferSize itself for SMM communicate handler input.lzeng142013-05-211-2/+5
* Separate memory allocation for FPDT S3 performance table and boot performance...lzeng142013-05-164-89/+183
* Update Code to pass EBC compiler.lgao42013-05-131-2/+5
* 1. Fix TOCTOU issue in VariableSmm, FtwSmm, FpdtSmm, SmmCorePerformance SMM h...lzeng142013-05-071-5/+9
* 1. Use the check IsAddressValid() to prevent SMM communication buffer overflo...lzeng142013-04-251-5/+32
* MdeMdeModulePkg/BootScriptExecutorDxe: Replaces absolute addressing that requ...erictian2013-04-161-4/+4
* Fix ICC11(VS2005) build failure.lzeng142013-01-171-4/+6
* Fix build failure.lzeng142013-01-162-2/+2
* The unit of Duration for S3BootScriptSaveMemPoll() is us, but not ns, so upda...lzeng142013-01-152-10/+44
* Fix build error.jyao12012-12-031-2/+2
* ACPI4.0/5.0 have clear description:jyao12012-11-301-15/+27
* Use IA32_IDT_GATE_DESCRIPTOR defined in BaseLib instead of local struct INTER...lzeng142012-11-162-56/+26
* Allocate ReservedMemory instead of ACPIMemoryNVS for its shadow memory space ...lzeng142012-11-121-4/+4
* Free the buffer allocated by GetSectionFromAnyFv() when exit, and add Error S...lzeng142012-11-121-23/+15
* Moved the PeiS3ResumeState access when PeiS3ResumeState is not 0, this will f...li-elvin2012-11-071-6/+5
* MdeModulePkg: eliminate all implicit library dependencies for all modules in ...erictian2012-11-013-3/+0
* Add missing status code in several modules.li-elvin2012-10-301-17/+20
* Add missing braces around initializer.lzeng142012-10-112-145/+145
* 1. Add debug init flag DEBUG_AGENT_INIT_THUNK_PEI_IA32TOX64 in Debug Agent Li...vanjeff2012-08-271-2/+4
* Add validation on ACPI_S3_CONTEXT.S3DebugBufferAddress, moreover only debug t...vanjeff2012-08-162-21/+33
* Add missing function commentsjyao12012-08-161-0/+24
* Create 4G page table by default, and using PF to handle >4G MMIO access, to i...jyao12012-08-145-5/+222
* Clean up include of ACPI header file so that only IndustryStandard/Acpi.h is ...lzeng142012-07-124-8/+2
* Add more SMRAM range check to 3 SMI handler.czhang462012-06-271-11/+37
* Fix potential memory leak issue.lzeng142012-06-181-2/+3
* Enhance ACPI FPDT DXE and SMM driver to accept the extension boot records.lgao42012-05-084-74/+401
* Add more check for the bmp file to avoid access violation.ydong102012-04-111-1/+33
* Remove the useless performance logging code in BootScriptExecutorDxe driver a...lzeng142012-03-193-114/+1
* 1. Introduced CPU Exception Handler Library to provide the CPU exception hand...vanjeff2012-03-153-4/+15
* Enhance BGRT driver to install BGRT table upon every ReadyToBoot eventczhang462012-02-141-40/+79
* InstallAcpiTable() - Do not update the checksum in the passed in buffer – t...jyao12011-12-151-13/+1
* Free memory allocated by ReadSection.lzeng142011-12-021-1/+7
* Add Acpi50 FPDT and BGRT module into MdeModulePkg.lgao42011-12-018-0/+1706
* Add ACPI5.0 header file.jyao12011-11-301-157/+0
* Follow PI1.2c spec, check empty string and return EFI_INVALID_PARAMETER.jyao12011-11-142-4/+8
* MdeModulePkg: Remove variables that are set, but not usedjljusten2011-10-311-6/+2
* MdeModulePkg: Add ACPI S3 Save State driversjljusten2011-08-296-0/+2235