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::242; helo=mail-wr0-x242.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr0-x242.google.com (mail-wr0-x242.google.com [IPv6:2a00:1450:400c:c0c::242]) (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 AE86520359A87 for ; Wed, 15 Nov 2017 08:53:08 -0800 (PST) Received: by mail-wr0-x242.google.com with SMTP id u97so21076404wrc.1 for ; Wed, 15 Nov 2017 08:57:17 -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=dy2QRdJkG/RtB79e8D/S+Pr7U8BoCaevhwvYsspWNfc=; b=gw7ZUb0o2Aryxa95KssPBkyp0CFZo2Htiom1pYL5ibtw/H033fVYOyh8lL6AZjcB6i qZa3zl1tD5aZaRPNwT+LZ5dVEEm2mTiuiku1yYpL5fj3kZd82hTgxt47iolDPoB+4bcI VgLIOGy5WBLiH6Jk1KR5zaGMC78X476ZWufOg= 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=dy2QRdJkG/RtB79e8D/S+Pr7U8BoCaevhwvYsspWNfc=; b=osQIahpyl7xGuxs7kg1Y16QXuLAotedpGok0ZgAt/D8JP7GDvisfQ0OZ/Zv/I7jKyM /MnNq437ttdOj7XkLqq2redEdT51kLW04TQVrIFSOQ5SF3qFaUlvqWVL2uk7tOlrT7mE 80uosMEpZWyI20dT5W29+lME0eYwBntXQHSTuLbm0809LM0ufZEo1c9h7jzoc5pkOz6v s+pJpOQQCSHR0hEFq26LC7zr8Mn6o6gvqGuMfgoigORltONUfDLUnVWZkscgoa+EsEtF A40fqQGUf0eT6lskveRiv919e66iefUcmu69SMaxmZ2MS3ByZDXLN5Oz5PXzK6grS+pv lFgQ== X-Gm-Message-State: AJaThX5shVfzfxSSoYvoBGhLu7Smkh5X6dxKO5vDtp3CCIYcLkf2QmtX 6UQm/gvA8FmtIVfaF1/D0eatr3DDGjI= X-Google-Smtp-Source: AGs4zMb+96o609BDZqtE/f2GmYR4b18Xh1+w5kzwVCsPScJRPiw317i+DNGD/dc/xRz/T05rp9GmCg== X-Received: by 10.223.185.79 with SMTP id b15mr2051816wrg.58.1510765035876; Wed, 15 Nov 2017 08:57:15 -0800 (PST) Received: from localhost.localdomain ([160.167.170.128]) by smtp.gmail.com with ESMTPSA id p15sm5673089wre.24.2017.11.15.08.57.14 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 15 Nov 2017 08:57:15 -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:33 +0000 Message-Id: <20171115165637.31118-16-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 15/19] ArmPlatformPkg: remove unused ArmTrustZone 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:09 -0000 This driver is no longer used anywhere so remove it. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel --- ArmPlatformPkg/Drivers/ArmTrustZone/ArmTrustZone.c | 113 -------------------- ArmPlatformPkg/Drivers/ArmTrustZone/ArmTrustZone.inf | 33 ------ ArmPlatformPkg/Include/Drivers/ArmTrustzone.h | 105 ------------------ 3 files changed, 251 deletions(-) diff --git a/ArmPlatformPkg/Drivers/ArmTrustZone/ArmTrustZone.c b/ArmPlatformPkg/Drivers/ArmTrustZone/ArmTrustZone.c deleted file mode 100644 index 1f002198e552..000000000000 diff --git a/ArmPlatformPkg/Drivers/ArmTrustZone/ArmTrustZone.inf b/ArmPlatformPkg/Drivers/ArmTrustZone/ArmTrustZone.inf deleted file mode 100644 index 6f90589a5b90..000000000000 diff --git a/ArmPlatformPkg/Include/Drivers/ArmTrustzone.h b/ArmPlatformPkg/Include/Drivers/ArmTrustzone.h deleted file mode 100644 index 827b5cd568c1..000000000000 -- 2.11.0