From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) (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 7801D21DFC86C for ; Mon, 14 Aug 2017 00:20:53 -0700 (PDT) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Aug 2017 00:23:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,372,1498546800"; d="scan'208";a="1003305324" Received: from ydong10-win10.ccr.corp.intel.com ([10.239.158.51]) by orsmga003.jf.intel.com with ESMTP; 14 Aug 2017 00:22:59 -0700 From: Eric Dong To: edk2-devel@lists.01.org Cc: Liming Gao , Ruiyu Ni , Michael D Kinney Date: Mon, 14 Aug 2017 15:22:54 +0800 Message-Id: <1502695374-11368-3-git-send-email-eric.dong@intel.com> X-Mailer: git-send-email 2.7.0.windows.1 In-Reply-To: <1502695374-11368-1-git-send-email-eric.dong@intel.com> References: <1502695374-11368-1-git-send-email-eric.dong@intel.com> Subject: [Patch 2/2] UefiCpuPkg UefiCpupkg.uni: Add new pcds comments. 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: Mon, 14 Aug 2017 07:20:53 -0000 Add prompt/help string for pcd PcdCpuProcTraceOutputScheme and PcdCpuProcTraceMemSize in UefiCpuPkg.uni file. Cc: Liming Gao Cc: Ruiyu Ni Cc: Michael D Kinney Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eric Dong --- UefiCpuPkg/UefiCpuPkg.uni | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/UefiCpuPkg/UefiCpuPkg.uni b/UefiCpuPkg/UefiCpuPkg.uni index cd0ecab..858e4a7 100644 --- a/UefiCpuPkg/UefiCpuPkg.uni +++ b/UefiCpuPkg/UefiCpuPkg.uni @@ -194,3 +194,33 @@ #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuFeaturesSetting_PROMPT #language en-US "Actual processor feature settings." #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuFeaturesSetting_HELP #language en-US "Specifies actual settings for processor features, each bit corresponding to a specific feature." + +#string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuProcTraceMemSize_PROMPT #language en-US "Memory size used by Processor Trace feature." + +#string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuProcTraceMemSize_HELP #language en-US "User input the memory size can be used by processor trace feature.

\n" + "Default value is 0x10 which disables the processor memory trace.
\n" + "0x0 - 4K.
\n" + "0x1 - 8K.
\n" + "0x2 - 16K.
\n" + "0x3 - 32K.
\n" + "0x4 - 64K.
\n" + "0x5 - 128K.
\n" + "0x6 - 256K.
\n" + "0x7 - 512K.
\n" + "0x8 - 1M.
\n" + "0x9 - 2M.
\n" + "0xA - 4M.
\n" + "0xB - 8M.
\n" + "0xC - 16M.
\n" + "0xD - 32M.
\n" + "0xE - 64M.
\n" + "0xF - 128M.
\n" + "0x10 - ProcTraceMemDisable.
\n" + +#string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuProcTraceOutputScheme_PROMPT #language en-US "Processor Trace output scheme type." + +#string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuProcTraceOutputScheme_HELP #language en-US "User input the processor trace output scheme type.

\n" + "Default value is 2 which disables the processor memory trace.
\n" + "0 - Single Range output scheme.
\n" + "1 - ToPA(Table of physical address) scheme.
\n" + "2 - Invalid scheme.
\n" \ No newline at end of file -- 2.7.0.windows.1