From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mx.groups.io with SMTP id smtpd.web12.8912.1589528334338023248 for ; Fri, 15 May 2020 00:38:55 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.100, mailfrom: wei6.xu@intel.com) IronPort-SDR: vh5oo8/2BcTA12zfRQLIUC2ahUDCaxQpivZGDKyKpEgd3RB6KnzshLAqYu5CGnfeRK3KY5TuVC I3GWVgZlTVSg== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 May 2020 00:38:53 -0700 IronPort-SDR: F8H6fAEFWg6i8jOwjE8XBUDjLcGRX1HLaVZPqZ7kdyD7UxcjIWvEsc3jITRdnShwGUC8MusUf6 xwv5pCpXJluQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,394,1583222400"; d="scan'208";a="410389847" Received: from shwdeopenpsi174.ccr.corp.intel.com ([10.239.157.39]) by orsmga004.jf.intel.com with ESMTP; 15 May 2020 00:38:52 -0700 From: "Xu, Wei6" To: devel@edk2.groups.io Subject: [edk2-devel] [PATCH 0/2] Add FMP Capsule Image Header extension Date: Fri, 15 May 2020 15:38:46 +0800 Message-Id: <20200515073848.13920-1-wei6.xu@intel.com> X-Mailer: git-send-email 2.16.2.windows.1 Following patches add/update structures/definitions, that were introduced/modified by UEFI Spec v.2.8 errata a from Feb 14. Oleksiy Yakovlev (2): MdeModulePkg: Add FMP Capsule Image Header extension SignedCapsulePkg: Add FMP Capsule Image Header extension MdeModulePkg/Application/CapsuleApp/CapsuleDump.c | 5 +++- .../Library/DxeCapsuleLibFmp/DxeCapsuleLib.c | 28 +++++++++++++++++----- .../RecoveryModuleLoadPei/RecoveryModuleLoadPei.c | 17 ++++++++++--- 3 files changed, 40 insertions(+), 10 deletions(-) -- 2.16.2.windows.1