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.20; helo=mga02.intel.com; envelope-from=star.zeng@intel.com; receiver=edk2-devel@lists.01.org Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) (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 C56E0210DF5D9 for ; Tue, 7 Aug 2018 18:05:28 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Aug 2018 18:05:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,456,1526367600"; d="scan'208";a="60699363" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga007.fm.intel.com with ESMTP; 07 Aug 2018 18:05:28 -0700 Received: from fmsmsx154.amr.corp.intel.com (10.18.116.70) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 7 Aug 2018 18:05:28 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by FMSMSX154.amr.corp.intel.com (10.18.116.70) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 7 Aug 2018 18:05:27 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.226]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.240]) with mapi id 14.03.0319.002; Wed, 8 Aug 2018 09:05:26 +0800 From: "Zeng, Star" To: "Kinney, Michael D" , "edk2-devel@lists.01.org" CC: "Zeng, Star" Thread-Topic: [PATCH 0/2] Fix ESRT out of date Thread-Index: AQHULXBUcocS2higAk27BCBvmSfxraS0hbsAgACGgaA= Date: Wed, 8 Aug 2018 01:05:24 +0000 Message-ID: <0C09AFA07DD0434D9E2A0C6AEB0483103BBA6388@shsmsx102.ccr.corp.intel.com> References: <1533551340-66548-1-git-send-email-star.zeng@intel.com> In-Reply-To: Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] 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:05:29 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Agree, thanks very much. :) Star -----Original Message----- From: Kinney, Michael D=20 Sent: Wednesday, August 8, 2018 9:02 AM To: Zeng, Star ; edk2-devel@lists.01.org; Kinney, Mich= ael D Subject: RE: [PATCH 0/2] Fix ESRT out of date 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=20 > > 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