summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)Author
2016-01-11MdeModulePkg/NvmExpressDxe: Fix MS toolchain /Od 32bit build failureFeng Tian
2016-01-11MdeModulePkg/UfsBlockIoPei: Fix MS toolchain /Od 32bit build failureFeng Tian
2016-01-11MdeModulePkg: Fix GraphicsConsole driver resolution out of sync issueRuiyu Ni
2016-01-11MdeModulePkg BaseSerialPortLib: Fix VS2010 build errorHao Wu
2016-01-08MdeModulePkg: DeleteLoadOptionVariable() removes Boot####Ruiyu Ni
2016-01-08Refine error handle code, avoid assert when load this module twice.Eric Dong
2016-01-08MdeModulePkg: Update MNP driver to recycle TX buffer asynchronously.Fu Siyuan
2016-01-08MdeModulePkg: update SNP.GetStatus to handle multiple recycled TX buffer.Fu Siyuan
2016-01-07MdeModulePkg/ScsiDisk: Increase the value of SCSI_DISK_TIMEOUT to 30sFeng Tian
2016-01-07MdeModulePkg/Ide: return correct status when DRQ is not ready for ATAPIFeng Tian
2016-01-06Rollback the commit because it has potential issue.Dandan Bi
2016-01-06MdeModulePkg: Add error DEBUG statements in ATA passthru driverSamer El-Haj-Mahmoud
2016-01-06MdeModulePkg: Fix 'accroding' typos in MdeModulePkg.dec/.uniHao Wu
2016-01-06MdeModulePkg IScsiDxe: Fix a typo in function descriptionHao Wu
2016-01-06MdeModulePkg AcpiTableDxe: Fix a typo in function descriptionHao Wu
2016-01-06MdeModulePkg DxeHttpLib: Fix typos in function descriptionsHao Wu
2016-01-06MdeModulePkg Core/Dxe/Misc: Fix typos in function descriptionsHao Wu
2016-01-06MdeModulePkg UhciDxe: Fix a typo in function descriptionHao Wu
2016-01-06MdeModulePkg:Fix the potential memory leak issue in Display EngineDandan Bi
2016-01-06MdeModulePkg:Change the type of BootNextDandan Bi
2016-01-06MdeModulePkg:Avoid ASSERT in HiiConfigRoutingRouteConfigDandan Bi
2016-01-04MdeModulePkg: For RegularExpressionDxe use 'sprintf_s' to replace 'sprintf'.Qiu Shumin
2015-12-30MdeModulePkg Variable: Add a missing variable info recordStar Zeng
2015-12-30MdeModulePkg Variable: Handle ftw driver executes prior to variable driverStar Zeng
2015-12-29MdeModulePkg Variable: VarErrFlag need to be consistent in NV flash and cacheStar Zeng
2015-12-29MdeModulePkg Variable: ###VariableTotalSize need to be initialized to 0 firstStar Zeng
2015-12-25MdeModulePkg/BootManagerMenu: Fix bug that boots to undesired optionRuiyu Ni
2015-12-24MdeModulePkg: Update SerialDxe inf to include the module uniLiming Gao
2015-12-24MdeModulePkg: Add the missing library uni files of UI instancesLiming Gao
2015-12-24MdeModulePkg: Add the missing Library uni files of ImageDecode instancesLiming Gao
2015-12-24MdeModulePkg: Add the missing Library uni files of Ipmi instancesLiming Gao
2015-12-23MdeModulePkg: Update MdeModulePkg.dsc file for IpmiLib.Daocheng Bu
2015-12-23MdeModulePkg: Add SmmIpmiLibSmmIpmiProtocol Library Instance.Daocheng Bu
2015-12-23MdeModulePkg: Add DxeIpmiLibIpmiProtocol Library Instance.Daocheng Bu
2015-12-23MdeModulePkg: Add PeiIpmiLibIpmiPpi Library Instance.Daocheng Bu
2015-12-23MdeModulePkg: Add BaseIpmiLib Null Library Instance.Daocheng Bu
2015-12-23MdeModulePkg: White space clean up for MdeModulePkg.decDaocheng Bu
2015-12-23MdeModulePkg: Add IpmiLib and Ppi/Protocol header file.Daocheng Bu
2015-12-22MdeModulePkg UfsPassThruDxe: Raise to TPL_NOTIFY when dealing async taskHao Wu
2015-12-22MdeModulePkg ScsiBusDxe: Raise the Tpl of async IO callback to TPL_NOTIFYHao Wu
2015-12-22MdeModulePkg ScsiDiskDxe: Raise the Tpl of async IO callback to TPL_NOTIFYHao Wu
2015-12-22MdeModulePkg ScsiDiskDxe: Add retry scheme for async SCSI I/O commandHao Wu
2015-12-22MdeModulePkg ScsiDiskDxe: Fix async request retry times info lost issueHao Wu
2015-12-22MdeModulePkg ScsiDiskDxe: Close event when SCSI command failsHao Wu
2015-12-22MdeModulePkg ScsiBusDxe: Only signal caller event when PassThru() succeedsHao Wu
2015-12-22MdeModulePkg DiskIoDxe: Check for MediaPresent in DiskIo2ReadWriteDisk()Hao Wu
2015-12-22MdeModulePkg ScsiDiskDxe: Modify WriteBlocks(Ex)() to follow UEFI specHao Wu
2015-12-22MdeModulePkg ScsiDiskDxe: Modify FlushBlocksEx() to follow UEFI specHao Wu
2015-12-22MdeModulePkg ScsiDiskDxe: Set block I/O media of SCSI CDROM to read-onlyHao Wu
2015-12-22MdeModulePkg:Clear the screen before booting the boot optionDandan Bi