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=leif.lindholm@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 B303021E0B9E0 for ; Tue, 6 Feb 2018 09:59:13 -0800 (PST) Received: by mail-wm0-x243.google.com with SMTP id f3so5629857wmc.1 for ; Tue, 06 Feb 2018 10:04:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=eN4c6GRXXxKNCyDsNNq0fpB3GSmidaskaLfvaVU/Ayg=; b=Ts9cvy5/tmtLiIH2YgqYWrtJZVEm4MAGZzZLVKt7D+yHCZBcLPNxmbaAuzn1Hjz7w5 6sGsQ/LlWoDxBbNKRyTxLrsXNqCoPu3J4Scxu3pZEvlfWzytsqV5RblPdaeMNcu4QUwz F2ypFNN3lzIVgWFEJf4SJSOZMgXv2LERJbvj4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=eN4c6GRXXxKNCyDsNNq0fpB3GSmidaskaLfvaVU/Ayg=; b=p1xyfycBw5YAm7pjMqe+TJlvY2A17nZF7OiazJYRUwzqObN40gWcwUWsR/g7clAXaq 624R1DVgURhLCwqzsL+USu3t88W6jluo9ZBvJ1Jmo4DULKuYSZVd1Qfn80XJ2NSITacr +Ij01RRRTxzsJfsPkWrkGIW8qSmTKhQi/KdImdf5M4+6FSq1xJZno82tvX2cT0M2sp07 AHV+lNRDEB/mlSx4z43IUVEASgr8n9i2Mhy5hVbFfU0GcVRjtbq/JcagvHFGiWoiUGNn aMXcfm9VnhK5ojwINHNi5+WkG5Nqj54mJyaEA1LCQG+ge016oHu7NnI39UVJcBC1x+bx srqw== X-Gm-Message-State: APf1xPD9bd0+dglNEEclQiZmGAs5SMVboiZSDKBnGkkgAZlLk+Wl0xRZ 9c4D8D7CKm3jjiR7Ge7PpsYO2A== X-Google-Smtp-Source: AH8x224rZXWOiK8+ufc5L/UwRSGI4g/WwkBTSWazEPYl26en6ulovOZdW6QbX6NBfMsacQNU9h2ekQ== X-Received: by 10.28.111.132 with SMTP id c4mr2779953wmi.54.1517940293239; Tue, 06 Feb 2018 10:04:53 -0800 (PST) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id k7sm11508098wrg.68.2018.02.06.10.04.51 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 06 Feb 2018 10:04:52 -0800 (PST) Date: Tue, 6 Feb 2018 18:04:50 +0000 From: Leif Lindholm To: Ard Biesheuvel Cc: "edk2-devel@lists.01.org" Message-ID: <20180206180450.ws3zwzbzvqnxf5sp@bivouac.eciton.net> References: <20180206172202.11667-1-leif.lindholm@linaro.org> MIME-Version: 1.0 In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) 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:59:14 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Feb 06, 2018 at 05:24:49PM +0000, Ard Biesheuvel wrote: > 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 Thanks! Pushed as 34a4ddda4d..e537d87817. > > > 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 > >