summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/MdeModulePkg.dsc: Add FMP related component.Jiewen Yao2016-11-081-0/+10
* MdeModulePkg/UiApp: Show test key warning info in FrontPage.Jiewen Yao2016-11-083-2/+18
* MdeModulePkg/CapsuleApp: Add CapsuleApp application.Jiewen Yao2016-11-086-0/+2148
* MdeModulePkg/Esrt: Add ESRT_FW_TYPE_SYSTEMFIRMWARE check.Jiewen Yao2016-11-082-3/+37
* MdeModulePkg/DxeCapsuleLibFmp: Add DxeCapsuleLibFmp instance.Jiewen Yao2016-11-0810-0/+2795
* MdeModulePkg/DxeCapsuleLibNull: Add ProcessCapsules() interface.Jiewen Yao2016-11-081-3/+45
* MdeModulePkg/FmpAuthenticationLibNull: Add NULL instance FMP.Jiewen Yao2016-11-083-0/+128
* MdeModulePkg/MdeModulePkg.dec: Add capsule related definition.Jiewen Yao2016-11-081-0/+73
* MdeModulePkg/CapsuleLib: Add ProcessCapsules() API.Jiewen Yao2016-11-081-3/+43
* MdeModulePkg/Include: Add FmpAuthenticationLib header.Jiewen Yao2016-11-081-0/+66
* MdeModulePkg/PCD: Fix PcdGetNextToken may get a wrong PCD tokenCinnamon Shia2016-11-032-9/+15
* MdeModulePkg/FrameBufferBltLib: Change module type to UEFI_DRIVERSong, BinX2016-11-031-1/+1
* MdeModulePkg LzmaDecompressLib: Update LZMA to new 16.04 versionLiming Gao2016-11-0319-998/+1499
* MdeModulePkg/Xhci: Change short packet debug message to verbose levelFeng Tian2016-11-012-2/+2
* MdeModulePkg/AtaAtapiPassThru: update AtaStatusBlock after cmd execFeng Tian2016-11-011-10/+29
* MdeModulePkg: Check for NULL pointer before dereference it.Fu Siyuan2016-10-311-4/+8
* MdeModulePkg: Fix the wrong Timer event checkJiaxin Wu2016-10-311-1/+1
* MdeModulePkg: Update IP4 stack drivers for classless address unicast check.Fu Siyuan2016-10-2814-77/+83
* MdeModulePkg: Update NetLib interface to support classless addressing.Fu Siyuan2016-10-282-23/+26
* MdeModulePkg/TerminalDxe: Fix IA32 VS2015x86 build breakMichael Kinney2016-10-271-3/+3
* MdeModulePkg PeiCore: Make sure FvInfo has FFS2 format if Ffs2Guid FvFormatStar Zeng2016-10-271-0/+14
* MdeModulePkg/Variable/RuntimeDxe: rebase to ARRAY_SIZE()Laszlo Ersek2016-10-271-1/+1
* MdeModulePkg/Tcp4Dxe: rebase to ARRAY_SIZE()Laszlo Ersek2016-10-271-1/+1
* MdeModulePkg/EbcDxe: rebase to ARRAY_SIZE()Laszlo Ersek2016-10-271-1/+1
* MdeModulePkg/DisplayEngineDxe: rebase to ARRAY_SIZE()Laszlo Ersek2016-10-272-5/+5
* MdeModulePkg/BdsDxe: rebase to ARRAY_SIZE()Laszlo Ersek2016-10-271-1/+1
* MdeModulePkg/Logo: rebase to ARRAY_SIZE()Laszlo Ersek2016-10-271-1/+1
* MdeModulePkg/VarCheckHiiLib: rebase to ARRAY_SIZE()Laszlo Ersek2016-10-272-3/+3
* MdeModulePkg/UefiBootManagerLib: rebase to ARRAY_SIZE()Laszlo Ersek2016-10-274-5/+5
* MdeModulePkg/BootManagerUiLib: rebase to ARRAY_SIZE()Laszlo Ersek2016-10-271-3/+3
* MdeModulePkg/BootMaintenanceManagerUiLib: rebase to ARRAY_SIZE()Laszlo Ersek2016-10-274-15/+15
* MdeModulePkg/Core/PiSmmCore: rebase to ARRAY_SIZE()Laszlo Ersek2016-10-272-4/+4
* MdeModulePkg/Core/Dxe: rebase to ARRAY_SIZE()Laszlo Ersek2016-10-271-1/+1
* MdeModulePkg/UsbBusDxe: rebase to ARRAY_SIZE()Laszlo Ersek2016-10-271-2/+2
* MdeModulePkg/PciHostBridgeDxe: rebase to ARRAY_SIZE()Laszlo Ersek2016-10-271-1/+1
* MdeModulePkg/PciBusDxe: rebase to ARRAY_SIZE()Laszlo Ersek2016-10-271-1/+1
* MdeModulePkg/MemoryProfileInfo: rebase to ARRAY_SIZE()Laszlo Ersek2016-10-271-3/+3
* MdeModulePkg/RegularExpressionDxe: remove module-local ARRAY_SIZE macroLaszlo Ersek2016-10-271-4/+0
* MdeModulePkg/RegularExpressionDxe: guard the definition of ARRAY_SIZELaszlo Ersek2016-10-271-0/+2
* MdeModulePkg/Universal: Fix typos in commentsGary Lin2016-10-2731-60/+60
* MdeModulePkg/Library: Fix typos in comments and variablesGary Lin2016-10-2719-50/+50
* MdeModulePkg/Include: Fix typos in commentsGary Lin2016-10-275-28/+28
* MdeModulePkg/Core: Fix typos in commentsGary Lin2016-10-2716-36/+36
* MdeModulePkg/Bus: Fix typos in commentsGary Lin2016-10-2723-56/+56
* MdeModulePkg: BootManagerMenuApp: Fix typos in commentsGary Lin2016-10-271-9/+9
* MdeModulePkg/TerminalDxe: Handle more keys with TtyTermBrian J. Johnson2016-10-271-3/+21
* MdeModulePkg/TerminalDxe: Optimize TtyTerm cursor motionBrian J. Johnson2016-10-272-5/+33
* MdeModulePkg/TerminalDxe: Improve TtyTerm cursor position trackingBrian J. Johnson2016-10-271-0/+25
* MdeModulePkg LoadFileOnFv2: Correct the parameter name in function commentLiming Gao2016-10-251-1/+1
* MdeModulePkg/HiiDatabaseDxe.inf: Correct the GUID usagesRuiyu Ni2016-10-251-2/+2