From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) (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 C466021BC6ADB for ; Sun, 26 Mar 2017 20:02:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490583728; x=1522119728; h=from:to:cc:subject:date:message-id; bh=il7uquz/LUe552ZG8qtcOSrKCm7RDcUgh99MsACzM3w=; b=pAEFbs2oKFRAx4ERBsJ/VyTBh7ZQFWNYFbpeh4Znl17DPNr1ywtB64Aj ZpDEWNYclAEFldbqiFGCN60zO2wrHg==; Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Mar 2017 20:02:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,229,1486454400"; d="scan'208";a="1127411306" Received: from jfan12-desk.ccr.corp.intel.com ([10.239.158.57]) by fmsmga001.fm.intel.com with ESMTP; 26 Mar 2017 20:02:07 -0700 From: Jeff Fan To: edk2-devel@lists.01.org Cc: Feng Tian , Michael Kinney Date: Mon, 27 Mar 2017 11:01:59 +0800 Message-Id: <20170327030204.13572-1-jeff.fan@intel.com> X-Mailer: git-send-email 2.9.3.windows.2 Subject: [PATCH 0/5] [UefiCpuPkg/CpuFeatures] Fix some comments and meta data issues. 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, 27 Mar 2017 03:02:09 -0000 Cc: Feng Tian Cc: Michael Kinney Jeff Fan (5): UefiCpuPkg/RegisterCpuFeaturesLib: Fix the function header issues UefiCpuPkg/RegisterCpuFeaturesLib: Remove static type UefiCpuPkg/RegisterCpuFeaturesLib: Fix meta data comments UefiCpuPkg/CpuCommonFeaturesLib: Generate new INF GUID value UefiCpuPkg: Add new PCDs PROMPT/HELP string in UNI file UefiCpuPkg/CpuFeatures/CpuFeaturesDxe.inf | 4 +- UefiCpuPkg/CpuFeatures/CpuFeaturesPei.inf | 2 +- .../Include/Library/RegisterCpuFeaturesLib.h | 60 +++++++++++---------- .../CpuCommonFeaturesLib/CpuCommonFeaturesLib.inf | 8 +-- .../RegisterCpuFeaturesLib/CpuFeaturesInitialize.c | 2 +- .../DxeRegisterCpuFeaturesLib.c | 12 ++--- .../PeiRegisterCpuFeaturesLib.c | 2 +- .../RegisterCpuFeaturesLib/RegisterCpuFeatures.h | 2 +- .../RegisterCpuFeaturesLib.c | 62 +++++++++++----------- UefiCpuPkg/UefiCpuPkg.dec | 12 ++--- UefiCpuPkg/UefiCpuPkg.uni | 31 +++++++++++ 11 files changed, 116 insertions(+), 81 deletions(-) -- 2.9.3.windows.2