summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe
AgeCommit message (Expand)AuthorFilesLines
2013-04-16MdeMdeModulePkg/BootScriptExecutorDxe: Replaces absolute addressing that requ...erictian1-4/+4
2013-01-17Fix ICC11(VS2005) build failure.lzeng141-4/+6
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-10-30Add missing status code in several modules.li-elvin1-17/+20
2012-10-11Add missing braces around initializer.lzeng141-1/+1
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-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
2011-08-29MdeModulePkg: Add BootScriptExecutorDxe driverjljusten9-0/+1081