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.115, mailfrom: liming.gao@intel.com) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by groups.io with SMTP; Wed, 18 Sep 2019 19:39:25 -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 fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Sep 2019 19:39:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,522,1559545200"; d="scan'208";a="362375251" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga005.jf.intel.com with ESMTP; 18 Sep 2019 19:39:24 -0700 Received: from fmsmsx607.amr.corp.intel.com (10.18.126.87) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 18 Sep 2019 19:39:24 -0700 Received: from fmsmsx607.amr.corp.intel.com (10.18.126.87) by fmsmsx607.amr.corp.intel.com (10.18.126.87) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Wed, 18 Sep 2019 19:39:23 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx607.amr.corp.intel.com (10.18.126.87) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.1713.5 via Frontend Transport; Wed, 18 Sep 2019 19:39:23 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.32]) by shsmsx102.ccr.corp.intel.com ([169.254.2.113]) with mapi id 14.03.0439.000; Thu, 19 Sep 2019 10:39:21 +0800 From: "Liming Gao" To: Leif Lindholm , "devel@edk2.groups.io" CC: Alexei Fedorov , Ard Biesheuvel , "Feng, Bob C" , "Wu, Jiaxin" , Sami Mujawar , "Fu, Siyuan" Subject: Re: [PATCH 0/9] Various line ending and encoding fixes Thread-Topic: [PATCH 0/9] Various line ending and encoding fixes Thread-Index: AQHVbnKDkEo1mYPhzkCjwy029DkKq6cySe2A Date: Thu, 19 Sep 2019 02:39:21 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E4FE42F@SHSMSX104.ccr.corp.intel.com> References: <20190918224331.23269-1-leif.lindholm@linaro.org> In-Reply-To: <20190918224331.23269-1-leif.lindholm@linaro.org> 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 for the changes in BaseTools= .=20 >-----Original Message----- >From: Leif Lindholm [mailto:leif.lindholm@linaro.org] >Sent: Thursday, September 19, 2019 6:43 AM >To: devel@edk2.groups.io >Cc: Alexei Fedorov ; Ard Biesheuvel >; Feng, Bob C ; Wu, >Jiaxin ; Gao, Liming ; Sami >Mujawar ; Fu, Siyuan >Subject: [PATCH 0/9] Various line ending and encoding fixes > >I have started looking into doing the CRLF->native conversion for EDK2, >and as part of my initial scan, I found a bunch of trivial issues that >would be easier to just fix beforehand. > >Leif Lindholm (9): > BaseTools: add missing newlines at end of files > EmbeddedPkg: add missing newline at end of TemplateResetSystemLib.inf > NetworkPkg: add missing newline at end of file > EmbeddedPkg: delete outdated FdtLib README.txt > BaseTools: fix line endings in SetupGit.py Conf files > DynamicTablesPkg: fix .dsc line ending > ArmPkg: ArmScmiDxe - convert .h to UTF-8 from 8859-x > BaseTools: correct line endings for ConvertFce Python script > EmbeddedPkg: convert Lauterbach README.txt to UTF-8 > > ArmPkg/Drivers/ArmScmiDxe/ArmScmiPerformanceProtocolPrivate.h | >2 +- > BaseTools/Conf/diff.order |= 2 +- > BaseTools/Conf/gitattributes |= 2 +- > BaseTools/Scripts/ConvertFceToStructurePcd.py |= 10 +++++----- > BaseTools/Source/Python/AutoGen/DataPipe.py |= 2 +- > BaseTools/Source/Python/Common/DataType.py |= 2 +- > BaseTools/Source/Python/Common/GlobalData.py |= 2 +- > DynamicTablesPkg/DynamicTablesPkg.dsc |= 2 +- > EmbeddedPkg/Library/FdtLib/README.txt |= 1 - > >EmbeddedPkg/Library/TemplateResetSystemLib/TemplateResetSystemLib.in >f | 2 +- > EmbeddedPkg/Scripts/LauterbachT32/README.txt |= 4 ++-- > >NetworkPkg/WifiConnectionManagerDxe/WifiConnectionManagerDxeStrings >.uni | 2 +- > 12 files changed, 16 insertions(+), 17 deletions(-) > delete mode 100644 EmbeddedPkg/Library/FdtLib/README.txt > >Cc: Alexei Fedorov >Cc: Ard Biesheuvel >Cc: Bob Feng >Cc: Jiaxin Wu >Cc: Liming Gao >Cc: Sami Mujawar >Cc: Siyuan Fu >-- >2.20.1