From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mx.groups.io with SMTP id smtpd.web11.83.1584423783656838640 for ; Mon, 16 Mar 2020 22:43:03 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.136, mailfrom: liming.gao@intel.com) IronPort-SDR: lWFz4AmGwOyTQPZCTwEZTdk4ZERKSXgdingdIYo1yzGy5hzz94+KJq1tSN4O4hDuEJa46ce6pA H8r7gaR+6Tow== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Mar 2020 22:43:03 -0700 IronPort-SDR: km2HbnqX6L79xq1hiHgbKRNBP4PfZ54x9ZhMcR62sa46tIlU1Cw8XB827QBqXgcNCH3SQaVqbK oTm+WZlaAA7Q== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,563,1574150400"; d="scan'208";a="236234117" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga007.fm.intel.com with ESMTP; 16 Mar 2020 22:43:03 -0700 Received: from shsmsx606.ccr.corp.intel.com (10.109.6.216) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 16 Mar 2020 22:43:03 -0700 Received: from shsmsx606.ccr.corp.intel.com (10.109.6.216) by SHSMSX606.ccr.corp.intel.com (10.109.6.216) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Tue, 17 Mar 2020 13:43:00 +0800 Received: from shsmsx606.ccr.corp.intel.com ([10.109.6.216]) by SHSMSX606.ccr.corp.intel.com ([10.109.6.216]) with mapi id 15.01.1713.004; Tue, 17 Mar 2020 13:43:00 +0800 From: "Liming Gao" To: "Fu, Siyuan" , "devel@edk2.groups.io" CC: "Feng, Bob C" Subject: Re: [Patch] Silicon/Intel/Tools: Update the minor version of FitGen tool. Thread-Topic: [Patch] Silicon/Intel/Tools: Update the minor version of FitGen tool. Thread-Index: AQHV/B2Dnityx0tsvEKkNWq6U+d1kKhMRZEA Date: Tue, 17 Mar 2020 05:43:00 +0000 Message-ID: <32f9c3e241bf47b7a019f9767be0f07e@intel.com> References: <97562332119b9303c5555fc09eebbf286a974e07.1584423118.git.siyuan.fu@intel.com> In-Reply-To: <97562332119b9303c5555fc09eebbf286a974e07.1584423118.git.siyuan.fu@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-version: 11.2.0.6 dlp-product: dlpe-windows dlp-reaction: no-action x-originating-ip: [10.239.127.36] MIME-Version: 1.0 Return-Path: liming.gao@intel.com Content-Language: en-US Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao -----Original Message----- From: Fu, Siyuan =20 Sent: 2020=1B$BG/=1B(B3=1B$B7n=1B(B17=1B$BF|=1B(B 13:32 To: devel@edk2.groups.io Cc: Feng, Bob C ; Gao, Liming Subject: [Patch] Silicon/Intel/Tools: Update the minor version of FitGen to= ol. This patch updates the minor version to 61 for the changes introduced by co= mmit 98c1cc2c12c5104f8e6fb97473a74c6490a06bc4. Cc: Bob Feng Cc: Liming Gao Signed-off-by: Siyuan Fu --- Silicon/Intel/Tools/FitGen/FitGen.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Silicon/Intel/Tools/FitGen/FitGen.h b/Silicon/Intel/Tools/FitG= en/FitGen.h index 2d72977b2c..cb9274b417 100644 --- a/Silicon/Intel/Tools/FitGen/FitGen.h +++ b/Silicon/Intel/Tools/FitGen/FitGen.h @@ -1,7 +1,7 @@ /**@file Definitions for the FitGen utility. =20 -Copyright (c) 2010-2019, Intel Corporation. All rights reserved.
+Copyright (c) 2010-2020, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ @@ -31,7 +31,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent // Utility = version information // #define UTILITY_MAJOR_VERSION 0 -#define UTILITY_M= INOR_VERSION 60 +#define UTILITY_MINOR_VERSION 61 #define UTILITY_DATE __DATE__ =20 // -- 2.19.1.windows.1