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=SXvWMNgF; spf=pass (domain: linaro.org, ip: 209.85.128.42, mailfrom: leif.lindholm@linaro.org) Received: from mail-wm1-f42.google.com (mail-wm1-f42.google.com [209.85.128.42]) by groups.io with SMTP; Wed, 18 Sep 2019 15:43:35 -0700 Received: by mail-wm1-f42.google.com with SMTP id t3so1746824wmj.1 for ; Wed, 18 Sep 2019 15:43:35 -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=uoOLAnr3PUnBh1cu2AgKsfWL3Ie/wnl4BYwDENFZzys=; b=SXvWMNgFqkDtZXHIkl3L0zm93MTYiB+KjEsyQ2MuzswVS8PyPWkLW+VXItQ1uv6By0 X3SR7dnar8BvWTOtBAkMnyjgsbpJXl0wX/AA4XoqbA1rSuLsOfOUZMcVC2AQXJ4UOYau vxGDVYZyJQmXb9DHMdiVb8Tiy1mfrm2fwnG4SoxwpyXQQMJi3rFtn6OBo+lO2Nlix69p qMwi+RdYsHJTI+HR7fw3JapDMAisiRmPy4cxk5jd76mrY90Pt9drMUNo3RP07HBNQACB 7MGl5WQlKM9+XRSjKEKr1cY4HGzf1AcpJMnfKs6by+Y3MKCXvF4kSB80dOeJSTgIkVr0 +Fgw== 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=uoOLAnr3PUnBh1cu2AgKsfWL3Ie/wnl4BYwDENFZzys=; b=fvsCpREVeDfzhvuI/Wzudwk0sC/HnA2Az7HQdUt6+0uRcPMugfIs3nhyBemGYF0PHc OU2jgIUspr4yPnrvYFQQVajisZsWhajVZqOGm1luC70zVoROT8LtOXjF2DPxMd2nTNa7 Ud173yuYz+IdCOzgE4PjBHF2cANrAyRUgEBKZOnL8h9CGKHrKTsiTKLs0nU6r82S71Vg 41GKaPULaQh1K1BXbkqcp4WmQw13AoWqivxcuzGBVuNd0lVp3QL3w5cPzV7DE2EL9R/j c/phTFdlJoImkPbaTzO/nsmegjAHp2fI2GTNcw1w9hl/i+2Xq+4d5xyYFCLjwKLywR4L pjeA== X-Gm-Message-State: APjAAAXjCOMJ+W04TxrV2B+9QWKrTBkmf0lfAPJY4qj7gsPo6N7EWuKq ni3rYkM5fCmX54Xe9kzLKB/PHKhGs2c= X-Google-Smtp-Source: APXvYqyya19D3RZLWKyc3nMcov124Bh2oO7qKgk0DFPGDCvqhHH6XrEE6EINfCSofx0Gg18jJU4jlw== X-Received: by 2002:a1c:9e0b:: with SMTP id h11mr166651wme.144.1568846613673; Wed, 18 Sep 2019 15:43:33 -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 y186sm6676950wmd.26.2019.09.18.15.43.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 18 Sep 2019 15:43:32 -0700 (PDT) From: "Leif Lindholm" To: devel@edk2.groups.io Cc: Alexei Fedorov , Ard Biesheuvel , Bob Feng , Jiaxin Wu , Liming Gao , Sami Mujawar , Siyuan Fu Subject: [PATCH 0/9] Various line ending and encoding fixes Date: Wed, 18 Sep 2019 23:43:22 +0100 Message-Id: <20190918224331.23269-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. 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 Cc: Ard Biesheuvel Cc: Bob Feng Cc: Jiaxin Wu Cc: Liming Gao Cc: Sami Mujawar Cc: Siyuan Fu -- 2.20.1