From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mx.groups.io with SMTP id smtpd.web11.3539.1581667163035938962 for ; Thu, 13 Feb 2020 23:59:23 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.24, mailfrom: bob.c.feng@intel.com) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Feb 2020 23:59:22 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,439,1574150400"; d="scan'208";a="313989719" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga001.jf.intel.com with ESMTP; 13 Feb 2020 23:59:22 -0800 Received: from shsmsx603.ccr.corp.intel.com (10.109.6.143) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 13 Feb 2020 23:59:21 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX603.ccr.corp.intel.com (10.109.6.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Fri, 14 Feb 2020 15:59:20 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.1713.004; Fri, 14 Feb 2020 15:59:20 +0800 From: "Bob Feng" To: "Gao, Liming" , "devel@edk2.groups.io" CC: "Lohr, Paul A" Subject: Re: [edk2-platform][patch] FitGen: Add FIT spec revision in FitGen tool help message Thread-Topic: [edk2-platform][patch] FitGen: Add FIT spec revision in FitGen tool help message Thread-Index: AQHV4wuOB53dEq/suEeDcWcAwHyDN6gaUydg Date: Fri, 14 Feb 2020 07:59:20 +0000 Message-ID: References: <20200214075111.1372-1-liming.gao@intel.com> In-Reply-To: <20200214075111.1372-1-liming.gao@intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYjMxOTRhM2QtYzE0YS00NTBhLWFlMzctMGY5NjA0MmRlYTljIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiZGlMa0Q5aFNxbFBXdHpvT29iK3BoMnlFUHlxNzNTdFFHbEs1dGVXd2UxYkdNZkpCWnJhSll4dm1qR3VtYzZQWSJ9 dlp-version: 11.2.0.6 dlp-product: dlpe-windows x-ctpclassification: CTP_NT dlp-reaction: no-action x-originating-ip: [10.239.127.36] MIME-Version: 1.0 Return-Path: bob.c.feng@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Bob Feng -----Original Message----- From: Gao, Liming =20 Sent: Friday, February 14, 2020 3:51 PM To: devel@edk2.groups.io Cc: Feng, Bob C ; Lohr, Paul A Subject: [edk2-platform][patch] FitGen: Add FIT spec revision in FitGen too= l help message BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3D2483 Signed-off-by: Liming Gao Cc: Bob Feng Cc: Paul Lohr --- Silicon/Intel/Tools/FitGen/FitGen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Silicon/Intel/Tools/FitGen/FitGen.c b/Silicon/Intel/Tools/FitG= en/FitGen.c index 8122c10ebb..2ed636093a 100644 --- a/Silicon/Intel/Tools/FitGen/FitGen.c +++ b/Silicon/Intel/Tools/FitGen/FitGen.c @@ -294,7 +294,7 @@ Returns: --*/ { printf ( - "%s - Tiano IA32/X64 FIT table generation Utility."" Version %i.%i\n\n= ", + "%s - Tiano IA32/X64 FIT table generation Utility for FIT spec revisio= n 1.1."" Version %i.%i\n\n", UTILITY_NAME, UTILITY_MAJOR_VERSION, UTILITY_MINOR_VERSION --=20 2.13.0.windows.1