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 18:53:57 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Jul 2019 18:53:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,464,1557212400"; d="scan'208";a="167536151" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga003.jf.intel.com with ESMTP; 07 Jul 2019 18:53:56 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 7 Jul 2019 18:53:56 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.110]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.134]) with mapi id 14.03.0439.000; Mon, 8 Jul 2019 09:53:54 +0800 From: "Liming Gao" To: "devel@edk2.groups.io" , "Gao, Liming" , "Zhang, Shenglei" CC: "Feng, Bob C" , "Gao, Liming" Subject: Re: [edk2-devel] [PATCH 0/3] BaseTools: Change FMMT,BfmLib and FCE script type in PosixLike Thread-Topic: [edk2-devel] [PATCH 0/3] BaseTools: Change FMMT,BfmLib and FCE script type in PosixLike Thread-Index: AQHVMz+Uv6WjPBzOY0+cTPbQty45Lqa/4RDAgAAW8BA= Date: Mon, 8 Jul 2019 01:53:54 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E4A3714@SHSMSX104.ccr.corp.intel.com> References: <20190705144014.21004-1-shenglei.zhang@intel.com> <15AF46F2D8AE7964.4880@groups.io> In-Reply-To: <15AF46F2D8AE7964.4880@groups.io> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNjA1MWE5Y2UtZDE3Yi00MWI1LWI1YzMtMTRmMDdiYTA5MTdkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiS1pIXC8ya3RUcUVsYXVvV3Z0bkJxWE5aenNsUVlySmpXVUFla2x0TjBCTTA2S0pKaFwvRlZNRmdVQXBBaTJ5UGNIIn0= dlp-product: dlpe-windows dlp-version: 11.0.600.7 dlp-reaction: no-action 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 Shenglei: One minor comments, please update title BaseTools/FMMT to BaseTools. > > BaseTools/FMMT: Change FMMT script type in PosixLike > > BaseTools/FMMT: Change BfmLib script type in PosixLike > > BaseTools/FMMT: Change FCE script type in PosixLike Thanks Liming > -----Original Message----- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of Li= ming Gao > Sent: Monday, July 8, 2019 8:27 AM > To: Zhang, Shenglei ; devel@edk2.groups.io > Cc: Feng, Bob C > Subject: Re: [edk2-devel] [PATCH 0/3] BaseTools: Change FMMT,BfmLib and = FCE script type in PosixLike >=20 > Reviewed-by: Liming Gao >=20 > >-----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 >=20 >=20 >=20