summaryrefslogtreecommitdiffstats
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
* SecurityPkg/Tcg2Smm: Correct function parameter attributeZhang, Chao B2018-07-271-4/+4
* MdeModulePkg/DxeCore: Not update RtCode in MemAttrTable after EndOfDxeJiewen Yao2018-07-261-0/+13
* UefiCpuPkg/PiSmmCpu: Check EFI_RUNTIME_RO in UEFI mem attrib table.Jiewen Yao2018-07-263-3/+75
* MdePkg/SmmMemLib: Check EFI_MEMORY_RO in UEFI mem attrib table.Jiewen Yao2018-07-262-4/+60
* MdeModulePkg/DxeCore: Install UEFI mem attrib table at EndOfDxe.Jiewen Yao2018-07-261-1/+35
* UefiCpuPkg/PiSmmCpu: Check for untested memory in GCDJiewen Yao2018-07-261-24/+120
* MdePkg/SmmMemLib: Check for untested memory in GCDJiewen Yao2018-07-262-6/+93
* NetworkPkg/NetworkPkg.dsc: Add the instance of library class [SafeIntLib].Jiaxin Wu2018-07-251-0/+1
* BaseTools: Correct _PCD_PATCHABLE_TokenName_SIZE's valueYonghong Zhu2018-07-251-2/+1
* 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
* UefiCpuPkg/MpInitLib: Remove useless code.Eric Dong2018-07-201-15/+0
* UefiCpuPkg/MpInitLib: Fix S3 resume hang issue.Eric Dong2018-07-194-2/+116
* 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
* BaseTools: Remove the duplicate Pcd itemsYonghong Zhu2018-07-181-1/+1
* BaseTools/BinToPcd: Follow PEP-8 indent of 4 spacesKinney, Michael D2018-07-181-178/+178
* BaseTools/BinToPcd: Update for Python 3 compatibilityKinney, Michael D2018-07-181-41/+40
* BaseTools/BinToPcd: --offset must be 8-byte alignedKinney, Michael D2018-07-181-1/+13
* BaseTools/BinToPcd: Clarify error message for --type HIIKinney, Michael D2018-07-181-5/+2
* BaseTools/BinToPcd: Fix typo in error messagesKinney, Michael D2018-07-181-4/+4
* BaseTools/BinToPcd: Add support for multiple binary input filesKinney, Michael D2018-07-181-29/+54
* 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
* BaseTools: Fix the bug to remove the extra guid infoYonghong Zhu2018-07-181-2/+3
* 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
* SignedCapsulePkg SystemFirmwareUpdate: Fix typo EFI_SECURITY_VIOLATIOStar Zeng2018-07-134-11/+11
* IntelSiliconPkg MicrocodeUpdate: Fix typo EFI_SECURITY_VIOLATIOStar Zeng2018-07-132-10/+10
* MdePkg FirmwareManagement.h: Fix typo EFI_SECURITY_VIOLATIOStar Zeng2018-07-131-6/+7
* MdeModulePkg/DxeCapsuleLibFmp: pass progress callback only if it worksArd Biesheuvel2018-07-131-3/+10
* SignedCapsulePkg SystemFirmwareUpdateDxe: Fix failure caused by d69d922Star Zeng2018-07-131-5/+16
* SignedCapsulePkg/SystemFirmwareReportDxe: Pass thru on same handleKinney, Michael D2018-07-131-3/+7
* SignedCapsulePkg/SystemFirmwareUpdateDxe: Single FMPKinney, Michael D2018-07-131-21/+322
* MdeModulePkg CapsuleApp: Fix NestedCapsuleHeader->Flags assigned wrongStar Zeng2018-07-111-1/+1
* SignedCapsulePkg RecoveryModuleLoadPei: Fix typo 'Press' to 'Process'Star Zeng2018-07-111-2/+2
* MdeModulePkg DxeCapsuleLibFmp: Fix typo 'Press' to 'Process'Star Zeng2018-07-111-1/+1