summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Update RuntimeDxe Crc32 to check the input parameterLiming Gao2017-10-161-0/+4
* MdeModulePkg/PiSmmCore: Install Protocol when S3 resume finished.Eric Dong2017-10-123-7/+87
* MdeModulePkg/SmmEndOfS3Resume.h: Add new protocol definition.Eric Dong2017-10-122-0/+29
* MdeModulePkg/Bds: Check variable name even *if* OptionNumber is NULLRuiyu Ni2017-10-121-15/+30
* MdeModulePkg/Bds: Remove assertion in BmCharToUintRuiyu Ni2017-10-121-1/+0
* MdeModulePkg/Core/Dxe: Add EndOfDxe workaround for NULL pointer detectionJian J Wang2017-10-113-1/+69
* MdeModulePkg/DxeIpl: Implement NULL pointer detectionJian J Wang2017-10-116-10/+131
* MdeModulePkg/MdeModulePkg.dec,.uni: Add NULL pointer detection PCDWang, Jian J2017-10-112-0/+26
* MdeModulePkg/DriverSample: Add questions with bit/union VarStoreDandan Bi2017-10-115-1/+390
* MdeModulePkg Core: Propagate PEI-phase FV authentication status to DXEStar Zeng2017-10-104-17/+72
* MdeModulePkg: Update Ppi/Protocol/Guid usage in INF filesLiming Gao2017-10-1010-21/+23
* MdeModulePkg: Update modules to consume CalculateCrc32()Liming Gao2017-10-105-188/+11
* 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: Update DxeCore to consume PI EfiGcdMemoryTypePersistentLiming Gao2017-10-102-4/+4
* MdeModulePkg/S3SaveState: Extract arguments in correct orderRuiyu Ni2017-10-102-6/+6
* MdeModulePkg/DxeCore: Add comments for the ASSERT to check NULL ptrHao Wu2017-10-091-1/+9
* MdeModulePkg/PciBus: Count multiple hotplug resource paddingsRuiyu Ni2017-10-091-47/+22
* 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