summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/ScriptExecute.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-19MdeModulePkg: Supporting S3 in 64bit PEIKuo, Ted1-6/+15
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki1-120/+122
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 Kinney1-7/+1
2019-01-15MdeModulePkg/BootScriptExecuteorDxe: check 64BIT_WAKE_F in FACS.OSPMFlagsEric Dong1-2/+2
2018-06-28MdeModulePkg: Clean up source filesLiming Gao1-7/+7
2018-01-18MdeModulePkg/BootScriptExecutorDxe: remove NX attr for FfsBufferJian J Wang1-0/+14
2017-04-12MdeModulePkg: Error Level is not used correctlyJeff Fan1-5/+5
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 Duran1-0/+7
2016-10-27MdeModulePkg/Universal: Fix typos in commentsGary Lin1-1/+1
2016-04-11MdeModulePkg BootScriptExecutorDxe: Consume PcdAcpiS3Enable to control the codeStar Zeng1-1/+5
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 Zeng1-0/+49
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 Zeng1-91/+143
2013-11-08Add BaseSmbusLibNull instance for SmbusLib. Add check in BootScriptExecutorDx...Shumin Qiu1-0/+10
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-03-19Remove the useless performance logging code in BootScriptExecutorDxe driver a...lzeng141-111/+1
2011-08-29MdeModulePkg: Add BootScriptExecutorDxe driverjljusten1-0/+477