From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:400c:c0c::244; helo=mail-wr0-x244.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr0-x244.google.com (mail-wr0-x244.google.com [IPv6:2a00:1450:400c:c0c::244]) (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 DCE9720356268 for ; Tue, 5 Dec 2017 02:09:05 -0800 (PST) Received: by mail-wr0-x244.google.com with SMTP id s66so20390177wrc.9 for ; Tue, 05 Dec 2017 02:13:36 -0800 (PST) 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; bh=wUDe3tv3N4HlCDt432tNpyiGgX3yqsvkHB2MtwP7t/s=; b=EjCoi9AIoxOAGtXVKDQ/b4jOw9OTV9NZi43gFBrptZn82EQ+k7Ke0+7wjH1F5xcWAW KNI0/VBZJMZGeu3gmPVXWHUu4jtXvmi4MiBc5C0/y09oAG7grQRGjozJlOFePRQv+Mjb QLUucoWw/ol/jPonRJt8u9LvpbPq8TbKmPMgc= 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; bh=wUDe3tv3N4HlCDt432tNpyiGgX3yqsvkHB2MtwP7t/s=; b=GGGxmIc8J9LKV/3mkDx1SByZKsmxDQnM3nhHG4CYA9ZIOtaR3FBRNyk02TaYuOJYet vlxF2UEX6Mmv+oQappalcw/M5u0AWH1bnrAOiMEg4Gokp1TVdNa8ZYvkY4SLwrNEm4bC rBs0WpOXxPgibxJtttfBhjsBehd3s7gNrt+U4SAvNgVBqoU+if9OO8owSIqCzt56RJ4B p1j1jsEft54V81vxjAFSbcfMUY8+OqZzpLeC5aCktl8GcQEFB6FgGDNQ6eqRhjDE3C5C O2x2ctu0fa/GvLSvEuK44Qv9GLeR54UwoMWJSmfhSYHwtdyoLqqSTr1u6uW3E8gtqE8t 4+pw== X-Gm-Message-State: AJaThX6nkB1zvktnTi6YzOmPI5tGYPDsBzhhdtOtwHKiVFp7ZIt6gkjP DlcP7lrpmSzV8a4njtaycDWakDzD3I4= X-Google-Smtp-Source: AGs4zMZzApx1ZdWmRVlQek0Xt2oWnZzCf1rae2/i19LyXOOgCmyyp0PNnwVeqnHYBpU2wqIfSJQPFQ== X-Received: by 10.223.164.84 with SMTP id e20mr15570077wra.52.1512468815055; Tue, 05 Dec 2017 02:13:35 -0800 (PST) Received: from localhost.localdomain ([105.150.171.234]) by smtp.gmail.com with ESMTPSA id d1sm14398065wra.44.2017.12.05.02.13.33 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 05 Dec 2017 02:13:34 -0800 (PST) From: Ard Biesheuvel To: edk2-devel@lists.01.org, leif.lindholm@linaro.org Cc: Ard Biesheuvel Date: Tue, 5 Dec 2017 10:13:22 +0000 Message-Id: <20171205101326.23732-2-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20171205101326.23732-1-ard.biesheuvel@linaro.org> References: <20171205101326.23732-1-ard.biesheuvel@linaro.org> Subject: [PATCH 1/5] ArmPlatformPkg: remove unused ArmPlatformLibNullSec X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Dec 2017 10:09:06 -0000 ArmPlatformLibNullSec is built from a secondary .inf that omits ArmPlatformLibNullMem.c from the [Sources] section so the library can be used in a SEC context. This is slightly dodgy, given that the resulting library is incomplete. Let's just remove this version, since it isn't used anywhere anyway. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel --- ArmPlatformPkg/Library/ArmPlatformLibNull/ArmPlatformLibNullSec.inf | 47 -------------------- 1 file changed, 47 deletions(-) diff --git a/ArmPlatformPkg/Library/ArmPlatformLibNull/ArmPlatformLibNullSec.inf b/ArmPlatformPkg/Library/ArmPlatformLibNull/ArmPlatformLibNullSec.inf deleted file mode 100644 index 3cd5fd889ea2..000000000000 --- a/ArmPlatformPkg/Library/ArmPlatformLibNull/ArmPlatformLibNullSec.inf +++ /dev/null @@ -1,47 +0,0 @@ -#/* @file -# Copyright (c) 2011-2012, ARM 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] - INF_VERSION = 0x00010005 - BASE_NAME = ArmPlatformLibNull - FILE_GUID = cb494bad-23ff-427e-8608-d7e138d3363b - MODULE_TYPE = BASE - VERSION_STRING = 1.0 - LIBRARY_CLASS = ArmPlatformLib - -[Packages] - MdePkg/MdePkg.dec - MdeModulePkg/MdeModulePkg.dec - ArmPkg/ArmPkg.dec - ArmPlatformPkg/ArmPlatformPkg.dec - -[LibraryClasses] - ArmLib - DebugLib - -[Sources.common] - ArmPlatformLibNull.c - -[Sources.Arm] - Arm/ArmPlatformHelper.S | GCC - Arm/ArmPlatformHelper.asm | RVCT - -[Sources.AArch64] - AArch64/ArmPlatformHelper.S - -[FixedPcd] - gArmTokenSpaceGuid.PcdSystemMemoryBase - gArmTokenSpaceGuid.PcdSystemMemorySize - - gArmTokenSpaceGuid.PcdArmPrimaryCoreMask - gArmTokenSpaceGuid.PcdArmPrimaryCore -- 2.11.0