From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.88, mailfrom: eric.jin@intel.com) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by groups.io with SMTP; Wed, 31 Jul 2019 07:59:44 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 Jul 2019 07:59:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,330,1559545200"; d="scan'208";a="191261175" Received: from jjin9-mobl.ccr.corp.intel.com ([10.255.29.207]) by fmsmga001.fm.intel.com with ESMTP; 31 Jul 2019 07:59:43 -0700 From: "Eric Jin" To: devel@edk2.groups.io Subject: [PATCH 0/3] Enhance ESRT to support multiple controllers Date: Wed, 31 Jul 2019 22:59:03 +0800 Message-Id: <20190731145903.13820-1-eric.jin@intel.com> X-Mailer: git-send-email 2.20.1.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Multiple Controllers Support solution REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1525 The patch set is to makes enhancement to the ESRT when multiple same controllers exist in one system. Eric Jin (3): MdeModulePkg/EsrtFmpDxe: Merge multiple FMP into ESRT MdeModulePkg/EsrtFmpDxe: Correct LastAttemptVersion algorithm in ESRT MdeModulePkg/EsrtFmpDxe: Detect duplicate GUID/HardwareInstance MdeModulePkg/Universal/EsrtFmpDxe/EsrtFmp.c | 394 +++++++++++++------- 1 file changed, 257 insertions(+), 137 deletions(-) -- 2.20.1.windows.1