summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe
AgeCommit message (Expand)AuthorFilesLines
2022-12-19MdeModulePkg: Supporting S3 in 64bit PEIKuo, Ted2-8/+17
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki4-210/+228
2021-12-07MdeModulePkg: Change complex DEBUG_CODE() to DEBUG_CODE_BEGIN/END()Michael D Kinney2-5/+4
2021-12-07MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney1-2/+1
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney9-63/+9
2019-01-15MdeModulePkg/BootScriptExecuteorDxe: check 64BIT_WAKE_F in FACS.OSPMFlagsEric Dong2-4/+4
2018-06-28MdeModulePkg: Clean up source filesLiming Gao6-31/+31
2018-06-07MdeModulePkg: Remove X86 ASM and S filesLiming Gao5-407/+1
2018-01-18MdeModulePkg/BootScriptExecutorDxe: remove NX attr for FfsBufferJian J Wang3-0/+16
2017-04-12MdeModulePkg: Error Level is not used correctlyJeff Fan2-7/+7
2017-03-06MdeModulePkg: Refine casting expression result to bigger sizeHao Wu1-2/+2
2017-03-01MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe: Add support for PCD PcdPte...Leo Duran4-6/+23
2016-10-27MdeModulePkg/Universal: Fix typos in commentsGary Lin1-1/+1
2016-06-28MdeModulePkg BootScriptExecutorDxe: Convert X64/S3Asm.asm to NASMLiming Gao1-28/+29
2016-06-28MdeModulePkg BootScriptExecutorDxe: Convert X64/S3Asm.asm to NASMJordan Justen2-0/+136
2016-06-28MdeModulePkg BootScriptExecutorDxe: Convert IA32/S3Asm.asm to NASMLiming Gao1-12/+13
2016-06-28MdeModulePkg BootScriptExecutorDxe: Convert IA32/S3Asm.asm to NASMJordan Justen2-0/+68
2016-06-28MdeModulePkg BootScriptExecutorDxe: EXTERNDEF=>PUBLIC in S3AsmJordan Justen2-4/+4
2016-06-28MdeModulePkg BootScriptExecutorDxe: Use NASM compatible syntaxJordan Justen2-2/+2
2016-04-11MdeModulePkg BootScriptExecutorDxe: Consume PcdAcpiS3Enable to control the codeStar Zeng2-2/+7
2015-12-15MdeModulePkg: Convert all .uni files to utf-8Jordan Justen2-0/+0
2015-07-27MdeModulePkg BootScriptExecutorDxe: Reduce reserved memory consumptionStar Zeng1-23/+89
2015-03-19MdeModulePkg BootScriptExecutorDxe: Fix 32bit build failure.Star Zeng1-2/+2
2015-03-18MdeModulePkg BootScriptExecutorDxe: Use ImageContext.ImageSize to allocate me...Star Zeng1-2/+6
2014-11-12MdeModulePkg DxeCore/PiSmmCore: Add UEFI memory and SMRAM profile support.Star Zeng3-2/+57
2014-09-03MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming1-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star1-12/+10
2014-08-071) Add type cast for better coding style.Feng Tian1-2/+2
2014-07-09Fixed typos: hanlder should be handler.Chen Fan1-1/+1
2013-11-25MdeModulePkg BootScriptExecutorDxe: Fix S3 failure When PcdUse1GPageTable def...Star Zeng4-110/+160
2013-11-221. DxeIplPeim will locate Vector Handoff Table PPI and build GUIDed HOB if it...Jeff Fan2-3/+7
2013-11-08Add BaseSmbusLibNull instance for SmbusLib. Add check in BootScriptExecutorDx...Shumin Qiu1-0/+10
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