summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2017-08-29MdeModulePkg/UefiHiiLib: Fix incorrect check for string lengthBi, Dandan1-3/+12
2017-08-25MdeModulePkg XhciDxe: Fix Map and Unmap inconsistencyStar Zeng1-2/+5
2017-08-23MdeModulePkg/DriverSample: Add sample case for popup protocolDandan Bi5-5/+49
2017-08-23MdeModulePkg/DisplayEngine: Add implementation of HiiPopup protocolDandan Bi5-3/+889
2017-08-23MdeModulePkg/Library: Remove the self-reference in UdpIoLib/TcpIoLib/IpIoLibJiaxin Wu3-6/+3
2017-08-19MdeModulePkg/ScsiBusDxe: don't produce ScsiIo for nonexistent LUNs, part 2Laszlo Ersek1-2/+22
2017-08-19MdeModulePkg/ScsiBusDxe: remove redundant "else" after "break" statementLaszlo Ersek1-3/+4
2017-08-19MdeModulePkg/ScsiBusDxe: don't produce ScsiIo for nonexistent LUNs, part 1Laszlo Ersek1-9/+1
2017-08-16MdeModulePkg: Delete useless case codeSong, BinX2-21/+0
2017-08-16MdeModulePkg: Delete never touched codeSong, BinX2-4/+2
2017-08-14MdeModulePkg DxeCore: Enhance "ConvertPages: Incompatible memory types"Star Zeng1-2/+7
2017-08-14MdeModulePkg DxeCore: Fix double free pages on LoadImage failure pathStar Zeng1-0/+2
2017-08-14MdeModulePkg/UefiBootManagerLib: Support DNS device path descriptionJiaxin Wu1-2/+11
2017-08-14MdeModulePkg/EmmcDxe: Make sure no extra data is erased by EraseBlocksHao Wu1-4/+152
2017-08-11MdeModulePkg/Ip4Dxe: Support SetData interface to clear specific configurationJiaxin Wu1-95/+190
2017-08-09MdeModulePkg: Variable: Fix typo in variable measureZhang, Chao B1-1/+1
2017-08-09MdeModulePkg/NvmExpressDxe: Notify NVME HW when system reset happensRuiyu Ni4-4/+210
2017-08-08MdeModulePkg SerialDxe: Process timeout consistently in SerialReadStar Zeng1-2/+16
2017-08-04MdeModulePkg/DisplayEngine: Fix incorrect display issueDandan Bi1-10/+52
2017-08-04MdeModulePkg PeiCore: Install SEC HOB dataStar Zeng4-3/+110
2017-08-03edk2: Move License.txt file to rootMichael D Kinney1-25/+0
2017-08-03edk2: Move TianoCore Contribution Agreement to rootMichael D Kinney1-218/+0
2017-08-02MdeModulePkg/Ufs: Set 'Data Segment Length' field for Write DescriptorHao Wu2-0/+6
2017-08-02MdeModulePkg/UfsPassThruDxe: Add impl of UFS Device Config ProtocolHao Wu5-14/+383
2017-08-02MdeModulePkg/DxeHttpLib: Fix spelling typo in EFI_HTTP_STATUS_CODEJiaxin Wu1-1/+1
2017-08-01MdeModulePkg FirmwarePerfPei: Remove SEC performance data getting codeStar Zeng3-47/+6
2017-08-01MdeModulePkg PeiCore: Handle notification PPI from SECStar Zeng3-19/+142
2017-08-01MdeModulePkg PiSmmCoreMemoryAllocLib: Fix a FreePool() assertion issueStar Zeng1-4/+28
2017-07-28MdeModulePkg/PciBus: Avoid hang when BUS pad resource is not in topRuiyu Ni1-2/+4
2017-07-27MdeModulePkg/BMMUiLib: Check reset requirement before exiting UiAppBi, Dandan3-1/+52
2017-07-27MdeModulePkg/BMUiLib: Check reset requirement before exiting UiAppBi, Dandan3-3/+55
2017-07-27MdeModulePkg/SetupBrowser: Record the reset status in all SendFormBi, Dandan3-13/+20
2017-07-26MdeModulePkg Xhci: Also RecoverHaltedEndpoint for BABBLE_ERRORStar Zeng2-4/+4
2017-07-26MdeModulePkg SmmLockBoxDxeLib: Get SmmCommRegion for COMM bufferStar Zeng2-58/+147
2017-07-26MdeModulePkg: Update NonDiscoverableDeviceRegistrationLib file header formatLiming Gao1-2/+2
2017-07-20MdeModulePkg SmmAccess: Update comments to follow PI spec.Eric Dong1-2/+3
2017-07-18MdeModulePkg/DxeCore: Avoid accessing non-owned memoryRuiyu Ni1-27/+27
2017-07-11MdeModulePkg/XhciDxe: Make comments align with functionBi, Dandan1-0/+1
2017-07-11MdeModulePkg/PartitionDxe: Add impl of Partition Information ProtocolHao Wu6-88/+135
2017-07-06MdeModulePkg/EmmcDxe: Implementation of Disk Information ProtocolHao Wu5-3/+281
2017-07-06MdeModulePkg/SdDxe: Implementation of Disk Information ProtocolHao Wu5-3/+277
2017-07-06MdeModulePkg/NvmExpressDxe: Handle timeout for blocking PassThru reqHao Wu1-1/+133
2017-07-05MdeModulePkg/XhciDxe: Check timeout URB again after stopping endpointRuiyu Ni4-29/+90
2017-07-05MdeModulePkg/XhciDxe: Separate common logic to XhcTransferRuiyu Ni1-166/+132
2017-07-05MdeModulePkg/XhciDxe: Dump the CMD/EVENT/INT/BULK ring informationRuiyu Ni1-3/+24
2017-07-05MdeModulePkg/XhciDxe: Refine IsTransferRingTrb and IsAsyncIntTrbRuiyu Ni1-46/+44
2017-07-03MdeModulePkg CapsuleApp: Fix print info in BuildGatherList()Star Zeng1-1/+1
2017-07-03MdeModulePkg ResetSystem: Update the comments of ResetSystem()Star Zeng2-1/+12
2017-07-03MdeModulePkg/ResetSystem: Implement ResetNotification protocolRuiyu Ni4-16/+161
2017-07-03MdeModulePkg/ResetSystem: Remove unnecessary global variableRuiyu Ni1-7/+4