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=michael.d.kinney@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 D14FB225FA04F for ; Mon, 9 Apr 2018 22:53:42 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Apr 2018 22:53:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,430,1517904000"; d="scan'208";a="44905368" Received: from mdkinney-mobl2.amr.corp.intel.com ([10.254.74.27]) by fmsmga004.fm.intel.com with ESMTP; 09 Apr 2018 22:53:41 -0700 From: "Kinney, Michael D" To: edk2-devel@lists.01.org Cc: Jiewen Yao , Michael D Kinney Date: Mon, 9 Apr 2018 22:53:37 -0700 Message-Id: <20180410055339.17532-1-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.14.2.windows.3 Subject: [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: Tue, 10 Apr 2018 05:53:43 -0000 https://bugzilla.tianocore.org/show_bug.cgi?id=928 * 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. Cc: Jiewen Yao Signed-off-by: Michael D Kinney Contributed-under: TianoCore Contribution Agreement 1.1 Kinney, Michael D (2): SignedCapsulePkg/SystemFirmwareUpdateDxe: Single FMP SignedCapsulePkg/SystemFirmwareReportDxe: Pass thru on same handle .../SystemFirmwareUpdate/SystemFirmwareReportDxe.c | 10 +- .../SystemFirmwareUpdate/SystemFirmwareUpdateDxe.c | 343 +++++++++++++++++++-- 2 files changed, 329 insertions(+), 24 deletions(-) -- 2.14.2.windows.3