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 AF3B621DFE91F for ; Wed, 9 Aug 2017 05:59:52 -0700 (PDT) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Aug 2017 06:02:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,348,1498546800"; d="scan'208";a="121658958" Received: from ydong10-mobl.ccr.corp.intel.com ([10.239.194.138]) by orsmga002.jf.intel.com with ESMTP; 09 Aug 2017 06:02:09 -0700 From: Eric Dong To: edk2-devel@lists.01.org Date: Wed, 9 Aug 2017 21:02:05 +0800 Message-Id: <20170809130207.5716-1-eric.dong@intel.com> X-Mailer: git-send-email 2.10.1.windows.1 Subject: [Patch v2 0/2] Add comments for two new added Pcds. 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, 09 Aug 2017 12:59:52 -0000 v2 changes includes: Add valid values and prompt/help string for new add pcd PcdCpuProcTraceMemSize and PcdCpuProcTraceOutputScheme. Eric Dong (2): UefiCpuPkg: Add comments for PCDs definition. UefiCpuPkg UefiCpupkg.uni: Add new pcds comments. UefiCpuPkg/UefiCpuPkg.dec | 22 ++++++++++++++++++++++ UefiCpuPkg/UefiCpuPkg.uni | 8 ++++++++ 2 files changed, 30 insertions(+) -- 2.10.1.windows.1