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 1AEB4AC145D for ; Tue, 23 Jul 2024 18:01:07 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=hXrIyIiJkBWqBZNJAlbNnlgutfPxJ5S9rlomIK7z/u0=; 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=1721757667; v=1; b=1KFotZ9KYCno5Xr4KCAJObVFKbN9Dzr/Pg/vcV86WC0tO69VjE/J0DE/yltg9U0+yHVXxeL0 dro3Rrgmga5on6nPaqeKxhW/hkDigGEvfK3UJs2j/zToRDzF+jhEBRMzdEi24B9jxFcwpJYmnWV nswR273FisRB7zwtGIS/hKJGd+MJvIojcnqpy9dYD3WUqxO8rsHMAoEbECG9p2aXG9kyBg03jX+ bonShHtaSeGcUcPP1FkTAkgY5SS6nhbws11gO/C28uwudv4Femais8qz9QQ8VI53ir5Ng0YAyx/ KnzlxDAx45bxw7Z6FnMNmimKE6MZmggXhtiFE/esaLBmA== X-Received: by 127.0.0.2 with SMTP id 5uQ0YY7687511xguPpL5myf5; Tue, 23 Jul 2024 11:01:06 -0700 X-Received: from mail-wm1-f73.google.com (mail-wm1-f73.google.com [209.85.128.73]) by mx.groups.io with SMTP id smtpd.web11.25817.1721573529059837570 for ; Sun, 21 Jul 2024 07:52:09 -0700 X-Received: by mail-wm1-f73.google.com with SMTP id 5b1f17b1804b1-427a7a65e7dso12857085e9.1 for ; Sun, 21 Jul 2024 07:52:08 -0700 (PDT) X-Gm-Message-State: LmiRas5j2CUd7vGlCU0MWEeXx7686176AA= X-Google-Smtp-Source: AGHT+IHdtG4sIF2DV832hc76eQ6EEtZ0ujviTa1e4WmOCX6B9+/lukrM8oPw39IXgAM1Q0BB1tBMR0kz X-Received: from palermo.c.googlers.com ([fda3:e722:ac3:cc00:28:9cb1:c0a8:118a]) (user=ardb job=sendgmr) by 2002:a05:600c:34c7:b0:426:52a8:2847 with SMTP id 5b1f17b1804b1-427e63731b4mr26605e9.1.1721573527447; Sun, 21 Jul 2024 07:52:07 -0700 (PDT) Date: Sun, 21 Jul 2024 16:51:52 +0200 In-Reply-To: <20240721145155.324900-1-ardb+git@google.com> Mime-Version: 1.0 References: <20240721145155.324900-1-ardb+git@google.com> Message-ID: <20240721145155.324900-2-ardb+git@google.com> Subject: [edk2-devel] [PATCH edk2-platforms 1/4] Platform/*: Fix line endings in DSCs From: "Ard Biesheuvel via groups.io" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Oliver Smith-Denny , Rebecca Cran , Nhi Pham , Chuong Tran , Peng Xie , Ling Jia , Yiqi Shu 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, 23 Jul 2024 11:01:04 -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=1KFotZ9K; dmarc=pass (policy=none) header.from=groups.io; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 45.79.224.7 as permitted sender) smtp.mailfrom=bounce@groups.io From: Ard Biesheuvel Fix incorrect LFs in DSCs that should be CR-LF only. Signed-off-by: Ard Biesheuvel --- Silicon/Phytium/PhytiumCommonPkg/PhytiumCommonPkg.dsc.inc | 2 +- Platform/Loongson/LoongArchQemuPkg/Loongson.dsc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Silicon/Phytium/PhytiumCommonPkg/PhytiumCommonPkg.dsc.inc b/Silicon/Phytium/PhytiumCommonPkg/PhytiumCommonPkg.dsc.inc index c781ce60b1df..1ca2bc1b8d46 100644 --- a/Silicon/Phytium/PhytiumCommonPkg/PhytiumCommonPkg.dsc.inc +++ b/Silicon/Phytium/PhytiumCommonPkg/PhytiumCommonPkg.dsc.inc @@ -59,7 +59,7 @@ [LibraryClasses.common] IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf - ImagePropertiesRecordLib|MdeModulePkg/Library/ImagePropertiesRecordLib/ImagePropertiesRecordLib.inf + ImagePropertiesRecordLib|MdeModulePkg/Library/ImagePropertiesRecordLib/ImagePropertiesRecordLib.inf OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf diff --git a/Platform/Loongson/LoongArchQemuPkg/Loongson.dsc b/Platform/Loongson/LoongArchQemuPkg/Loongson.dsc index 1a70f8bd0511..2304eec1b8be 100644 --- a/Platform/Loongson/LoongArchQemuPkg/Loongson.dsc +++ b/Platform/Loongson/LoongArchQemuPkg/Loongson.dsc @@ -155,7 +155,7 @@ [LibraryClasses.common] PciHostBridgeUtilityLib | OvmfPkg/Library/PciHostBridgeUtilityLib/PciHostBridgeUtilityLib.inf MmuLib | Platform/Loongson/LoongArchQemuPkg/Library/MmuLib/MmuBaseLib.inf FileExplorerLib | MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf - ImagePropertiesRecordLib | MdeModulePkg/Library/ImagePropertiesRecordLib/ImagePropertiesRecordLib.inf + ImagePropertiesRecordLib | MdeModulePkg/Library/ImagePropertiesRecordLib/ImagePropertiesRecordLib.inf !if $(HTTP_BOOT_ENABLE) == TRUE HttpLib | MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.inf -- 2.45.2.1089.g2a221341d9-goog -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#120019): https://edk2.groups.io/g/devel/message/120019 Mute This Topic: https://groups.io/mt/107509601/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-