]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Core/Dxe
Contributed-under: TianoCore Contribution Agreement 1.0
[mirror_edk2.git] / MdeModulePkg / Core / Dxe /
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
2010-04-21 niruiyuFix a bug that FV->ReadSection cannot get the EFI_SECTI...
2010-04-07 klu2Fix the issue that GCC treat enum type as unsigned...
2010-04-05 jljustenMdeModulePkg: Fix warning with VS2005 toolchain on...
2010-04-03 jgong5Avoid DEBUG_CLEAR_MEMORY clearing MemoryMap internal...
2010-03-19 jgong5Hold Memory Lock until DEBUG_CLEAR_MEMORY called in...
2010-03-13 vanjeff1. update the definitions in debug agent library, renam...
2010-03-10 jchen20The patch attached is to fix the issue that LMFA featur...
2010-03-03 rsun3Minor bug fix and robustness check improvement.
2010-02-27 vanjeff1. Refine debug agent library.
2010-02-26 rsun3Add more code robustness check for modules under MdeMod...
2010-02-25 klu2Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION...
2010-02-24 rsun3Minor comment fix.
2010-02-24 lgao41. Correct File header to ## @file
2010-02-23 mdkinneyFix comment
2010-02-17 andrewfishCleanup HOB DEBUG prints
2010-02-16 mdkinney1) Fix build issues
2010-02-16 andrewfishClean up HOB debug prints
next