summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg PeiCore: More debug messages for pre-memory allocationsStar Zeng2017-09-301-1/+13
* MdeModulePkg/AtaAtapiPassThru: Fix possible out of range left shiftHao Wu2017-09-291-2/+2
* MdeModulePkg/DxeNetLib: Fix negative value left shiftHao Wu2017-09-291-1/+1
* MdeModulePkg/Tpl: Fix negative value left shiftHao Wu2017-09-291-3/+9
* MdeModulePkg/PrintLib: Fix possible negative value left shiftHao Wu2017-09-291-1/+1
* MdeModulePkg/BdsDxe: Don't delete "BootNext" until booting itRuiyu Ni2017-09-291-15/+20
* MdeModulePkg/DxeNetLib: Check the actual packet size before trim data from Nbuf.Fu Siyuan2017-09-281-1/+5
* MdeModulePkg/PciBusDxe: Enable Bus Master on P2P bridges on demandRuiyu Ni2017-09-283-10/+32
* MdeModulePkg/UdfDxe: Resolve potential NULL pointer dereferenceHao Wu2017-09-271-1/+6
* MdeModulePkg Core: Support FFS_ATTRIB_DATA_ALIGNMENT_2Star Zeng2017-09-262-23/+49
* MdeModulePkg/DxeCore: Add check to ensure no possible NULL ptr derefHao Wu2017-09-261-0/+1
* MdeModulePkg/UDF: Fix creation of UDF logical partitionPaulo Alcantara2017-09-255-568/+606
* MdeModulePkg/SetupBrowser:Add NULL check before using a pointerDandan Bi2017-09-221-5/+5
* MdeModulePkg/DxeCore: Fixed Interface returned by CoreOpenProtocolAmit Kumar2017-09-221-13/+23
* MdeModulePkg/SetupBrowser: Handle questions with Bit VarStoreDandan Bi2017-09-214-42/+219
* MdeModulePkg/HiiDatabase: Handle questions with Bit VarStoreDandan Bi2017-09-213-36/+319
* MdeModulePkg/UefiHiiLib: Validate question with bit fieldsDandan Bi2017-09-213-77/+182
* MdeModulePkg: Add GUID/flags to implement BitField supportDandan Bi2017-09-212-1/+23
* MdeModulePkg/Core: Fix out-of-sync issue in GCDJian J Wang2017-09-211-18/+27
* MdeModulePkg/UdfDxe: Refine enum member naming styleHao Wu2017-09-192-45/+45
* MdeModulePkg/Udf: Avoid declaring and initializing local GUID variableHao Wu2017-09-192-4/+12
* MdeModulePkg/UdfDxe: Avoid short (single character) variable nameHao Wu2017-09-191-7/+7
* MdeModulePkg/Udf: Refine function description commentsHao Wu2017-09-195-92/+345
* MdeModulePkg/UdfDxe: Use compare operator for non-boolean comparisonsHao Wu2017-09-191-2/+2
* MdeModulePkg/UdfDxe: Fix operands of different size in bitwise OPHao Wu2017-09-192-3/+3
* MdeModulePkg/UdfDxe: Add checks to ensure no possible NULL ptr derefHao Wu2017-09-192-0/+19
* MdeModulePkg/SerialDxe: Fix not able to change serial attributesPankaj Bansal2017-09-191-48/+18
* MdeModulePkg SmbiosMeasurementDxe: Skip measurement for OEM typeStar Zeng2017-09-182-25/+34
* MdeModulePkg/XhciPei: Support IoMmu.Jiewen Yao2017-09-168-34/+492
* 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