]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Core/Dxe
MdeModulePkg DxeCore: Fix issue to print GUID value %g without pointer
[mirror_edk2.git] / MdeModulePkg / Core / Dxe /
2014-12-17 Star ZengMdeModulePkg DxeCore: Fix potential FV overflow of...
2014-12-12 Star ZengMdeModulePkg DxeCore: Remove @retval function comments...
2014-12-12 Olivier MartinMdeModulePkg/DxeCore: Fixed compiler error 'enumerated...
2014-12-10 Liming GaoMdeModulePke: DxeCore NotifyFwVolBlock() function issue
2014-11-27 Star ZengMdeModulePkg DxeCore: Check pointer AllocInfoData befor...
2014-11-20 Eugene CohenMdePkg/MdeModulePkg: Implement the missing SetMemorySpa...
2014-11-19 Star ZengMdeModulePkg DxeCore: Fix VS2013 build failure.
2014-11-17 Star ZengMdeModulePkg DxeCore/PiSmmCore/MemoryProfileInfo: Fix...
2014-11-12 Star ZengMdeModulePkg DxeCore/PiSmmCore: Add UEFI memory and...
2014-10-29 Star ZengMdeModulePkg/IntelFrameworkModulePkg FwVol:
2014-10-09 Star ZengMdeModulePkg DxeCore: Add FVH signature check before...
2014-09-09 Gao, LimingMdeModulePkg: Fix XCODE Link Issue in DxeCore
2014-09-03 Gao, LimingMdeModulePkg: Convert non DOS format files to DOS forma...
2014-08-28 Zeng, StarMdeModulePkg: INF/DEC file updates to EDK II packages
2014-08-28 Zeng, StarMdeModulePkg: INF/DEC file updates to EDK II packages
2014-08-28 Star ZengMdeModulePkg DxeCore: Handle FFS file with FFS_ATTRIB_C...
2014-08-27 Star ZengMdeModulePkg DxeCore: Don't cache memory mapped IO FV.
2014-08-11 Gao, LimingMdeModulePkg: DxeCore
2014-08-07 Feng Tian1) Add type cast for better coding style.
2014-07-28 Eric DongUpdate code to support VS2013 tool chain.
2014-07-09 Olivier MartinThe UEFI specification does not say anything when the...
2014-06-26 Eric DongRefine code to make it more safely.
2014-06-25 Andrew FishMdeModulePkg/DxeMain: Zero ImageContext local variable...
2014-05-13 Gao, LimingFix comment typos.
2014-04-01 Eric DongCheck the parameter before use it.
2014-02-13 Gao, LimingFixed the issue in ExitBootServices() implementation...
2014-01-17 jyao1DxeCore is designed to trust input data, so add comment...
2013-11-22 Jeff Fan1. DxeIplPeim will locate Vector Handoff Table PPI...
2013-10-30 Star ZengMdeModulePkg Pool: Update the type of Size to UINTN...
2013-10-29 Elvin LiFix the bug that SetTimer () cannot work when Type...
2013-09-16 Star ZengMdeModulePkg: Add support for weakly aligned FVs.
2013-08-20 Shumin QiuAdd the missing status code in the returned table of...
2013-03-22 mdkinneyGuarantee that free memory in the 4K page starting...
2013-03-22 mdkinneyFix a bug in the DXE Core that generates an ASSERT...
2013-01-29 lzeng141. Update DxeCore to get correct AuthenticationStatus...
2012-11-08 lzeng14Build the registered guid HOB and SystemTable to record...
2012-11-01 erictianMdeModulePkg: eliminate all implicit library dependenci...
2012-10-30 li-elvinAdd missing status code in several modules.
2012-10-16 ydong10Fix code potential errors.
2012-09-07 lzeng14Fix the memory leak issue and enhance the check for...
2012-09-06 lzeng14Check the return code from CoreLocateDevicePath() in...
2012-08-28 rsun3Fix comparisons of enumerated types which may cause...
2012-08-22 lgao4Roll back one unnecessary change in Dispatcher.c, which...
2012-08-22 lgao4Add PI1.2.1 SAP2 support and UEFI231B mantis 896
2012-08-02 czhang46Measure ExitBootServices failure case
2012-07-27 lzeng14Close the corresponding GUIDed section extraction proto...
2012-07-26 oliviermartinMdeModulePkg/CoreDxe: Fixed compiler warning 'integer...
2012-07-25 niruiyuFix the typo in InstallMultipleProtocolInterfaces comments
2012-05-30 lzeng14Record LoadImage perf log for LoadImageEx() and use...
2012-05-29 lzeng14Update DxeCore and FwVolDxe drivers to inherit authenti...
2012-05-08 lgao4Fix the potential issue that NULL pointer may be referr...
2012-04-27 ydong10Enhance the error handling for AllocatePool and Allocat...
2012-04-26 lzeng14Return EFI_INVALID_PARAMETER when Type has either EVT_N...
2012-04-24 ydong10Validate some fields in PE image to make sure not acces...
2012-03-27 lzeng14Searching for files starts on an 8 byte aligned boundar...
2012-03-15 vanjeff1. Introduced CPU Exception Handler Library to provide...
2012-03-13 ydong10Enhance the error handling.
2012-02-17 lgao4Don't install FV protocol on the corrupt FV image.
2012-02-15 ydong10Add code check to avoid access violation.
2011-12-19 lgao4Add more check to make sure the valid pointer be used.
2011-12-15 lgao4Enhance DXE dispatcher logic to check the duplicated...
2011-12-09 rsun3MdeModulePkg DXE Core: Refine code to avoid UNIXGCC...
2011-12-06 rsun3MdeModulePkg DXE Core: Fix overflow and truncation...
2011-11-25 lzeng141. According to PI errata 0000840 and PI 1.2c Vol 3...
2011-11-23 rsun3MdeModulePkg DXE Core: Update implementation of SetMemo...
2011-11-23 lgao4Update DxeCore handle FV Image file with Depex section...
2011-10-27 lzeng14Add core FFS3 support, DxeCore.
2011-09-27 lgao4Fix ICC9 build break.
2011-09-26 lgao4Remove ASSERT (EFI_IMAGE_MACHINE_TYPE_SUPPORTED (Image...
2011-08-18 vanjeffUpdated GCD implementation to consume the correct EFI...
2011-08-08 oliviermartinMdeModulePkg/Dxe: Move assertions inside CoreInsertGcdM...
2011-07-13 rsun3Fix an issue that there may be an infinite loop in...
2011-07-06 niruiyuFix the comments to follow UEFI Spec regarding how...
2011-06-16 jljustenMdeModulePkg DXE Core: Add Idle event during BootServic...
2011-06-10 niruiyuSet *ImageHandle to NULL when LoadImage() returns EFI_A...
2011-06-09 niruiyuFix crash in GetMemoryMap() when memory type 0x80000000...
2011-05-31 niruiyuUpdate the comments of InstallConfigurationTable to...
2011-05-25 erictianMake sure the return value of MapKey is correct by...
2011-05-24 niruiyuAdd the DriverFamilyOverride support in DxeCore.
2011-05-17 lzeng14CalculateSum8() and CalculateSum16() defined in BaseLib...
2011-03-16 mdkinneyFix LocateDevicePath() to return proper error status...
2011-02-23 lgao4Update PeiCore and DxeCore to verify FFS data checksum.
2011-02-12 lgao4Correct typo in word in DxeCore.
2011-02-12 lgao4Updates function description per UEFI2.3d. No impact...
2011-01-21 mdkinneyFix bounds check on parameter of type EFI_GCD_IO_TYPE...
2011-01-11 mdkinneyClean up GCD DEBUG() macros so DEBUG_CODE() is only...
2011-01-06 mdkinneyAdd DEBUG() macros to all GCD services to monitor all...
2010-12-06 mdkinney1) Change location of DEBUG() macro that prints the...
2010-12-04 mdkinneyUpdate PEI/DXE/SMM dispatchers to include DEBUG ((DEBUG...
2010-11-09 lgao4Add new PCD gEfiMdeModulePkgTokenSpaceGuid.PcdMaxEfiSy...
2010-11-03 vanjeffswaps the order of timer disable and memory map termina...
2010-09-16 ydong10Refine code to make code run safely.
2010-08-06 mdkinneyMove registration of DXE Core with PeCoffExtraActionLib...
2010-08-03 mdkinneyUpdate DXE Core so its own PE/COFF image is passed...
2010-07-28 lgao4Enhance FV2.ReadSection() to read GUIDED section raw...
2010-07-19 vanjeff1. Add init flag DEBUG_AGENT_INIT_DXE_AP.
2010-06-17 rsun3Add a missing parameter description in the function...
2010-06-14 mdkinney1) Improve how memory usage is tracked in DXE Core
2010-05-14 lgao4Fix DxeCore Dispatch Issue that DXE drivers may not...
2010-04-24 hhtianUpdate the copyright notice format
next