summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core
Commit message (Expand)AuthorAgeFilesLines
* Change returned status codes for SmiManage() per PI 1.2.1 spec.rsun32012-05-313-50/+41
* Record LoadImage perf log for LoadImageEx() and use NULL as Handle to record ...lzeng142012-05-301-7/+43
* Update DxeCore and FwVolDxe drivers to inherit authentication status for the ...lzeng142012-05-297-8/+75
* Add logic to validate variable before use it.ydong102012-05-181-1/+48
* Add Perf log for SMM driver Load and Start Image.lgao42012-05-163-2/+15
* Fix the potential issue that NULL pointer may be referred in LoadImage().lgao42012-05-081-2/+11
* Enhance the error handling for AllocatePool and AllocatePages function.ydong102012-04-273-4/+12
* Return EFI_INVALID_PARAMETER when Type has either EVT_NOTIFY_SIGNAL or EVT_NO...lzeng142012-04-263-7/+82
* Validate some fields in PE image to make sure not access violation for later ...ydong102012-04-241-1/+9
* MdeModulePkg PiSmmCore: Fix a bug in SmmLoadImage() in PiSmmCore that in-corr...rsun32012-04-241-9/+9
* Searching for files starts on an 8 byte aligned boundary after the end of the...lzeng142012-03-272-5/+25
* 1. Introduced CPU Exception Handler Library to provide the CPU exception hand...vanjeff2012-03-153-3/+10
* Enhance the error handling.ydong102012-03-131-6/+19
* Fix the issue in PeiCore to support PDB file path without '\' or '.' character.lgao42012-02-291-9/+27
* Don't install FV protocol on the corrupt FV image. lgao42012-02-173-38/+21
* Add code check to avoid access violation.ydong102012-02-152-0/+2
* Fix the issue in PeiCore that doesn’t handle Unix style file path of PDB file.lgao42012-01-041-2/+2
* Add more check to make sure the valid pointer be used. lgao42011-12-191-27/+29
* Enhance DXE dispatcher logic to check the duplicated FV image bases on FvHob2...lgao42011-12-154-27/+161
* MdeModulePkg DXE Core: Refine code to avoid UNIXGCC build break.rsun32011-12-091-1/+1
* MdeModulePkg DXE Core: Fix overflow and truncation issues in the implementati...rsun32011-12-061-19/+64
* Update code to pass build on VS2008 with /Od compiler option.lgao42011-11-282-4/+4
* 1. According to PI errata 0000840 and PI 1.2c Vol 3 3.2.3, remove description...lzeng142011-11-252-11/+64
* MdeModulePkg DXE Core: Update implementation of SetMemorySpaceAttributes() DX...rsun32011-11-232-9/+34
* Update DxeCore handle FV Image file with Depex section per PI spec.lgao42011-11-232-24/+106
* MdeModulePkg: Remove variables that are set, but not usedjljusten2011-10-311-4/+0
* Add core FFS3 support, DxeCore.lzeng142011-10-277-56/+150
* Add core FFS3 support, PeiCore and DxeIpl.lzeng142011-10-276-89/+287
* Store PeiServices** when updating IDT table in DxeIplPeim before transfer to ...vanjeff2011-10-273-5/+25
* Fix ICC9 build break. lgao42011-09-271-2/+4
* Remove ASSERT (EFI_IMAGE_MACHINE_TYPE_SUPPORTED (Image->Machine)) in StartImage.lgao42011-09-261-1/+47
* Add PCD for 1G page tablejyao12011-09-212-5/+10
* MdeModulePkg PeiMain: Enhance the PEI Core to convert GUID/PPI pointers point...rsun32011-09-201-9/+44
* Correct 1G page table generation.jyao12011-09-191-2/+1
* Enhance the PEI Core to convert pointers pointing to PPI descriptors on the t...rsun32011-09-154-48/+53
* Use CPU_HOB to detect max address support from platform, and added 1G page ta...jyao12011-09-132-36/+102
* Rollback SMRAM Lock locationmdkinney2011-08-311-11/+1
* Remove CONST modifier to be spec complianceerictian2011-08-241-2/+2
* Update SMM Core to use SMM Mode as soon as SMM Mode is availablemdkinney2011-08-243-47/+179
* Updated GCD implementation to consume the correct EFI Resources Attributes(Ca...vanjeff2011-08-181-3/+28
* 1. Add two performance measurement points for SMM performance measurement;rsun32011-08-163-4/+22
* MdeModulePkg/Dxe: Move assertions inside CoreInsertGcdMapEntry()oliviermartin2011-08-081-2/+4
* MdeModulePkg: Fix VS2008 warning.andrewfish2011-07-151-0/+1
* MdeModulePkg: Add PcdDxeIplBuildPageTables for DxeIpl X64 to optionally not r...andrewfish2011-07-142-7/+14
* Fix an issue that there may be an infinite loop in the CoreInitializeMemorySe...rsun32011-07-131-70/+109
* Correct the status code value to EFI_SW_PC_INIT_END after PEIM returns contro...lgao42011-07-121-1/+1
* Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu2011-07-063-6/+4
* MdeModulePkg DXE Core: Add Idle event during BootServices WaitForEventjljusten2011-06-164-7/+39
* Remove the unused TimerLib from PeiCore.lgao42011-06-162-4/+2
* Set *ImageHandle to NULL when LoadImage() returns EFI_ACCESS_DENIED.niruiyu2011-06-101-1/+7