From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 8BF151A1E24 for ; Sat, 8 Oct 2016 18:42:40 -0700 (PDT) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 08 Oct 2016 18:42:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,315,1473145200"; d="scan'208";a="1042204699" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga001.jf.intel.com with ESMTP; 08 Oct 2016 18:42:40 -0700 Received: from fmsmsx157.amr.corp.intel.com (10.18.116.73) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sat, 8 Oct 2016 18:42:39 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX157.amr.corp.intel.com (10.18.116.73) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sat, 8 Oct 2016 18:42:39 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.118]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.96]) with mapi id 14.03.0248.002; Sun, 9 Oct 2016 09:42:36 +0800 From: "Tian, Feng" To: "Yao, Jiewen" , "edk2-devel@lists.01.org" CC: "Tian, Feng" Thread-Topic: [edk2] [PATCH V2 0/3] Add PcdRecoveryFileName PCD. Thread-Index: AQHSIcx4FLm+k2LErE2o2B8ig60E9aCfWSqA Date: Sun, 9 Oct 2016 01:42:34 +0000 Message-ID: <7F1BAD85ADEA444D97065A60D2E97EE566E26223@SHSMSX101.ccr.corp.intel.com> References: <1475976509-7580-1-git-send-email-jiewen.yao@intel.com> In-Reply-To: <1475976509-7580-1-git-send-email-jiewen.yao@intel.com> 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 V2 0/3] Add PcdRecoveryFileName PCD. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Oct 2016 01:42:40 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Feng Tian Thanks Feng -----Original Message----- From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Jiew= en Yao Sent: Sunday, October 9, 2016 9:28 AM To: edk2-devel@lists.01.org Subject: [edk2] [PATCH V2 0/3] Add PcdRecoveryFileName PCD. The V2 version moves PCD to [PcdsFixedAtBuild, PcdsPatchableInModule, PcdsD= ynamic, PcdsDynamicEx] =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D This PCD is used to indicated the recovery file name. The previous name - FvMain.Fv is hardcoded in FatPei and CdExpressPei. It does not make sense to force the name. Now a platform may use any recovery file name. Jiewen Yao (3): MdeModulePkg/dec: Add PcdRecoveryFileName PCD. MdeModulePkg/CdExpressPei: Use PcdRecoveryFileName PCD. FatPkg/FatPei: Use PcdRecoveryFileName PCD. FatPkg/FatPei/FatLiteApi.c | 8 ++++---- FatPkg/FatPei/FatLitePeim.h | 4 +--- FatPkg/FatPei/FatPei.inf | 5 ++++- MdeModulePkg/MdeModulePkg.dec | 6 ++++++ MdeModulePkg/Universal/Disk/CdExpressPei/CdExpressPei.inf | 5 ++++- MdeModulePkg/Universal/Disk/CdExpressPei/PeiCdExpress.c | 16 +++++++++++= +++-- MdeModulePkg/Universal/Disk/CdExpressPei/PeiCdExpress.h | 7 +------ 7 files changed, 34 insertions(+), 17 deletions(-) -- 2.7.4.windows.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel