summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/BDS: Fix a buffer overflow bugRuiyu Ni2017-05-221-8/+8
* MdeModulePkg PCD: Fix TmpTokenSpaceBufferCount not assigned correctlyStar Zeng2017-05-191-0/+1
* MdeModulePkg/PciHostBridgeDxe: Fix EBC build failureDandan Bi2017-05-181-2/+2
* MdeModulePkg/PciBus: Add IOMMU support.Jiewen Yao2017-05-174-4/+54
* MdeModulePkg/PciHostBridge: Add IOMMU support.Jiewen Yao2017-05-174-0/+102
* MdeModulePkg/Include: Add IOMMU protocol definition.Jiewen Yao2017-05-172-0/+262
* MdeModulePkg/UfsPassThruDxe: Fix typo in UfsPassThruGetTargetLun()Hao Wu2017-05-171-2/+2
* MdeModulePkg SmiHandlerProfile: Fix memory leak in DumpSmiChildContextStar Zeng2017-05-122-2/+14
* MdeModulePkg CapsuleApp: Fix mixed EOL format issueStar Zeng2017-05-111-1/+1
* MdeModulePkg/FormDisplay: Make the LineWidth of option consistentDandan Bi2017-05-111-1/+1
* MdeModulePkg: Addressing TCP Window Retraction when window scale factor is used.Fu Siyuan2017-05-093-11/+44
* MdeModulePkg: Add wnd scale check before shrinking window.Fu Siyuan2017-05-091-5/+24
* MdeModulePkg: Update DEC/DSC version from 0.96 to 0.97Tian, Feng2017-05-052-3/+3
* MdeModulePkg: Fix issue the iSCSI client can not send reset packet correctly.Zhang, Lubo2017-05-021-9/+9
* MdeModulePKg/BDS: Build meaningful description for Wi-Fi boot optionRuiyu Ni2017-04-261-5/+23
* MdeModulePkg/Ip4Dxe: Refine the IPv4 configuration help infoJiaxin Wu2017-04-252-3/+4
* MdeModulePkg: Update PiSmmCore to set correct ImageAddress into LoadedImageLiming Gao2017-04-251-2/+2
* MdeModulePkg PiSmmIpl: Fix the issue in LMFA featureLiming Gao2017-04-251-6/+6
* MdeModulePkg/UfsPciHc: Avoid overriding return value in BindingStartHao Wu2017-04-251-7/+6
* MdeModulePkg/UfsPciHc: Remove unused field in UfsHc private structHao Wu2017-04-252-5/+3
* MdeModulePkg: Discard received broadcast message in DxeIpIoLib.Fu Siyuan2017-04-241-0/+6
* MdeModulePkg/NvmExpressDxe: Handling return of write to sq and cq dbSuman Prakash2017-04-241-2/+6
* MdeModulePkg/PiSmmCore: Remove redundant PoolTail pointer assignmentHao Wu2017-04-241-4/+4
* MdeModulePkg/DeviceManagerUiLib: Fix the network device MAC display issueJiaxin Wu2017-04-212-6/+10
* MdeModulePkg/Mtftp4Dxe: Add invalid ServerIp check during MTFTP configurationJiaxin Wu2017-04-211-1/+5
* MdeModulePkg/Ip4Dxe: Fix the incorrect RemoveEntryListJiaxin Wu2017-04-211-2/+2
* MdeModulePkg/FirmwarePerformanceDxe: Error Level is not used correctlyJeff Fan2017-04-211-2/+2
* MdeModulePkg/UefiBootManagerLib: Avoid buggy USB short-form expandingRuiyu Ni2017-04-201-17/+26
* MdeModulePkg PiSmmCore: Enhance SMM FreePool to catch buffer overflowStar Zeng2017-04-202-5/+61
* MdeModulePkg/Ufs: Wait fDeviceInit be cleared by devices during initHao Wu2017-04-203-256/+267
* MdeModulePkg/UfsPassThruDxe: Replace 'EFI_D_XXX' with 'DEBUG_XXX'Hao Wu2017-04-202-48/+48
* MdeModulePkg/TerminalDxe: Avoid always append device path to *DevRuiyu Ni2017-04-201-8/+59
* MdeModulePkg/HiiDB: Avoid incorrect results of multiplicationDandan Bi2017-04-181-12/+12
* MdeModulePkg/BMMUiLib: Update codes of initializing ConsoleXXXCheck arrayDandan Bi2017-04-181-1/+25
* MdeModulePkg/BootManagerMenu: Add assertion to indicate no DIV by 0Ruiyu Ni2017-04-141-1/+2
* MdeModulePkg CapsuleApp: Add directory supportStar Zeng2017-04-143-302/+94
* MdeModulePkg/DxeCore: Add ASSERT to ensure no subtract underflowHao Wu2017-04-141-0/+5
* MdeModulePkg/PiSmmCore: Fix potentially uninitialized local variableHao Wu2017-04-141-1/+4
* MdeModulePkg DxeCore: Fix issue to print GUID value %g without pointerLiming Gao2017-04-141-1/+1
* MdeModulePkg BrotliLib: Fix the regression logic issue in loopLiming Gao2017-04-141-3/+4
* MdeModulePkg/UsbBotPei: Fix undefined behavior in signed left shiftHao Wu2017-04-131-3/+3
* MdeModulePkg/UfsBlkIoPei: Fix undefined behavior in signed left shiftHao Wu2017-04-131-3/+3
* MdeModulePkg/IdeBusPei: Fix undefined behavior in signed left shiftHao Wu2017-04-131-2/+2
* MdeModulePkg/ScsiDiskDxe: Fix undefined behavior in signed left shiftHao Wu2017-04-131-2/+2
* MdeModulePkg/Dxe/Image: Restore mCurrentImage on all pathsHao Wu2017-04-131-0/+6
* MdeModulePkg: Fix BrotliCustomDecompressLib potential issueSong, BinX2017-04-122-4/+9
* MdeModulePkg: Error Level is not used correctlyJeff Fan2017-04-127-18/+18
* MdeModulePkg RegularExpressionDxe: Remove GCC -fno-builtin optionLiming Gao2017-04-071-1/+0
* MdeModulePkg/UefiBootManagerLib: Enhance short-form expanding logicRuiyu Ni2017-04-073-268/+475
* MdeModulePkg/CpuExceptionHandlerLib: Add DumpCpuContext()Jeff Fan2017-04-072-2/+29