]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Core
Fix a bug for vlan ping failure.
[mirror_edk2.git] / MdeModulePkg / Core /
2013-12-17 Liming GaoFix two issues in PeiCore.
2013-11-22 Jeff Fan1. DxeIplPeim will locate Vector Handoff Table PPI...
2013-11-15 Liming GaoAdd support for PI1.2.1 TempRam Done PPI.
2013-11-05 Jeff FanSupport unhook notification function for Smst->SmmRegis...
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-10-11 Star Zeng1. Enable use-cases in PEI using SecurityPPI co-equal...
2013-10-09 Liming GaoUpdate PeiCore to support load PEIM into memory on...
2013-09-16 Star ZengMdeModulePkg: Add support for weakly aligned FVs.
2013-09-04 Liming GaoFixed the issue in PeiCore on Load Module At Fixed...
2013-08-20 Shumin QiuAdd the missing status code in the returned table of...
2013-08-07 Harry LiebelMdeModulePkg: Added ARM Aarch64 architecture support
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-03-04 lzeng14Not close gEfiEndOfDxeEventGroupGuid event in ReadyToLo...
2013-02-27 ydong10In order to make sure the image is section alignment...
2013-02-20 vanjeffUpdate SmiManager() comments and implementation to...
2013-01-29 lzeng141. Update DxeCore to get correct AuthenticationStatus...
2012-12-20 li-elvinCheck status before reporting error status code.
2012-12-18 jyao1Add PI1.2.1 EndOfDxe support.
2012-11-08 lzeng14Build the registered guid HOB and SystemTable to record...
2012-11-01 vanjeffFixed one bug: gSmmCorePrivate->InSmm is not set to...
2012-11-01 erictianMdeModulePkg: eliminate all implicit library dependenci...
2012-10-31 lgao4Install CustomGuidedSectionExtractionPpi for Tiano...
2012-10-30 li-elvinAdd missing status code in several modules.
2012-10-16 ydong10Fix code potential errors.
2012-10-16 vanjeffUpdate SmiManager() to invoke all root SMI handlers...
2012-09-29 erictianMdeModulePkg:removes the unreachable ‘break’ instructio...
2012-09-25 vanjeff1. Update PiSmmCore to always invoke SmiManage (NULL...
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-07-17 lgao4Update HobLib and Hob Service to avoid data over flow.
2012-06-25 rsun3MdeModulePkg PI SMM Core: Unregister handler for SMM...
2012-05-31 rsun3Change returned status codes for SmiManage() per PI...
2012-05-30 lzeng14Record LoadImage perf log for LoadImageEx() and use...
2012-05-29 lzeng14Update DxeCore and FwVolDxe drivers to inherit authenti...
2012-05-18 ydong10Add logic to validate variable before use it.
2012-05-16 lgao4Add Perf log for SMM driver Load and Start Image.
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-04-24 rsun3MdeModulePkg PiSmmCore: Fix a bug in SmmLoadImage(...
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-29 lgao4Fix the issue in PeiCore to support PDB file path witho...
2012-02-17 lgao4Don't install FV protocol on the corrupt FV image.
2012-02-15 ydong10Add code check to avoid access violation.
2012-01-04 lgao4Fix the issue in PeiCore that doesn’t handle Unix style...
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-28 lgao4Update code to pass build on VS2008 with /Od compiler...
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-31 jljustenMdeModulePkg: Remove variables that are set, but not...
2011-10-27 lzeng14Add core FFS3 support, DxeCore.
2011-10-27 lzeng14Add core FFS3 support, PeiCore and DxeIpl.
2011-10-27 vanjeffStore PeiServices** when updating IDT table in DxeIplPe...
2011-09-27 lgao4Fix ICC9 build break.
2011-09-26 lgao4Remove ASSERT (EFI_IMAGE_MACHINE_TYPE_SUPPORTED (Image...
2011-09-21 jyao1Add PCD for 1G page table
2011-09-20 rsun3MdeModulePkg PeiMain: Enhance the PEI Core to convert...
2011-09-19 jyao1Correct 1G page table generation.
2011-09-15 rsun3Enhance the PEI Core to convert pointers pointing to...
2011-09-13 jyao1Use CPU_HOB to detect max address support from platform...
2011-08-31 mdkinneyRollback SMRAM Lock location
2011-08-24 erictianRemove CONST modifier to be spec compliance
2011-08-24 mdkinneyUpdate SMM Core to use SMM Mode as soon as SMM Mode...
2011-08-18 vanjeffUpdated GCD implementation to consume the correct EFI...
2011-08-16 rsun31. Add two performance measurement points for SMM perfo...
2011-08-08 oliviermartinMdeModulePkg/Dxe: Move assertions inside CoreInsertGcdM...
2011-07-15 andrewfishMdeModulePkg: Fix VS2008 warning.
2011-07-14 andrewfishMdeModulePkg: Add PcdDxeIplBuildPageTables for DxeIpl...
2011-07-13 rsun3Fix an issue that there may be an infinite loop in...
2011-07-12 lgao4Correct the status code value to EFI_SW_PC_INIT_END...
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-16 lgao4Remove the unused TimerLib from PeiCore.
2011-06-10 niruiyuSet *ImageHandle to NULL when LoadImage() returns EFI_A...
2011-06-09 niruiyuAdd assertion in PeiAllocatePool when out of resource.
2011-06-09 niruiyuFix crash in GetMemoryMap() when memory type 0x80000000...
2011-06-04 andrewfishFix X64 clang warnings.
2011-05-31 niruiyuUpdate the comments of InstallConfigurationTable to...
2011-05-26 li-elvinAdd more status code in drivers.
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-04-08 rsun3Add more checks to skip allocated SMRAM regions when...
2011-03-16 mdkinneyFix LocateDevicePath() to return proper error status...
next