summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/Dec: Add IOMMU_PPI GUID.Jiewen Yao2017-09-161-0/+3
* MdeModulePkg/Include: Add IOMMU_PPI.Jiewen Yao2017-09-161-0/+196
* MdeModulePkg/UdfDxe: Fix NULL pointer dereferencePaulo Alcantara2017-09-151-1/+2
* MdeModulePkg UdfDxe: Fix VS2010/VS2012 build failureStar Zeng2017-09-151-0/+4
* MdeModulePkg/UdfDxe: suppress incorrect compiler warning in ReadFile()Laszlo Ersek2017-09-141-0/+5
* MdeModulePkg/UdfDxe: reject reserved values in ICB.Flags[2:0]Laszlo Ersek2017-09-141-0/+8
* MdeModulePkg: Add UdfDxe to the dsc fileBi, Dandan2017-09-131-0/+1
* MdeModulePkg: Update PiDxeS3BootScriptLib Internal function nameLiming Gao2017-09-131-2/+2
* MdeModulePkg/UdfDxe: Remove negative comparison of unsigned numberPaulo Alcantara2017-09-131-3/+0
* MdeModulePkg/PartitionDxe: remove always false comparisonLaszlo Ersek2017-09-121-2/+1
* MdeModulePkg/PartitionDxe: don't divide 64-bit values with C operatorsLaszlo Ersek2017-09-121-1/+7
* MdeModulePkg/UdfDxe: replace zero-init of local variables with ZeroMem()Laszlo Ersek2017-09-121-2/+4
* MdeModulePkg/UdfDxe: don't return unset Status if INLINE_DATA req succeedsLaszlo Ersek2017-09-121-0/+2
* MdeModulePkg/UdfDxe: ASSERT() valid ReadFileInfo Flags for INLINE_DATA reqLaszlo Ersek2017-09-121-0/+3
* MdeModulePkg/PartitionDxe: Initialize the array after declarationDandan Bi2017-09-121-3/+10
* MdeModulePkg/UdfDxe: Initialize the array after declarationBi, Dandan2017-09-121-3/+10
* MdeModulePkg/UdfDxe: Add type cast to fix build failure in VS toolsBi, Dandan2017-09-121-8/+8
* MdeModulePkg/UsbBusDxe: log warning message at DEBUG_WARN levelLaszlo Ersek2017-09-111-1/+5
* MdeModulePkg Xhci: Correct description of Timeout param in XhciReg.hStar Zeng2017-09-112-7/+7
* MdeModulePkg: Initial UDF/ECMA-167 file system supportPaulo Alcantara2017-09-087-0/+5389
* MdeModulePkg/PartitionDxe: Add UDF file system supportPaulo Alcantara2017-09-084-7/+355
* MdeModulePkg/AtaAtapiPassThru: disable the device at ExitBootServices()Laszlo Ersek2017-09-082-1/+64
* MdeModulePkg/AtaAtapiPassThru: unmap DMA buffers after disabling BM DMALaszlo Ersek2017-09-081-12/+12
* MdeModulePkg/AtaAtapiPassThru: cache EnabledPciAttributesLaszlo Ersek2017-09-082-20/+13
* MdeModulePkg: Fix GCC build error.Fu Siyuan2017-09-061-1/+1
* MdeModulePkg/Ip4Dxe: fix a bug in IP4 driver for IpSec protocol notify.Fu Siyuan2017-09-062-11/+13
* MdeModulePkg/UefiBootManagerLib: Generate boot description for SD/eMMCHao Wu2017-09-062-0/+24
* MdeModule PeiCore: Support pre memory page allocationStar Zeng2017-09-045-53/+646
* 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