From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4001:c06::241; helo=mail-io0-x241.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-io0-x241.google.com (mail-io0-x241.google.com [IPv6:2607:f8b0:4001:c06::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 5D2E7223972C3 for ; Tue, 6 Feb 2018 09:19:07 -0800 (PST) Received: by mail-io0-x241.google.com with SMTP id m11so3294975iob.2 for ; Tue, 06 Feb 2018 09:24:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=utagzKOWwKMdRvbmCyR5KHamPr5Iykl0Z9BzhihsSac=; b=HgPIF8M1YlXHWEE0gDT4HcasCEKmgdW8xg/f4/5y41YmL7e05GvyDmxbBF2KwzBV9G U4lqRivAYpKR61EPUDeaXm7Pr7cPHZm8eoWBIs3X1RkiptFYj/zEqUdtB4HMZwh8RLQy Dt9Ws52dnIwpJ6cIdOGg21mdHv4X3wn+iYIJo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=utagzKOWwKMdRvbmCyR5KHamPr5Iykl0Z9BzhihsSac=; b=gB0PTWHACXDx175srDZRyjuxs/mMIoAU/E5E6L7+up4VJLiuMaZ6MQNhGnNBO9DHO/ z8mdVlH9CwJ+dG+EfiZfqlpBQr2ayMreCGQTmmA/ysXEy0cd0/j7GuyoTG7MkQTmD2w9 G3euVv9Ghb6I9BIIEGd/sSNmUTNt7fS1NNJCWvKBAG1ZfW2ioK9qYemSIi4AX+pyv7Ds QaHepYEds84UrqLkrdAEq3CtX6YjFqZh6pCV9PJIwjnhmUBur6n6GWUzlD3C1FaFxvy3 2XOlk67aEpEKXhlvjCtaClUlX/Eed/bMSN+lqUiXBXfDT357y4YW5BIE2ENZHWmte1Bg ny0A== X-Gm-Message-State: APf1xPA8Te2zxaIFHdKhgWs+PQPBE+BMgqRXxXcjIuY+HsQAfuci1zk6 nZDVwpTdEkDK2qjkN1g2RbJpAppJYOgUpgPi9vEPFQ== X-Google-Smtp-Source: AH8x225IxtQEQVU1VAA1gs8602Xt/4YjD0zUm6KSwiGVsaFrqaNWsDpL+Nnj3+LEholRfq6klyH32t1dUDGiOvRLWhs= X-Received: by 10.107.20.194 with SMTP id 185mr3764864iou.127.1517937889734; Tue, 06 Feb 2018 09:24:49 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.112.13 with HTTP; Tue, 6 Feb 2018 09:24:49 -0800 (PST) In-Reply-To: <20180206172202.11667-1-leif.lindholm@linaro.org> References: <20180206172202.11667-1-leif.lindholm@linaro.org> From: Ard Biesheuvel Date: Tue, 6 Feb 2018 17:24:49 +0000 Message-ID: To: Leif Lindholm Cc: "edk2-devel@lists.01.org" Subject: Re: [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:19:07 -0000 Content-Type: text/plain; charset="UTF-8" On 6 February 2018 at 17:21, Leif Lindholm wrote: > 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. > Reviewed-by: Ard Biesheuvel > 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 >