summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-30MdeModulePkg PeiCore: Correct the comments of PeiResetSystem2Star Zeng2-4/+4
2017-06-28MdeModulePkg/AtaAtapiPassThru: relax PHY detect timeoutArd Biesheuvel2-3/+3
2017-06-27MdeModulePkg Variable: Update GetNextVariableName to follow UEFI 2.7Star Zeng5-32/+124
2017-06-27MdeModulePkg/BdsDxe: Report Status Code when booting from BootOrder listDandan Bi1-1/+6
2017-06-27Revert "MdeModulePkg/DxeCore: Fixed Interface returned by CoreOpenProtocol"Star Zeng1-14/+12
2017-06-26MdeModulePkg DxeCore: Only free ScratchBuffer when it is not NULLStar Zeng1-2/+4
2017-06-26MdeModulePkg/DxeCore: Fixed Interface returned by CoreOpenProtocolAmit Kumar1-12/+14
2017-06-23MdeModulePkg: Enhance the debug message for InstallProtocolInterfaceStar Zeng2-12/+16
2017-06-22MdeModulePkg Variable: Add missing change in dd59d95e1994Star Zeng1-3/+4
2017-06-22MdeModulePkg: Minor update to the Data parameter for PEI GetVariable()Star Zeng2-5/+7
2017-06-21MdeModulePkg: Return invalid param in LocateProtocol for Protocol==NULLStar Zeng2-12/+4
2017-06-20MdeModulePkg: Fix use-after-free error in InstallConfigurationTable()Shi, Steven2-18/+50
2017-06-20MdeModulePkg: Clean ACPI 2.0 characters in UEFI specDandan Bi4-17/+16
2017-06-20MdeModulePkg: Update comments in SimpleTextInEx according to UEFI 2.7Dandan Bi8-28/+54
2017-06-14MdeModulePkg/Network: Typo fixJiaxin Wu2-5/+5
2017-06-13MdeModulePkg/BMMUiLib: Fix incorrect variable nameDandan Bi1-1/+1
2017-06-09MdeModulePkg/DxeHttpLib: Handle new #define in HttpMappingToStatusCodehegdenag1-0/+2
2017-06-09MdeModulePkg/PciHostBridgeDxe: Make bitwise operands of the same sizeHao Wu1-1/+1
2017-06-05MdeModulePkg/UefiPxeBcDxe: Refine the PXE boot displayed informationJiaxin Wu3-2/+54
2017-06-05MdeModulePkg/UefiPxeBcDxe: Fix the PXE BootMenu selection issueJiaxin Wu1-3/+3
2017-06-02MdeModulePkg/Xhci: Correct the indention of commentsRuiyu Ni1-4/+4