summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add assertion in PeiAllocatePool when out of resource.niruiyu2011-06-091-1/+2
* Fix crash in GetMemoryMap() when memory type 0x80000000-0xFFFFFFFF was alloca...niruiyu2011-06-091-2/+4
* Fix X64 clang warnings.andrewfish2011-06-041-1/+1
* Update the comments of InstallConfigurationTable to follow UEFI Spec.niruiyu2011-05-311-2/+2
* Add more status code in drivers.li-elvin2011-05-261-1/+4
* Make sure the return value of MapKey is correct by moving the assignment into...erictian2011-05-251-6/+5
* Add the DriverFamilyOverride support in DxeCore.niruiyu2011-05-243-2/+41
* CalculateSum8() and CalculateSum16() defined in BaseLib are used to calculate...lzeng142011-05-171-20/+4
* Add more checks to skip allocated SMRAM regions when searching for a largest ...rsun32011-04-082-2/+16
* Fix LocateDevicePath() to return proper error status code. It was returning ...mdkinney2011-03-161-17/+20
* Enhance inf and dec file to follow specs.ydong102011-03-141-4/+4
* add gEfiPeiMasterBootModeGuid dependency for getting right boot modeerictian2011-03-141-2/+2
* Changed TEMPORARY_RAM_SUPPORT_PPI to EFI_PEI_TEMPORARY_RAM_SUPPORT_PPI.vanjeff2011-03-141-2/+2
* Update PeiCore and DxeCore to verify FFS data checksum.lgao42011-02-232-5/+21
* Update DEBUG log information to specify SMM driver to be loaded in SmmCorelgao42011-02-121-2/+2
* Correct typo in word in DxeCore.lgao42011-02-124-5/+5