From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.93, mailfrom: liming.gao@intel.com) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by groups.io with SMTP; Sun, 07 Jul 2019 17:26:44 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Jul 2019 17:26:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,464,1557212400"; d="scan'208";a="340300425" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga005.jf.intel.com with ESMTP; 07 Jul 2019 17:26:43 -0700 Received: from fmsmsx117.amr.corp.intel.com (10.18.116.17) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 7 Jul 2019 17:26:43 -0700 Received: from shsmsx107.ccr.corp.intel.com (10.239.4.96) by fmsmsx117.amr.corp.intel.com (10.18.116.17) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 7 Jul 2019 17:26:42 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.110]) by SHSMSX107.ccr.corp.intel.com ([169.254.9.162]) with mapi id 14.03.0439.000; Mon, 8 Jul 2019 08:26:41 +0800 From: "Liming Gao" To: "Zhang, Shenglei" , "devel@edk2.groups.io" CC: "Feng, Bob C" Subject: Re: [PATCH 0/3] BaseTools: Change FMMT,BfmLib and FCE script type in PosixLike Thread-Topic: [PATCH 0/3] BaseTools: Change FMMT,BfmLib and FCE script type in PosixLike Thread-Index: AQHVMz+Uv6WjPBzOY0+cTPbQty45Lqa/4RDA Date: Mon, 8 Jul 2019 00:26:40 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E4A357F@SHSMSX104.ccr.corp.intel.com> References: <20190705144014.21004-1-shenglei.zhang@intel.com> In-Reply-To: <20190705144014.21004-1-shenglei.zhang@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: liming.gao@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao >-----Original Message----- >From: Zhang, Shenglei >Sent: Friday, July 05, 2019 10:40 PM >To: devel@edk2.groups.io >Cc: Feng, Bob C ; Gao, Liming >Subject: [PATCH 0/3] BaseTools: Change FMMT,BfmLib and FCE script type in >PosixLike > >The existing scripts are PC type, which cause the tools >can't be used conveniently like "FMMT -h" in all directories. >So change them to UNIX type to fix this problem. > >Cc: Bob Feng >Cc: Liming Gao >Signed-off-by: Shenglei Zhang >Shenglei Zhang (3): > BaseTools/FMMT: Change FMMT script type in PosixLike > BaseTools/FMMT: Change BfmLib script type in PosixLike > BaseTools/FMMT: Change FCE script type in PosixLike > > BaseTools/BinWrappers/PosixLike/BfmLib | 58 +++++++++++++------------- > BaseTools/BinWrappers/PosixLike/FCE | 58 +++++++++++++------------- > BaseTools/BinWrappers/PosixLike/FMMT | 58 +++++++++++++------------- > 3 files changed, 87 insertions(+), 87 deletions(-) > >-- >2.18.0.windows.1