]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg
Minor clean ups for these INF files.
[mirror_edk2.git] / MdeModulePkg /
2009-12-31 mdkinneyMinor clean ups for these INF files.
2009-12-31 qhuang8Fix minor coding style issues.
2009-12-31 qhuang8Remove the hard-code IoAlign in BlockIo.Media; instead...
2009-12-31 lgao4Add disableif statement example, and suppressif form...
2009-12-31 xli24Align name of constructor and destructor.
2009-12-31 xli24Refine DxeReportStatusCodeLib and RuntimeDxeReportStatu...
2009-12-30 xdu2Add VLAN support.
2009-12-30 xdu2Code clean up in NetLib:
2009-12-30 xli24Make use of UefiRuntimeLib for refinement.
2009-12-30 qhuang8Fix bug that that the template does not match fields...
2009-12-29 xli24Move SmmReportStatusCodeLib to proper architecture...
2009-12-29 xli24Create RuntimeDxeReportStatusCodeLib instance.
2009-12-29 xli24Move non-framework status code library instances to...
2009-12-29 xli24Move SmmReportStatusCodeLib to MdeModulePkg.
2009-12-29 xli24Move PeiReportStatusCodeLib to MdeModulePkg.
2009-12-29 xli24Create DxeReportStatusCodeLib instance.
2009-12-29 xli24Move OemHookStatusCodeLibNull to MdeModulePkg.
2009-12-29 rsun3Fix a bug about linked list manipulation in DegradeReso...
2009-12-29 rsun3Fix a bug in DegradeResource().
2009-12-25 xdu2Add check before free DevicePath (TCP child sock will...
2009-12-25 xli24Enable package level build.
2009-12-25 xli24Fix ICC compiler warning.
2009-12-25 xli24Move Status Code Handler modules for PI implementation...
2009-12-25 xli24Move Status Code Handler modules for PI implementation...
2009-12-25 xli24Remove status code modules' dependency on IntelFramewor...
2009-12-25 qhuang8Add assertion to ensure the boolean value must be 0...
2009-12-25 klu2Add fixing for supporting third-party FV in unknown...
2009-12-25 rsun3Fix ICC toolchain build break.
2009-12-24 rsun3Update resource degrade algorithm in PCI bus driver...
2009-12-24 rsun3Update PCI bus driver to support non-standard PCI to...
2009-12-24 qhuang81. Fix bug in some boundary cases to calculate SectorCo...
2009-12-23 davidhuangPI 1.1 SMM Feature Check-in
2009-12-23 lgao4Try to get the image form device path by FALSE and...
2009-12-22 lgao4Produce LoadPeImage protocol only in framework compatib...
2009-12-22 qhuang8Add new UEFI driver AtaBusDxe:
2009-12-22 qhuang8Enhance SCSI disk module to produce Disk Info protocol...
2009-12-22 eric_tianadd error handling for input parameter.
2009-12-17 vanjeffRefine the functions headers.
2009-12-17 xli24Refine type cast.
2009-12-16 xli24Fix the issue that callback function with TPL lower...
2009-12-16 eric_tianadd error handling on usb related modules.
2009-12-15 qhuang8Add '0x' prefix to indicate hex number
2009-12-11 klu2Smbios driver wrong compute the offset when updating...
2009-12-11 lgao4Fix the bug for evaluate EFI_IFR_NOT_EQUAL_OP opcode...
2009-12-10 xli24Add legacy region range check.
2009-12-10 xdu2Correct the comments.
2009-12-10 AJFISHTempoprary removal of this ASSERT as it crashes the...
2009-12-08 xdu2Fix incorrect return status usage of HiiGetBrowserData().
2009-12-04 vanjeffThe functionality of PXE Base Code protocol will not...
2009-12-03 klu2According to PI specification, if token number can...
2009-12-03 klu2Move the Fv updating of PeiCore's internal structure...
2009-12-03 klu2Remove the tab characters.
2009-12-03 klu2After PeiCore is shadowed into permanent memory, the...
2009-12-01 lgao4Correct error status to EFI_NOT_FOUND when the image...
2009-11-27 klu2Use AllocateZeroPool instead of using AllocatePool...
2009-11-27 klu2The FV size in EFI_FV_INFO has been excluded the length...
2009-11-27 lgao4Fix GCC build error!
2009-11-26 rsun3Add IFR Security Op-code support in the Form Browser.
2009-11-26 lgao4Add new SecurityManagementLib, and update SecurityStub...
2009-11-26 lgao4Apply GetFileBufferByFilePath API of DxeServicesLib...
2009-11-25 xli24Dummy implementation of Legacy Region 2 Protocol.
2009-11-25 klu2Add checking for VolumeHandle, if VolumeHandle is NULL...
2009-11-25 vanjeffFixed the bug that not to stop PXE functionality when...
2009-11-24 klu2Refine comments for PCD PEIM/driver.
2009-11-24 klu2Clean up code.
2009-11-23 klu21, Correct the PCD PEIM to produce gEfiPcdPpi and gPcdP...
2009-11-20 davidhuang1. PI SMBIOS Checkin. Major change include:
2009-11-20 rsun3EFI_HII_DATABASE_PROTOCOL.NewPackageList() allows insta...
2009-11-18 xdu2Add newly added global to Browser Context.
2009-11-17 xli24Fix parameter name in function header.
2009-11-17 xli24Following 3 updates are for spec update published in...
2009-11-17 qouyangUpdated the IpIoLiband and the change includes:
2009-11-17 xdu2Update function description to be consistent with code...
2009-11-16 klu2Remove a typo
2009-11-16 klu2Initialize the FileHandle to NULL, before search FV...
2009-11-13 lgao4Add Example for EFI_BROWSER_ACTION_RETRIEVE callback
2009-11-13 lgao4Invoke EFI_BROWSER_ACTION_RETRIEVE callback when read...
2009-11-13 xdu2Update network drivers to use FreePool() instead of...
2009-11-13 lgao4Remove the old unused ValueToString code, which has...
2009-11-13 xdu2Fix a bug to handle case that SendForm() is called...
2009-11-12 xdu21. Add UEFI 2.2 VLAN device path definition to MdePkg
2009-11-12 xdu21. Update SetupBrowser to pass correct buffer value...
2009-11-12 lgao4Add SuppressIf form support in SetupBrowser driver.
2009-11-11 tye1. Add Link MTU support to IP4 and TCP4 driver.
2009-11-11 lgao4Add HiiResourcesSampleDxe into MdeModulePkg.dsc
2009-11-11 klu2To make backward compatiblity, if can not find correspo...
2009-11-11 klu2Enabling EFI_PEI_FIRMWARE_VOLUME_PPI introduced by...
2009-11-10 klu2Make PcdPeim/PcdDxe driver also produce EFI_PCD_PPI...
2009-11-05 rsun3Change the behavior of the HII Library function HiiGetH...
2009-11-04 vanjefffixed typo
2009-11-04 tye[Change summary]:
2009-11-04 vanjeffadded comments for CAPSULE_HOB_INFO in CapsuleVendor...
2009-11-03 xli24Enable Report Status Code Router introduced in PI 1...
2009-10-30 lgao4Correct the typo in comments.
2009-10-30 tye1. Update the UdpIo to a combined UdpIo to support...
2009-10-29 vanjeffadd back CAPSULE_HOB_INFO definition for back-compatible.
2009-10-28 vanjeffremove CAPSULE_HOB_INFO definition from MdeModulePkg.
2009-10-27 mdkinneyUpdate transition from EBC function to native IPF funct...
2009-10-27 lgao4Correctly get the width of orderedlist question.
2009-10-27 tyeFix the EBC build problem in DxeIpIoLib of r9374.
next