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:c0b::22e; helo=mail-it0-x22e.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-it0-x22e.google.com (mail-it0-x22e.google.com [IPv6:2607:f8b0:4001:c0b::22e]) (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 F058D21A10994 for ; Sun, 26 Nov 2017 02:32:31 -0800 (PST) Received: by mail-it0-x22e.google.com with SMTP id x28so2469155ita.0 for ; Sun, 26 Nov 2017 02:36:52 -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=EO/PebLZbvinnvXtbdES8mz+TNoyjmKZzcG3AuZI9jQ=; b=Z93GER7ttPy510ut9+21hBcdWm0Ugg+ZLsP5h+JT/U0kvu/REzEjpK7/ZsyXbMP3wf jgqowpX+6fJKlINol7imbtIWUuSI9udP50OTFuX68QZy1ooLkp+31UpUnQzaUuONyoha OqZvl/TOpfEe8cAwbv/T0LfIxdZeV+jAK87LE= 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=EO/PebLZbvinnvXtbdES8mz+TNoyjmKZzcG3AuZI9jQ=; b=MYMDewk1cw6Mu/85dxcugrGfA7DAX1RWKcheFa+PcDLv34Np5OUSvf8vCeW5bfArrJ qLBUAotPN2ksHjEZj/51b1DRG0MfCG+IFhLGRY9AkUPghVr7fb4EmTPpFrhMlHiX701U 30LXQp9Q3sA/XxPrUmzp4pIMOSzk9tVj5nivFZnW4roEhdB54R52RM7yBqCtH5RxLWsd UiEnB7C5nqfeNhKAHHRlTLDgK2Pw6N6gdtr/BeAOj8/ovWK7tCWPXi2sQrxdCCYRKnU9 NFyHa/kEXdBwuYtVTRAwBAAGSo/FwLQ3G6jmsMceBBQlIJ8aKTAlwJhxVoeGTIwfqzdR VU4g== X-Gm-Message-State: AJaThX5uZvpNgY2Z7LPeM6npe5KU/dytJFkW4itjzXmEHLyha4U4eACu 8zoCWKzK1MPqfUPvejf+cDEKm12SiWMATGws5hdqbg== X-Google-Smtp-Source: AGs4zMa2PkdtuvZIJQyWM2F0SmJXy85gfWlOkT7JKI3e69kCfcHwYNWwqP4zk6kgMYZ1RN/dxYh5Z0qfC6UYwYlBQDI= X-Received: by 10.36.31.212 with SMTP id d203mr22500915itd.48.1511692611731; Sun, 26 Nov 2017 02:36:51 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.104.16 with HTTP; Sun, 26 Nov 2017 02:36:51 -0800 (PST) In-Reply-To: <20171125121245.f56h4xrodyl2v57x@bivouac.eciton.net> References: <20171116175839.30012-1-ard.biesheuvel@linaro.org> <20171125121245.f56h4xrodyl2v57x@bivouac.eciton.net> From: Ard Biesheuvel Date: Sun, 26 Nov 2017 10:36:51 +0000 Message-ID: To: Leif Lindholm Cc: "edk2-devel@lists.01.org" 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: Sun, 26 Nov 2017 10:32:32 -0000 Content-Type: text/plain; charset="UTF-8" On 25 November 2017 at 12:12, Leif Lindholm wrote: > 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. > With the exception of the BootMonFs/ArmShellCmdRunAxf migration, which depends on it. > For all other patches in series: > Reviewed-by: Leif Lindholm > Thanks. Remaining patches pushed as 89a256625016..4591a21d5a8e >> 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