summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/Dxe
Commit message (Expand)AuthorAgeFilesLines
* Validate some fields in PE image to make sure not access violation for later ...ydong102012-04-241-1/+9
* Searching for files starts on an 8 byte aligned boundary after the end of the...lzeng142012-03-271-2/+12
* 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
* 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
* 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
* 1. According to PI errata 0000840 and PI 1.2c Vol 3 3.2.3, remove description...lzeng142011-11-251-9/+17
* 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
* Add core FFS3 support, DxeCore.lzeng142011-10-277-56/+150
* 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
* Updated GCD implementation to consume the correct EFI Resources Attributes(Ca...vanjeff2011-08-181-3/+28
* MdeModulePkg/Dxe: Move assertions inside CoreInsertGcdMapEntry()oliviermartin2011-08-081-2/+4
* Fix an issue that there may be an infinite loop in the CoreInitializeMemorySe...rsun32011-07-131-70/+109
* 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
* Set *ImageHandle to NULL when LoadImage() returns EFI_ACCESS_DENIED.niruiyu2011-06-101-1/+7
* Fix crash in GetMemoryMap() when memory type 0x80000000-0xFFFFFFFF was alloca...niruiyu2011-06-091-2/+4
* Update the comments of InstallConfigurationTable to follow UEFI Spec.niruiyu2011-05-311-2/+2
* 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
* Fix LocateDevicePath() to return proper error status code. It was returning ...mdkinney2011-03-161-17/+20
* Update PeiCore and DxeCore to verify FFS data checksum.lgao42011-02-231-5/+10
* Correct typo in word in DxeCore.lgao42011-02-124-5/+5
* Updates function description per UEFI2.3d. No impact is for functionality. Th...lgao42011-02-123-5/+45
* Fix bounds check on parameter of type EFI_GCD_IO_TYPE to use EfiGcdIoTypeMaxi...mdkinney2011-01-211-1/+1
* Clean up GCD DEBUG() macros so DEBUG_CODE() is only used to enable/disable th...mdkinney2011-01-111-109/+81
* Add DEBUG() macros to all GCD services to monitor all changes to the GCD Memo...mdkinney2011-01-061-22/+216
* 1) Change location of DEBUG() macro that prints the name of the FFS file bein...mdkinney2010-12-061-2/+2
* Update PEI/DXE/SMM dispatchers to include DEBUG ((DEBUG_DISPATCH, )) macros t...mdkinney2010-12-042-6/+64
* Add new PCD gEfiMdeModulePkgTokenSpaceGuid.PcdMaxEfiSystemTablePointerAddres...lgao42010-11-092-9/+89
* swaps the order of timer disable and memory map termination to make sure memo...vanjeff2010-11-031-5/+5
* Refine code to make code run safely.ydong102010-09-162-2/+3
* Move registration of DXE Core with PeCoffExtraActionLib after the lib constru...mdkinney2010-08-062-16/+16
* Update DXE Core so its own PE/COFF image is passed to the PeCoffExtraActionLibmdkinney2010-08-033-0/+14
* Enhance FV2.ReadSection() to read GUIDED section raw data when its extraction...lgao42010-07-281-20/+134
* 1. Add init flag DEBUG_AGENT_INIT_DXE_AP.vanjeff2010-07-191-1/+1
* Add a missing parameter description in the function header for CoreFindFreePa...rsun32010-06-171-0/+1
* 1) Improve how memory usage is tracked in DXE Coremdkinney2010-06-141-37/+164
* Fix DxeCore Dispatch Issue that DXE drivers may not be dispatched if they de...lgao42010-05-141-9/+9
* Update the copyright notice formathhtian2010-04-2437-74/+74
* Fix a bug that FV->ReadSection cannot get the EFI_SECTION_GUID_DEFINED type s...niruiyu2010-04-211-1/+1
* Fix the issue that GCC treat enum type as unsigned int which incompatible wit...klu22010-04-071-2/+2
* MdeModulePkg: Fix warning with VS2005 toolchain on IA32jljusten2010-04-051-1/+1