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 53D2021B00DEF for ; Wed, 15 Nov 2017 08:52:48 -0800 (PST) Received: by mail-wm0-x243.google.com with SMTP id r68so22518884wmr.0 for ; Wed, 15 Nov 2017 08:56:56 -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=1hTCsSjz450h/fWrY3mm5udbTUHeU2N69lf/pvjWisw=; b=JiwNbYVrrq1IWX0h8zW06nd3kgn6XHAPA2m88599+Vs0aXVBI3cK0TUy0BQHHDBIMj h7HclSEOzha3dplcnoz2lsXYwQr2yQ49vsjt/4E3eQvocZJ/NMQ7yv/tQEivYbOycPYH f6nG6ldO3wzc8UffW477bFDWGwKjpyzhhr67U= 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=1hTCsSjz450h/fWrY3mm5udbTUHeU2N69lf/pvjWisw=; b=oMDijNHnEAOItdxjz3TyEFDLA0tAy2i81Ntk+FEev8gCtDPp/YNH81rSUyp9e3d9Xd 2j3LEd43WUnveRwF05/P2617/TEQv2cMAM0w5dA0olud690docnuxUxR8wd4GyQA1sCu Qdahk2RewDI3UXcB6Av2zdKXpPl994bm2Ks0TsTFtGhEC2bKs6Agi06pjlRuywkbCVcs AzhM0WUlX4nW/tBEYLBEgLLdd4OwMSiwcLlGtZdpnxwoQTDnalcLHXa6e+LDEStl9pZZ GQM48sbQH0FN3s++aE71uD3BD0rxI9Tb6C3AN+qgj7i5By3YfQKkqYhXbOrvXP/f+gAF vMUQ== X-Gm-Message-State: AJaThX6tdSs01ILvApNG50yj0tfdXNLOzJ/IwGQ5JNwd8oId0yCafZCa +ctRDbQT519BEMdLynDqOgmpsbIp6YA= X-Google-Smtp-Source: AGs4zMbcVNlk/sY+o4yuSem4rXhfFU2zDPb7meV924XNmkboJqCpbU79t0iPeQ19sgb8EB97O5Bc8Q== X-Received: by 10.28.10.147 with SMTP id 141mr10906741wmk.40.1510765015382; Wed, 15 Nov 2017 08:56:55 -0800 (PST) Received: from localhost.localdomain ([160.167.170.128]) by smtp.gmail.com with ESMTPSA id p15sm5673089wre.24.2017.11.15.08.56.53 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 15 Nov 2017 08:56:54 -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:21 +0000 Message-Id: <20171115165637.31118-4-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 03/19] ArmPlatformPkg: remove unused DebugSecExtraActionLib library 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:52:48 -0000 This implementation of ArmPlatformSecExtraActionLib is no longer used anywhere so remove it. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel --- ArmPlatformPkg/Library/DebugSecExtraActionLib/DebugSecExtraActionLib.c | 121 -------------------- ArmPlatformPkg/Library/DebugSecExtraActionLib/DebugSecExtraActionLib.inf | 54 --------- 2 files changed, 175 deletions(-) diff --git a/ArmPlatformPkg/Library/DebugSecExtraActionLib/DebugSecExtraActionLib.c b/ArmPlatformPkg/Library/DebugSecExtraActionLib/DebugSecExtraActionLib.c deleted file mode 100644 index e617bdaa9c02..000000000000 diff --git a/ArmPlatformPkg/Library/DebugSecExtraActionLib/DebugSecExtraActionLib.inf b/ArmPlatformPkg/Library/DebugSecExtraActionLib/DebugSecExtraActionLib.inf deleted file mode 100644 index b058f367a52d..000000000000 -- 2.11.0