summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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: 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/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: Delete useless case codeSong, BinX2017-08-162-21/+0
* MdeModulePkg: Delete never touched codeSong, BinX2017-08-162-4/+2
* 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 SerialDxe: Process timeout consistently in SerialReadStar Zeng2017-08-081-2/+16
* MdeModulePkg/DisplayEngine: Fix incorrect display issueDandan Bi2017-08-041-10/+52
* MdeModulePkg FirmwarePerfPei: Remove SEC performance data getting codeStar Zeng2017-08-013-47/+6
* MdeModulePkg/SetupBrowser: Record the reset status in all SendFormBi, Dandan2017-07-273-13/+20
* MdeModulePkg/PartitionDxe: Add impl of Partition Information ProtocolHao Wu2017-07-116-88/+135
* MdeModulePkg ResetSystem: Update the comments of ResetSystem()Star Zeng2017-07-032-1/+12
* MdeModulePkg/ResetSystem: Implement ResetNotification protocolRuiyu Ni2017-07-034-16/+161
* MdeModulePkg/ResetSystem: Remove unnecessary global variableRuiyu Ni2017-07-031-7/+4
* MdeModulePkg Variable: Update GetNextVariableName to follow UEFI 2.7Star Zeng2017-06-275-32/+124
* MdeModulePkg/BdsDxe: Report Status Code when booting from BootOrder listDandan Bi2017-06-271-1/+6
* MdeModulePkg Variable: Add missing change in dd59d95e1994Star Zeng2017-06-221-3/+4
* MdeModulePkg: Minor update to the Data parameter for PEI GetVariable()Star Zeng2017-06-222-5/+7
* MdeModulePkg: Update comments in SimpleTextInEx according to UEFI 2.7Dandan Bi2017-06-204-14/+26