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=WQYDChWS; spf=pass (domain: linaro.org, ip: 209.85.128.49, mailfrom: leif.lindholm@linaro.org) Received: from mail-wm1-f49.google.com (mail-wm1-f49.google.com [209.85.128.49]) by groups.io with SMTP; Thu, 19 Sep 2019 09:03:24 -0700 Received: by mail-wm1-f49.google.com with SMTP id a6so5210283wma.5 for ; Thu, 19 Sep 2019 09:03:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=L+etmeph7Snrw006sftafJHu/YIfXOXp8Sf3HvL7Wo4=; b=WQYDChWSX/bIxAdcM6UOv0pxAwuR3Al40eFMtVSKLbzq39AmG2bOr9ImwrDyq5rDY2 ml6uxRx1GDdQTa+LN8nUsg+ZOOyHD6dNkDtbSqj9XSrtAEQ69SrFieHYmSb1NhUbsurP 3Cs4Luhj2atTAN6Go48WFe3ucC55zMAPjQflZuXByn+h2B/rPJhljMF3jDRWf3H+5ZDY IC9IZFHhkDa5EDfOpQ8JDgTxVLFrMSs7KN7fZ0DEoDEyRg6sHlNZuoJq8u1HaZ+V4lgC jw2NZ7Q1ZRAhfXTIe3qLW2DIMACJZVfmu2KJd5RpngmH0gcOip6BWJIAJqEd+nErRmyc Ctgw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=L+etmeph7Snrw006sftafJHu/YIfXOXp8Sf3HvL7Wo4=; b=DkvyAl2dkFTupg3q5HEn7qFrT7qQ6mDl8g/DyOTy/BWzOSvbDnWyXn696+/KeyVTcS WqKozX2xsyKg3X9OWQIGQ+XAa6dLlBJJFzJRPOTXscDU+T/si1vTl1KfLgOkoO/J8323 kPbolcKc8+qa0PZMVb7jG0/ln4xJ+WO5+YTn8S2fD3Y9WU4hnrK5JgSn0QwRsGmVINTn AjsIRoRd8GW0XBprUlH8tHGO6s/EldrwfKPG33DRS+XccsP/GXaPB2vA7Q2FC47LuIyE 60H5/FBEq1CsG7hrwKJOCJ1WJjFJ+PCw1I44zu8pWSasesiSMLTljY8Iix1pajS0umO6 TNpw== X-Gm-Message-State: APjAAAU+mrTwEMNxNA2kh30NooFMP+e+v8KULerPdm++Pms/gHfULSVp A7jzzsUBKYq5mOCY2l0UDAZJQ3itHwo= X-Google-Smtp-Source: APXvYqz5XjLnMAhNNjeYh07pdCpDMRwRt5ZtzjnVw5ej2OSIV7lrjHK7EzH7pBct2yktT9eAnwX4Yg== X-Received: by 2002:a05:600c:1009:: with SMTP id c9mr3314047wmc.64.1568909002479; Thu, 19 Sep 2019 09:03:22 -0700 (PDT) Return-Path: Received: from vanye.hemma.eciton.net (cpc92302-cmbg19-2-0-cust304.5-4.cable.virginm.net. [82.1.209.49]) by smtp.gmail.com with ESMTPSA id v4sm15948662wrg.56.2019.09.19.09.03.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 19 Sep 2019 09:03:21 -0700 (PDT) From: "Leif Lindholm" To: devel@edk2.groups.io Cc: Alexei Fedorov , Ard Biesheuvel , Bob Feng , Jiaxin Wu , "Kinney, Michael D" , Liming Gao , Sami Mujawar , Siyuan Fu Subject: [PATCH v2 0/9] Various line ending and encoding fixes Date: Thu, 19 Sep 2019 17:03:10 +0100 Message-Id: <20190919160319.16270-1-leif.lindholm@linaro.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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. Mike asked me to also do a trainling whitespace cleanup, and that will be coming next. I will refrain from pushing this one until that one is ready to go also, in order to isolate the non-functional-changes churn. v2: - Converted 8-bit characters to 7-bit replacements instead of converting files to UTF-8. - Renamed/reworked Lauterbach README.txt to Readme.md. - Added R-b:s. 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 from 8859-x to 7-bit BaseTools: correct line endings for ConvertFce Python script EmbeddedPkg: convert Lauterbach README.txt to 7-bit safe Readme.md 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 | 7 ------- EmbeddedPkg/Scripts/LauterbachT32/Readme.md | 16 ++++++++++++++++ NetworkPkg/WifiConnectionManagerDxe/WifiConnectionManagerDxeStrings.uni | 2 +- 13 files changed, 30 insertions(+), 22 deletions(-) delete mode 100644 EmbeddedPkg/Library/FdtLib/README.txt delete mode 100644 EmbeddedPkg/Scripts/LauterbachT32/README.txt create mode 100644 EmbeddedPkg/Scripts/LauterbachT32/Readme.md Cc: Alexei Fedorov Cc: Ard Biesheuvel Cc: Bob Feng Cc: Jiaxin Wu Cc: "Kinney, Michael D" Cc: Liming Gao Cc: Sami Mujawar Cc: Siyuan Fu -- 2.20.1