From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail05.groups.io (mail05.groups.io [45.79.224.7]) by spool.mail.gandi.net (Postfix) with ESMTPS id 9E06F740034 for ; Wed, 31 Jul 2024 10:42:20 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=ZWVAYLAmcVx2JXOM0i4KoABrwOFvQJLF6uVAX5ok8ow=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20240206; t=1722422540; v=1; b=x1sOe5PhV2al1Z+uzp8DPbnv7tvcVnlcazSqPMFRcyVJ9G63FdA2Cu++85g5JtEtPlpl/MUv sk4c5QTmytsqQH93bqHjQugW+rXLysWoCmCWZ4lurOM9ZAmNOyjCvk4OKa1bRHpolxNiEQZUG4x 7Yt/5sUNvUb9ruObSN470LNJoG+49NrLepWqUc+cj1fTThEztCIVVSSw9ZPNAXN0YHitQcqHMUA h4sq2x/U6P57ZIgpk+EdiRtVmZ2Sd/2SULZX6XP+Jg6zeKYCXxRDX3hBLVyBafg7iuekBmUalXt 8Oam5b64fpD+yZh+SWmv0josaZcIkWBtA3ld3PUhf8Gnw== X-Received: by 127.0.0.2 with SMTP id aIy2YY7687511xkL0vZDItnb; Wed, 31 Jul 2024 03:42:19 -0700 X-Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) by mx.groups.io with SMTP id smtpd.web10.39885.1722422538105482706 for ; Wed, 31 Jul 2024 03:42:18 -0700 X-Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 16ED2CE138F; Wed, 31 Jul 2024 10:42:15 +0000 (UTC) X-Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8D1CBC116B1; Wed, 31 Jul 2024 10:42:12 +0000 (UTC) From: "Ard Biesheuvel" To: devel@edk2.groups.io Cc: quic_llindhol@quicinc.com, Ard Biesheuvel Subject: [edk2-devel] [PATCH edk2-platforms 1/2] Platform/Beagle: Fix DSC line endings Date: Wed, 31 Jul 2024 12:42:03 +0200 Message-Id: <20240731104204.5905-1-ardb@kernel.org> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Resent-Date: Wed, 31 Jul 2024 03:42:18 -0700 Resent-From: ardb@kernel.org Reply-To: devel@edk2.groups.io,ardb@kernel.org List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: PwnmXScqfJfOspGS9pfRW8zWx7686176AA= Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b=x1sOe5Ph; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=kernel.org (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 45.79.224.7 as permitted sender) smtp.mailfrom=bounce@groups.io Use CR-LF as required for DSC files. Signed-off-by: Ard Biesheuvel --- Platform/BeagleBoard/BeagleBoardPkg/BeagleBoardPkg.dsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/BeagleBoard/BeagleBoardPkg/BeagleBoardPkg.dsc b/Platf= orm/BeagleBoard/BeagleBoardPkg/BeagleBoardPkg.dsc index 1ba4c3dc465e..a114c9b633d0 100644 --- a/Platform/BeagleBoard/BeagleBoardPkg/BeagleBoardPkg.dsc +++ b/Platform/BeagleBoard/BeagleBoardPkg/BeagleBoardPkg.dsc @@ -93,7 +93,7 @@ [LibraryClasses.common] UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/U= efiRuntimeServicesTableLib.inf=0D DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf=0D UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBoo= tServicesTableLib.inf=0D - ImagePropertiesRecordLib|MdeModulePkg/Library/ImagePropertiesRecordLib/I= magePropertiesRecordLib.inf + ImagePropertiesRecordLib|MdeModulePkg/Library/ImagePropertiesRecordLib/I= magePropertiesRecordLib.inf=0D =0D DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableL= ib.inf=0D UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntry= Point.inf=0D --=20 2.46.0.rc1.232.g9752f9e123-goog -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#120140): https://edk2.groups.io/g/devel/message/120140 Mute This Topic: https://groups.io/mt/107643741/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-