summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core
Commit message (Expand)AuthorAgeFilesLines
* Fix code potential errors.ydong102012-10-161-2/+2
* Update SmiManager() to invoke all root SMI handlers to following PI Spec.vanjeff2012-10-161-2/+8
* MdeModulePkg:removes the unreachable ‘break’ instruction after a ‘retur...erictian2012-09-291-1/+0
* 1. Update PiSmmCore to always invoke SmiManage (NULL, NULL, NULL, NULL) when ...vanjeff2012-09-251-39/+38
* Fix the memory leak issue and enhance the check for CoreReadImageFile return.lzeng142012-09-071-5/+7
* Check the return code from CoreLocateDevicePath() in MdeModulePkg/Core/Dxe/Im...lzeng142012-09-061-1/+4
* Fix comparisons of enumerated types which may cause warnings for some compilers.rsun32012-08-284-14/+14
* Roll back one unnecessary change in Dispatcher.c, which is added by previous ...lgao42012-08-221-12/+2
* Add PI1.2.1 SAP2 support and UEFI231B mantis 896lgao42012-08-2211-62/+205
* Measure ExitBootServices failure caseczhang462012-08-023-0/+6
* Close the corresponding GUIDed section extraction protocol notify event in Cl...lzeng142012-07-271-9/+19
* MdeModulePkg/CoreDxe: Fixed compiler warning 'integer conversion resulted in ...oliviermartin2012-07-261-1/+1
* Fix the typo in InstallMultipleProtocolInterfaces commentsniruiyu2012-07-251-3/+4
* Update HobLib and Hob Service to avoid data over flow. lgao42012-07-172-4/+10
* MdeModulePkg PI SMM Core: Unregister handler for SMM Ready To Lock event in S...rsun32012-06-251-1/+1
* 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