From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=tL7Qh2lA; spf=pass (domain: linaro.org, ip: 209.85.128.53, mailfrom: baptiste.gerondeau@linaro.org) Received: from mail-wm1-f53.google.com (mail-wm1-f53.google.com [209.85.128.53]) by groups.io with SMTP; Wed, 18 Sep 2019 05:27:04 -0700 Received: by mail-wm1-f53.google.com with SMTP id o184so2372050wme.3 for ; Wed, 18 Sep 2019 05:27:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=C9eXBGtyVurEiqXdzFZP+czq3uoYxQYaQYNEuzJDf7M=; b=tL7Qh2lA9TZ/njpfZnbzrKl+oLq57IBiYMkfqwYZF/BDyet8g+uYunatEEqQI/1hcb sSL2rxoCTHNKRYwptLja05uUgJSsCaLAY6CvHsZcvBbWFGYQl29+7W9jH1l2rJQS8sCp 4d4BQ/tnwsFBZrFlFhgHCcnebSvLokJBn0eEUSd7okOerr7Zy/RATpWE/xqUEsBwGjnY Tv6ChvANYUt+iFmr/skT1HCIHHHSOgTmJMyc7heRNH+Qho+1HMX4d8BI+tOR8+Q3C/V2 rtbV9l6mHkIHYepAWm36+Ij7fphgLXek45IgBr26Wtu1yvWFEQhBMgPP3nWK9qIw8Jhz /dlA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=C9eXBGtyVurEiqXdzFZP+czq3uoYxQYaQYNEuzJDf7M=; b=A3S2hbZupmOqrOIgtNS9M3j/fuF/an7c9mD50B4ipWmSqXerYbTsGJ8U8e2XyT5KAL 6QCd2KyCIXm6Gul0zpLz7Qr3WexMdLiQ6loi9Xjdp/cANuAM6nwcVcFNmoWbXwXqXvKf OARNDf268Nv0/3i2MIPDjKCSH7wTN8r/joPcor07skgG6/TJK22pm8fSDsxiXlAA+vCW lmE9Qy9Dq1jAAdG9rdq/yXoeAZtzf49u0fn8qoRMjSXjWjyIIIzAtV35sFhxlXOeUzBn CsPRum8duf9Q6GM/uOsqDzs10AtQKJNBOOnzlm0vxnd4EdsMfpwXdgmnuDC/fcI25Lit Ma8w== X-Gm-Message-State: APjAAAU8qEtdQc5cS9TA9YHUUStS9nDt2L3S6Lq7KXgEW6WTTCXLDOY9 b2VIhCPidNR1uQnj9IPpwFKeUyDruiYRNvJG X-Google-Smtp-Source: APXvYqxAqJjJM+mIoLv56HOCpgS50m4mhrsuK5vBKGF4F3qkkKeLoR21BkcE2vfwkkLd2XQ2/CFuwA== X-Received: by 2002:a1c:7fcc:: with SMTP id a195mr2728093wmd.27.1568809622663; Wed, 18 Sep 2019 05:27:02 -0700 (PDT) Return-Path: Received: from localhost.localdomain (176-169-168-38.abo.bbox.fr. [176.169.168.38]) by smtp.gmail.com with ESMTPSA id x2sm7573125wrn.81.2019.09.18.05.27.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 18 Sep 2019 05:27:00 -0700 (PDT) From: "Baptiste Gerondeau" To: devel@edk2.groups.io Cc: ard.biesheuvel@linaro.org, leif.lindholm@linaro.org, michael.d.kinney@intel.com, liming.gao@intel.com, shenglei.zhang@intel.com, Baptiste Gerondeau , Baptiste GERONDEAU Subject: [PATCH 1/3] ArmPkg/MdePkg : Unify INF files format Date: Wed, 18 Sep 2019 14:25:04 +0200 Message-Id: X-Mailer: git-send-email 2.23.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Baptiste GERONDEAU Add a space between the '|' and the name of the toolchain to use, as is the case in all other INF files. Note that I did not touch the RVCT lines, since a following commit in the set will address those. Signed-off-by: Baptiste Gerondeau --- ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf | 2 +- MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf b/ArmPkg/Library/Ar= mMmuLib/ArmMmuBaseLib.inf index f4fecbb4098a..33dddf1e2b97 100644 --- a/ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf +++ b/ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf @@ -22,7 +22,7 @@ [Sources.AARCH64] =0D [Sources.ARM]=0D Arm/ArmMmuLibCore.c=0D - Arm/ArmMmuLibV7Support.S |GCC =0D + Arm/ArmMmuLibV7Support.S | GCC=0D Arm/ArmMmuLibV7Support.asm |RVCT =0D =0D [Packages]=0D diff --git a/MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf b/M= dePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf index e4e3d532e7b8..d38e1397eee1 100644 --- a/MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf +++ b/MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf @@ -79,11 +79,11 @@ [Defines.ARM, Defines.AARCH64] LIBRARY_CLASS =3D BaseMemoryLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER U= EFI_DRIVER UEFI_APPLICATION=0D =0D [Sources.ARM]=0D - Arm/ScanMem.S |GCC=0D - Arm/SetMem.S |GCC=0D - Arm/CopyMem.S |GCC=0D - Arm/CompareMem.S |GCC=0D - Arm/CompareGuid.S |GCC=0D + Arm/ScanMem.S | GCC=0D + Arm/SetMem.S | GCC=0D + Arm/CopyMem.S | GCC=0D + Arm/CompareMem.S | GCC=0D + Arm/CompareGuid.S | GCC=0D =0D Arm/ScanMem.asm |RVCT=0D Arm/SetMem.asm |RVCT=0D --=20 2.23.0