summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg Variable: VarErrFlag need to be consistent in NV flash and cacheStar Zeng2015-12-291-1/+1
* MdeModulePkg Variable: ###VariableTotalSize need to be initialized to 0 firstStar Zeng2015-12-291-0/+3
* MdeModulePkg/BootManagerMenu: Fix bug that boots to undesired optionRuiyu Ni2015-12-251-23/+45
* MdeModulePkg: Update SerialDxe inf to include the module uniLiming Gao2015-12-241-0/+4
* MdeModulePkg: Add the missing library uni files of UI instancesLiming Gao2015-12-248-0/+108
* MdeModulePkg: Add the missing Library uni files of ImageDecode instancesLiming Gao2015-12-246-4/+85
* MdeModulePkg: Add the missing Library uni files of Ipmi instancesLiming Gao2015-12-248-0/+104
* MdeModulePkg: Update MdeModulePkg.dsc file for IpmiLib.Daocheng Bu2015-12-231-0/+4
* MdeModulePkg: Add SmmIpmiLibSmmIpmiProtocol Library Instance.Daocheng Bu2015-12-232-0/+122
* MdeModulePkg: Add DxeIpmiLibIpmiProtocol Library Instance.Daocheng Bu2015-12-232-0/+121
* MdeModulePkg: Add PeiIpmiLibIpmiPpi Library Instance.Daocheng Bu2015-12-232-0/+122
* MdeModulePkg: Add BaseIpmiLib Null Library Instance.Daocheng Bu2015-12-232-0/+91
* MdeModulePkg: White space clean up for MdeModulePkg.decDaocheng Bu2015-12-231-45/+45
* MdeModulePkg: Add IpmiLib and Ppi/Protocol header file.Daocheng Bu2015-12-234-0/+199
* MdeModulePkg UfsPassThruDxe: Raise to TPL_NOTIFY when dealing async taskHao Wu2015-12-222-2/+2
* MdeModulePkg ScsiBusDxe: Raise the Tpl of async IO callback to TPL_NOTIFYHao Wu2015-12-221-1/+1
* MdeModulePkg ScsiDiskDxe: Raise the Tpl of async IO callback to TPL_NOTIFYHao Wu2015-12-222-12/+105
* MdeModulePkg ScsiDiskDxe: Add retry scheme for async SCSI I/O commandHao Wu2015-12-221-8/+58
* MdeModulePkg ScsiDiskDxe: Fix async request retry times info lost issueHao Wu2015-12-222-0/+32
* MdeModulePkg ScsiDiskDxe: Close event when SCSI command failsHao Wu2015-12-221-0/+24
* MdeModulePkg ScsiBusDxe: Only signal caller event when PassThru() succeedsHao Wu2015-12-221-2/+3
* MdeModulePkg DiskIoDxe: Check for MediaPresent in DiskIo2ReadWriteDisk()Hao Wu2015-12-221-0/+4
* MdeModulePkg ScsiDiskDxe: Modify WriteBlocks(Ex)() to follow UEFI specHao Wu2015-12-221-0/+10
* MdeModulePkg ScsiDiskDxe: Modify FlushBlocksEx() to follow UEFI specHao Wu2015-12-222-10/+71
* MdeModulePkg ScsiDiskDxe: Set block I/O media of SCSI CDROM to read-onlyHao Wu2015-12-221-0/+1
* MdeModulePkg:Clear the screen before booting the boot optionDandan Bi2015-12-221-0/+7
* MdeModulePkg:Update Boot Manager form when enter it.Dandan Bi2015-12-222-4/+23
* MdeModulePkg: Add PCD description to MdeModulePkg.uniRuiyu Ni2015-12-222-15/+48
* MdeModulePkg: PeiCore fix Xcode -Wempty-body warningAndrew Fish2015-12-181-9/+9
* MdeModulePkg: Variable add missing VA_COPYAndrew Fish2015-12-181-2/+2
* MdeModulePkg: Fix VS2012 build failure.Qiu Shumin2015-12-181-1/+4
* MdeModulePkg:Fix bug that get the password width info incorrectlyDandan Bi2015-12-181-0/+2
* Add clarification for PcdAcpiDefault value PCD.Yao, Jiewen2015-12-172-4/+32
* MdeModulePkg: Correct usage gEfiIp4Config2ProtocolGuid in Ip4DxeLiming Gao2015-12-171-1/+1
* MdeModulePkg: Update print error level for RuntimeDriver alignment checkLiming Gao2015-12-171-2/+4
* MdeModulePkg:Fix a bug HttpLib can't parse last chunked data wellZhang Lubo2015-12-171-15/+24
* MdeModulePkg/PciSioSerialDxe:bitwise operation have same width operandsFeng Tian2015-12-171-1/+1
* MdeModulePkg/PciSioSerialDxe:add non-null pointer dereference assertionFeng Tian2015-12-171-0/+3
* FileExplorerLib: Remove the useless code.Eric Dong2015-12-161-2/+0
* BootManagerLib: Check the pointer to avoid use NULL pointer.Eric Dong2015-12-161-0/+3
* MdeModulePkg BdsDxe: Change file format which the existed folder has mixed fi...Eric Dong2015-12-161-1/+4
* MdeModulePkg FileExplorerDxe: Change file format which has mixed file format.Eric Dong2015-12-162-111/+111
* MdeModulePkg FileExplorerLib: Change file format which has mixed file format.Eric Dong2015-12-165-1863/+1863
* MdeModulePkg DxeFileExplorerProtocol: Change file format which has mixed file...Eric Dong2015-12-162-133/+133
* MdeModulePkg/Include: Change file format which the existed folder has mixed f...Eric Dong2015-12-162-135/+135
* MdeModulePkg: Fix RegularExpressionDxe memcpy intrinsic.Samer El-Haj-Mahmoud2015-12-162-7/+9
* MdeModulePkg: Add NULL pointer check for RegularExpressionDxe.Qiu Shumin2015-12-157-4/+50
* MdeModulePkg: Improved SetupBrowser handling to failed GOTO callback.Cecil Sheng2015-12-151-2/+12
* Rollback change r19245 because it missed one change.Cecil Sheng2015-12-151-6/+2
* MdeModulePkg UfsPassThru: ASSERT if params are NULL in SignalCallerEventHao Wu2015-12-151-3/+4