From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.115, mailfrom: prince.agyeman@intel.com) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by groups.io with SMTP; Thu, 04 Apr 2019 08:32:26 -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 fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Apr 2019 08:32:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,308,1549958400"; d="scan'208";a="220571751" Received: from paagyema-desk2.amr.corp.intel.com ([10.7.159.148]) by orsmga001.jf.intel.com with ESMTP; 04 Apr 2019 08:32:25 -0700 From: "Agyeman, Prince" To: devel@edk2.groups.io Subject: [PATCH v2 0/2] Fixed CorebootModulePkg and CorebootPayloadPkg incorrect line endings Date: Thu, 4 Apr 2019 08:32:23 -0700 Message-Id: X-Mailer: git-send-email 2.19.1.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Resending to new mailing list Fixed files with incorrect line endings in CorebootModulePkg to pass PatchCheck.py Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=1658 v1 : fixed CRLF line endings v2: Removed trailing white spaces Agyeman (2): CorebootModulePkg: Fix non - CRLF line endings CorebootPayloadPkg: Fix non - CRLF line endings CorebootModulePkg/Include/Coreboot.h | 32 +- .../BaseSerialPortLib16550.c | 2178 ++++++++--------- .../SataControllerDxe/SataController.h | 1082 ++++---- CorebootModulePkg/SecCore/Ia32/Stack.S | 138 +- .../PlatformHookLib/PlatformHookLib.inf | 18 +- 5 files changed, 1724 insertions(+), 1724 deletions(-) -- 2.19.1.windows.1