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 65C37D8027A for ; Tue, 30 Jul 2024 15:08:21 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=o7g2+eitV5J2JuIN1PeaUXgRsp1hzOGAVXDmWFw9YzE=; c=relaxed/simple; d=groups.io; h=Date:In-Reply-To:Mime-Version:References:Message-ID:Subject:From:To:Cc:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type; s=20240206; t=1722352101; v=1; b=TesqVa7UfxqwttK/VpBLOD8PAmA7Lo+ADNFg2MrJafe/XjsY+b85fDTSnzWF3rgOq3egwBga 0TIl3mNNkasmf/y92RJeS8yREvvg0yBmBHbN+9liF6sXFzU9vqqg077Fuw7nldEtB2cmV4pteLi /1sMH+NIqlh2n5CRgxB6tEctzm+f/rWzyN9Yg6rvjQEn7PyT1cBY2ptqjSCXC904ihGzdJh5qei RDqGob99itRtbUhqtn/KRBUK0l46dmrpJu0/P00rFf3foUko8l9pCnkVeQTS6tFugNw/YIR75YB WqGRIALqj91Dh80tYAvvnYGnl/09joCMJ7mGKgKymAUXQ== X-Received: by 127.0.0.2 with SMTP id 7otgYY7687511xlGLGnVLb1i; Tue, 30 Jul 2024 08:08:20 -0700 X-Received: from mail-wm1-f74.google.com (mail-wm1-f74.google.com [209.85.128.74]) by mx.groups.io with SMTP id smtpd.web11.42528.1722199486989691480 for ; Sun, 28 Jul 2024 13:44:47 -0700 X-Received: by mail-wm1-f74.google.com with SMTP id 5b1f17b1804b1-4281310bf7aso13198565e9.1 for ; Sun, 28 Jul 2024 13:44:46 -0700 (PDT) X-Gm-Message-State: c7DTtTeN0t3vwQnWxCzrWyNCx7686176AA= X-Google-Smtp-Source: AGHT+IFLoETERUxy/5iRK/mbvscaV9yhkYQt0oSLguOYbYh9GRI4kKPWBA5Fm29to/kDb2ztSOzjlLEc X-Received: from palermo.c.googlers.com ([fda3:e722:ac3:cc00:28:9cb1:c0a8:118a]) (user=ardb job=sendgmr) by 2002:a05:600c:500d:b0:426:6f38:8990 with SMTP id 5b1f17b1804b1-42811ddcacbmr914165e9.3.1722199485249; Sun, 28 Jul 2024 13:44:45 -0700 (PDT) Date: Sun, 28 Jul 2024 22:44:29 +0200 In-Reply-To: <20240728204437.4064847-1-ardb+git@google.com> Mime-Version: 1.0 References: <20240728204437.4064847-1-ardb+git@google.com> Message-ID: <20240728204437.4064847-3-ardb+git@google.com> Subject: [edk2-devel] [PATCH edk2-platforms v2 2/8] Platform/RaspberryPi: Fix line endings in DSCs From: "Ard Biesheuvel via groups.io" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Jeremy Linton 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: Tue, 30 Jul 2024 08:08:17 -0700 Resent-From: ardb+git@google.com Reply-To: devel@edk2.groups.io,ardb+git@google.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: Content-Type: text/plain; charset="UTF-8" X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b=TesqVa7U; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 45.79.224.7 as permitted sender) smtp.mailfrom=bounce@groups.io; dmarc=pass (policy=none) header.from=groups.io From: Ard Biesheuvel Get rid of spurious LF-only line endings. Signed-off-by: Ard Biesheuvel Reviewed-by: Leif Lindholm --- Platform/RaspberryPi/RPi3/RPi3.dsc | 2 +- Platform/RaspberryPi/RPi4/RPi4.dsc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Platform/RaspberryPi/RPi3/RPi3.dsc b/Platform/RaspberryPi/RPi3/RPi3.dsc index f5361ab95ec4..5977f1e0a310 100644 --- a/Platform/RaspberryPi/RPi3/RPi3.dsc +++ b/Platform/RaspberryPi/RPi3/RPi3.dsc @@ -90,7 +90,7 @@ [LibraryClasses.common] HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf - ImagePropertiesRecordLib|MdeModulePkg/Library/ImagePropertiesRecordLib/ImagePropertiesRecordLib.inf + ImagePropertiesRecordLib|MdeModulePkg/Library/ImagePropertiesRecordLib/ImagePropertiesRecordLib.inf UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf OrderedCollectionLib|MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib.inf diff --git a/Platform/RaspberryPi/RPi4/RPi4.dsc b/Platform/RaspberryPi/RPi4/RPi4.dsc index 4e91eb9aea96..5cbc636ca7b1 100644 --- a/Platform/RaspberryPi/RPi4/RPi4.dsc +++ b/Platform/RaspberryPi/RPi4/RPi4.dsc @@ -88,7 +88,7 @@ [LibraryClasses.common] HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf - ImagePropertiesRecordLib|MdeModulePkg/Library/ImagePropertiesRecordLib/ImagePropertiesRecordLib.inf + ImagePropertiesRecordLib|MdeModulePkg/Library/ImagePropertiesRecordLib/ImagePropertiesRecordLib.inf UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf OrderedCollectionLib|MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib.inf -- 2.46.0.rc1.232.g9752f9e123-goog -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#120102): https://edk2.groups.io/g/devel/message/120102 Mute This Topic: https://groups.io/mt/107628976/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-