summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/BdsDxe: fall back to a Boot Manager Menu loop before hangingLaszlo Ersek2017-11-271-4/+56
* MdeModulePkg/UdfDxe: Avoid possible loss track of allocated bufferHao Wu2017-11-201-5/+7
* MdeModulePkg/PartitionDxe: Merge the discovery of ElTorito into UDFHao Wu2017-11-202-6/+28
* MdeModulePkg/SNP: remove redundant DEBUG print in SNP Transmit.cFu Siyuan2017-11-161-9/+13
* MdeModulePkg/PartitionDxe: Fix UDF fs access on certain CD/DVD mediasPaulo Alcantara2017-11-151-53/+201
* MdeModulePkg: Fix MSFT C4255 warningSong, BinX2017-11-141-0/+1
* MdeModulePkg/TerminalDxe: Fix PCANSI mapping for TRIANGLE and ARROWMichael D Kinney2017-11-131-9/+9
* MdeModulePkg: Update IP4 stack to support point-to-point link with 31-bit mask.Fu Siyuan2017-11-131-21/+4
* MdeModulePkg SerialDxe: Handle Timeout change more robustlyStar Zeng2017-11-091-3/+43
* MdeModulePkg: Fix misuses of AllocateCopyPoolJian J Wang2017-11-082-4/+8
* MdeModulePkg: Deprecate EFI_VARIABLE_AUTHENTICATED_WRITE_ACCESSZhang, Chao B2017-11-015-15/+13
* MdeModulePkg/Ip4Dxe: Trigger Ip4Config2 to retrieve the default address.Jiaxin Wu2017-10-261-4/+21
* MdeModulePkg/Variable/RuntimeDxe: delete & lock MOR in the absence of SMMLaszlo Ersek2017-10-251-3/+27
* MdeModulePkg/DriverSample: Add questions with bit/union VarStoreDandan Bi2017-10-115-1/+390
* MdeModulePkg: Update Ppi/Protocol/Guid usage in INF filesLiming Gao2017-10-103-4/+4
* MdeModulePkg/Variable/RuntimeDxe: delete and lock OS-created MOR variableLaszlo Ersek2017-10-102-7/+77
* MdeModulePkg/Variable/RuntimeDxe: delay MorLock creation until EndOfDxeLaszlo Ersek2017-10-101-5/+58
* MdeModulePkg/Variable/RuntimeDxe: permit MorLock deletion for passthru reqLaszlo Ersek2017-10-101-1/+4
* MdeModulePkg/Variable/RuntimeDxe: introduce MorLockInitAtEndOfDxe() hookLaszlo Ersek2017-10-105-0/+44
* MdeModulePkg/Variable/RuntimeDxe: move MOR func. declarations to headerLaszlo Ersek2017-10-104-64/+70
* MdeModulePkg/Variable/RuntimeDxe: move SecureBootHook() decl to new headerLaszlo Ersek2017-10-108-28/+47
* MdeModulePkg/S3SaveState: Extract arguments in correct orderRuiyu Ni2017-10-102-6/+6
* MdeModulePkg/BdsDxe: Don't delete "BootNext" until booting itRuiyu Ni2017-09-291-15/+20
* MdeModulePkg/UdfDxe: Resolve potential NULL pointer dereferenceHao Wu2017-09-271-1/+6
* 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/SetupBrowser: Handle questions with Bit VarStoreDandan Bi2017-09-214-42/+219
* MdeModulePkg/HiiDatabase: Handle questions with Bit VarStoreDandan Bi2017-09-213-36/+319
* 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/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/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