summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core
AgeCommit message (Expand)AuthorFilesLines
2012-05-18Add logic to validate variable before use it.ydong101-1/+48
2012-05-16Add Perf log for SMM driver Load and Start Image.lgao43-2/+15
2012-05-08Fix the potential issue that NULL pointer may be referred in LoadImage().lgao41-2/+11
2012-04-27Enhance the error handling for AllocatePool and AllocatePages function.ydong103-4/+12
2012-04-26Return EFI_INVALID_PARAMETER when Type has either EVT_NOTIFY_SIGNAL or EVT_NO...lzeng143-7/+82
2012-04-24Validate some fields in PE image to make sure not access violation for later ...ydong101-1/+9
2012-04-24MdeModulePkg PiSmmCore: Fix a bug in SmmLoadImage() in PiSmmCore that in-corr...rsun31-9/+9
2012-03-27Searching for files starts on an 8 byte aligned boundary after the end of the...lzeng142-5/+25
2012-03-151. Introduced CPU Exception Handler Library to provide the CPU exception hand...vanjeff3-3/+10
2012-03-13Enhance the error handling.ydong101-6/+19
2012-02-29Fix the issue in PeiCore to support PDB file path without '\' or '.' character.lgao41-9/+27
2012-02-17Don't install FV protocol on the corrupt FV image. lgao43-38/+21
2012-02-15Add code check to avoid access violation.ydong102-0/+2
2012-01-04Fix the issue in PeiCore that doesn’t handle Unix style file path of PDB file.lgao41-2/+2
2011-12-19Add more check to make sure the valid pointer be used. lgao41-27/+29
2011-12-15Enhance DXE dispatcher logic to check the duplicated FV image bases on FvHob2...lgao44-27/+161
2011-12-09MdeModulePkg DXE Core: Refine code to avoid UNIXGCC build break.rsun31-1/+1
2011-12-06MdeModulePkg DXE Core: Fix overflow and truncation issues in the implementati...rsun31-19/+64
2011-11-28Update code to pass build on VS2008 with /Od compiler option.lgao42-4/+4
2011-11-251. According to PI errata 0000840 and PI 1.2c Vol 3 3.2.3, remove description...lzeng142-11/+64
2011-11-23MdeModulePkg DXE Core: Update implementation of SetMemorySpaceAttributes() DX...rsun32-9/+34
2011-11-23Update DxeCore handle FV Image file with Depex section per PI spec.lgao42-24/+106
2011-10-31MdeModulePkg: Remove variables that are set, but not usedjljusten1-4/+0
2011-10-27Add core FFS3 support, DxeCore.lzeng147-56/+150
2011-10-27Add core FFS3 support, PeiCore and DxeIpl.lzeng146-89/+287
2011-10-27Store PeiServices** when updating IDT table in DxeIplPeim before transfer to ...vanjeff3-5/+25
2011-09-27Fix ICC9 build break. lgao41-2/+4
2011-09-26Remove ASSERT (EFI_IMAGE_MACHINE_TYPE_SUPPORTED (Image->Machine)) in StartImage.lgao41-1/+47
2011-09-21Add PCD for 1G page tablejyao12-5/+10
2011-09-20MdeModulePkg PeiMain: Enhance the PEI Core to convert GUID/PPI pointers point...rsun31-9/+44
2011-09-19Correct 1G page table generation.jyao11-2/+1
2011-09-15Enhance the PEI Core to convert pointers pointing to PPI descriptors on the t...rsun34-48/+53
2011-09-13Use CPU_HOB to detect max address support from platform, and added 1G page ta...jyao12-36/+102
2011-08-31Rollback SMRAM Lock locationmdkinney1-11/+1
2011-08-24Remove CONST modifier to be spec complianceerictian1-2/+2
2011-08-24Update SMM Core to use SMM Mode as soon as SMM Mode is availablemdkinney3-47/+179
2011-08-18Updated GCD implementation to consume the correct EFI Resources Attributes(Ca...vanjeff1-3/+28
2011-08-161. Add two performance measurement points for SMM performance measurement;rsun33-4/+22
2011-08-08MdeModulePkg/Dxe: Move assertions inside CoreInsertGcdMapEntry()oliviermartin1-2/+4
2011-07-15MdeModulePkg: Fix VS2008 warning.andrewfish1-0/+1
2011-07-14MdeModulePkg: Add PcdDxeIplBuildPageTables for DxeIpl X64 to optionally not r...andrewfish2-7/+14
2011-07-13Fix an issue that there may be an infinite loop in the CoreInitializeMemorySe...rsun31-70/+109
2011-07-12Correct the status code value to EFI_SW_PC_INIT_END after PEIM returns contro...lgao41-1/+1
2011-07-06Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu3-6/+4
2011-06-16MdeModulePkg DXE Core: Add Idle event during BootServices WaitForEventjljusten4-7/+39
2011-06-16Remove the unused TimerLib from PeiCore.lgao42-4/+2
2011-06-10Set *ImageHandle to NULL when LoadImage() returns EFI_ACCESS_DENIED.niruiyu1-1/+7
2011-06-09Add assertion in PeiAllocatePool when out of resource.niruiyu1-1/+2
2011-06-09Fix crash in GetMemoryMap() when memory type 0x80000000-0xFFFFFFFF was alloca...niruiyu1-2/+4
2011-06-04Fix X64 clang warnings.andrewfish1-1/+1