From patchwork Tue Jun 21 10:30:33 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ard Biesheuvel X-Patchwork-Id: 70544 Delivered-To: patch@linaro.org Received: by 10.140.28.4 with SMTP id 4csp1941720qgy; Tue, 21 Jun 2016 03:30:51 -0700 (PDT) X-Received: by 10.36.214.215 with SMTP id o206mr4165593itg.14.1466505051592; Tue, 21 Jun 2016 03:30:51 -0700 (PDT) Return-Path: Received: from ml01.01.org (ml01.01.org. [198.145.21.10]) by mx.google.com with ESMTPS id xa6si1659189pab.117.2016.06.21.03.30.51 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 21 Jun 2016 03:30:51 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of edk2-devel-bounces@lists.01.org designates 198.145.21.10 as permitted sender) client-ip=198.145.21.10; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@linaro.org; spf=pass (google.com: best guess record for domain of edk2-devel-bounces@lists.01.org designates 198.145.21.10 as permitted sender) smtp.mailfrom=edk2-devel-bounces@lists.01.org; dmarc=fail (p=NONE dis=NONE) header.from=linaro.org Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id B45AD1A1E48; Tue, 21 Jun 2016 03:31:15 -0700 (PDT) X-Original-To: edk2-devel@lists.01.org Delivered-To: edk2-devel@lists.01.org Received: from mail-lb0-x22b.google.com (mail-lb0-x22b.google.com [IPv6:2a00:1450:4010:c04::22b]) (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 4E7241A1E31 for ; Tue, 21 Jun 2016 03:31:14 -0700 (PDT) Received: by mail-lb0-x22b.google.com with SMTP id o4so7798546lbp.2 for ; Tue, 21 Jun 2016 03:30:44 -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=mpmMgvkBKBrjF9Kwiwhjv+S7uRhDLjMQk2jdjVOUMeo=; b=RZebYMJRbJMzgowRPerAglypewJm9lHXxshrObLYuI/c8dwXP9/nBDmjU1zwCnUSqp 0i2XIi+8RBooUe10vQp0QDMxfpNCmpdzbrwwA/l+BHeYiJaRGYHR3VIsex3F4nXyzu5t bBrDYQYmoTlmNZv38eUia96SrfpuxvRRLszBY= 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=mpmMgvkBKBrjF9Kwiwhjv+S7uRhDLjMQk2jdjVOUMeo=; b=OOndGb8+uNGZbUxNo1RI4MeSCf0Fan1H2VLa1j47CuTuIAOT+X5EjFBZu2s7/6dbwW u/IincMecJX0YnZjZWfqsB7IdRFPBxWPULmFmf+nyr9uhH/4c1v9kZtsbjvKUDJdOnpr hoUyriy4g0SPgO+xuPXIHhKKYgP5XdRAs0GNZ65CAFEfOZ2VpQXZ+RtYwGHV2N6y+E46 I7NEg5538dIgqHhfqQ7fLoVizMMMEAwl8e02CqxdUvX0kVwajcq0QzdueO1DGkAJS2Js b6Aq8SaTxae+IMWdNNWm7PeGbv4eWqK/8KSU4d3b4KEArToV0NEkwmF0i7gIxLvpzCvg k/bg== X-Gm-Message-State: ALyK8tIzNzjVVdDjZM0b1YS7/4KANVYCv9RmODcNQ8yMHXdokp9usZ1e3kFPBB3wwaKROTDs X-Received: by 10.194.9.38 with SMTP id w6mr18346057wja.62.1466505042918; Tue, 21 Jun 2016 03:30:42 -0700 (PDT) Received: from localhost.localdomain ([188.203.148.129]) by smtp.gmail.com with ESMTPSA id d137sm2314154wmd.12.2016.06.21.03.30.41 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 21 Jun 2016 03:30:42 -0700 (PDT) From: Ard Biesheuvel To: edk2-devel@lists.01.org, leif.lindholm@linaro.org, lersek@redhat.com Date: Tue, 21 Jun 2016 12:30:33 +0200 Message-Id: <1466505034-10267-4-git-send-email-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1466505034-10267-1-git-send-email-ard.biesheuvel@linaro.org> References: <1466505034-10267-1-git-send-email-ard.biesheuvel@linaro.org> Subject: [edk2] [PATCH 3/4] ArmPlatformPkg/NorFlashAuthenticatedDxe: remove this obsolete module X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Cc: Ard Biesheuvel MIME-Version: 1.0 Errors-To: edk2-devel-bounces@lists.01.org Sender: "edk2-devel" This module is now identical in functionality to NorFlashDxe, and is no longer used, so remove it altogether. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel --- ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashAuthenticatedDxe.inf | 77 -------------------- 1 file changed, 77 deletions(-) -- 2.7.4 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel Reviewed-by: Laszlo Ersek diff --git a/ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashAuthenticatedDxe.inf b/ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashAuthenticatedDxe.inf deleted file mode 100644 index 0e25b8f6ed6d..000000000000 --- a/ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashAuthenticatedDxe.inf +++ /dev/null @@ -1,77 +0,0 @@ -#/** @file -# -# Component description file for NorFlashAuthenticatedDxe module -# -# Copyright (c) 2011 - 2014, ARM Ltd. All rights reserved.
-# Copyright (c) 2015, Linaro Ltd. All rights reserved.
-# Copyright (c) 2015, Intel Corporation. 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 = NorFlashAuthenticatedDxe - FILE_GUID = 10B86CEA-F2FE-456A-B1C7-4F506CA46005 - MODULE_TYPE = DXE_RUNTIME_DRIVER - VERSION_STRING = 1.0 - ENTRY_POINT = NorFlashInitialise - -[Sources.common] - NorFlashDxe.c - NorFlashFvbDxe.c - NorFlashBlockIoDxe.c - -[Packages] - MdePkg/MdePkg.dec - MdeModulePkg/MdeModulePkg.dec - ArmPlatformPkg/ArmPlatformPkg.dec - SecurityPkg/SecurityPkg.dec - -[LibraryClasses] - IoLib - BaseLib - DebugLib - HobLib - NorFlashPlatformLib - UefiLib - UefiDriverEntryPoint - UefiBootServicesTableLib - UefiRuntimeLib - DxeServicesTableLib - -[Guids] - gEfiSystemNvDataFvGuid - gEfiVariableGuid - gEfiAuthenticatedVariableGuid - gEfiEventVirtualAddressChangeGuid - -[Protocols] - gEfiBlockIoProtocolGuid - gEfiDevicePathProtocolGuid - gEfiFirmwareVolumeBlockProtocolGuid - gEfiDiskIoProtocolGuid - -[Pcd.common] - gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase - gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize - gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase - gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize - gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase - gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize - - gArmPlatformTokenSpaceGuid.PcdNorFlashCheckBlockLocked - -[Depex] - # - # NorFlashAuthenticatedDxe must be loaded before VariableRuntimeDxe - # in case empty flash needs populating with default values - # - BEFORE gVariableRuntimeDxeFileGuid