summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2015-12-22MdeModulePkg UfsPassThruDxe: Raise to TPL_NOTIFY when dealing async taskHao Wu2-2/+2
2015-12-22MdeModulePkg ScsiBusDxe: Raise the Tpl of async IO callback to TPL_NOTIFYHao Wu1-1/+1
2015-12-22MdeModulePkg ScsiDiskDxe: Raise the Tpl of async IO callback to TPL_NOTIFYHao Wu2-12/+105
2015-12-22MdeModulePkg ScsiDiskDxe: Add retry scheme for async SCSI I/O commandHao Wu1-8/+58
2015-12-22MdeModulePkg ScsiDiskDxe: Fix async request retry times info lost issueHao Wu2-0/+32
2015-12-22MdeModulePkg ScsiDiskDxe: Close event when SCSI command failsHao Wu1-0/+24
2015-12-22MdeModulePkg ScsiBusDxe: Only signal caller event when PassThru() succeedsHao Wu1-2/+3
2015-12-22MdeModulePkg DiskIoDxe: Check for MediaPresent in DiskIo2ReadWriteDisk()Hao Wu1-0/+4
2015-12-22MdeModulePkg ScsiDiskDxe: Modify WriteBlocks(Ex)() to follow UEFI specHao Wu1-0/+10
2015-12-22MdeModulePkg ScsiDiskDxe: Modify FlushBlocksEx() to follow UEFI specHao Wu2-10/+71
2015-12-22MdeModulePkg ScsiDiskDxe: Set block I/O media of SCSI CDROM to read-onlyHao Wu1-0/+1
2015-12-22MdeModulePkg:Clear the screen before booting the boot optionDandan Bi1-0/+7
2015-12-22MdeModulePkg:Update Boot Manager form when enter it.Dandan Bi2-4/+23
2015-12-22MdeModulePkg: Add PCD description to MdeModulePkg.uniRuiyu Ni2-15/+48
2015-12-18MdeModulePkg: PeiCore fix Xcode -Wempty-body warningAndrew Fish1-9/+9
2015-12-18MdeModulePkg: Variable add missing VA_COPYAndrew Fish1-2/+2
2015-12-18MdeModulePkg: Fix VS2012 build failure.Qiu Shumin1-1/+4
2015-12-18MdeModulePkg:Fix bug that get the password width info incorrectlyDandan Bi1-0/+2
2015-12-17Add clarification for PcdAcpiDefault value PCD.Yao, Jiewen2-4/+32
2015-12-17MdeModulePkg: Correct usage gEfiIp4Config2ProtocolGuid in Ip4DxeLiming Gao1-1/+1
2015-12-17MdeModulePkg: Update print error level for RuntimeDriver alignment checkLiming Gao1-2/+4
2015-12-17MdeModulePkg:Fix a bug HttpLib can't parse last chunked data wellZhang Lubo1-15/+24
2015-12-17MdeModulePkg/PciSioSerialDxe:bitwise operation have same width operandsFeng Tian1-1/+1
2015-12-17MdeModulePkg/PciSioSerialDxe:add non-null pointer dereference assertionFeng Tian1-0/+3
2015-12-16FileExplorerLib: Remove the useless code.Eric Dong1-2/+0
2015-12-16BootManagerLib: Check the pointer to avoid use NULL pointer.Eric Dong1-0/+3
2015-12-16MdeModulePkg BdsDxe: Change file format which the existed folder has mixed fi...Eric Dong1-1/+4
2015-12-16MdeModulePkg FileExplorerDxe: Change file format which has mixed file format.Eric Dong2-111/+111
2015-12-16MdeModulePkg FileExplorerLib: Change file format which has mixed file format.Eric Dong5-1863/+1863
2015-12-16MdeModulePkg DxeFileExplorerProtocol: Change file format which has mixed file...Eric Dong2-133/+133
2015-12-16MdeModulePkg/Include: Change file format which the existed folder has mixed f...Eric Dong2-135/+135
2015-12-16MdeModulePkg: Fix RegularExpressionDxe memcpy intrinsic.Samer El-Haj-Mahmoud2-7/+9
2015-12-15MdeModulePkg: Add NULL pointer check for RegularExpressionDxe.Qiu Shumin7-4/+50
2015-12-15MdeModulePkg: Improved SetupBrowser handling to failed GOTO callback.Cecil Sheng1-2/+12
2015-12-15Rollback change r19245 because it missed one change.Cecil Sheng1-6/+2
2015-12-15MdeModulePkg UfsPassThru: ASSERT if params are NULL in SignalCallerEventHao Wu1-3/+4
2015-12-15MdeModulePkg: Convert all .uni files to utf-8Jordan Justen328-0/+0
2015-12-15MdeModulePkg: Improved SetupBrowser handling to failed GOTO callback.Cecil Sheng1-2/+6
2015-12-14MdeModulePkg/PciSioSerialDxe: Fix compiler warningsMichael Kinney1-4/+7
2015-12-11MdeModulePkg: Convert HiiDatabaseDxe ConfigRouting ASSERT to return an errorEugene Cohen1-1/+3
2015-12-11MdeModulePkg ScsiBusDxe: Fix caller event may nerver be signaledHao Wu1-9/+37
2015-12-11MdeModulePkg UfsPassThruDxe: Add Non-blocking I/O SupportHao Wu3-40/+393
2015-12-11MdeModulePkg ScsiDiskDxe: Add BlockIO2 SupportHao Wu4-14/+1767
2015-12-10MdeModulePkg: Add PciSioSerialDxe driverRuiyu Ni9-0/+3759
2015-12-08DeviceManagerLib: Update copyright, use BSD license instead of Intel license.Eric Dong1-9/+8
2015-12-08BootMaintenanceManagerLib: Update copyright, use BSD license instead of Intel...Eric Dong1-8/+7
2015-12-08FileExplorerLib: Update copyright, use BSD license instead of Intel license.Eric Dong5-38/+39
2015-12-08BootManagerLib: Update copyright, use BSD license instead of Intel license.Eric Dong5-37/+34
2015-12-08MdeModulePkg: Use PcdSet##S to replace PcdSet##Dandan Bi2-12/+24
2015-12-07MdeModulePkg: VarCheckUefiLib: Add DeployedMode/AuditMode var check logicChao Zhang1-0/+22