From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) (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 4E3CD21CFA5EF for ; Tue, 22 Aug 2017 19:28:43 -0700 (PDT) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga105.fm.intel.com with ESMTP; 22 Aug 2017 19:31:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,415,1498546800"; d="scan'208";a="1165258528" Received: from ydong10-win10.ccr.corp.intel.com ([10.239.158.51]) by orsmga001.jf.intel.com with ESMTP; 22 Aug 2017 19:31:15 -0700 From: Eric Dong To: edk2-devel@lists.01.org Date: Wed, 23 Aug 2017 10:31:11 +0800 Message-Id: <1503455473-14360-1-git-send-email-eric.dong@intel.com> X-Mailer: git-send-email 2.7.0.windows.1 Subject: [Patch 0/2] Remove redundant definition for PcdCpuProcTraceMemSize/PcdCpuProcTraceOutputScheme X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Aug 2017 02:28:43 -0000 These two PCD have redundant definition which can be handle by code. This patch series update the code and default value for these two PCDs. Eric Dong (2): UefiCpuPkg/CpuCommonFeaturesLib: Remove redundant definition. UefiCpuPkg: Update default for PcdCpuProcTraceMemSize/PcdCpuProcTraceOutputScheme. UefiCpuPkg/Library/CpuCommonFeaturesLib/ProcTrace.c | 14 ++++---------- UefiCpuPkg/UefiCpuPkg.dec | 14 ++++++-------- UefiCpuPkg/UefiCpuPkg.uni | 8 +++----- 3 files changed, 13 insertions(+), 23 deletions(-) -- 2.7.0.windows.1