summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* MdeModulePkg: Remove unsupported PcdExpression usage in module INFLiming Gao2017-04-064-13/+13
* MdeModulePkg: move PlatformHasAcpiGuid from EmbeddedPkgArd Biesheuvel2017-04-052-0/+38
* MdeModulePkg/UefiHiiLib:Fix incorrect comparison expressionDandan Bi2017-04-051-2/+3
* MdeModulePkg/DxeHttpLib: Avoid the pointless comparison of UINTN with zeroJiaxin Wu2017-04-012-2/+1
* MdeModulePkg/SmmCore: Fix memory leak on Profile unregistered.Jiewen Yao2017-03-311-1/+6
* MdeModulePkg/DxeHttpLib: Fix the incorrect return status if URI port is invalidJiaxin Wu2017-03-302-1/+19
* MdeModulePkg/PeiCore: avoid EFI_IMAGE_MACHINE_TYPE_SUPPORTED to check archArd Biesheuvel2017-03-291-3/+5
* MdeModulePkg/DxeCore: add missing id-to-string mapping for AARCH64Ard Biesheuvel2017-03-291-1/+2
* MdeModulePkg: Add Brotli algorithm decompression librarySong, BinX2017-03-2915-8/+697
* MdeModulePkg: Copy Brotli algorithm 3rd party source code for librarySong, BinX2017-03-2920-0/+15026
* MdeModulePkg/MemoryProtection: Fix coding style issueDandan Bi2017-03-281-1/+1
* MdeModulePkg/Network: Fix potential ASSERT if NetIp4IsUnicast is calledJiaxin Wu2017-03-235-12/+16
* MdeModulePkg/MemoryProtection: split protect and unprotect pathsArd Biesheuvel2017-03-211-50/+35
* MdeModulePkg/BootGraphicsResourceTableDxe: don't allocate below 4 GBArd Biesheuvel2017-03-211-38/+3
* MdeModulePkg/AcpiTableDxe: consider version mask when removing tablesArd Biesheuvel2017-03-211-2/+5