summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2017-09-28MdeModulePkg/PciBusDxe: Enable Bus Master on P2P bridges on demandRuiyu Ni3-10/+32
2017-09-27MdeModulePkg/UdfDxe: Resolve potential NULL pointer dereferenceHao Wu1-1/+6
2017-09-26MdeModulePkg Core: Support FFS_ATTRIB_DATA_ALIGNMENT_2Star Zeng2-23/+49
2017-09-26MdeModulePkg/DxeCore: Add check to ensure no possible NULL ptr derefHao Wu1-0/+1
2017-09-25MdeModulePkg/UDF: Fix creation of UDF logical partitionPaulo Alcantara5-568/+606
2017-09-22MdeModulePkg/SetupBrowser:Add NULL check before using a pointerDandan Bi1-5/+5
2017-09-22MdeModulePkg/DxeCore: Fixed Interface returned by CoreOpenProtocolAmit Kumar1-13/+23
2017-09-21MdeModulePkg/SetupBrowser: Handle questions with Bit VarStoreDandan Bi4-42/+219
2017-09-21MdeModulePkg/HiiDatabase: Handle questions with Bit VarStoreDandan Bi3-36/+319
2017-09-21MdeModulePkg/UefiHiiLib: Validate question with bit fieldsDandan Bi3-77/+182
2017-09-21MdeModulePkg: Add GUID/flags to implement BitField supportDandan Bi2-1/+23
2017-09-21MdeModulePkg/Core: Fix out-of-sync issue in GCDJian J Wang1-18/+27
2017-09-19MdeModulePkg/UdfDxe: Refine enum member naming styleHao Wu2-45/+45
2017-09-19MdeModulePkg/Udf: Avoid declaring and initializing local GUID variableHao Wu2-4/+12
2017-09-19MdeModulePkg/UdfDxe: Avoid short (single character) variable nameHao Wu1-7/+7
2017-09-19MdeModulePkg/Udf: Refine function description commentsHao Wu5-92/+345
2017-09-19MdeModulePkg/UdfDxe: Use compare operator for non-boolean comparisonsHao Wu1-2/+2
2017-09-19MdeModulePkg/UdfDxe: Fix operands of different size in bitwise OPHao Wu2-3/+3
2017-09-19MdeModulePkg/UdfDxe: Add checks to ensure no possible NULL ptr derefHao Wu2-0/+19
2017-09-19MdeModulePkg/SerialDxe: Fix not able to change serial attributesPankaj Bansal1-48/+18
2017-09-18MdeModulePkg SmbiosMeasurementDxe: Skip measurement for OEM typeStar Zeng2-25/+34
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