From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-x230.google.com (mail-wm0-x230.google.com [IPv6:2a00:1450:400c:c09::230]) (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 6589A1A1E6F for ; Tue, 25 Oct 2016 10:10:41 -0700 (PDT) Received: by mail-wm0-x230.google.com with SMTP id d128so38609129wmf.1 for ; Tue, 25 Oct 2016 10:10:41 -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; bh=6FDM2cRfOtbwbHAQSQ3O/slDMdaaea2rk2fN8REzoFg=; b=cV7Beh7BSIzuaqPkynbVIxpfbPn1Soz8x191lZton0d+RT4jFc/yajSFX/s1sI4nZX 4cx7+3uASfQ2rY/J2sAczWW+uyh4LM9gLWfHLs0tdPnH6eELwDraO3SGBJJY1COrqZsy QQZ6aVzGEYy/Q3IDDGGXTrZz9guz84UsbT8Vo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=6FDM2cRfOtbwbHAQSQ3O/slDMdaaea2rk2fN8REzoFg=; b=Tt0JOP0U/M0vE1PNjSfG6w83jwzv3wx0gDvywx/ai5RH/g7wcv38gZ/m1USLMRvLEj BeIU7To0lwgTvSTp0a7R+xtftbZQH5KgrDbTvCHZPkqbVW8NvAY1zgBnBQL7k8X90/dX +wt0DRoOd4qX1qBKf6ZY7NLAonupDGxu5TEOrZhSEbbw+MDSBuOkx5L3czFnGDRZ/0DO sJVRlUvrij08MAjGBAf2iQkuqg2DN512KJGqIFXB+1xJvLyiBHKZDxzyhuUh2ZmYeDqy Fk71MHYTSnIfJ6e45JvWNiHrZ1kwGRp9VTYLgBbwUIsutGfgkpfXaGhFA0e1LEC3DaGh iA2Q== X-Gm-Message-State: ABUngvf5bRKzAasgvbF/bTR8gYO9BPznYdgIGI6Ez+Df1t4sQdbC8A3EtTPSijKmhex/60MH X-Received: by 10.28.146.143 with SMTP id u137mr4505091wmd.57.1477415439850; Tue, 25 Oct 2016 10:10:39 -0700 (PDT) Received: from localhost.localdomain ([105.129.136.43]) by smtp.gmail.com with ESMTPSA id a1sm26174792wjl.28.2016.10.25.10.10.38 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 25 Oct 2016 10:10:39 -0700 (PDT) From: Ard Biesheuvel To: edk2-devel@lists.01.org, leif.lindholm@linaro.org Cc: lersek@redhat.com, Ard Biesheuvel Date: Tue, 25 Oct 2016 18:10:24 +0100 Message-Id: <1477415427-10888-2-git-send-email-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1477415427-10888-1-git-send-email-ard.biesheuvel@linaro.org> References: <1477415427-10888-1-git-send-email-ard.biesheuvel@linaro.org> Subject: [PATCH 2/5] Omap35xxPkg: remove unused ResetSystemLib implementation X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2016 17:10:41 -0000 This code is unused so remove it. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel --- Omap35xxPkg/Library/ResetSystemLib/ResetSystemLib.c | 90 -------------------- Omap35xxPkg/Library/ResetSystemLib/ResetSystemLib.inf | 40 --------- 2 files changed, 130 deletions(-) diff --git a/Omap35xxPkg/Library/ResetSystemLib/ResetSystemLib.c b/Omap35xxPkg/Library/ResetSystemLib/ResetSystemLib.c deleted file mode 100644 index 82f04eaad1c8..000000000000 --- a/Omap35xxPkg/Library/ResetSystemLib/ResetSystemLib.c +++ /dev/null @@ -1,90 +0,0 @@ -/** @file - Template library implementation to support ResetSystem Runtime call. - - Fill in the templates with what ever makes you system reset. - - - Copyright (c) 2008 - 2009, Apple 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. - -**/ - - -#include - -#include -#include -#include -#include -#include - - -/** - Resets the entire platform. - - @param ResetType The type of reset to perform. - @param ResetStatus The status code for the reset. - @param DataSize The size, in bytes, of WatchdogData. - @param ResetData For a ResetType of EfiResetCold, EfiResetWarm, or - EfiResetShutdown the data buffer starts with a Null-terminated - Unicode string, optionally followed by additional binary data. - -**/ -EFI_STATUS -EFIAPI -LibResetSystem ( - IN EFI_RESET_TYPE ResetType, - IN EFI_STATUS ResetStatus, - IN UINTN DataSize, - IN CHAR16 *ResetData OPTIONAL - ) -{ - if (ResetData != NULL) { - DEBUG((EFI_D_ERROR, "%s", ResetData)); - } - - switch (ResetType) { - case EfiResetWarm: - // Map a warm reset into a cold reset - case EfiResetCold: - case EfiResetShutdown: - default: - // Perform cold reset of the system. - MmioOr32 (PRM_RSTCTRL, RST_DPLL3); - while ((MmioRead32 (PRM_RSTST) & GLOBAL_COLD_RST) != 0x1); - break; - } - - // If the reset didn't work, return an error. - ASSERT (FALSE); - return EFI_DEVICE_ERROR; -} - - - -/** - Initialize any infrastructure required for LibResetSystem () to function. - - @param ImageHandle The firmware allocated handle for the EFI image. - @param SystemTable A pointer to the EFI System Table. - - @retval EFI_SUCCESS The constructor always returns EFI_SUCCESS. - -**/ -EFI_STATUS -EFIAPI -LibInitializeResetSystem ( - IN EFI_HANDLE ImageHandle, - IN EFI_SYSTEM_TABLE *SystemTable - ) -{ - return EFI_SUCCESS; -} - diff --git a/Omap35xxPkg/Library/ResetSystemLib/ResetSystemLib.inf b/Omap35xxPkg/Library/ResetSystemLib/ResetSystemLib.inf deleted file mode 100644 index 3ca5c518205c..000000000000 --- a/Omap35xxPkg/Library/ResetSystemLib/ResetSystemLib.inf +++ /dev/null @@ -1,40 +0,0 @@ -#/** @file -# Reset System lib to make it easy to port new platforms -# -# Copyright (c) 2008, Apple 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. -# -# -#**/ - -[Defines] - INF_VERSION = 0x00010005 - BASE_NAME = BeagleBoardResetSystemLib - FILE_GUID = 781371a2-3fdd-41d4-96a1-7b34cbc9e895 - MODULE_TYPE = BASE - VERSION_STRING = 1.0 - LIBRARY_CLASS = EfiResetSystemLib - - -[Sources.common] - ResetSystemLib.c - -[Packages] - Omap35xxPkg/Omap35xxPkg.dec - ArmPkg/ArmPkg.dec - MdePkg/MdePkg.dec - EmbeddedPkg/EmbeddedPkg.dec - -[Pcd.common] - gArmTokenSpaceGuid.PcdCpuResetAddress - gEmbeddedTokenSpaceGuid.PcdEmbeddedFdBaseAddress - -[LibraryClasses] - DebugLib - BeagleBoardSystemLib -- 2.7.4