summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2009-12-29Move non-framework status code library instances to MdeModulePkg.xli241-0/+5
2009-12-29Move SmmReportStatusCodeLib to MdeModulePkg.xli242-0/+605
2009-12-29Move PeiReportStatusCodeLib to MdeModulePkg.xli242-0/+613
2009-12-29Create DxeReportStatusCodeLib instance.xli244-0/+731
2009-12-29Move OemHookStatusCodeLibNull to MdeModulePkg.xli242-0/+96
2009-12-29Fix a bug about linked list manipulation in DegradeResource() in PCI bus driver.rsun31-2/+5
2009-12-29Fix a bug in DegradeResource().rsun31-15/+16
2009-12-25Add check before free DevicePath (TCP child sock will have no device path ins...xdu21-7/+9
2009-12-25Enable package level build.xli241-0/+1
2009-12-25Fix ICC compiler warning.xli241-4/+0
2009-12-25Move Status Code Handler modules for PI implementation to MdeModulePkgxli241-0/+4
2009-12-25Move Status Code Handler modules for PI implementation to MdeModulePkg.xli2415-0/+1771
2009-12-25Remove status code modules' dependency on IntelFrameworkModulePkg.xli243-0/+155
2009-12-25Add assertion to ensure the boolean value must be 0 or 1 before the use of ar...qhuang81-1/+2
2009-12-25Add fixing for supporting third-party FV in unknown format. klu23-21/+293
2009-12-25Fix ICC toolchain build break.rsun31-2/+2
2009-12-24Update resource degrade algorithm in PCI bus driver. (1)If any child device h...rsun32-29/+70
2009-12-24Update PCI bus driver to support non-standard PCI to PCI bridge I/O window al...rsun37-6/+49
2009-12-241. Fix bug in some boundary cases to calculate SectorCountExp.qhuang81-4/+13
2009-12-23PI 1.1 SMM Feature Check-indavidhuang7-4/+458
2009-12-23Try to get the image form device path by FALSE and TRUE boot policy.lgao41-0/+9
2009-12-22Produce LoadPeImage protocol only in framework compatibility mode.lgao42-10/+17
2009-12-22Add new UEFI driver AtaBusDxe:qhuang86-0/+2571
2009-12-22Enhance SCSI disk module to produce Disk Info protocol on the same Block IO h...qhuang83-25/+446
2009-12-22add error handling for input parameter.eric_tian2-1/+11
2009-12-17Refine the functions headers.vanjeff5-56/+56
2009-12-17Refine type cast.xli241-3/+3
2009-12-16Fix the issue that callback function with TPL lower than TPL_HIGH_LEVEL canno...xli243-55/+132
2009-12-16add error handling on usb related modules.eric_tian8-16/+90
2009-12-15Add '0x' prefix to indicate hex numberqhuang81-1/+1
2009-12-11Smbios driver wrong compute the offset when updating string for given handle.klu21-8/+11
2009-12-11Fix the bug for evaluate EFI_IFR_NOT_EQUAL_OP opcode, and the bug in using Un...lgao42-4/+4
2009-12-10Add legacy region range check.xli241-0/+16
2009-12-10Correct the comments.xdu21-3/+1
2009-12-10Tempoprary removal of this ASSERT as it crashes the BeagleBoard. We can put i...AJFISH1-1/+4
2009-12-08Fix incorrect return status usage of HiiGetBrowserData().xdu21-2/+1
2009-12-04The functionality of PXE Base Code protocol will not be stopped, when downloa...vanjeff1-1/+4
2009-12-03According to PI specification, if token number can not be found for dynamic-e...klu21-6/+10
2009-12-03Move the Fv updating of PeiCore's internal structure PrivateData out of the i...klu21-65/+83
2009-12-03Remove the tab characters.klu22-33/+33
2009-12-03After PeiCore is shadowed into permanent memory, the pointers to build-in Ffs...klu23-0/+63
2009-12-01Correct error status to EFI_NOT_FOUND when the image can't be got.lgao41-1/+1
2009-11-27Use AllocateZeroPool instead of using AllocatePool + ZeroMemklu21-10/+7
2009-11-27The FV size in EFI_FV_INFO has been excluded the length of FV header, so no n...klu21-1/+1
2009-11-27Fix GCC build error!lgao41-2/+2
2009-11-26Add IFR Security Op-code support in the Form Browser.rsun34-4/+116
2009-11-26Add new SecurityManagementLib, and update SecurityStub driver to use this lib.lgao47-12/+455
2009-11-26Apply GetFileBufferByFilePath API of DxeServicesLib to replace local CoreOpen...lgao45-557/+105
2009-11-25Dummy implementation of Legacy Region 2 Protocol.xli244-0/+476
2009-11-25Add checking for VolumeHandle, if VolumeHandle is NULL, return EFI_INVALID_PA...klu21-0/+4