]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Universal
remove EFI 1.10 network stack.
[mirror_edk2.git] / MdeModulePkg / Universal /
2009-03-22 vanjeffremove EFI 1.10 network stack.
2009-03-22 vanjeffremove clean console control protocol.
2009-03-20 jljustenAdd ACPI drivers:
2009-03-19 eric_tianFix tracker 202216:linux runtime test issue.
2009-03-19 eric_tianclose notify event to avoid variable architectural...
2009-03-16 qwang12Remove Feature PCD PcdSupportFullConfigRoutingProtocol...
2009-03-16 eric_tianFix tracker 202216:linux runtime test issue.
2009-03-16 vanjeff1. sync PXE boot trackers for Windows 2008 server.
2009-03-12 eric_tianretire gEfiAlternateFvBlockGuid. All platform FvbRuntim...
2009-03-10 lgao4Fix K8 check error.
2009-03-10 lgao4Retire TCG platform protocol, which will be replaced...
2009-03-10 xli24Fix the bug in DebugPort on error reporting.
2009-03-10 vanjeff1. retried PrimaryConsoleInDeviceGuid, PrimaryConsoleOu...
2009-03-10 lgao4remove unused local variable FvbHandle
2009-03-09 eric_tianretire FvbServiceLib class in MdeModulePkg, and also...
2009-03-09 eric_tian1. retire the FvbServiceLib. Directly locating FVB...
2009-03-05 lgao4Update PeiCore to handle FvImage with PI FV extension...
2009-03-05 eric_tian1. add missing free operation in conditional branch.
2009-03-04 eric_tianuse pcd to enable/disable variableInfo statistic featur...
2009-03-04 xli24Update ConPlatform to ensure console dev variable is...
2009-03-04 vanjeffadd check for invalid handle.
2009-03-04 vanjeffretired PcdNtEmulatorEnable.
2009-03-04 lgao4Update Variable driver to depend on full version FaultT...
2009-03-04 lgao4Add full version FaultTolerantWrite Dxe driver.
2009-02-27 eric_tian1. delete Include/Guid/VariableInfo.h
2009-02-26 klu2If variable does not exist for a HII PCD, a new NV...
2009-02-26 eric_tianAll UEFI applications in the MdeModukePkg should be...
2009-02-25 lgao4Correct minor comments in meta data file.
2009-02-25 qhuang8Add a work around to set the PCD protocol lock to TPL_N...
2009-02-25 eric_tianupdate
2009-02-25 klu2Fix GCC building broken, GCC does not allow \ character...
2009-02-25 klu2Add missing library class header file.
2009-02-25 klu2Remove unreferenced library class
2009-02-25 klu2Remove unreferenced library class
2009-02-25 klu2Add missing library class header file.
2009-02-25 klu2Remove unreferenced library class.
2009-02-25 klu2Refine comments
2009-02-25 klu2Fix typo.
2009-02-25 vanjeffremove dependent package from inf files.
2009-02-25 lgao4Use single one PcdFrameworkCompatibilitySupport PCD...
2009-02-25 klu2Merge GetSizeTableIndexA to GetSizeTableIndex function...
2009-02-25 vanjeffupdate hotplug check logic
2009-02-25 vanjeff1. Retired HotPlugDevice protocol.
2009-02-25 xli24Remove private event description from INF.
2009-02-25 xli24Correct some misleading comments.
2009-02-25 klu2Add sample for auto-generated PCD
2009-02-25 vanjeffRetired gSimpleTextInExNotifyGuid, used local structure...
2009-02-24 lgao4Use gEfiCallerIdGuid as the private guid for PcdPeim...
2009-02-24 lgao4Change directory name PlatformDriOverride to PlatformDr...
2009-02-24 lgao4Reduce directory deep
2009-02-24 lgao4Change library class PlatDriOverLib to PlatformDriOverr...
2009-02-24 vanjefftemporary roll back changing on gEfiHotPlugDevice.
2009-02-24 eric_tianfix the bug of calculating subnetmask prefix length...
2009-02-24 niryFix function comments.
2009-02-23 lgao4Move MdeModuleHii.h into Include\Guid directory
2009-02-23 qhuang8Update the variable name and GUID to set time zone...
2009-02-23 qhuang8Update consplitter driver to use dynamic PCD to set...
2009-02-23 qhuang8Split the Print functionality from SetupBrowserDxe...
2009-02-23 qhuang8Add PrintDxe to produce EDKII print2 protocol on top...
2009-02-23 vanjeffremove console control protocol consuming in DrawImage...
2009-02-23 vanjeff1. Retired HotPlugDevice protocol.
2009-02-23 xli24Remove BaseMemoryTest PPI and related producers and...
2009-02-23 vanjeffClean up gEfiHotPlugDeviceGuid in ConPlatformDxe.
2009-02-18 gikidyMeta-data verified.
2009-02-17 hchen30update code to pass K8.
2009-02-17 klu2Fix EBC build broken.
2009-02-17 klu2Fix EBC build broken.
2009-02-13 vanjeff1.enhanced security check.
2009-02-13 vanjeffenhanced security check.
2009-02-13 lgao4Fix security check.
2009-02-13 vanjeffenhanced security check.
2009-02-12 vanjeffenhanced security check.
2009-02-12 vanjeffEnhanced status return check.
2009-02-12 vanjeffadd return value check.
2009-02-12 vanjeffadd NULL pointer check.
2009-02-11 qhuang8Fix the typo in comments
2009-02-11 qhuang8Adjust code to fix potential array out-bound issues.
2009-02-11 qhuang8Remove several unicode in comments.
2009-02-11 qhuang8Fix the potential illegal EBC opcode issue.
2009-02-11 lgao4Include the missing Guid header file to refer the globa...
2009-02-10 lgao4Correct typo in comments, clean IfrSupportLib.h
2009-02-10 qwang12Add in ASSERT to avoid NULL point dereference.
2009-02-09 vanjeffupdate meta.
2009-02-09 qwang12ECC cleanup: Non-Boolean comparisons should use a compa...
2009-02-09 lgao4Clean Network Driver to include Uefi.h, not PiDxe.h.
2009-02-09 niryRoll back the DEBUG mask change which cause SerialIo...
2009-02-06 mdkinneyAdd parenthesis to expression to make order of operatio...
2009-02-06 lgao4Clean up FaultTolerantWriteDxe to remove the duplicated...
2009-02-06 niryfix the operator priority bug.
2009-02-06 qhuang8Fix minor build issue.
2009-02-06 qwang12K8: Add in ASSERT to detect possible NULL pointer deref...
2009-02-06 jgong5Pass ECC
2009-02-06 jji4Coding style checked
2009-02-06 jgong5fixed more issues by scrubbing.
2009-02-06 eric_tianfix ecc warning
2009-02-06 jgong5Synced function header.
2009-02-06 jgong5code scrub for UefiPxeBcDxe.
2009-02-06 vanjeffupdate format.
2009-02-06 jji4Code level security checked
2009-02-03 klu2Fix typo in meta data.
next