summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/UefiHiiLib: Fix incorrect check for string lengthBi, Dandan2017-08-291-3/+12
* MdeModulePkg XhciDxe: Fix Map and Unmap inconsistencyStar Zeng2017-08-251-2/+5
* MdeModulePkg/DriverSample: Add sample case for popup protocolDandan Bi2017-08-235-5/+49
* MdeModulePkg/DisplayEngine: Add implementation of HiiPopup protocolDandan Bi2017-08-235-3/+889
* MdeModulePkg/Library: Remove the self-reference in UdpIoLib/TcpIoLib/IpIoLibJiaxin Wu2017-08-233-6/+3
* MdeModulePkg/ScsiBusDxe: don't produce ScsiIo for nonexistent LUNs, part 2Laszlo Ersek2017-08-191-2/+22
* MdeModulePkg/ScsiBusDxe: remove redundant "else" after "break" statementLaszlo Ersek2017-08-191-3/+4
* MdeModulePkg/ScsiBusDxe: don't produce ScsiIo for nonexistent LUNs, part 1Laszlo Ersek2017-08-191-9/+1
* MdeModulePkg: Delete useless case codeSong, BinX2017-08-162-21/+0
* MdeModulePkg: Delete never touched codeSong, BinX2017-08-162-4/+2
* MdeModulePkg DxeCore: Enhance "ConvertPages: Incompatible memory types"Star Zeng2017-08-141-2/+7
* MdeModulePkg DxeCore: Fix double free pages on LoadImage failure pathStar Zeng2017-08-141-0/+2
* MdeModulePkg/UefiBootManagerLib: Support DNS device path descriptionJiaxin Wu2017-08-141-2/+11
* MdeModulePkg/EmmcDxe: Make sure no extra data is erased by EraseBlocksHao Wu2017-08-141-4/+152
* MdeModulePkg/Ip4Dxe: Support SetData interface to clear specific configurationJiaxin Wu2017-08-111-95/+190
* MdeModulePkg: Variable: Fix typo in variable measureZhang, Chao B2017-08-091-1/+1
* MdeModulePkg/NvmExpressDxe: Notify NVME HW when system reset happensRuiyu Ni2017-08-094-4/+210
* MdeModulePkg SerialDxe: Process timeout consistently in SerialReadStar Zeng2017-08-081-2/+16
* MdeModulePkg/DisplayEngine: Fix incorrect display issueDandan Bi2017-08-041-10/+52
* MdeModulePkg PeiCore: Install SEC HOB dataStar Zeng2017-08-044-3/+110
* edk2: Move License.txt file to rootMichael D Kinney2017-08-031-25/+0
* edk2: Move TianoCore Contribution Agreement to rootMichael D Kinney2017-08-031-218/+0
* MdeModulePkg/Ufs: Set 'Data Segment Length' field for Write DescriptorHao Wu2017-08-022-0/+6
* MdeModulePkg/UfsPassThruDxe: Add impl of UFS Device Config ProtocolHao Wu2017-08-025-14/+383
* MdeModulePkg/DxeHttpLib: Fix spelling typo in EFI_HTTP_STATUS_CODEJiaxin Wu2017-08-021-1/+1
* MdeModulePkg FirmwarePerfPei: Remove SEC performance data getting codeStar Zeng2017-08-013-47/+6
* MdeModulePkg PeiCore: Handle notification PPI from SECStar Zeng2017-08-013-19/+142
* MdeModulePkg PiSmmCoreMemoryAllocLib: Fix a FreePool() assertion issueStar Zeng2017-08-011-4/+28
* MdeModulePkg/PciBus: Avoid hang when BUS pad resource is not in topRuiyu Ni2017-07-281-2/+4
* MdeModulePkg/BMMUiLib: Check reset requirement before exiting UiAppBi, Dandan2017-07-273-1/+52
* MdeModulePkg/BMUiLib: Check reset requirement before exiting UiAppBi, Dandan2017-07-273-3/+55
* MdeModulePkg/SetupBrowser: Record the reset status in all SendFormBi, Dandan2017-07-273-13/+20
* MdeModulePkg Xhci: Also RecoverHaltedEndpoint for BABBLE_ERRORStar Zeng2017-07-262-4/+4
* MdeModulePkg SmmLockBoxDxeLib: Get SmmCommRegion for COMM bufferStar Zeng2017-07-262-58/+147
* MdeModulePkg: Update NonDiscoverableDeviceRegistrationLib file header formatLiming Gao2017-07-261-2/+2
* MdeModulePkg SmmAccess: Update comments to follow PI spec.Eric Dong2017-07-201-2/+3
* MdeModulePkg/DxeCore: Avoid accessing non-owned memoryRuiyu Ni2017-07-181-27/+27
* MdeModulePkg/XhciDxe: Make comments align with functionBi, Dandan2017-07-111-0/+1
* MdeModulePkg/PartitionDxe: Add impl of Partition Information ProtocolHao Wu2017-07-116-88/+135
* MdeModulePkg/EmmcDxe: Implementation of Disk Information ProtocolHao Wu2017-07-065-3/+281
* MdeModulePkg/SdDxe: Implementation of Disk Information ProtocolHao Wu2017-07-065-3/+277
* MdeModulePkg/NvmExpressDxe: Handle timeout for blocking PassThru reqHao Wu2017-07-061-1/+133
* MdeModulePkg/XhciDxe: Check timeout URB again after stopping endpointRuiyu Ni2017-07-054-29/+90
* MdeModulePkg/XhciDxe: Separate common logic to XhcTransferRuiyu Ni2017-07-051-166/+132
* MdeModulePkg/XhciDxe: Dump the CMD/EVENT/INT/BULK ring informationRuiyu Ni2017-07-051-3/+24
* MdeModulePkg/XhciDxe: Refine IsTransferRingTrb and IsAsyncIntTrbRuiyu Ni2017-07-051-46/+44
* MdeModulePkg CapsuleApp: Fix print info in BuildGatherList()Star Zeng2017-07-031-1/+1
* MdeModulePkg ResetSystem: Update the comments of ResetSystem()Star Zeng2017-07-032-1/+12
* MdeModulePkg/ResetSystem: Implement ResetNotification protocolRuiyu Ni2017-07-034-16/+161
* MdeModulePkg/ResetSystem: Remove unnecessary global variableRuiyu Ni2017-07-031-7/+4