]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg
Fix bug in script for relase ROM
[mirror_edk2.git] / MdeModulePkg /
2010-01-28 vanjeffEnhanced TerminalDxe module not to install Simple Text...
2010-01-28 ljin6Remove redundant arch definition in UefiPxeBcDxe.
2010-01-28 xli241. Add comments in INF file to describe limitation.
2010-01-28 ljin6Remove EBC arch support for UefiPxeBcDxe.
2010-01-28 ljin6Fixed the issue of duplicated SYS_ARCH in MdeModulePkg...
2010-01-27 tye11. Fix the potential issue in NetbufGetFragment() when...
2010-01-27 xli24Remove reference to PCDs of status code value. Use...
2010-01-27 xli24Remove reference to PCDs of status code value. Use...
2010-01-26 lgao4Print the warning information for the image without...
2010-01-26 qhuang8Clean up AtaBus driver to not depend on PI IdeControlle...
2010-01-26 klu2Remove ASSERT() to make AllocatePool() service match...
2010-01-25 klu2Fix the issue that accessing for unaligned address...
2010-01-25 jchen20Integrated S3 thunk implementation: change the PcdDxeIp...
2010-01-25 qhuang8Fix the issue that the protocol field in IPv4 and IPv6...
2010-01-25 tye1Update according to two review comments:
2010-01-25 tye1Fix a bug in Udp4IcmpHandler, it should not add special...
2010-01-25 tye1Fixed a bug in Ip4HandleIcmpError, it should pass over...
2010-01-25 tye1Add StrToIp functions to NetLib.
2010-01-24 lgao4Correct PeiCore not dispatch the register for shadow...
2010-01-23 hhtianSMM driver should link UefiRuntimeLib.
2010-01-19 rsun3Improve coding style in MdeModulePkg.
2010-01-15 lgao4Update PeiLoadFilePpi produced by PeiCore to load only...
2010-01-15 rsun3Fix some coding style issues in MdeModulePkg.
2010-01-15 lgao4Correct comments to match function declaration.
2010-01-14 klu2According to PI 1.2 spec Vol 3 chapter 8 PCD, if the...
2010-01-14 rsun3Fix the issue in MdeModulePkg that mismatch between...
2010-01-14 xli24Ensure there is only one instance of Status Code PPI...
2010-01-14 eric_tianadd DataSize check to avoid PlatformLang/Lang variable...
2010-01-14 vanjefffixed one bug that old rsp was calculate incorrectly.
2010-01-14 rsun3Some HII related definitions change. Note these changes...
2010-01-14 klu2When found the file according to given file name guid...
2010-01-14 mdkinneyUpdate INF file to properly declare which PCDs must...
2010-01-14 mdkinneyCleanup INF file for PEI Core
2010-01-12 tyeFix the warning: Line 389, the Index of mMonthName...
2010-01-11 tyeAdd ASSERT () to make sure the array is accessed within...
2010-01-11 davidhuang1. Add missing CloseProtocol in case RemainingDevicePat...
2010-01-11 davidhuang1. Eliminate RemainingDevicePath Type limitation, let...
2010-01-08 vanjeff1)Remove “Back to Previous Page'”, since it cannot...
2010-01-08 vanjeffrefine the code and add more security check.
2010-01-07 lgao4Correct copyright year to 2010
2010-01-06 lgao4Enable SetupBrowser to support multiple form class...
2010-01-04 jljustenMdeModulePkg AcpiTableDxe: Fix compiler warning
2010-01-04 vanjeffinstalling HII config access protocol on child handle...
2010-01-04 klu2check whether FvHandle is NULL for FfsGetVolumeInfo...
2010-01-04 klu2Add default implementation of EFI_CPU_IO_PPI and EFI_PC...
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...
next