summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-02MdeModulePkg/Xhci: Remove TRB when canceling Async Int TransferRuiyu Ni1-0/+21
2017-06-02MdeModulePkg/MnpDxe: Fix EBC build hang issue.Fu Siyuan1-2/+2
2017-06-02MdeModulePkg/UsbBus: Correct debug messageRuiyu Ni1-3/+3
2017-06-02MdeModulePkg/UsbBus: Fix system hang when failed to uninstall UsbIoRuiyu Ni1-16/+27
2017-06-01MdeModulePkg/Xhci: Fill the 'interval' field for ISO endpoint contextHao Wu2-2/+58
2017-06-01MdeModulePkg/PrintLib: Avoid reading content beyond the format stringHao Wu1-11/+11
2017-05-27MdeModulePkg: Fix potential memory leaks in DxeHttpLib.Paulo Alcantara1-3/+12
2017-05-24MdeModulePkg/DebugSupportDxe: Fix XCODE5 build failureMichael Kinney1-2/+2