summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2017-09-16MdeModulePkg/XhciPei: Support IoMmu.Jiewen Yao8-34/+492
2017-09-16MdeModulePkg/Dec: Add IOMMU_PPI GUID.Jiewen Yao1-0/+3
2017-09-16MdeModulePkg/Include: Add IOMMU_PPI.Jiewen Yao1-0/+196
2017-09-15MdeModulePkg/UdfDxe: Fix NULL pointer dereferencePaulo Alcantara1-1/+2
2017-09-15MdeModulePkg UdfDxe: Fix VS2010/VS2012 build failureStar Zeng1-0/+4
2017-09-14MdeModulePkg/UdfDxe: suppress incorrect compiler warning in ReadFile()Laszlo Ersek1-0/+5
2017-09-14MdeModulePkg/UdfDxe: reject reserved values in ICB.Flags[2:0]Laszlo Ersek1-0/+8
2017-09-13MdeModulePkg: Add UdfDxe to the dsc fileBi, Dandan1-0/+1
2017-09-13MdeModulePkg: Update PiDxeS3BootScriptLib Internal function nameLiming Gao1-2/+2
2017-09-13MdeModulePkg/UdfDxe: Remove negative comparison of unsigned numberPaulo Alcantara1-3/+0
2017-09-12MdeModulePkg/PartitionDxe: remove always false comparisonLaszlo Ersek1-2/+1
2017-09-12MdeModulePkg/PartitionDxe: don't divide 64-bit values with C operatorsLaszlo Ersek1-1/+7
2017-09-12MdeModulePkg/UdfDxe: replace zero-init of local variables with ZeroMem()Laszlo Ersek1-2/+4
2017-09-12MdeModulePkg/UdfDxe: don't return unset Status if INLINE_DATA req succeedsLaszlo Ersek1-0/+2
2017-09-12MdeModulePkg/UdfDxe: ASSERT() valid ReadFileInfo Flags for INLINE_DATA reqLaszlo Ersek1-0/+3
2017-09-12MdeModulePkg/PartitionDxe: Initialize the array after declarationDandan Bi1-3/+10
2017-09-12MdeModulePkg/UdfDxe: Initialize the array after declarationBi, Dandan1-3/+10
2017-09-12MdeModulePkg/UdfDxe: Add type cast to fix build failure in VS toolsBi, Dandan1-8/+8
2017-09-11MdeModulePkg/UsbBusDxe: log warning message at DEBUG_WARN levelLaszlo Ersek1-1/+5
2017-09-11MdeModulePkg Xhci: Correct description of Timeout param in XhciReg.hStar Zeng2-7/+7
2017-09-08MdeModulePkg: Initial UDF/ECMA-167 file system supportPaulo Alcantara7-0/+5389
2017-09-08MdeModulePkg/PartitionDxe: Add UDF file system supportPaulo Alcantara4-7/+355
2017-09-08MdeModulePkg/AtaAtapiPassThru: disable the device at ExitBootServices()Laszlo Ersek2-1/+64
2017-09-08MdeModulePkg/AtaAtapiPassThru: unmap DMA buffers after disabling BM DMALaszlo Ersek1-12/+12
2017-09-08MdeModulePkg/AtaAtapiPassThru: cache EnabledPciAttributesLaszlo Ersek2-20/+13
2017-09-06MdeModulePkg: Fix GCC build error.Fu Siyuan1-1/+1
2017-09-06MdeModulePkg/Ip4Dxe: fix a bug in IP4 driver for IpSec protocol notify.Fu Siyuan2-11/+13
2017-09-06MdeModulePkg/UefiBootManagerLib: Generate boot description for SD/eMMCHao Wu2-0/+24
2017-09-04MdeModule PeiCore: Support pre memory page allocationStar Zeng5-53/+646
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