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::233; helo=mail-wm0-x233.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm0-x233.google.com (mail-wm0-x233.google.com [IPv6:2a00:1450:400c:c09::233]) (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 0FCD3221523A1 for ; Mon, 4 Dec 2017 09:20:05 -0800 (PST) Received: by mail-wm0-x233.google.com with SMTP id t8so7234897wmc.3 for ; Mon, 04 Dec 2017 09:24:35 -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=RfXS8qndeZMH3Yg/ehw197ycThsTLMQQ1iu05bVXwGA=; b=TyytSOhUGK+cUsPlq+wfa2ZKwNBqK4B+WxWzDFmpOxBrJ3QTFvAdyboH5qSp5kf/Hd qvNB1nUf6BJU1XDnxw2gfsXkTUiahUpNfmpCyyeSml20oxnVyC4f557/Mf6dZJGbHuPw zT5fQGcCcyK6qEaYa41I0M46lxIF4WdtyGodQ= 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=RfXS8qndeZMH3Yg/ehw197ycThsTLMQQ1iu05bVXwGA=; b=kW4afZi4Gxi3cLm3hwqBuOQar1ZLris7U9P4bVCULZst+VjV8v/+ZNj/TF1b4NQntM peKUkwVhl6xCfhBLkVP63X77LYQq2HDbCEPsmBPC6OYV3sx8iiWCsWtA19cg9bMl7UJa L6JaNIsbSVHuT0CIhB7+ZwU85b7EAYAMa+rQ3Ji6A0Wdz8tOiq7pIlzZpLLtvwAUf/rL ispdZucN2kpEmQ6t5kJaQSbVXHR0uf2qNrWYRHPFpAEwUYF7xyZ9EXUbIvIg8vW38kzu uAtP0e/WQSeUXt+9UJAFvk+Ins3ovnQ5/7GPVc7G0qHhq97rzoJ1iBb4u3wpEhgjvcEP VofA== X-Gm-Message-State: AKGB3mJfIIlk3/IYM27kjKB5qkztUPVv49DqPU46TPfTPhVy+vIEl0WS Cu7aotTDDqAkS1PuORX65cdDOG+bZbI= X-Google-Smtp-Source: AGs4zMYUghDG22hFt2OjoiekA+GW2C2pXe2L9iz040uCUEx5yOM6rmh6mtfAHR3lEahTdkjUQkliKw== X-Received: by 10.28.54.23 with SMTP id d23mr4064490wma.160.1512408274629; Mon, 04 Dec 2017 09:24:34 -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 l25sm8963521wmi.35.2017.12.04.09.24.33 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 04 Dec 2017 09:24:33 -0800 (PST) Date: Mon, 4 Dec 2017 17:24:31 +0000 From: Leif Lindholm To: Ard Biesheuvel Cc: edk2-devel@lists.01.org Message-ID: <20171204172431.xpjjckrnnochtr3d@bivouac.eciton.net> References: <20171115165637.31118-1-ard.biesheuvel@linaro.org> <20171125114739.bchqwtp6eygghoqh@bivouac.eciton.net> MIME-Version: 1.0 In-Reply-To: <20171125114739.bchqwtp6eygghoqh@bivouac.eciton.net> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH 00/19] ArmPlatformPkg: remove unused or migrated modules 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: Mon, 04 Dec 2017 17:20:06 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sat, Nov 25, 2017 at 11:47:39AM +0000, Leif Lindholm wrote: > On Wed, Nov 15, 2017 at 04:56:18PM +0000, Ard Biesheuvel wrote: > > Remove everything from ArmPlatformPkg that is either unused, or so highly > > specific to development platforms manufactured by ARM Ltd. that they really > > don't belong in the main branch. > > > > Note that the migration involves patches against edk2-platforms that add > > some of this code back under Platform/ARM. Most of it (but not all of it) > > has been posted as a separate series already. > > > > Ard Biesheuvel (19): > > ArmPkg: remove unused ArmGicSecLib library implementation > > ArmPlatformPkg: remove ArmPlatformSecLib definition and > > implementations > > ArmPlatformPkg: remove unused DebugSecExtraActionLib library > > ArmPlatformPkg: remove ArmTrustedMonitorLib definition and > > implementation > > ArmPlatformPkg: remove ArmGetCpuCountPerCluster () from ArmPlatformLib > > ArmPlatformPkg: remove NorFlashArmVExpressLib > > ArmPlatformPkg: remove ArmJunoPkg > > ArmPlatformPkg/PL031RealTimeClockLib: drop ArmPlatformSysConfigLib > > reference > > ArmPlatformPkg: remove ArmVExpressPkg > > Please hold off on this one (remove ArmVExpressPkg) until we hear back > from Evan. Once imported into edk2-platforms: Reviewed-by: Leif Lindholm > > ArmPlatformPkg: remove ArmPlatformSysConfigLib library class > > No separate comment on this one, just to break it away from the below. > > > ArmPlatformPkg: remove unused PL301Axi driver > > ArmPlatformPkg: remove unused PL35x driver > > ArmPlatformPkg: remove PL34xDmc driver > > ArmPlatformPkg: remove unused PL310 driver > > ArmPlatformPkg: remove unused ArmTrustZone driver > > ArmPlatformPkg: remove unused SP804 driver and TimerLib > > implementation > > Please separate the "delete used drivers" from the rest of this set. > Let's give potential out-of-tree users a few weeks to respond. > > My last working day before sabbatical is 15 Dec, so how about > Reviewed-by-if-no-comments-by-15-Dec: Leif Lindholm > ? > > > ArmPlatformPkg: remove unused L2X0CacheLibNull library > > ArmPlatformPkg: remove EblCmdLib implementation > > ArmPlatformPkg: remove BootMonFs and ArmShellCmdRunAxf > > For the remainder: > Reviewed-by: Leif Lindholm >