summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/X64/SetIdtEntry.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-19MdeModulePkg: Supporting S3 in 64bit PEIKuo, Ted1-2/+2
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki1-63/+74
2021-12-07MdeModulePkg: Change complex DEBUG_CODE() to DEBUG_CODE_BEGIN/END()Michael D Kinney1-2/+2
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-2/+2
2017-04-12MdeModulePkg: Error Level is not used correctlyJeff Fan1-2/+2
2017-03-01MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe: Add support for PCD PcdPte...Leo Duran1-6/+9
2015-07-27MdeModulePkg BootScriptExecutorDxe: Reduce reserved memory consumptionStar Zeng1-23/+89
2013-11-25MdeModulePkg BootScriptExecutorDxe: Fix S3 failure When PcdUse1GPageTable def...Star Zeng1-15/+9
2013-11-221. DxeIplPeim will locate Vector Handoff Table PPI and build GUIDed HOB if it...Jeff Fan1-1/+3
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...lzeng141-35/+19
2012-08-16Add validation on ACPI_S3_CONTEXT.S3DebugBufferAddress, moreover only debug t...vanjeff1-14/+15
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...jyao11-1/+116
2012-03-151. Introduced CPU Exception Handler Library to provide the CPU exception hand...vanjeff1-2/+11
2011-08-30MdeModulePkg: Add BootScriptExecutorDxe driverjljusten1-0/+67