summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg CapsuleApp: Prompt info for -C optionStar Zeng2018-07-272-5/+14
* MdeModulePkg CapsuleApp: Index need be decimal for -P GET optionStar Zeng2018-07-271-5/+8
* MdeModulePkg CapsuleApp: Refine -N option help informationStar Zeng2018-07-271-1/+2
* MdeModulePkg CapsuleApp: Fix -D failed to dump Nest FMP capsuleStar Zeng2018-07-271-1/+1
* MdeModulePkg CapsuleApp: Fix VS2012 build failure caused by 5410502Star Zeng2018-07-271-10/+10
* MdeModulePkg DxeCapsuleLibFmp: Refine the code to check FmpImageSizeStar Zeng2018-07-271-4/+4
* MdeModulePkg/DxeCore: Not update RtCode in MemAttrTable after EndOfDxeJiewen Yao2018-07-261-0/+13
* MdeModulePkg/DxeCore: Install UEFI mem attrib table at EndOfDxe.Jiewen Yao2018-07-261-1/+35
* MdeModulePkg CapsuleApp: Use EFI_UNSUPPORTED for incorrect Argc caseStar Zeng2018-07-231-7/+8
* MdeModulePkg CapsuleApp: Check capsule header before using its FlagsStar Zeng2018-07-231-0/+38
* MdeModulePkg CapsuleApp: Show clear message when option is unrecognizedStar Zeng2018-07-231-0/+7
* MdeModulePkg CapsuleApp: Do not parse bits in CapsuleFlags of ESRTStar Zeng2018-07-231-3/+0
* MdeModulePkg CapsuleApp: Fix memory leak in DumpFmpImage()Star Zeng2018-07-231-0/+2
* MdeModulePkg CapsuleApp: Check Arg count for -P GET optionStar Zeng2018-07-231-4/+15
* MdeModulePkg/ResetSystemRuntimeDxe: Add more info in debug messageRuiyu Ni2018-07-191-1/+4
* MdeModulePkg/[Pei|Dxe]ResetSystemLib: Add PPI/Protocol dependencyRuiyu Ni2018-07-192-0/+5
* MdeModulePkg/ResetUtilityLib: Add pack(1) for reset data structureRuiyu Ni2018-07-191-1/+8
* MdeModulePkg/SmmCorePerformanceLib: Update mPerformanceLengthDandan Bi2018-07-191-4/+4
* MdeModulePkg UsbBusPei: Fix wrong buffer length used to read hub descStar Zeng2018-07-182-74/+38
* MdeModulePkg UsbBusDxe: Fix wrong buffer length used to read hub descStar Zeng2018-07-182-78/+32
* MdeModulePkg CapsuleApp: Fix typo EFI_CAPSULE_RPORT_GUIDStar Zeng2018-07-131-1/+1
* MdeModulePkg CapsuleApp: Refine -D option help informationStar Zeng2018-07-131-3/+3
* MdeModulePkg CapsuleApp: Check Arg count for -D optionStar Zeng2018-07-131-0/+4
* MdeModulePkg/DxeCapsuleLibFmp: pass progress callback only if it worksArd Biesheuvel2018-07-131-3/+10
* MdeModulePkg CapsuleApp: Fix NestedCapsuleHeader->Flags assigned wrongStar Zeng2018-07-111-1/+1
* MdeModulePkg DxeCapsuleLibFmp: Fix typo 'Press' to 'Process'Star Zeng2018-07-111-1/+1
* MdeModulePkg DxeCapsuleLibFmp: Fix wrong Index is usedStar Zeng2018-07-091-1/+1
* MdeModulePkg/BmpSupportLib: Check PixelHeight/PixelWidth against 0Ruiyu Ni2018-07-091-0/+9
* MdeModulePkg/BmpSupportLib: Correct debug messageRuiyu Ni2018-07-091-2/+2
* MdeModulePkg/DxeCapsuleLibFmp: Add progress bar supportKinney, Michael D2018-07-095-36/+131
* MdeModulePkg/DisplayUpdateProgressLib: Fix ECC issuesDandan Bi2018-07-092-4/+4
* MdeModulePkg: Add DisplayUpdateProgressLib instancesMichael D Kinney2018-07-097-0/+801
* MdeModulePkg: Add DisplayUpdateProgressLib classMichael D Kinney2018-07-093-0/+131
* MdeModulePkg EsrtFmpDxe: Use EfiBootServicesData for ESRT tableStar Zeng2018-07-091-2/+2
* MdeModulePkg: Fix coding style issues in file/function commentsDandan Bi2018-07-095-6/+14
* MdeModulePkg/BmpSupportLib: Refine type cast for pointer subtractionHao Wu2018-07-091-1/+1
* MdeModulePkg/EsrtFmpDxe: Add EsrtFmpDxe moduleMichael D Kinney2018-07-096-0/+755
* MdeModulePkg/BootGraphicsResourceDxe: Add Boot Logo 2 ProtocolMichael D Kinney2018-07-062-15/+197
* MdeModulePkg: Add Boot Logo 2 ProtocolKinney, Michael D2018-07-062-0/+121
* MdeModulePkg/DxeCapsuleLibFmp: Use BmpSupportLibMichael D Kinney2018-07-064-264/+12
* MdeModulePkg/BootGraphicsResourceTableDxe: Use BmpSupportLibMichael D Kinney2018-07-062-232/+197
* MdeModulePkg: Add BmpSupportLib class and instanceKinney, Michael D2018-07-066-1/+765
* MdeModulePkg: Make sure ResetSystemRuntimeDxe uses ResetSystemLibNullRuiyu Ni2018-06-081-1/+4
* MdeModulePkg/DxeResetSystemLib: Avoid depending on UefiRuntimeLibRuiyu Ni2018-06-082-8/+7
* MdeModulePkg CapsuleApp: Check Buffer against NULL before freeing itStar Zeng2018-06-051-2/+5
* MdeModulePkg/PciBus: Use actual max bus # for subordinary bus #Ruiyu Ni2018-05-251-1/+38
* MdeModulePkg/UsbKb: fix shell edit cannot read '!@#$%^&*' charactersRuiyu Ni2018-03-261-1/+2
* MdeModulePkg/CapsuleApp: Fix logic bug in CleanGatherList()Michael D Kinney2018-03-221-2/+2
* MdeModulePkg/DxeMain: Fix BSP interrupts reenabled in ExitBootServicesHao Wu2018-03-201-3/+3
* MdeModulePkg/PciHostBridgeLib.h: add address TranslationHeyi Guo2018-03-191-0/+19