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:c09::243; helo=mail-wm0-x243.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm0-x243.google.com (mail-wm0-x243.google.com [IPv6:2a00:1450:400c:c09::243]) (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 E32D720359A62 for ; Wed, 15 Nov 2017 08:53:01 -0800 (PST) Received: by mail-wm0-x243.google.com with SMTP id n74so22424247wmi.1 for ; Wed, 15 Nov 2017 08:57:10 -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=12y0rBqc7G4TZsHONAJEfcDnD3RoKZ7nLnplT65Kc7A=; b=aceG8qiC43UbqADPyhRZISn19Jvb0b74qMKH276yfpcrdqXibxipU8QyuCctbWAvjd fcGhiZ5ep0/vMAapUXxFhEMXE/AESwV0Kd8B4ooUeS+B+IiPsLqpL6gIFSztdUcQChy7 CkTqpOyotctqz5eDivY1GRfLfXe+1eEUWCZRA= 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=12y0rBqc7G4TZsHONAJEfcDnD3RoKZ7nLnplT65Kc7A=; b=cASPkCXbEs0Nm+yAv79HpwSvIXC0FN7dw3pOkzCD2y8gfYB41vNONWACyKLL0dw/MI DGCXl3U+32faP5C9howoTNsFRjnygI7RHUoEVv/Gm4LvEc45zLn6s/BTz5m/2Cx58JIo 2/OFehVw5DRuG4Uu1xDQwRHImHTlRp4SEnZAQvYaM1bR9p9tT/v0Ml5fp42g9Jai+MPD H8o91zjZcUZZAYUOTKlkcBDBzVuVhE3FQnINIvamskcklK837efSyLvIFuGaidL6rsPx Q8qvMQ0De1YOu/V+GfypN5w8VK1Ahixfpe9L+E6NFt7d55O9uDFQnJVPkeGDDFZ8KdEg uWGQ== X-Gm-Message-State: AJaThX6Z5MJUdw5lvUIGtUu3EIOTU6RlSeqS3u5fatpZdXLwOjjXR2Xl DYp9prCgt0znjEIgtMpAPajnWyBAVLs= X-Google-Smtp-Source: AGs4zMYHLYQ69DJ+CeJAdoub6bKBxAoJ7ReF24l1Tfto95mh5INOrkQdenleYRQ9uDwbrCq5lSqQQQ== X-Received: by 10.28.108.11 with SMTP id h11mr8097100wmc.28.1510765029124; Wed, 15 Nov 2017 08:57:09 -0800 (PST) Received: from localhost.localdomain ([160.167.170.128]) by smtp.gmail.com with ESMTPSA id p15sm5673089wre.24.2017.11.15.08.57.07 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 15 Nov 2017 08:57:08 -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:29 +0000 Message-Id: <20171115165637.31118-12-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 11/19] ArmPlatformPkg: remove unused PL301Axi 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:02 -0000 No platforms use this driver so remove it. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel --- ArmPlatformPkg/Drivers/PL301Axi/PL301Axi.c | 108 -------------------- ArmPlatformPkg/Drivers/PL301Axi/PL301Axi.inf | 27 ----- ArmPlatformPkg/Include/Drivers/PL301Axi.h | 21 ---- 3 files changed, 156 deletions(-) diff --git a/ArmPlatformPkg/Drivers/PL301Axi/PL301Axi.c b/ArmPlatformPkg/Drivers/PL301Axi/PL301Axi.c deleted file mode 100644 index 8600721c581f..000000000000 diff --git a/ArmPlatformPkg/Drivers/PL301Axi/PL301Axi.inf b/ArmPlatformPkg/Drivers/PL301Axi/PL301Axi.inf deleted file mode 100644 index 108161fc16c4..000000000000 diff --git a/ArmPlatformPkg/Include/Drivers/PL301Axi.h b/ArmPlatformPkg/Include/Drivers/PL301Axi.h deleted file mode 100644 index ae941839f08b..000000000000 -- 2.11.0