From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.24; helo=mga09.intel.com; envelope-from=michael.d.kinney@intel.com; receiver=edk2-devel@lists.01.org Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) (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 9F409210DF4E4 for ; Tue, 7 Aug 2018 18:01:39 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Aug 2018 18:01:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,456,1526367600"; d="scan'208";a="252852373" Received: from orsmsx110.amr.corp.intel.com ([10.22.240.8]) by fmsmga006.fm.intel.com with ESMTP; 07 Aug 2018 18:01:39 -0700 Received: from orsmsx113.amr.corp.intel.com ([169.254.9.72]) by ORSMSX110.amr.corp.intel.com ([169.254.10.41]) with mapi id 14.03.0319.002; Tue, 7 Aug 2018 18:01:38 -0700 From: "Kinney, Michael D" To: "Zeng, Star" , "edk2-devel@lists.01.org" , "Kinney, Michael D" Thread-Topic: [PATCH 0/2] Fix ESRT out of date Thread-Index: AQHULXBTklsPsX3OHkCFP3fXGu2tPqS1C1Uw Date: Wed, 8 Aug 2018 01:01:38 +0000 Message-ID: References: <1533551340-66548-1-git-send-email-star.zeng@intel.com> In-Reply-To: <1533551340-66548-1-git-send-email-star.zeng@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [10.22.254.138] MIME-Version: 1.0 Subject: Re: [PATCH 0/2] Fix ESRT out of date X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Aug 2018 01:01:39 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Series Reviewed-by: Michael D Kinney The commit message in patch 2 should say=20 "(reset is not required" Mike > -----Original Message----- > From: Zeng, Star > Sent: Monday, August 6, 2018 3:29 AM > To: edk2-devel@lists.01.org > Cc: Zeng, Star ; Kinney, Michael D > > Subject: [PATCH 0/2] Fix ESRT out of date >=20 > Cc: Michael D Kinney >=20 > Star Zeng (2): > FmpDevicePkg FmpDxe: Need repopulate after SetImage > is called > MdeModulePkg ErstFmpDxe: Create ESRT in ReadyToBoot > event >=20 > FmpDevicePkg/FmpDxe/FmpDxe.c | 21 +-- > MdeModulePkg/Universal/EsrtFmpDxe/EsrtFmp.c | 239 > ++++++++++++---------------- > 2 files changed, 109 insertions(+), 151 deletions(-) >=20 > -- > 2.7.0.windows.1