From nobody Fri May 17 21:42:37 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+55914+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+55914+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1584423194; cv=none; d=zohomail.com; s=zohoarc; b=bsaNw2ocuWnw+v7sVOVm0kQtScrfZESQ4jr3DOIkjkoTL1KAnMXAMrCvNMqPzzHz5RU29g2DS4Riw2d2eGrX1mnFMTiJjXTcohA5nIMO/YTFHJUH67UY7XNSKapKd9oOItydWWtxMnNWDSA47LPiQPOfIo3ebIgp1wWFoFOk7YY= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1584423194; h=Content-Transfer-Encoding:Cc:Date:From:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:Sender:Subject:To; bh=XbdK7lSVc2kleox1DHVqA/vQriXz0MznQPrsR4U2F6I=; b=MIe6RxAXXgjz2Qg/2qc3FwsJbHBtdNPsUpViyxq3hFhKJ+ALETQXM9m1AAWVAmwr7CuLr4YiS9qV7UtlCaGcjFPe2Pnr/lN3z0L5XnUtsoT5BhemZrjyTSzvXx8plQsF9D+EQ7ENCYm58zPPaDrGnVj2p2PamJoLLnS7gWaTva4= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+55914+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1584423194788130.76330287417716; Mon, 16 Mar 2020 22:33:14 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id x50iYY1788612x59KOI0raWd; Mon, 16 Mar 2020 22:33:14 -0700 X-Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mx.groups.io with SMTP id smtpd.web11.3.1584423174133466714 for ; Mon, 16 Mar 2020 22:32:54 -0700 IronPort-SDR: 7mu6ZipnURS8u702lB37sQcanrOYX/DkfTMp6P7GS5lI1a8jkZhpZ/TmTqv1Q1szoZUWARtgQK EMD3VexaiP2Q== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Mar 2020 22:32:53 -0700 IronPort-SDR: 3+CtxrbLp/NZD+Ue9jjPDKJu2IHMeCKOdZZmVErHpLqReYF8kh0hECuqFjANgBWPDUjxuxlvV8 xBoXHd4/ifJg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,563,1574150400"; d="scan'208";a="355259340" X-Received: from shwdeopenpsi787.ccr.corp.intel.com ([10.239.158.56]) by fmsmga001.fm.intel.com with ESMTP; 16 Mar 2020 22:32:52 -0700 From: "Siyuan, Fu" To: devel@edk2.groups.io Cc: Bob Feng , Liming Gao Subject: [edk2-devel] [Patch] Silicon/Intel/Tools: Update the minor version of FitGen tool. Date: Tue, 17 Mar 2020 13:32:24 +0800 Message-Id: <97562332119b9303c5555fc09eebbf286a974e07.1584423118.git.siyuan.fu@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,siyuan.fu@intel.com X-Gm-Message-State: I8ByO6dtIYEHCav1lxvkvBgxx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1584423194; bh=aOtThBnynMpOvULPjikYFIO6T4DUT+aBNEHltuzzbyA=; h=Cc:Date:From:Reply-To:Subject:To; b=gxGU1XnCBHdIBldzlu1ZIjUpoyE2lAgLKuiBUESSv/o/OdpyZFjfPMs/rHO0hJZ/HWx 3U+nrHRc0BNLUQg5hjA/g4Cl8VDPzoajckFl+IWwSD5kMOCdX73iFTSFHxVaDKNx/jxPj IuAlm9rLXlkADvFkagVrkfwN3Td/ocJUJdY= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" This patch updates the minor version to 61 for the changes introduced by commit 98c1cc2c12c5104f8e6fb97473a74c6490a06bc4. Cc: Bob Feng Cc: Liming Gao Signed-off-by: Siyuan Fu Reviewed-by: Liming Gao --- 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_MINOR_VERSION 60 +#define UTILITY_MINOR_VERSION 61 #define UTILITY_DATE __DATE__ =20 // --=20 2.19.1.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#55914): https://edk2.groups.io/g/devel/message/55914 Mute This Topic: https://groups.io/mt/72018403/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-