summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2018-01-26MdeModulePkg/Partition: Fix media probeRuiyu Ni1-3/+7
2018-01-25MdeModulePkg/UefiBootManagerLib: Skip the DNS device path node check.Jiaxin Wu1-1/+9
2018-01-24MdeModulePkg/NvmExpressDxe: Fix data buffer not mapped for Write cmdHao Wu1-2/+3
2018-01-24MdeModulePkg/PciBusDxe: Install PciEnumerationComplete after PciIoRuiyu Ni2-12/+13
2018-01-24MdeModulePkg/PciBusDxe: reference gFullEnumeration in one fileRuiyu Ni3-42/+38
2018-01-22MdeModulePkg: Update package version to 0.98Star Zeng2-4/+4
2018-01-22MdeModulePkg/UsbStorage: Fix "map -r" cannot detect media changeRuiyu Ni1-4/+15
2018-01-19MdeModulePkg/Core: fix a logic hole in page freeJian J Wang3-36/+29
2018-01-19MdeModulePkg DxeIpl: remove the hard code alignment adjustment in Decompress()Liming Gao1-13/+3
2018-01-19MdeModulePkg DxeIpl: remove the hard code alignment adjustment.Liming Gao1-7/+2
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-18MdeModulePkg/PiSmmCore: remove NX attr for SMM RAMJian J Wang1-2/+16
2018-01-17MdeModulePkg/DxeIpIoLib: Fixed the error ASSERT incorrectly used in IpIoAddIp().Wang Fan1-1/+1
2018-01-16MdeModulePkg: Update DebugSupportDxe to pass XCODE5 buildLiming Gao1-3/+3
2018-01-16MdeModulePkg/FrameBufferBltLib: Fix copying of unaligned memoryRuiyu Ni1-0/+2
2018-01-16MdeModulePkg/FrameBufferBltLib: Fix a bug causing display corruptedRuiyu Ni1-21/+25
2018-01-16MdeModulePkg/FrameBufferBltLib: Use UINT32 type for internal dataRuiyu Ni1-11/+10
2018-01-16MdeModulePkg: Did some code enhancement for DxeIpIoLib.Wang Fan2-21/+52
2018-01-16MdeModulePkg: Freed the received packet buffer if it is not expected.Wang Fan1-4/+14
2018-01-16MdeModulePkg/EhciDxe: call EhcFreeUrb when int-transfer completesRuiyu Ni1-1/+2
2018-01-15MdeModulePkg/DebugLib: Print partial when format string is too longRuiyu Ni1-4/+7
2018-01-12MdeModulePkg/Ip4Dxe: Add an independent timer for reconfig checkingWang Fan3-22/+83
2018-01-12MdeModulePkg/DxeNetLib: Add array range check in NetIp6IsNetEqual().Wang Fan2-6/+52
2018-01-11MdeModulePkg/Dhcp4Dxe: Free NET_BUF data after sent out to avoid memory leakWang Fan2-27/+19
2018-01-10MdeModulePkg/VarCheckHii: Update data type for variable "ArrayIndex"Bi, Dandan1-3/+3
2018-01-10MdeModulePkg/PciBus: Change switch-case to if-else to fix EBC buildRuiyu Ni1-13/+7
2018-01-10MdeModulePkg/MdeModulePkg.uni: clarify Heap Guard usageJian J Wang1-2/+10
2018-01-10MdeModulePkg/MdeModulePkg.dec: clarify Heap Guard usageJian J Wang1-0/+12
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-09MdeModulePkg/DxeUdpIoLib: Did some code enhancement for UdpIoLibWang Fan2-30/+80
2018-01-08MdeModulePkg/PciBus: Reserve Bus number for non-root and root HPBsRuiyu Ni1-2/+2
2018-01-08MdeModulePkg/PciBusDxe: cope with HPCs that request no bus nr paddingRuiyu Ni1-5/+14
2018-01-04MdeModulePkg/DxeNetLib: Fix an error in packet length counting.Wang Fan1-2/+1
2018-01-04MdeModulePkg/DxeNetLib: Add parameter check and ASSERT handling.Wang Fan1-14/+105
2018-01-04MdeModulePkg/DxeNetLib: Fix a potential issue in macro definition.Wang Fan1-1/+1
2018-01-03MdeModulePkg: Add error handling when IP address is Class EWang Fan1-3/+12
2018-01-02MdeModulePkg/DxePrintLibPrint2Protocol: Fix incomplete print outputWang, Jian J1-2/+6
2018-01-02MdeModulePkg VarCheckPcd: Make sure the bin at required alignmentStar Zeng1-1/+5
2018-01-02MdeModulePkg VarCheckHii: Make sure the bin at required alignmentStar Zeng1-0/+4
2017-12-29MdeModulePkg/DxePrintLibPrint2Protocol: fix GCC5 build breakWang, Jian J1-1/+1
2017-12-28MdeModulePkg PeiCore: Update debug message to print FV handle correctlyLiming Gao1-1/+1
2017-12-28MdeModulePkg HiiDataBase: Fix the potential NULL pointer accessLiming Gao1-3/+8
2017-12-28MdeModulePkg/DxePrintLibPrint2Protocol: Fix error in Precision position calcu...Jian J Wang1-2/+5
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-27MdeModulePkg/DxeHttpLib: Refine some coding style.Jiaxin Wu2-62/+60
2017-12-27MdeModulePkg/DxeHttpLib: Correct some return Status.Jiaxin Wu2-7/+9