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=dOJAKpQt; spf=pass (domain: linaro.org, ip: 209.85.221.66, mailfrom: leif.lindholm@linaro.org) Received: from mail-wr1-f66.google.com (mail-wr1-f66.google.com [209.85.221.66]) by groups.io with SMTP; Mon, 15 Apr 2019 03:15:14 -0700 Received: by mail-wr1-f66.google.com with SMTP id h4so21167476wre.7 for ; Mon, 15 Apr 2019 03:15:14 -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; bh=ZxaTbPYvjfmhfoE8m1phBoTzIr4nG75FSK5lcrg3jJ4=; b=dOJAKpQt9OYCEHdvgMx7f0Zd4c8MoeZmPO/mzA7YkTqlVNnb1zuANXWqkRu6dBse8Q sYcsWz2NsoR7rMTagneb/cOw4STMY6oHtHyIhG/be1ZWK+dnFKp4plnwmhhajkPHpBTr vzjAL5AHPBFcEWa4PXVpfiZzoOr65jPi+kfxVVgJnGgF2diRBzCujHfBxaHBMMWMDr+G sw0klSbyB4IS/3uTNqQf701z8MM2lZnDKcle5gjTj2UaLKFtZ0gOvsbPta/TsgIMSgvk htRrZlvhJV9/JztPm63zQJok+ruE5EPRsnYhj29qhR/I1BX+I0GeA1+RZJz9OvvxjkDt mD0w== 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; bh=ZxaTbPYvjfmhfoE8m1phBoTzIr4nG75FSK5lcrg3jJ4=; b=AiWgJKajEl6Z68KKC4DIRrC19eIKbp65rncKUtTZRCL4vS7fQ7zL+BDLaNxxxAFhLl 7Mcw3BNnkzRUuN/aKXUQa+3apkz3fTA9PBThNGuXZDNwdbuaF60HKakTWUq9Ey6PPB3d b0j4YIswKqyQcc/nwFiylF7dZbPjPwpC+GXjfazv/rBZxnKplA4icu3/727gyPX9rppp MYFVaCWy7sx6XhnLWLqQbExy1i8UATnZWhamGNCXe8JrVpVUzfQXfUM0cFfseNwNxw13 V95wmGG9eiDp7c1qgOOaC+ZC87ulpaV5SszYEvuETRFM6LqoUmqINTVf7FRhDas7XPZS 3ikw== X-Gm-Message-State: APjAAAWv5d0IyJaJCtU2YaAGjHWrxusbNXPQt2dJwHNHGJX4jlQOIM0n k3y8Ct4sSweJxdqAlfuM08qKsBLuYqI= X-Google-Smtp-Source: APXvYqwFf5CwEy0qvHH/GtRXfQIWzLdPgBiID584k8AkF/Q5+udshN/Zc8HvWkJ1g7R8s7dN78SzOw== X-Received: by 2002:adf:dbce:: with SMTP id e14mr47881230wrj.249.1555323312604; Mon, 15 Apr 2019 03:15:12 -0700 (PDT) Return-Path: Received: from vanye.hemma.eciton.net (cpc92302-cmbg19-2-0-cust304.5-4.cable.virginm.net. [82.1.209.49]) by smtp.gmail.com with ESMTPSA id x5sm39921090wru.12.2019.04.15.03.15.11 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 15 Apr 2019 03:15:11 -0700 (PDT) From: "Leif Lindholm" To: devel@edk2.groups.io Cc: ard.biesheuvel@linaro.org Subject: [PATCH edk2-platforms] Silicon/AMD: drop unused/orphaned Styx ResetSystemLib Date: Mon, 15 Apr 2019 11:15:11 +0100 Message-Id: <20190415101511.5279-1-leif.lindholm@linaro.org> X-Mailer: git-send-email 2.11.0 All Styx platforms in the tree (and the world) use ArmPkg/Library/ArmSmcPsciResetSystemLib/ArmSmcPsciResetSystemLib.inf these days, but somehow this orphaned .inf was left around - drop it. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Leif Lindholm --- Silicon/AMD/Styx/Library/ResetSystemLib/ResetSystemLib.inf | 44 ---------------- 1 file changed, 44 deletions(-) diff --git a/Silicon/AMD/Styx/Library/ResetSystemLib/ResetSystemLib.inf b/Silicon/AMD/Styx/Library/ResetSystemLib/ResetSystemLib.inf deleted file mode 100644 index d9faf3abb0..0000000000 --- a/Silicon/AMD/Styx/Library/ResetSystemLib/ResetSystemLib.inf +++ /dev/null @@ -1,44 +0,0 @@ -#/** @file -# Reset System lib using PSCI hypervisor or secure monitor calls -# -# Copyright (c) 2008, Apple Inc. All rights reserved.
-# Copyright (c) 2014, Linaro Ltd. All rights reserved.
-# Copyright (c) 2014, ARM Ltd. All rights reserved.
-# Copyright (c) 2014 - 2016, AMD Inc. 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. -# -#**/ -#/** -# Derived from: -# ArmPkg/Library/ArmPsciResetSystemLib/ArmPsciResetSystemLib.inf -# -#**/ - -[Defines] - INF_VERSION = 0x00010005 - BASE_NAME = AmdStyxResetSystemLib - FILE_GUID = 624f6cc6-c38f-4897-b3b7-8a601701291b - MODULE_TYPE = BASE - VERSION_STRING = 1.0 - LIBRARY_CLASS = EfiResetSystemLib - -[Sources.common] - ResetSystemLib.c - -[Packages] - ArmPkg/ArmPkg.dec - MdePkg/MdePkg.dec - EmbeddedPkg/EmbeddedPkg.dec - Silicon/AMD/Styx/AmdModulePkg/AmdModulePkg.dec - Silicon/AMD/Styx/AmdStyx.dec - -[LibraryClasses] - PcdLib - BaseLib - ArmSmcLib -- 2.11.0