summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2017-10-16MdeModulePkg: Update RuntimeDxe Crc32 to check the input parameterLiming Gao1-0/+4
2017-10-12MdeModulePkg/PiSmmCore: Install Protocol when S3 resume finished.Eric Dong3-7/+87
2017-10-12MdeModulePkg/SmmEndOfS3Resume.h: Add new protocol definition.Eric Dong2-0/+29
2017-10-12MdeModulePkg/Bds: Check variable name even *if* OptionNumber is NULLRuiyu Ni1-15/+30
2017-10-12MdeModulePkg/Bds: Remove assertion in BmCharToUintRuiyu Ni1-1/+0
2017-10-11MdeModulePkg/Core/Dxe: Add EndOfDxe workaround for NULL pointer detectionJian J Wang3-1/+69
2017-10-11MdeModulePkg/DxeIpl: Implement NULL pointer detectionJian J Wang6-10/+131
2017-10-11MdeModulePkg/MdeModulePkg.dec,.uni: Add NULL pointer detection PCDWang, Jian J2-0/+26
2017-10-11MdeModulePkg/DriverSample: Add questions with bit/union VarStoreDandan Bi5-1/+390
2017-10-10MdeModulePkg Core: Propagate PEI-phase FV authentication status to DXEStar Zeng4-17/+72
2017-10-10MdeModulePkg: Update Ppi/Protocol/Guid usage in INF filesLiming Gao10-21/+23
2017-10-10MdeModulePkg: Update modules to consume CalculateCrc32()Liming Gao5-188/+11
2017-10-10MdeModulePkg/Variable/RuntimeDxe: delete and lock OS-created MOR variableLaszlo Ersek2-7/+77
2017-10-10MdeModulePkg/Variable/RuntimeDxe: delay MorLock creation until EndOfDxeLaszlo Ersek1-5/+58
2017-10-10MdeModulePkg/Variable/RuntimeDxe: permit MorLock deletion for passthru reqLaszlo Ersek1-1/+4
2017-10-10MdeModulePkg/Variable/RuntimeDxe: introduce MorLockInitAtEndOfDxe() hookLaszlo Ersek5-0/+44
2017-10-10MdeModulePkg/Variable/RuntimeDxe: move MOR func. declarations to headerLaszlo Ersek4-64/+70
2017-10-10MdeModulePkg/Variable/RuntimeDxe: move SecureBootHook() decl to new headerLaszlo Ersek8-28/+47
2017-10-10MdeModulePkg: Update DxeCore to consume PI EfiGcdMemoryTypePersistentLiming Gao2-4/+4
2017-10-10MdeModulePkg/S3SaveState: Extract arguments in correct orderRuiyu Ni2-6/+6
2017-10-09MdeModulePkg/DxeCore: Add comments for the ASSERT to check NULL ptrHao Wu1-1/+9
2017-10-09MdeModulePkg/PciBus: Count multiple hotplug resource paddingsRuiyu Ni1-47/+22
2017-09-30MdeModulePkg PeiCore: More debug messages for pre-memory allocationsStar Zeng1-1/+13
2017-09-29MdeModulePkg/AtaAtapiPassThru: Fix possible out of range left shiftHao Wu1-2/+2
2017-09-29MdeModulePkg/DxeNetLib: Fix negative value left shiftHao Wu1-1/+1
2017-09-29MdeModulePkg/Tpl: Fix negative value left shiftHao Wu1-3/+9
2017-09-29MdeModulePkg/PrintLib: Fix possible negative value left shiftHao Wu1-1/+1
2017-09-29MdeModulePkg/BdsDxe: Don't delete "BootNext" until booting itRuiyu Ni1-15/+20
2017-09-28MdeModulePkg/DxeNetLib: Check the actual packet size before trim data from Nbuf.Fu Siyuan1-1/+5
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