summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/PciBusDxe: Fix VS2012 build failureDandan Bi2018-05-101-0/+5
* MdeModulePkg Ppi/IoMmu.h: Add EFI_NOT_AVAILABLE_YET return status codeStar Zeng2018-05-101-2/+13
* MdeModulePkg/NvmExpressDxe: Fix data buffer not mapped for Write cmdHao Wu2018-05-101-3/+4
* MdeModulePkg/PciBusDxe: Install PciEnumerationComplete after PciIoRuiyu Ni2018-05-102-12/+13
* MdeModulePkg/PciBusDxe: reference gFullEnumeration in one fileRuiyu Ni2018-05-103-42/+38
* MdeModulePkg/EhciDxe: call EhcFreeUrb when int-transfer completesRuiyu Ni2018-05-101-1/+2
* MdeModulePkg: Correct function description for AllocateBufferStar Zeng2018-05-104-6/+6
* MdeModulePkg UhciPei: Also check TempPtr against NULL to return errorStar Zeng2018-05-101-2/+2
* MdeModulePkg UhciPei: Support IoMmuStar Zeng2018-05-104-99/+719
* MdeModulePkg EhciPei: Minor refinement about IOMMUStar Zeng2018-05-102-8/+7
* MdeModulePkg EhciPei: Also check Buf against NULL to return errorStar Zeng2018-05-101-1/+1
* MdeModulePkg XhciPei: Minor refinement about IoMmuStar Zeng2018-05-101-2/+4
* MdeModulePkg EhciPei: Support IoMmuStar Zeng2018-05-108-46/+551
* MdeModulePkg/SdBlockIoPei: Support IoMmuHao Wu2018-05-107-19/+483
* MdeModulePkg/EmmcBlockIoPei: Support IoMmuHao Wu2018-05-107-19/+483
* MdeModulePkg/UfsBlockIoPei: Support IoMmuHao Wu2018-05-107-38/+535
* MdeModulePkg/XhciPei: Support IoMmu.Jiewen Yao2018-05-098-34/+492
* MdeModulePkg/Dec: Add IOMMU_PPI GUID.Jiewen Yao2018-05-091-0/+3
* MdeModulePkg/Include: Add IOMMU_PPI.Jiewen Yao2018-05-091-0/+196
* MdeModulePkg XhciDxe: Fix Map and Unmap inconsistencyStar Zeng2018-05-091-2/+5
* MdeModulePkg/PciBus: Add IOMMU support.Jiewen Yao2018-05-094-4/+54
* MdeModulePkg/PciHostBridge: Add IOMMU support.Jiewen Yao2018-05-094-0/+102
* MdeModulePkg/Include: Add IOMMU protocol definition.Jiewen Yao2018-05-092-0/+262
* MdeModulePkg: Update DebugSupportDxe to pass XCODE5 buildLiming Gao2018-04-111-3/+3
* MdeModulePkg: Update PeiCore to pass XCODE tool chainLiming Gao2018-04-111-1/+2
* MdeModulePkg/RegularExpressionDxe: Fix XCODE5 build failureMichael Kinney2018-04-111-1/+1
* MdeModulePkg/Dhcp4Dxe: Check Media status before starting DHCP process.Jiaxin Wu2018-04-081-1/+12
* MdeModulePkg/Ip4Dxe: Cleanup the resource after error happen during Ip4StartA...Jiaxin Wu2018-04-081-9/+37
* MdeModulePkg/Ip4Dxe: Add an independent timer for reconfig checkingWang Fan2018-04-083-22/+83
* MdeModulePkg/CapsuleApp: Fix logic bug in CleanGatherList()Michael D Kinney2018-03-281-2/+2
* MdeModulePkg/DxeCapsuleLibFmp: Verify nested capsule with FMPKinney, Michael D2018-03-212-12/+14
* MdeModulePkg PiSmmCore: Set ForwardLink to NULL in RemoveOldEntry()Star Zeng2018-03-211-1/+3
* MdeModulePkg CapsulePei: Sort and merge memory resource entriesStar Zeng2017-12-051-0/+90
* MdeModulePkg/BMMUiLib: Fix incorrect variable nameDandan Bi2017-06-131-1/+1
* MdeModulePkg/Xhci: Correct the indention of commentsRuiyu Ni2017-06-021-4/+4
* MdeModulePkg/Xhci: Remove TRB when canceling Async Int TransferRuiyu Ni2017-06-021-0/+21
* MdeModulePkg/MnpDxe: Fix EBC build hang issue.Fu Siyuan2017-06-021-2/+2
* MdeModulePkg/UsbBus: Correct debug messageRuiyu Ni2017-06-021-3/+3
* MdeModulePkg/UsbBus: Fix system hang when failed to uninstall UsbIoRuiyu Ni2017-06-021-16/+27
* MdeModulePkg/LogoDxe: Return error if HII Package not presentMichael Kinney2017-05-241-2/+5
* MdeModulePkg SmiHandlerProfile: Use fixed data type in data structureStar Zeng2017-05-243-67/+105
* MdeModulePkg SmiHandlerProfile: Fix no PDB case handling incorrectlyStar Zeng2017-05-242-6/+12
* MdeModulePkg/BDS: Fix a buffer overflow bugRuiyu Ni2017-05-221-8/+8
* MdeModulePkg PCD: Fix TmpTokenSpaceBufferCount not assigned correctlyStar Zeng2017-05-191-0/+1
* MdeModulePkg/UfsPassThruDxe: Fix typo in UfsPassThruGetTargetLun()Hao Wu2017-05-171-2/+2
* MdeModulePkg SmiHandlerProfile: Fix memory leak in DumpSmiChildContextStar Zeng2017-05-122-2/+14
* MdeModulePkg CapsuleApp: Fix mixed EOL format issueStar Zeng2017-05-111-1/+1
* MdeModulePkg/FormDisplay: Make the LineWidth of option consistentDandan Bi2017-05-111-1/+1
* MdeModulePkg: Addressing TCP Window Retraction when window scale factor is used.Fu Siyuan2017-05-093-11/+44
* MdeModulePkg: Add wnd scale check before shrinking window.Fu Siyuan2017-05-091-5/+24