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::244; helo=mail-wr0-x244.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr0-x244.google.com (mail-wr0-x244.google.com [IPv6:2a00:1450:400c:c0c::244]) (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 6CF14223972B5 for ; Tue, 6 Feb 2018 09:16:22 -0800 (PST) Received: by mail-wr0-x244.google.com with SMTP id y3so2769307wrh.3 for ; Tue, 06 Feb 2018 09:22:06 -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; bh=Sc1xuxNU2TKkyIVmE1ztB3A31BKVehj7Fe7a8/sJgwg=; b=WuHCuosqe94Iq2GiCZiH0FKeQBB7f28wtRfkn7c3x2W2AR1xYcB36ceUH7aF7fJL/Z 3aCjdDrCCunBGKKGsDZD5m6hDjsS4/F+OmWXluJVfXkBpEZPPP7/pUPYmxZeRh0FImxn MG2E0rPqEXQVFFPxbVptOoRfd/LUEoaGNhkQE= 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; bh=Sc1xuxNU2TKkyIVmE1ztB3A31BKVehj7Fe7a8/sJgwg=; b=j0cMHGtl1q7HVJ/shtdiOt3NDHn7XcxM+lD6NS59FHe//kc/4/WDc0kL+It2t+5yOz C9SXIoaGO4ZkNITwrjhy7PwntYUTUUOKpb1hA/+efDYP22QkewdpznVxHFqZyegFJxDU f7Xhsrg8DFSHmIzbzkZCk+ngsjXxL3Q/3/n2bkxRN0qFeG0QA2xeLuYg5/g0EtY6ArAh IzZJxu+qUJHVYiWdCzhfrLX+qIF2KX2DbDQcbGp0AnTCaivl86A/jmfezuft1mH/VnML RLx0MreDza9mi4AIdo+ropH7yTKnWZcSqmGTSHFh3Waf3I+ooVXooXNRx1kHjRnY74r7 VmKw== X-Gm-Message-State: APf1xPCnyvEGxgnOOTUwCFnp7m/7Kfh0gT3VxmJ8KCnLgAA6q9Cc7XlK YnAbBLS57/zgoB82EdgPiyZd46Kf8Ag= X-Google-Smtp-Source: AH8x225V187pYxeo8BnwKDL1TkhE0IOx/zry5Btv7+/K/SIEsWHJJRCitk2B8oJBjfgAFNT3PWeEow== X-Received: by 10.223.185.29 with SMTP id k29mr3134223wrf.37.1517937724390; Tue, 06 Feb 2018 09:22:04 -0800 (PST) Received: from vanye.hemma.eciton.net (cpc92316-cmbg19-2-0-cust118.5-4.cable.virginm.net. [82.12.0.119]) by smtp.gmail.com with ESMTPSA id 77sm14854664wmt.37.2018.02.06.09.22.03 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 06 Feb 2018 09:22:03 -0800 (PST) From: Leif Lindholm To: edk2-devel@lists.01.org Cc: ard.biesheuvel@linaro.org Date: Tue, 6 Feb 2018 17:21:56 +0000 Message-Id: <20180206172202.11667-1-leif.lindholm@linaro.org> X-Mailer: git-send-email 2.11.0 Subject: [PATCH 0/6] Delete unused EmbeddedPkg code, Pcds and guids X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Feb 2018 17:16:24 -0000 This series cleans up a set of unused Pcds, mostly related to Ebl, that have been copied around to various platforms. With a single exception they were all unused (but explicitly set, and hence deleting their definitions caused build failure), and that exception had a tiny conditional to excise. As part of cleaning out that, I also found some other unused bits to get rid of. Leif Lindholm (6): ArmVirtPkg: drop unused PcdCacheEnable BeagleBoardPkg: drop unused EmbeddedPkg Pcds ArmPkg: delete references to unused guids/Pcds from CpuDxe EmbeddedPkg: drop unused Pcds from package .dsc EmbeddedPkg: delete unused HalRuntimeServicesExampleLib EmbeddedPkg: delete unused Pcds and guids ArmPkg/Drivers/CpuDxe/CpuDxe.h | 1 - ArmPkg/Drivers/CpuDxe/CpuDxe.inf | 2 - ArmVirtPkg/ArmVirt.dsc.inc | 2 - BeagleBoardPkg/BeagleBoardPkg.dsc | 18 - BeagleBoardPkg/Library/BeagleBoardLib/BeagleBoardMem.c | 6 +- EmbeddedPkg/EmbeddedPkg.dec | 17 - EmbeddedPkg/EmbeddedPkg.dsc | 15 - EmbeddedPkg/Include/Protocol/DebugSupportPeriodicCallback.h | 42 - EmbeddedPkg/Library/HalRuntimeServicesExampleLib/Capsule.c | 288 ------- EmbeddedPkg/Library/HalRuntimeServicesExampleLib/Mtc.c | 226 ----- EmbeddedPkg/Library/HalRuntimeServicesExampleLib/ReportStatusCode.c | 198 ----- EmbeddedPkg/Library/HalRuntimeServicesExampleLib/Reset.c | 63 -- EmbeddedPkg/Library/HalRuntimeServicesExampleLib/Rtc.c | 862 -------------------- EmbeddedPkg/Library/HalRuntimeServicesExampleLib/Variable.c | 306 ------- 14 files changed, 1 insertion(+), 2045 deletions(-) delete mode 100644 EmbeddedPkg/Include/Protocol/DebugSupportPeriodicCallback.h delete mode 100644 EmbeddedPkg/Library/HalRuntimeServicesExampleLib/Capsule.c delete mode 100644 EmbeddedPkg/Library/HalRuntimeServicesExampleLib/Mtc.c delete mode 100644 EmbeddedPkg/Library/HalRuntimeServicesExampleLib/ReportStatusCode.c delete mode 100644 EmbeddedPkg/Library/HalRuntimeServicesExampleLib/Reset.c delete mode 100644 EmbeddedPkg/Library/HalRuntimeServicesExampleLib/Rtc.c delete mode 100644 EmbeddedPkg/Library/HalRuntimeServicesExampleLib/Variable.c -- 2.11.0