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 8906B941527 for ; Wed, 31 Jul 2024 10:55:32 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=KpL5UzBaGndBSim6jNraQ/gvRR4co6vvA+RwEPGfLLI=; c=relaxed/simple; d=groups.io; h=Date:From:To:CC:Subject:Message-ID:References:MIME-Version: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-Type:Content-Disposition; s=20240206; t=1722423332; v=1; b=VoGjdkwlv8mlxHW3xORWsMVfvw0+JhWxWMFICFd7cK/LvKoC12XcTO9DhHJ52EB39Q6cXTmY RSLTvmBqGORFG4ZCHPsr2CuyK5FtQxliupMIeTv5xNd4YrpxzRGzG56/n0Ca5GbyJ8talABZAKT guJv8SMCSrTkFS54BX29hvKwnH+xJaXXGrbi3M2L2jTlB6GIy/ofOKfLAcwnzFLAYzIX60xyqqR LNuNBvwhu+USaXlIhknUISFQAjNbatltKPKxfGKd5GFMDZ1FRt0jwdvsova5D+K81sGaodTr/Tk rJMnJDbGqydK34O1dz4kyFQ1SpUA8iSEH4r4m36P0siwQ== X-Received: by 127.0.0.2 with SMTP id B9iuYY7687511x12HFTTNmeZ; Wed, 31 Jul 2024 03:55:30 -0700 X-Received: from mx0b-0031df01.pphosted.com (mx0b-0031df01.pphosted.com [205.220.180.131]) by mx.groups.io with SMTP id smtpd.web11.40296.1722423330299897204 for ; Wed, 31 Jul 2024 03:55:30 -0700 X-Received: from pps.filterd (m0279872.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 46V9TlRf005324; Wed, 31 Jul 2024 10:55:29 GMT X-Received: from nasanppmta05.qualcomm.com (i-global254.qualcomm.com [199.106.103.254]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 40qjpj89d7-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 31 Jul 2024 10:55:29 +0000 (GMT) X-Received: from nasanex01c.na.qualcomm.com (nasanex01c.na.qualcomm.com [10.45.79.139]) by NASANPPMTA05.qualcomm.com (8.17.1.19/8.17.1.19) with ESMTPS id 46VAtS1X014801 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 31 Jul 2024 10:55:28 GMT X-Received: from qc-i7.hemma.eciton.net (10.80.80.8) by nasanex01c.na.qualcomm.com (10.45.79.139) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.9; Wed, 31 Jul 2024 03:55:26 -0700 Date: Wed, 31 Jul 2024 11:55:23 +0100 From: "Leif Lindholm" To: Ard Biesheuvel CC: Subject: Re: [edk2-devel] [PATCH edk2-platforms 1/2] Platform/Beagle: Fix DSC line endings Message-ID: References: <20240731104204.5905-1-ardb@kernel.org> MIME-Version: 1.0 In-Reply-To: <20240731104204.5905-1-ardb@kernel.org> X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01b.na.qualcomm.com (10.46.141.250) To nasanex01c.na.qualcomm.com (10.45.79.139) X-QCInternal: smtphost X-Proofpoint-GUID: w4UY1AAJgZeuCIAKapksCy5nxHoBcjub X-Proofpoint-ORIG-GUID: w4UY1AAJgZeuCIAKapksCy5nxHoBcjub 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:55:30 -0700 Resent-From: quic_llindhol@quicinc.com Reply-To: devel@edk2.groups.io,quic_llindhol@quicinc.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: 06qTFWSDA3JpLq3TBapK6SCZx7686176AA= Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b=VoGjdkwl; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=quicinc.com (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 On Wed, Jul 31, 2024 at 12:42:03 +0200, Ard Biesheuvel wrote: > Use CR-LF as required for DSC files. > > Signed-off-by: Ard Biesheuvel For the series: Reviewed-by: Leif Lindholm Thanks! > --- > Platform/BeagleBoard/BeagleBoardPkg/BeagleBoardPkg.dsc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Platform/BeagleBoard/BeagleBoardPkg/BeagleBoardPkg.dsc b/Platform/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/UefiRuntimeServicesTableLib.inf > DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf > UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf > - ImagePropertiesRecordLib|MdeModulePkg/Library/ImagePropertiesRecordLib/ImagePropertiesRecordLib.inf > + ImagePropertiesRecordLib|MdeModulePkg/Library/ImagePropertiesRecordLib/ImagePropertiesRecordLib.inf > > DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf > UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf > -- > 2.46.0.rc1.232.g9752f9e123-goog > -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#120144): https://edk2.groups.io/g/devel/message/120144 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] -=-=-=-=-=-=-=-=-=-=-=-