From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id CF95E1A1E24 for ; Sat, 8 Oct 2016 18:28:34 -0700 (PDT) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga103.fm.intel.com with ESMTP; 08 Oct 2016 18:28:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,315,1473145200"; d="scan'208";a="888122217" Received: from jyao1-mobl.ccr.corp.intel.com ([10.239.192.129]) by orsmga003.jf.intel.com with ESMTP; 08 Oct 2016 18:28:33 -0700 From: Jiewen Yao To: edk2-devel@lists.01.org Date: Sun, 9 Oct 2016 09:28:26 +0800 Message-Id: <1475976509-7580-1-git-send-email-jiewen.yao@intel.com> X-Mailer: git-send-email 2.7.4.windows.1 Subject: [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:28:35 -0000 The V2 version moves PCD to [PcdsFixedAtBuild, PcdsPatchableInModule, PcdsDynamic, PcdsDynamicEx] ========================= 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