From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.24, mailfrom: michael.d.kinney@intel.com) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by groups.io with SMTP; Wed, 03 Apr 2019 15:00:18 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Apr 2019 15:00:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,306,1549958400"; d="scan'208";a="220321887" Received: from unknown (HELO mdkinney-MOBL2.amr.corp.intel.com) ([10.241.98.74]) by orsmga001.jf.intel.com with ESMTP; 03 Apr 2019 15:00:16 -0700 From: "Michael D Kinney" To: devel@edk2.groups.io Cc: Leif Lindholm , Ard Biesheuvel , Laszlo Ersek , Michael D Kinney Subject: [Patch 0/4] Normalize line endings to CRLF in ARM packages Date: Wed, 3 Apr 2019 15:00:10 -0700 Message-Id: <20190403220014.14468-1-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.21.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit https://bugzilla.tianocore.org/show_bug.cgi?id=1659 Normalize line endings to use CRLF to pass PatchCheck.py Cc: Leif Lindholm Cc: Ard Biesheuvel Cc: Laszlo Ersek Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Michael D Kinney Kinney, Michael D (4): ArmPkg/ArmScmiDxe: Remove non-ASCII character in comment ArmPkg: Normalize line endings to CRLF ArmVirtPkg: Normalize line endings to CRLF ArmPlatformPkg: Normalize line endings to CRLF .../ArmScmiPerformanceProtocolPrivate.h | 2 +- ArmPkg/Library/ArmSmcLibNull/ArmSmcLibNull.c | 44 +- .../ArmSmcPsciResetSystemLib/AArch64/Reset.S | 60 +- .../AArch64/Reset.asm | 70 +- .../ArmSmcPsciResetSystemLib/Arm/Reset.S | 58 +- .../ArmSmcPsciResetSystemLib/Arm/Reset.asm | 68 +- ArmPkg/Library/CompilerIntrinsicsLib/memset.c | 124 ++-- ArmPkg/Library/GccLto/liblto-aarch64.s | 54 +- ArmPkg/Library/GccLto/liblto-arm.s | 122 ++-- ArmPlatformPkg/Scripts/Ds5/profile.py | 668 +++++++++--------- ArmVirtPkg/Include/Platform/Hidden.h | 56 +- 11 files changed, 663 insertions(+), 663 deletions(-) -- 2.21.0.windows.1