summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal
AgeCommit message (Expand)AuthorFilesLines
2018-03-19MdeModulePkg: Fix coding style issues in file/function commentsDandan Bi2-5/+11
2018-03-13MdeModulePkg/Mtftp4Dxe: Fix the incorrect return status.Jiaxin Wu1-11/+11
2018-03-13MdeModulePkg PCD: Remove unused PCD attribute PCD_TYPE_SKU_ENABLEDGao, Liming4-8/+4
2018-03-08MdeModulePkg/DriverSampleDxe: Refine the sample case for UNION typeDandan Bi3-20/+6
2018-03-07MdeModulePkg/NullMemoryTest: Fix bug in CompatibleRangeTestRuiyu Ni1-9/+46
2018-03-07MdeModulePkg/NullMemoryTest: Change prototype of ConvertToTestedMemoryRuiyu Ni1-13/+24
2018-03-06MdeModulePkg/Terminal: ReadKeyStrokeEx always return key stateRuiyu Ni1-5/+4
2018-03-03MdeModulePkg/Mtftp4Dxe: Separate the timer ticking to calculate the packet li...Fu Siyuan5-21/+97
2018-02-28MdeModulePkg/BootGraphicsResourceDxe: Add Boot Logo 2 ProtocolMichael D Kinney2-15/+197
2018-02-27MdeModulePkg PCD: Fix the issue to set the big SkuIdLiming Gao1-1/+1
2018-02-27MdeModulePkg PCD: Add more debug message to show SkuId updateLiming Gao2-2/+10
2018-02-27MdeModulePkg/NullMemoryTest: Handle more reliable memoryRuiyu Ni1-29/+46
2018-02-27MdeModulePkg/GenericMemoryTest: Handle more reliable memoryRuiyu Ni1-25/+50
2018-02-26MdeModulePkg SmmLockBox: Return updated Length for EFI_BUFFER_TOO_SMALLStar Zeng1-1/+4
2018-02-26MdeModulePkg/RamDiskDxe: Perform MediaId check first in BlkIo servicesHao Wu1-15/+15
2018-02-23MdeModulePkg: use central variable definitions in DriverSampleDxeLeif Lindholm1-8/+1
2018-02-12MdeModulePkg/BdsDxe: Remove useless perf CodeDandan Bi3-60/+3
2018-02-11MdeModulePkg/BootGraphicsResourceTableDxe: Use BmpSupportLibMichael D Kinney2-232/+197
2018-02-11MdeModulePkg/EsrtFmpDxe: Add EsrtFmpDxe moduleMichael D Kinney5-0/+754
2018-02-09MdeModulePkg/DriverSampleDxe: Make bit fields aligned in C structureBi, Dandan1-0/+11
2018-02-09MdeModulePkg/ResetSystemPei: Add reset notifications in PEIBret Barkelew3-3/+21
2018-02-09MdeModulePkg: Add ResetSystemPei PEIMRuiyu Ni5-0/+586
2018-02-09MdeModulePkg/ResetSystemRuntimeDxe: Add more debug messageRuiyu Ni1-44/+44
2018-02-09MdeModulePkg/ResetSystemRuntimeDxe: Add platform filter and handlerMichael D Kinney3-7/+82
2018-02-08MdeModulePkg/FirmwarePerfSmm:Enhance for new pref infrastructureDandan Bi2-26/+10
2018-02-08MdeModulePkg/FirmwarePerfDxe:Enhance for new pref infrastructureDandan Bi2-247/+52
2018-02-08MdeModulePkg/FirmwarePerformancePei:Add FPDT records for S3 phaseDandan Bi2-2/+62
2018-02-05MdeModulePkg/PXE: Add warning message for PXE if failed to read system GUID f...Fu Siyuan1-1/+4
2018-02-01MdeModulePkg/ConSplitter: ReadKeyStrokeEx always return key stateRuiyu Ni2-25/+151
2018-01-26MdeModulePkg/Partition: Fix media probeRuiyu Ni1-3/+7
2018-01-19MdeModulePkg SectionExtractionPei: remove the hard code alignment adjustmentLiming Gao1-7/+2
2018-01-18MdeModulePkg/BootScriptExecutorDxe: remove NX attr for FfsBufferJian J Wang3-0/+16
2018-01-16MdeModulePkg: Update DebugSupportDxe to pass XCODE5 buildLiming Gao1-3/+3
2018-01-12MdeModulePkg/Ip4Dxe: Add an independent timer for reconfig checkingWang Fan3-22/+83
2018-01-11MdeModulePkg/Dhcp4Dxe: Free NET_BUF data after sent out to avoid memory leakWang Fan2-27/+19
2018-01-10MdeModulePkg/IScsiDxe: Set ExitBootServiceEvent to NULL after close it.Jiaxin Wu1-4/+7
2018-01-10MdeModulePkg: Freed packet buffer when error occurs to avoid memory leak.Wang Fan1-1/+5
2018-01-10MdeModulePkg: Fixed two issues when error occurs in Mtftp4Start.Wang Fan1-8/+12
2018-01-03MdeModulePkg: Add error handling when IP address is Class EWang Fan1-3/+12
2017-12-28MdeModulePkg HiiDataBase: Fix the potential NULL pointer accessLiming Gao1-3/+8
2017-12-27MdeModulePkg HiiDataBase: Fix the potential NULL pointer referenceLiming Gao1-4/+6
2017-12-27MdeModulePkg Variable: Use boolean type value instead of expressionLiming Gao1-1/+1
2017-12-26MdeModulePkg HiiDataBaseDxe: Add the check for the memory allocation returnLiming Gao1-0/+9
2017-12-26MdeModulePkg Variable: Update Pointer Minus with UINTN typeLiming Gao1-1/+1
2017-12-25MdeModulePkg HiiDataBaseDxe: Initialize the local variable before referenceLiming Gao1-0/+3
2017-12-25MdeModulePkg: Update PCD driver to support the optimized PcdDataBaseLiming Gao7-451/+321
2017-12-25MdeModulePkg PCD: Enable Firmware to retrieve the default settingLiming Gao3-1/+111
2017-12-25MdeModulePkg HiiDataBase: Enable Firmware to retrieve the default settingLiming Gao3-2/+523
2017-12-25MdeModulePkg VariableDxe: Update it supports normal format variable storageLiming Gao1-1/+112
2017-12-22MdeModulePkg/Ip4Dxe: Clean up IP4 interface if failed to open ARP protocol.Fu Siyuan1-0/+1