From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:4864:20::443; helo=mail-wr1-x443.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr1-x443.google.com (mail-wr1-x443.google.com [IPv6:2a00:1450:4864:20::443]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id A19C0211E745D for ; Tue, 26 Mar 2019 12:02:05 -0700 (PDT) Received: by mail-wr1-x443.google.com with SMTP id j9so15672385wrn.6 for ; Tue, 26 Mar 2019 12:02:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=4ZaSnJsq0lBOFmoRICDs9loyBTCi9MVUsbHzl2F3xjI=; b=wkXe0MSksX4dd6DlMe9UPqiBhTkSNdY5OEUD6PH0koO1SjJeFlAJ8/eLhFPc7CRZoz hTtZ48tc0EltzNcxlJTTr5t1Xp1jOtqaqP9LI9dIayW4Gr4g3J8TzVNxbBloI5GDSdm+ l4MbcHqD9x0HM+kuiUamLHlsAReM5bWaqXe2a+5XF6PBXZ7V05YMb3qtBHRM6V8cdgc8 37ze87FnWdQZlrFZGGSBs03tAPMA/8P4Cxms5pVwi8cEO4DWYllZk+q8MP/9yra8G+oK prWw9YQRXtQGTYPIlfBjB83uyD9JZdMOw2kwdmxbWYqva5gSAhwQGmI1yymYMZ4FNg9I 3Blg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=4ZaSnJsq0lBOFmoRICDs9loyBTCi9MVUsbHzl2F3xjI=; b=PKQHlzcaqlqiTkSYd9J68Ug2HAyXs/2iY0mXRAmccqCLXB4IVee+Vym+XemSPSBs3c ATIX1bPg6gHfydt9jIKXPSGoA36zosUViypop7fYTHrdr5rFRNpTNeLLEGalrOfPZguk lKiG9RSJbMlE+LIcX2HfF5vVH3Q05dAV95K+2dTeDOYsgB0UH3Qbn71PUnfbEe+YbXCJ flgPh0ksJC7t+fFgTT2t7DCS7xAdWAfxIgf+9kebFeL/PyF7chIXeASgisaSV6RvNZNH RVrORuUBT07MiOjeaL4SyqmRrghpUyN8Xsey75F3zGNMYj0LcClMoMnOLP67xk1lXgPU mXag== X-Gm-Message-State: APjAAAWwHVPKOLDbuwZ6qsKqjMSCsWtNVA0wO/lSLqkDrKgyNMa1RKAa qh/xJgDpXpH3jgBpKqc3xjFowg== X-Google-Smtp-Source: APXvYqyrRRJYNSotsvSxsDuUflhTF2YjSQAenQMY7+qG/PCDgcmTAEtrLmgrhMJBgXiVvnlovpGIDA== X-Received: by 2002:adf:ea45:: with SMTP id j5mr13325432wrn.89.1553626923305; Tue, 26 Mar 2019 12:02:03 -0700 (PDT) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id t187sm20740070wma.1.2019.03.26.12.02.01 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 26 Mar 2019 12:02:02 -0700 (PDT) Date: Tue, 26 Mar 2019 19:02:00 +0000 From: Leif Lindholm To: Sami Mujawar Cc: edk2-devel@lists.01.org, alexei.fedorov@arm.com, Matteo.Carlini@arm.com, Stephanie.Hughes-Fitt@arm.com, nd@arm.com Message-ID: <20190326190200.jqoqsrnzdznj2fo6@bivouac.eciton.net> References: <20190326184439.31436-1-sami.mujawar@arm.com> <20190326184439.31436-2-sami.mujawar@arm.com> MIME-Version: 1.0 In-Reply-To: <20190326184439.31436-2-sami.mujawar@arm.com> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH v1 1/2] DynamicTablesPkg: Fix line endings in dsc file X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Mar 2019 19:02:06 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Mar 26, 2019 at 06:44:38PM +0000, Sami Mujawar wrote: > Changed the line endings to DOS line endings for > DynamicTablesPkg/DynamicTablesPkg.dsc Ah, yes, good old SMTP stripping CR. I have a stupid script in my uefi-tools repo that I use to line-convert patches from mailing lists. https://git.linaro.org/uefi/uefi-tools.git/tree/edk2-to-git-am.sh I'll remember to put any future sets to you on a branch, as you helpfully do for me. Reviewed-by: Leif Lindholm > Cc: Alexei Fedorov > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Sami Mujawar > --- > DynamicTablesPkg/DynamicTablesPkg.dsc | 88 ++++++++++---------- > 1 file changed, 44 insertions(+), 44 deletions(-) > > diff --git a/DynamicTablesPkg/DynamicTablesPkg.dsc b/DynamicTablesPkg/DynamicTablesPkg.dsc > index f71120c2d359d715b8046b170025fe530387b6a8..a66bba976ccdf5ced9213eb464f3ac8f6fd52da4 100644 > --- a/DynamicTablesPkg/DynamicTablesPkg.dsc > +++ b/DynamicTablesPkg/DynamicTablesPkg.dsc > @@ -1,44 +1,44 @@ > -## @file > -# Dsc file for Dynamic Tables Framework. > -# > -# Copyright (c) 2019, Linaro Limited. All rights reserved.
> -# > -# This program and the accompanying materials are licensed and made available > -# under the terms and conditions of the BSD License which accompanies this > -# distribution. The full text of the license may be found at > -# http://opensource.org/licenses/bsd-license.php > -# > -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, > -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR > -# IMPLIED. > -# > -## > - > -[Defines] > - PLATFORM_NAME = DynamicTables > - PLATFORM_GUID = f39096a0-7a0a-442a-9413-cf584ef80cbb > - PLATFORM_VERSION = 0.1 > - DSC_SPECIFICATION = 0x0001001a > - OUTPUT_DIRECTORY = Build/DynamicTables > - SUPPORTED_ARCHITECTURES = ARM|AARCH64 > - BUILD_TARGETS = DEBUG|RELEASE|NOOPT > - SKUID_IDENTIFIER = DEFAULT > - > -!include DynamicTables.dsc.inc > - > -[LibraryClasses] > - BaseLib|MdePkg/Library/BaseLib/BaseLib.inf > - BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf > - DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf > - IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf > - MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf > - PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf > - PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf > - UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf > - UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf > - > -[LibraryClasses.ARM, LibraryClasses.AARCH64] > - PL011UartLib|ArmPlatformPkg/Library/PL011UartLib/PL011UartLib.inf > - > -[Components.common] > - DynamicTablesPkg/Library/Common/TableHelperLib/TableHelperLib.inf > +## @file > +# Dsc file for Dynamic Tables Framework. > +# > +# Copyright (c) 2019, Linaro Limited. All rights reserved.
> +# > +# This program and the accompanying materials are licensed and made available > +# under the terms and conditions of the BSD License which accompanies this > +# distribution. The full text of the license may be found at > +# http://opensource.org/licenses/bsd-license.php > +# > +# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, > +# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR > +# IMPLIED. > +# > +## > + > +[Defines] > + PLATFORM_NAME = DynamicTables > + PLATFORM_GUID = f39096a0-7a0a-442a-9413-cf584ef80cbb > + PLATFORM_VERSION = 0.1 > + DSC_SPECIFICATION = 0x0001001a > + OUTPUT_DIRECTORY = Build/DynamicTables > + SUPPORTED_ARCHITECTURES = ARM|AARCH64 > + BUILD_TARGETS = DEBUG|RELEASE|NOOPT > + SKUID_IDENTIFIER = DEFAULT > + > +!include DynamicTables.dsc.inc > + > +[LibraryClasses] > + BaseLib|MdePkg/Library/BaseLib/BaseLib.inf > + BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf > + DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf > + IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf > + MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf > + PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf > + PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf > + UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf > + UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf > + > +[LibraryClasses.ARM, LibraryClasses.AARCH64] > + PL011UartLib|ArmPlatformPkg/Library/PL011UartLib/PL011UartLib.inf > + > +[Components.common] > + DynamicTablesPkg/Library/Common/TableHelperLib/TableHelperLib.inf > -- > 'Guid(CE165669-3EF3-493F-B85D-6190EE5B9759)' > >