From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=lpugfrgJ; spf=pass (domain: linaro.org, ip: 209.85.128.66, mailfrom: ard.biesheuvel@linaro.org) Received: from mail-wm1-f66.google.com (mail-wm1-f66.google.com [209.85.128.66]) by groups.io with SMTP; Thu, 19 Sep 2019 03:02:56 -0700 Received: by mail-wm1-f66.google.com with SMTP id p7so3691618wmp.4 for ; Thu, 19 Sep 2019 03:02:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=c7q2e7aAEna/UV0q3n9wLkec5P1Lha/j/VAPEqAR1CQ=; b=lpugfrgJ8EwCZVDfMI1x7jm2i5nQgHaYz8qi9coAj40PsFaRxs8TL7VP/cFpZOubNH CbsauZ6om4OECpVUJMN+QnccgKaxW/Aw04ytlDNIGfCAMgFyTiHlvxnpu3aSZAgP331R 9wvQvWI6tK6D6ThY9LeC8+WPL8gqtZ9p3xBrwINqu5sZ5YGlzUXE1kNuenGcsiTdD+Rs 6rFSYuwVho03wPOxUcz04rCKpD8h5Z07J1S7gwYxbVukTNiKhR9j27CiAPdmhFW3tdLm Te2E+BFO+21IwaoGRtlcUc9uHJX+DJEgUgjOHh2WewS783rhgz3MatqasQa547EpQzvM YOug== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=c7q2e7aAEna/UV0q3n9wLkec5P1Lha/j/VAPEqAR1CQ=; b=Lj9VfcG8mWrlTNIpoPcWr8hVuZ+Hpj9GBrktLptd6N+7zEOjiMab5krKvS8RZFtoU9 j01Vn6zym+dltVlBmifhapxTKtP25chZE9rysRV1/+osLxfsfXieswcMDsc3GrVT9Sbt bjZ3HkHeaeu3Ct4I5VD47c5X5eNx06e1VNhEwK6z4Fdq004O+vkcMtZS5gR9gl9DTePQ 8kJCA4LsiXDwQG1dyi9e67rW4cZcLK8ZMudfj93zIfQGxLeNMVveg5rkIuEUIByx8Slh U5/wG70CzEiqQ/PXfNy0nbJN6S4eGHK2u9nxeq616SYMVSUvd9qtTqM04XXnVdEUE5Sn 3fcA== X-Gm-Message-State: APjAAAWxI/4Cv4tecI20u8xTQCK+Gk2j7P/IVTDOxNEa6fmjCfdBdKKs JFYK+Ovi9KnWT/s/zd006Vp5lYzbu+4nYKA+N5wz+w== X-Google-Smtp-Source: APXvYqz8zUjDVuc42kmike4SnTG48DxJyeGS0GwrVa8SNpbuN40BCBSMGMFKW38+wWQYyGOBB8N5Re3TqrRcuupxUDA= X-Received: by 2002:a7b:cf37:: with SMTP id m23mr2119735wmg.53.1568887374551; Thu, 19 Sep 2019 03:02:54 -0700 (PDT) MIME-Version: 1.0 References: <20190918224331.23269-1-leif.lindholm@linaro.org> In-Reply-To: <20190918224331.23269-1-leif.lindholm@linaro.org> From: "Ard Biesheuvel" Date: Thu, 19 Sep 2019 13:02:26 +0300 Message-ID: Subject: Re: [PATCH 0/9] Various line ending and encoding fixes To: Leif Lindholm Cc: edk2-devel-groups-io , Alexei Fedorov , Bob Feng , Jiaxin Wu , Liming Gao , Sami Mujawar , Siyuan Fu Content-Type: text/plain; charset="UTF-8" On Thu, 19 Sep 2019 at 01:43, Leif Lindholm 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 > 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 > Cc: Ard Biesheuvel > Cc: Bob Feng > Cc: Jiaxin Wu > Cc: Liming Gao > Cc: Sami Mujawar > Cc: Siyuan Fu > -- > 2.20.1 >