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::241; helo=mail-wr0-x241.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr0-x241.google.com (mail-wr0-x241.google.com [IPv6:2a00:1450:400c:c0c::241]) (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 0298720349D9A for ; Wed, 15 Nov 2017 08:53:06 -0800 (PST) Received: by mail-wr0-x241.google.com with SMTP id w95so2184082wrc.2 for ; Wed, 15 Nov 2017 08:57:15 -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=zwGJANEHfZv5UnXeT/YRCQzHlso9QmMKmHtK7jKqZcc=; b=iIbsE2rewYUl8Q/M1dWtHMRIKWDcznK2SthDsg/P6vMHlmSBgIKEvy0YbcOyWsd5xt d7v6ju3u2MDKc3lOz59AOX8YfwJVPBD5XZWKT+jD1LxCOZu3AebGevBxr1Ikv80u6dpQ +s+yhv3vaAnk3rI8xbJL5z6GT++Gtwl0fLvCc= 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=zwGJANEHfZv5UnXeT/YRCQzHlso9QmMKmHtK7jKqZcc=; b=tB5yEQ/Ivvd8G+6YOj+RzRnB3jFImiFvwg4gUfFVescwyhbMBrAH1Jp4nR9NM2HLIH wG7PzSWvPNgh3TWO7RqBcbhVD+zFOioap3lr3pQGks69GZf+IVaBmWrUkP+6IoxhGc8k NNKBERNXhu2lL3RLu4Qfkoh9Z+FMqk5vdILuY9b3Xu7cKgNl1rJa644cxJ45JnJtL0UJ umSaE+RXVYh1nY+9OaC4nUGxQm9cAwGXKRJXzkCisw/u1EY1vrhQLBJf19WinbtGnwEz oGVcQFoykgXeN/6rJG38JK5wjoQhU6TXNobSR2ePCxylMoI8kmhq6DyhQwSgTfI82N5b fSJg== X-Gm-Message-State: AJaThX5AywDuIp2oeDszG4HlaBnQ0CVw2LQe1XXaRbHKNGuJdq/XJO4c ML2XFzQ0soQ3G+tarVhuRJZXUl3RwO0= X-Google-Smtp-Source: AGs4zMaj+eHsUCglq5JcalBsmojRa1hxwlj+iKr6kyszxn1tvueAGq5lMk3Fs2EybNd5Wd303iyKZw== X-Received: by 10.223.135.250 with SMTP id c55mr11942534wrc.183.1510765034135; Wed, 15 Nov 2017 08:57:14 -0800 (PST) Received: from localhost.localdomain ([160.167.170.128]) by smtp.gmail.com with ESMTPSA id p15sm5673089wre.24.2017.11.15.08.57.12 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 15 Nov 2017 08:57:13 -0800 (PST) From: Ard Biesheuvel To: edk2-devel@lists.01.org, leif.lindholm@linaro.org Cc: Ard Biesheuvel Date: Wed, 15 Nov 2017 16:56:32 +0000 Message-Id: <20171115165637.31118-15-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20171115165637.31118-1-ard.biesheuvel@linaro.org> References: <20171115165637.31118-1-ard.biesheuvel@linaro.org> Subject: [PATCH 14/19] ArmPlatformPkg: remove unused PL310 driver 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: Wed, 15 Nov 2017 16:53:07 -0000 This driver is not used by any platforms so remove it. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel --- ArmPlatformPkg/Drivers/PL310L2Cache/PL310L2Cache.c | 126 -------------------- ArmPlatformPkg/Drivers/PL310L2Cache/PL310L2CacheSec.inf | 31 ----- ArmPlatformPkg/Include/Drivers/PL310L2Cache.h | 79 ------------ 3 files changed, 236 deletions(-) diff --git a/ArmPlatformPkg/Drivers/PL310L2Cache/PL310L2Cache.c b/ArmPlatformPkg/Drivers/PL310L2Cache/PL310L2Cache.c deleted file mode 100644 index 1a6ab33720e5..000000000000 diff --git a/ArmPlatformPkg/Drivers/PL310L2Cache/PL310L2CacheSec.inf b/ArmPlatformPkg/Drivers/PL310L2Cache/PL310L2CacheSec.inf deleted file mode 100644 index 78f952a1d0c8..000000000000 diff --git a/ArmPlatformPkg/Include/Drivers/PL310L2Cache.h b/ArmPlatformPkg/Include/Drivers/PL310L2Cache.h deleted file mode 100644 index a61099806269..000000000000 -- 2.11.0