summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* MdeModulePkg CapsuleApp: Add -NR (no-reset) option supportStar Zeng2017-03-211-5/+23
* MdeModulePkg/NvmExpressDxe: Memory leak fix in async code flowSuman Prakash2017-03-213-1/+31
* MdeModulePkg/Core/Dxe: downgrade "CodeSegmentCount is 0" msg to DEBUG_WARNLaszlo Ersek2017-03-201-2/+10
* MdeModulePkg/RamDiskDxe: fix C string literal catenation in info messagesLaszlo Ersek2017-03-201-2/+2
* MdeModulePkg/DxeCapsuleLibFmp: Fix build failureDandan Bi2017-03-202-4/+4
* MdeModulePkg/DxeCore: deal with allocations spanning several memmap entriesArd Biesheuvel2017-03-171-0/+11
* MdeModulePkg/AcpiTableDxe: Not make FADT.{DSDT,X_DSDT} mutual exclusionStar Zeng2017-03-171-54/+34
* MdeModulePkg/LogoDxe: Add missing dependency gEfiHiiImageExProtocolGuidRuiyu Ni2017-03-171-2/+3
* MdeModulePkg/ConPlatform: Support GOP created as PCI's grandsonRuiyu Ni2017-03-173-41/+9
* MdeModulePkg: Fix service binding issue in TCP4 and Ip4 dxe.Zhang Lubo2017-03-177-77/+96
* MdeModulePkg: Fix bug in DxeHttplib when converting port number.Zhang Lubo2017-03-171-1/+5
* MdeModulePkg/Ip4Dxe: Add Ip/Netmask pair check for Ip4Config2Jiaxin Wu2017-03-175-71/+94
* MdeModulePkg/DxeCapsuleLibFmp: Fix build failure issuesDandan Bi2017-03-171-0/+3
* MdeModulePkg/CapsuleLib: Fix runtime issueJiewen Yao2017-03-161-21/+32
* MdeModulePkg BmPerf: Handle "/" separator in debug path for GCC buildStar Zeng2017-03-161-2/+2
* MdeModulePkg PCD: Allow SkuId to be changed only onceStar Zeng2017-03-162-8/+47
* MdeModulePkg DxeCore: Remove unreferenced symbol for memory profileStar Zeng2017-03-151-6/+6
* MdeModulePkg PiSmmCore: Remove unreferenced symbol for SMRAM profileStar Zeng2017-03-151-10/+8
* MdeModulePkg/SdMmc: Add break to avoid dead loop when polling OCR RegFeng Tian2017-03-134-3/+36