From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.151; helo=mga17.intel.com; envelope-from=maurice.ma@intel.com; receiver=edk2-devel@lists.01.org Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id EAEBC211EDB4F for ; Mon, 1 Apr 2019 09:35:01 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Apr 2019 09:35:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,297,1549958400"; d="scan'208";a="157179806" Received: from orsmsx108.amr.corp.intel.com ([10.22.240.6]) by fmsmga002.fm.intel.com with ESMTP; 01 Apr 2019 09:35:01 -0700 Received: from orsmsx112.amr.corp.intel.com (10.22.240.13) by ORSMSX108.amr.corp.intel.com (10.22.240.6) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 1 Apr 2019 09:35:00 -0700 Received: from orsmsx105.amr.corp.intel.com ([169.254.2.119]) by ORSMSX112.amr.corp.intel.com ([169.254.3.233]) with mapi id 14.03.0415.000; Mon, 1 Apr 2019 09:35:00 -0700 From: "Ma, Maurice" To: "Agyeman, Prince" CC: "You, Benjamin" , "edk2-devel@lists.01.org" Thread-Topic: [PATCH 2/2] CorebootPayloadPkg: Fix non - CRLF line endings Thread-Index: AQHU5Z/yEqK4B206NE+B8vD/2C1WvaYnheBg Date: Mon, 1 Apr 2019 16:35:00 +0000 Message-ID: <7AAC936950815649B5F88FAE785306C2F6F48C99@ORSMSX105.amr.corp.intel.com> References: <055b6379825ce798d52146feeceb1c3056e79009.1553802369.git.prince.agyeman@intel.com> <46dfa72c23cfe8f0e0e08407b8bdcc3150fc381a.1553802369.git.prince.agyeman@intel.com> In-Reply-To: <46dfa72c23cfe8f0e0e08407b8bdcc3150fc381a.1553802369.git.prince.agyeman@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOTgwNWU0M2ItNWE3My00YzFjLTlhNmUtNzY4MzE1MTRmMzFlIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiRkZidERnNmEya21sTTVQdHVjVFo2OTl0RTJrWHNjSUFwV2h3WVZpa2FUOXJcL3FQMlwvRlVpZFp0XC9yakZOdEdlNiJ9 dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [10.22.254.139] MIME-Version: 1.0 Subject: Re: [PATCH 2/2] CorebootPayloadPkg: Fix non - CRLF line endings X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Apr 2019 16:35:02 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable This patch series looks good to me. Reviewed-by: Maurice Ma Regards, -Maurice -----Original Message----- From: Agyeman, Prince=20 Sent: Thursday, March 28, 2019 12:54 To: edk2-devel@lists.01.org Cc: Ma, Maurice ; You, Benjamin Subject: [PATCH 2/2] CorebootPayloadPkg: Fix non - CRLF line endings Replaced non CRLF line endings with CRLF Cc: Maurice Ma Cc: Benjamin You Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Agyeman --- .../PlatformHookLib/PlatformHookLib.inf | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/CorebootPayloadPkg/Library/PlatformHookLib/PlatformHookLib.inf= b/CorebootPayloadPkg/Library/PlatformHookLib/PlatformHookLib.inf index 3230105901..c16911fe96 100644 --- a/CorebootPayloadPkg/Library/PlatformHookLib/PlatformHookLib.inf +++ b/CorebootPayloadPkg/Library/PlatformHookLib/PlatformHookLib.inf @@ -19,7 +19,7 @@ MODULE_TYPE =3D BASE VERSION_STRING =3D 1.0 LIBRARY_CLASS =3D PlatformHookLib - CONSTRUCTOR =3D PlatformHookSerialPortInitialize + CONSTRUCTOR =3D PlatformHookSerialPortInitialize =20 [Sources] PlatformHookLib.c @@ -27,7 +27,7 @@ [LibraryClasses] CbParseLib PcdLib - PciLib + PciLib =20 [Packages] MdePkg/MdePkg.dec @@ -35,10 +35,10 @@ CorebootModulePkg/CorebootModulePkg.dec =20 [Pcd] - gEfiMdeModulePkgTokenSpaceGuid.PcdSerialUseMmio ## PRODUCES - gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterBase ## PRODUCES - gEfiMdeModulePkgTokenSpaceGuid.PcdSerialBaudRate ## PRODUCES - gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterStride ## PRODUCES - gEfiMdeModulePkgTokenSpaceGuid.PcdSerialClockRate ## PRODUCES - gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate ## PRODUCES - gEfiMdeModulePkgTokenSpaceGuid.PcdPciSerialParameters ## PRODUCES + gEfiMdeModulePkgTokenSpaceGuid.PcdSerialUseMmio ## PRODUCES + gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterBase ## PRODUCES + gEfiMdeModulePkgTokenSpaceGuid.PcdSerialBaudRate ## PRODUCES + gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterStride ## PRODUCES + gEfiMdeModulePkgTokenSpaceGuid.PcdSerialClockRate ## PRODUCES + gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate ## PRODUCES + gEfiMdeModulePkgTokenSpaceGuid.PcdPciSerialParameters ## PRODUCES --=20 2.19.1.windows.1