From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.115; helo=mga14.intel.com; envelope-from=jiewen.yao@intel.com; receiver=edk2-devel@lists.01.org Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 363A4226516C2 for ; Tue, 10 Apr 2018 23:26:13 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Apr 2018 23:26:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,434,1517904000"; d="scan'208";a="36275129" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga002.fm.intel.com with ESMTP; 10 Apr 2018 23:26:12 -0700 Received: from fmsmsx125.amr.corp.intel.com (10.18.125.40) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 10 Apr 2018 23:26:12 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX125.amr.corp.intel.com (10.18.125.40) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 10 Apr 2018 23:26:12 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.184]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.43]) with mapi id 14.03.0319.002; Wed, 11 Apr 2018 14:26:10 +0800 From: "Yao, Jiewen" To: "Kinney, Michael D" , "edk2-devel@lists.01.org" CC: "Yao, Jiewen" Thread-Topic: [Patch 0/2] SignedCapsulePkg/SystemFirmwareUpdate: Thread-Index: AQHT0JBRpJoDRTRhykaPO6StAS1LrqP7GrRw Date: Wed, 11 Apr 2018 06:26:09 +0000 Message-ID: <74D8A39837DF1E4DA445A8C0B3885C503AB52D25@shsmsx102.ccr.corp.intel.com> References: <20180410055339.17532-1-michael.d.kinney@intel.com> In-Reply-To: <20180410055339.17532-1-michael.d.kinney@intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOTNlOWI3YzctYTg1YS00YWYzLThlZDctZTU2NTFhN2E4MjAxIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjIuNS4xOCIsIlRydXN0ZWRMYWJlbEhhc2giOiJybndQZWVGd3kzcXZZM1FwQkZYdDZlT2dtZ09YeVwvZFwvZFRRZjBNM090ODllOE1ZNXp6SnhTNjU5SFJlSys1dUEifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [Patch 0/2] SignedCapsulePkg/SystemFirmwareUpdate: X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2018 06:26:13 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Thank you Mike. Reviewed-by: Jiewen.yao@intel.com > -----Original Message----- > From: Kinney, Michael D > Sent: Tuesday, April 10, 2018 1:54 PM > To: edk2-devel@lists.01.org > Cc: Yao, Jiewen ; Kinney, Michael D > > Subject: [Patch 0/2] SignedCapsulePkg/SystemFirmwareUpdate: >=20 > https://bugzilla.tianocore.org/show_bug.cgi?id=3D928 >=20 > * SystemFirmwareReportDxe: Only looks for System FMP Protocol on same > handle > as FMP Protocol > * SystemFirmwareUpdateDxe: Do not allow multiple FMP Protocols to be > installed > for the same system firmware device. >=20 > Cc: Jiewen Yao > Signed-off-by: Michael D Kinney > Contributed-under: TianoCore Contribution Agreement 1.1 >=20 > Kinney, Michael D (2): > SignedCapsulePkg/SystemFirmwareUpdateDxe: Single FMP > SignedCapsulePkg/SystemFirmwareReportDxe: Pass thru on same handle >=20 > .../SystemFirmwareUpdate/SystemFirmwareReportDxe.c | 10 +- > .../SystemFirmwareUpdate/SystemFirmwareUpdateDxe.c | 343 > +++++++++++++++++++-- > 2 files changed, 329 insertions(+), 24 deletions(-) >=20 > -- > 2.14.2.windows.3