[edk2-devel] [PATCH 0/9] Various line ending and encoding fixes

Leif Lindholm posted 9 patches 4 years, 6 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
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.inf   |  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
[edk2-devel] [PATCH 0/9] Various line ending and encoding fixes
Posted by Leif Lindholm 4 years, 6 months ago
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.inf   |  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 <Alexei.Fedorov@arm.com>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Jiaxin Wu <jiaxin.wu@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Sami Mujawar <Sami.Mujawar@arm.com>
Cc: Siyuan Fu <siyuan.fu@intel.com>
-- 
2.20.1


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#47498): https://edk2.groups.io/g/devel/message/47498
Mute This Topic: https://groups.io/mt/34193899/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [PATCH 0/9] Various line ending and encoding fixes
Posted by Liming Gao 4 years, 6 months ago
Reviewed-by: Liming Gao <liming.gao@intel.com> for the changes in BaseTools. 

>-----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 <Alexei.Fedorov@arm.com>; Ard Biesheuvel
><ard.biesheuvel@linaro.org>; Feng, Bob C <bob.c.feng@intel.com>; Wu,
>Jiaxin <jiaxin.wu@intel.com>; Gao, Liming <liming.gao@intel.com>; Sami
>Mujawar <Sami.Mujawar@arm.com>; Fu, Siyuan <siyuan.fu@intel.com>
>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 <Alexei.Fedorov@arm.com>
>Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
>Cc: Bob Feng <bob.c.feng@intel.com>
>Cc: Jiaxin Wu <jiaxin.wu@intel.com>
>Cc: Liming Gao <liming.gao@intel.com>
>Cc: Sami Mujawar <Sami.Mujawar@arm.com>
>Cc: Siyuan Fu <siyuan.fu@intel.com>
>--
>2.20.1


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#47524): https://edk2.groups.io/g/devel/message/47524
Mute This Topic: https://groups.io/mt/34193899/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [PATCH 0/9] Various line ending and encoding fixes
Posted by Ard Biesheuvel 4 years, 6 months ago
On Thu, 19 Sep 2019 at 01:43, Leif Lindholm <leif.lindholm@linaro.org> wrote:
>
> 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
>

Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>

>  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.inf   |  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 <Alexei.Fedorov@arm.com>
> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
> Cc: Bob Feng <bob.c.feng@intel.com>
> Cc: Jiaxin Wu <jiaxin.wu@intel.com>
> Cc: Liming Gao <liming.gao@intel.com>
> Cc: Sami Mujawar <Sami.Mujawar@arm.com>
> Cc: Siyuan Fu <siyuan.fu@intel.com>
> --
> 2.20.1
>

-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#47586): https://edk2.groups.io/g/devel/message/47586
Mute This Topic: https://groups.io/mt/34193899/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-