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::22f; helo=mail-wr0-x22f.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr0-x22f.google.com (mail-wr0-x22f.google.com [IPv6:2a00:1450:400c:c0c::22f]) (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 AC0F121A1096C for ; Sat, 25 Nov 2017 04:08:31 -0800 (PST) Received: by mail-wr0-x22f.google.com with SMTP id z75so21019163wrc.5 for ; Sat, 25 Nov 2017 04:12:50 -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=+foPSnJtvq6TqHMqzKOmLLhT+bXHqIEniAgIaX1h+AM=; b=Gjdq4CZhmctdIIB0php0q93q8x8tlii8RzyHLujQvDDFefUKorofCuIr3n7pCzCHld KjzPE7n7z1d7SaNWZHiCMYibt39RH73aztqfsmTJU7DR0rrPl61ZetOwvMn0O3x/bVOq VHiR30TbaatemMRsF2f1vGyRJ31zlwVoZi5go= 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=+foPSnJtvq6TqHMqzKOmLLhT+bXHqIEniAgIaX1h+AM=; b=o0jQc2PA+HAlZn3Wswg+vzhH/TRVQv43fSWabwbyakp+9oJOtvGFyr+jjFK1j+CdzY 46nyqB7py2MrMboBXK1BSjAtXDz0aSSl75P+ILQag1sP4T5y/dVkUhTU5aTwmXDdyb3b raKuoKLlBtPk1lWFv45myxZGNo2G/8lWdX35HfBs+nRO7HpdvECjZxAAEqBQ5REhrrDp GKTNI8bmt36iqlhxY3Ze0Rr/noqxiVL1BE49v0zs/GeyzPOo35do0Zkk6aiu2hnfjjc8 Y0LWjdtY0lnlbHC808ZoeYX+wl2vnal5x/bvUTXgObGhkkwn2xHdjJMFKqwojrcZQKB4 J3Xg== X-Gm-Message-State: AJaThX70+90SFAS3S3rclYVQUb3AfY5238zjwMcAOnfrE8oPipvXsHEZ s5hB1GngE4m/k3ZqIWKCLhUUPR0qJJ8= X-Google-Smtp-Source: AGs4zMZcBPf1aZtECe8HzSF2uT2hupe7HtgtZAm/Ifv76L7s3QAa59TQuZsjxkxjLj0vd/tqt4i9Kw== X-Received: by 10.223.165.89 with SMTP id j25mr28639431wrb.206.1511611969585; Sat, 25 Nov 2017 04:12:49 -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 o22sm49573698wrb.40.2017.11.25.04.12.47 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 25 Nov 2017 04:12:47 -0800 (PST) Date: Sat, 25 Nov 2017 12:12:45 +0000 From: Leif Lindholm To: Ard Biesheuvel Cc: edk2-devel@lists.01.org Message-ID: <20171125121245.f56h4xrodyl2v57x@bivouac.eciton.net> References: <20171116175839.30012-1-ard.biesheuvel@linaro.org> MIME-Version: 1.0 In-Reply-To: <20171116175839.30012-1-ard.biesheuvel@linaro.org> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH edk2-platforms v2 00/13] Move ArmPlatformPkg stuff into edk2-platforms 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: Sat, 25 Nov 2017 12:08:32 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Nov 16, 2017 at 05:58:30PM +0000, Ard Biesheuvel wrote: > This is mostly a preparatory series that will allow us to get rid of a lot > of code that is specific to only a single ARM development platform out of > the main EDK2 tree. > > First of all, it removes a couple of false dependencies of various platforms > on libraries that are no longer used, or not actually used by the platform > in question. Patches #5, #6 and #11 move the bulk of the support for ARM > development platforms into edk2-platforms. > > Ard Biesheuvel (13): > Platform: remove bogus ArmPlatformSecExtraActionLib references > Platform: remove bogus ArmTrustedMonitorLib references > Platform/ArmVExpress-FVP: remove bogus ArmPlatformSecLib reference > Platform/Hisilicon: remove bogus VExpress dependencies > Platform/ARM/Juno: import ArmJunoPkg from EDK2 > Platform/ARM/VExpress: import VExpressPkg from EDK2 Again, please hold off on this one (import VExpressPkg) for a few days. As far as I can see, the subsequent ones would not be affected and so can be merged without conflict. For all other patches in series: Reviewed-by: Leif Lindholm > Platform/ARM: remove outdated SP804 TimerLib reference > Platform/Hisilicon: remove SP804 PCD definitions > Platform: remove references to EBL libraries > Platform: remove stale PL35xSmcLib references > Platform/ARM: import BootMonFs and ArmShellCmdRunAxf from EDK2 > Platform: remove stale EBL related PCD setting > Platform: switch to new PL011UartLib