summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-08-02FmpDevicePkg FmpDxe: Add EFI_ABORTED in retval of CheckTheImage()Star Zeng1-0/+1
2018-08-02FmpDevicePkg FmpDxe: Check Progress!= NULL before calling Progress(100)Star Zeng1-4/+6
2018-08-02FmpDevicePkg: Add DISABLE_NEW_DEPRECATED_INTERFACES build optionsStar Zeng1-0/+3
2018-08-02FmpDevicePkg: Remove IPFStar Zeng6-6/+6
2018-08-02FmpDevicePkg FmpDxe: Return 0 when LSV check is not requiredStar Zeng1-3/+6
2018-08-02FmpDevicePkg FmpDxe: Update function comment for FmpDxeEntryPointStar Zeng1-1/+1
2018-08-02FmpDevicePkg: Add DSC file to build all package componentsKinney, Michael D1-0/+134
2018-08-02FmpDevicePkg: Add FmpDxe moduleKinney, Michael D8-0/+2480
2018-08-02FmpDevicePkg: Add library instancesKinney, Michael D9-0/+948
2018-08-02FmpDevicePkg: Add package, library classes, and PCDsKinney, Michael D6-0/+855
2018-08-02BaseTools/Capsule: Support capsules without a payload headerKinney, Michael D1-11/+23
2018-08-02BaseTools/Capsule: Prevent traceback during signing operationsKinney, Michael D1-2/+0
2018-08-02BaseTools/Capsule: Update file header with tool limitationsKinney, Michael D1-0/+11
2018-08-02BaseTools/Capsule: Update help for --fw-version and --lsvKinney, Michael D1-2/+2
2018-08-02BaseTools/Capsule: Do not support -o with --dump-infoKinney, Michael D1-0/+4
2018-08-02BaseTools/Capsule: Fix CertType GUID byte orderKinney, Michael D1-1/+1
2018-08-02BaseTools/Capsule: Remove support for PopulateSystemTableKinney, Michael D1-5/+3
2018-08-02BaseTools/Capsule: Add max value checks to Capsule Generation toolsKinney, Michael D1-0/+10
2018-08-02BaseTools GenerateCapsule: Change property to executable for LinuxStar Zeng1-0/+0
2018-08-02BaseTools/Capsule: Add Capsule Generation ToolsKinney, Michael D11-0/+1310
2018-08-02BaseTools: Use pickle to replace cPickleYunhua Feng1-3/+3
2018-08-02BaseTools: remove unused import threadYunhua Feng1-1/+0
2018-08-02ShellPkg/UefiShellAcpiViewCommandLib: Fix VS2017 compilation errorsAlexeiFedorov2-8/+8
2018-08-01BaseTools/BinToPcd: Fix Python 2.7.x compatibility issueKinney, Michael D1-1/+1
2018-08-01ArmPkg: Add initial OpteeLib implementationSumit Garg6-0/+124
2018-08-01MdePkg FirmwareManagement.h: Fix code style issueStar Zeng1-4/+4
2018-08-01MdeModulePkg DxeCapsuleLibFmp: Free HandleBuffer after it is usedStar Zeng1-0/+4
2018-08-01MdeModulePkg DxeCapsuleLib: Use Attr to know whether reset is requiredStar Zeng2-40/+134
2018-08-01SignedCapsulePkg SystemFirmwareReportDxe: Try LocateProtocolStar Zeng1-11/+18
2018-08-01ShellPkg/UefiShellAcpiViewCommandLib: Fix GCC build failureDandan Bi2-0/+3
2018-08-01ShellPkg/UefiShellAcpiViewCommandLib: Fix VS2012 build failureDandan Bi4-7/+7
2018-08-01ShellPkg/UefiShellAcpiViewCommandLib: Fix VS2012 build failureDandan Bi1-1/+1
2018-07-31UefiCpuPkg/PiSmmCpuDxeSmm: Avoid possible NULL ptr dereferenceHao Wu1-1/+1
2018-07-31MdePkg/SmmMemLib: Avoid possible NULL ptr dereferenceHao Wu1-1/+1
2018-07-30BaseTools: Update build report for StructurePcd valueYunhua Feng1-2/+12
2018-07-30BaseTools: Fix build crash when fdf is empty fileYunhua Feng1-0/+2
2018-07-28MdeModulePkg DxeCapsuleLibFmp: Fix typo "EsrtSyncFmp" to "SyncEsrtFmp"Star Zeng1-1/+1
2018-07-28SecurityPkg:DSC: Fix 2 DSC build errorZhang, Chao B1-2/+2
2018-07-27SecurityPkg: HashLib: Add SHA384, SHA512 HashLibZhang, Chao B8-1/+448
2018-07-27MdeModulePkg CapsuleApp: Check capsule header for -D and -N optionsStar Zeng2-34/+90
2018-07-27MdeModulePkg CapsuleApp: Prompt info for -C optionStar Zeng2-5/+14
2018-07-27MdeModulePkg CapsuleApp: Index need be decimal for -P GET optionStar Zeng1-5/+8
2018-07-27MdeModulePkg CapsuleApp: Refine -N option help informationStar Zeng1-1/+2
2018-07-27MdeModulePkg CapsuleApp: Fix -D failed to dump Nest FMP capsuleStar Zeng1-1/+1
2018-07-27MdeModulePkg CapsuleApp: Fix VS2012 build failure caused by 5410502Star Zeng1-10/+10
2018-07-27MdeModulePkg DxeCapsuleLibFmp: Refine the code to check FmpImageSizeStar Zeng1-4/+4
2018-07-27MdeModulePkg/BdsDxe: Call PlatformBootManagerUnableToBoot()Ruiyu Ni1-0/+1
2018-07-27MdeModulePkg/BdsDxe: Revert "fall back to UI loop before hanging"Ruiyu Ni1-56/+4
2018-07-27ArmVirtPkg/PlatformBDS: Implement PlatformBootManagerUnableToBootRuiyu Ni1-1/+61
2018-07-27ArmPkg/PlatformBDS: Implement PlatformBootManagerUnableToBootRuiyu Ni1-1/+17