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 32A66203BEBE8 for ; Sun, 26 Mar 2017 20:04:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490583853; x=1522119853; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=IqnXt1nDatfBNuf3r7TkdtssxM1Pfz5bdxrnJnxJ15k=; b=mEgLTpBUERWVBzrREZDe7DwlhYAs4moPDyBIZvvZjp5IPWk5d5B6AK0n 0OQ9NRISRB5Wv0mu9Jvrgom36J9L0A==; Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Mar 2017 20:04:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,229,1486454400"; d="scan'208";a="240571133" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga004.fm.intel.com with ESMTP; 26 Mar 2017 20:04:12 -0700 Received: from fmsmsx126.amr.corp.intel.com (10.18.125.43) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 26 Mar 2017 20:04:12 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by FMSMSX126.amr.corp.intel.com (10.18.125.43) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 26 Mar 2017 20:04:12 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.224]) by shsmsx102.ccr.corp.intel.com ([169.254.2.212]) with mapi id 14.03.0248.002; Mon, 27 Mar 2017 11:04:08 +0800 From: "Tian, Feng" To: "Fan, Jeff" , "edk2-devel@lists.01.org" CC: "Kinney, Michael D" , "Tian, Feng" Thread-Topic: [PATCH 0/5] [UefiCpuPkg/CpuFeatures] Fix some comments and meta data issues. Thread-Index: AQHSpqaYz+GgQDANEU6FuADUuPHAJaGoADxw Date: Mon, 27 Mar 2017 03:04:07 +0000 Message-ID: <7F1BAD85ADEA444D97065A60D2E97EE5699CF151@SHSMSX101.ccr.corp.intel.com> References: <20170327030204.13572-1-jeff.fan@intel.com> In-Reply-To: <20170327030204.13572-1-jeff.fan@intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [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:04:13 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Series Reviewed-by: Feng Tian Thanks Feng -----Original Message----- From: Fan, Jeff=20 Sent: Monday, March 27, 2017 11:02 AM To: edk2-devel@lists.01.org Cc: Tian, Feng ; Kinney, Michael D Subject: [PATCH 0/5] [UefiCpuPkg/CpuFeatures] Fix some comments and meta da= ta issues. 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 +-- .../RegisterC= puFeaturesLib/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