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 CDAF5AC1D6E for ; Wed, 31 Jul 2024 23:56:40 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=kGB/6KCeVHeuOxHMUi+ZpX0gdgJ8Q2NcDz6lytqfya8=; c=relaxed/simple; d=groups.io; h=Feedback-ID:Message-ID:Date:MIME-Version:User-Agent:Subject:To:Cc:References:From:In-Reply-To:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Language:Content-Type:Content-Transfer-Encoding; s=20240206; t=1722470200; v=1; b=Gk4ZQbp8FoyDBptNxiB894e4n5OLdFn50EDtnYYhd7Wa1DkS/HQRrWs7hGr5FtU7+udbpley /xwaJqK3rXPtsKKgaQWZA2mCHU8xn8TLCm7rB+HgpMCXJS0aRiUybk3ZkEwQsz7+1i/0bxaq1BT +TzCo6FOTSqjjLutE7IcdMD6XcTCB2SapKy13Fq1IPK2EYIazBC8ho7UTkEy1m5yynGs4qlrAzW mQhQS8IgXtlF21f+VBJWhsaaGiIh27wXpQ/+WoyHFRVsNfqskNBiMzpZfSmjuoO7bnysMhqtpKY LLvjlwXI0+6cXpnYNDIGm2mI04icH7eW0EyJF7XCrh9vA== X-Received: by 127.0.0.2 with SMTP id QtSYYY7687511xd4lS972zeJ; Wed, 31 Jul 2024 16:56:39 -0700 X-Received: from fhigh3-smtp.messagingengine.com (fhigh3-smtp.messagingengine.com [103.168.172.154]) by mx.groups.io with SMTP id smtpd.web10.56877.1722470193530584995 for ; Wed, 31 Jul 2024 16:56:33 -0700 X-Received: from compute8.internal (compute8.nyi.internal [10.202.2.227]) by mailfhigh.nyi.internal (Postfix) with ESMTP id B459A1146DCF; Wed, 31 Jul 2024 19:56:32 -0400 (EDT) X-Received: from mailfrontend2 ([10.202.2.163]) by compute8.internal (MEProxy); Wed, 31 Jul 2024 19:56:32 -0400 X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeeftddrjeejgddvjecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecunecujfgurhepkfffgggfuffvvehfhfgjtgfgsehtje ertddtvdejnecuhfhrohhmpeftvggsvggttggrucevrhgrnhcuoehrvggsvggttggrsegs shguihhordgtohhmqeenucggtffrrghtthgvrhhnpefhkedvkedvhfdtvdetheeuueelte ejhfeiheejuefhtddutddvgedutdekveelhfenucevlhhushhtvghrufhiiigvpedtnecu rfgrrhgrmhepmhgrihhlfhhrohhmpehrvggsvggttggrsegsshguihhordgtohhmpdhnsg gprhgtphhtthhopedt X-ME-Proxy: Feedback-ID: i5b994698:Fastmail X-Received: by mail.messagingengine.com (Postfix) with ESMTPA; Wed, 31 Jul 2024 19:56:32 -0400 (EDT) Message-ID: Date: Wed, 31 Jul 2024 17:56:31 -0600 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [edk2-devel] [PATCH edk2-platforms 1/2] Platform/Beagle: Fix DSC line endings To: devel@edk2.groups.io, ardb@kernel.org Cc: quic_llindhol@quicinc.com References: <20240731104204.5905-1-ardb@kernel.org> From: "Rebecca Cran" In-Reply-To: <20240731104204.5905-1-ardb@kernel.org> 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 16:56:33 -0700 Resent-From: rebecca@bsdio.com Reply-To: devel@edk2.groups.io,rebecca@bsdio.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: 9OxvHWuGrfuM37OgLXYAoBmIx7686176AA= Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed 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=Gk4ZQbp8; dmarc=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 On 7/31/24 04:42, Ard Biesheuvel wrote: > Use CR-LF as required for DSC files. >=20 > Signed-off-by: Ard Biesheuvel > --- > Platform/BeagleBoard/BeagleBoardPkg/BeagleBoardPkg.dsc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/Platform/BeagleBoard/BeagleBoardPkg/BeagleBoardPkg.dsc b/Pla= tform/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/UefiRuntimeServicesTableLi= b/UefiRuntimeServicesTableLib.inf > DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf > UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/Uefi= BootServicesTableLib.inf > - ImagePropertiesRecordLib|MdeModulePkg/Library/ImagePropertiesRecordLib= /ImagePropertiesRecordLib.inf > + ImagePropertiesRecordLib|MdeModulePkg/Library/ImagePropertiesRecordLib= /ImagePropertiesRecordLib.inf > =20 > DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTab= leLib.inf > UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEn= tryPoint.inf By the way I still have my BeagleBoard and hope to get back to working=20 on getting EDK2 working properly on it again sometime! --=20 Rebecca -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#120159): https://edk2.groups.io/g/devel/message/120159 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] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-