summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Update IP4 driver to check for NULL pointer before using.Fu Siyuan2018-06-281-20/+17
* MdeModulePkg: Clean up source filesLiming Gao2018-06-28485-6846/+6846
* MdeModulePkg: Use new added Perf macrosBi, Dandan2018-06-261-11/+10
* MdeModulePkg/CapsuleRuntimeDxe: Fix ECC issueDandan Bi2018-06-262-1/+6
* MdeModulePkg BdsDxe: Correct VariableLockProtocol usage to match code logicLiming Gao2018-06-251-1/+1
* MdeModulePkg/NetworkPkg: Checking for NULL pointer before use.Fu Siyuan2018-06-211-2/+5
* MdeModulePkg/CapsuleRuntimeDxe: clean the capsule payload to DRAMArd Biesheuvel2018-06-155-29/+213
* MdeModulePkg Variable: Use comparison logic to check UINTN parameterLiming Gao2018-06-122-14/+14
* MdeModulePkg: Remove X86 ASM and S filesLiming Gao2018-06-0719-3339/+5
* MdeModulePkg/FirmwarePerformanceDataTableDxe: use AllocatePeiAccessiblePagesArd Biesheuvel2018-05-292-42/+10
* MdeModulePkg Variable: Fix XCODE5 varargs warningLiming Gao2018-05-232-2/+2
* MdeModulePkg Variable: Fix the returned status in UpdateVariableStorecinnamon shia2018-05-141-3/+5
* MdeModulePkg Variable: Fix a corner case issue about setting a variablecinnamon shia2018-05-141-3/+3
* MdeModulePkg/AcpiPlatformDxe: Unload after execution.Marvin.Haeuser@outlook.com2018-05-081-2/+5
* MdeModulePkg/Terminal: Check status of OpenProtocol in BindingStartRuiyu Ni2018-05-031-1/+7
* MdeModulePkg/DriverHealthManagerDxe: Update RouteConfig functionThomas Palmer2018-05-031-0/+3
* MdeModulePkg/RamDiskDxe: Update RouteConfig functionThomas Palmer2018-05-031-1/+3
* MdeModulePkg EsrtFmpDxe: Use EfiBootServicesData for ESRT tableStar Zeng2018-04-251-2/+2
* MdeModulePkg/FPDT: Add error message for unsupported caseDandan Bi2018-04-162-0/+8
* MdeModulePkg/Variable/RuntimeDxe: introduce PcdMaxVolatileVariableSizeLaszlo Ersek2018-03-305-8/+58
* MdeModulePkg Variable: Align TPL level for (Smm)EndOfDxe callbackStar Zeng2018-03-301-2/+2
* MdeModulePkg/PartitionDxe: Add partition type guid to installed handleJeff Brasen2018-03-296-18/+38
* MdeModulePkg: Fix coding style issues in file/function commentsDandan Bi2018-03-192-5/+11
* MdeModulePkg/Mtftp4Dxe: Fix the incorrect return status.Jiaxin Wu2018-03-131-11/+11
* MdeModulePkg PCD: Remove unused PCD attribute PCD_TYPE_SKU_ENABLEDGao, Liming2018-03-134-8/+4
* MdeModulePkg/DriverSampleDxe: Refine the sample case for UNION typeDandan Bi2018-03-083-20/+6
* MdeModulePkg/NullMemoryTest: Fix bug in CompatibleRangeTestRuiyu Ni2018-03-071-9/+46
* MdeModulePkg/NullMemoryTest: Change prototype of ConvertToTestedMemoryRuiyu Ni2018-03-071-13/+24
* MdeModulePkg/Terminal: ReadKeyStrokeEx always return key stateRuiyu Ni2018-03-061-5/+4
* MdeModulePkg/Mtftp4Dxe: Separate the timer ticking to calculate the packet li...Fu Siyuan2018-03-035-21/+97
* MdeModulePkg/BootGraphicsResourceDxe: Add Boot Logo 2 ProtocolMichael D Kinney2018-02-282-15/+197
* MdeModulePkg PCD: Fix the issue to set the big SkuIdLiming Gao2018-02-271-1/+1
* MdeModulePkg PCD: Add more debug message to show SkuId updateLiming Gao2018-02-272-2/+10
* MdeModulePkg/NullMemoryTest: Handle more reliable memoryRuiyu Ni2018-02-271-29/+46
* MdeModulePkg/GenericMemoryTest: Handle more reliable memoryRuiyu Ni2018-02-271-25/+50
* MdeModulePkg SmmLockBox: Return updated Length for EFI_BUFFER_TOO_SMALLStar Zeng2018-02-261-1/+4
* MdeModulePkg/RamDiskDxe: Perform MediaId check first in BlkIo servicesHao Wu2018-02-261-15/+15
* MdeModulePkg: use central variable definitions in DriverSampleDxeLeif Lindholm2018-02-231-8/+1
* MdeModulePkg/BdsDxe: Remove useless perf CodeDandan Bi2018-02-123-60/+3
* MdeModulePkg/BootGraphicsResourceTableDxe: Use BmpSupportLibMichael D Kinney2018-02-112-232/+197
* MdeModulePkg/EsrtFmpDxe: Add EsrtFmpDxe moduleMichael D Kinney2018-02-115-0/+754
* MdeModulePkg/DriverSampleDxe: Make bit fields aligned in C structureBi, Dandan2018-02-091-0/+11
* MdeModulePkg/ResetSystemPei: Add reset notifications in PEIBret Barkelew2018-02-093-3/+21
* MdeModulePkg: Add ResetSystemPei PEIMRuiyu Ni2018-02-095-0/+586
* MdeModulePkg/ResetSystemRuntimeDxe: Add more debug messageRuiyu Ni2018-02-091-44/+44
* MdeModulePkg/ResetSystemRuntimeDxe: Add platform filter and handlerMichael D Kinney2018-02-093-7/+82
* MdeModulePkg/FirmwarePerfSmm:Enhance for new pref infrastructureDandan Bi2018-02-082-26/+10
* MdeModulePkg/FirmwarePerfDxe:Enhance for new pref infrastructureDandan Bi2018-02-082-247/+52
* MdeModulePkg/FirmwarePerformancePei:Add FPDT records for S3 phaseDandan Bi2018-02-082-2/+62
* MdeModulePkg/PXE: Add warning message for PXE if failed to read system GUID f...Fu Siyuan2018-02-051-1/+4