From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id B3902C433F5 for ; Wed, 9 Mar 2022 03:00:55 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id B42C882DB7; Wed, 9 Mar 2022 04:00:52 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=konsulko.com header.i=@konsulko.com header.b="By/FIaSw"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id C8456817D8; Wed, 9 Mar 2022 04:00:49 +0100 (CET) Received: from mail-qv1-xf30.google.com (mail-qv1-xf30.google.com [IPv6:2607:f8b0:4864:20::f30]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 02BE98309E for ; Wed, 9 Mar 2022 04:00:39 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qv1-xf30.google.com with SMTP id eq14so1031666qvb.3 for ; Tue, 08 Mar 2022 19:00:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=K1hoQeXQb2fNNL96r/mCSf44XnWZnewTd2/YZIk875M=; b=By/FIaSw9iWxf3D3833upgwRAwWurEs9xXW2MOl67qnPIo9btznM+wFEXbzI7gF4JY LuTKa1Lrwpuml1Km0/QVsPwL/YB3nH/R/x1hHGz2ghEy+8HGgjy/MDPTF1L3ogdUMybL qGAq/ZL5vwuUYVk+ZH96GWnF285ZNsWvxl18A= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=K1hoQeXQb2fNNL96r/mCSf44XnWZnewTd2/YZIk875M=; b=CjzbzzNTqC+jnv89omtf1o0ifioqZ9P0j5lDzzUxsyx1JTNllnmlgq00Ii03TqkYFp ZeNkDfihsuwvREWFK2i4p1RG5edLkbOMAMZz/q0wogXT20LLE7qJnmAKqhorrkxb8HcK EXJKL5tnCLTAUTIFMwUp5qWroH2UKtKW6+dno8dZC/A6ozfvCSkrzpWZEAVMUk0QFfUC 1FbctyJqp59b3KB2zPsdCY1xSjQ4QfdVFVCeEwujUajcKAfMgJ+NMBPkcO8VADfaCLLy 914WYqQaOsxhtGIRocs5w5zsaSmI4LVOi4pE4Jhy0fi+psUSaeS16A/ZKA52AK6rNnwU TOQg== X-Gm-Message-State: AOAM533ELj6NxXiWwkiZTw7vEL0362R8lIyKto+rM39n4JerLhcGKyGl 6k/iz4Ec6KwHnpYX3Uf71JdljQ== X-Google-Smtp-Source: ABdhPJyY+nJnkVSd1BfFBTGtUy5sm2pAPBdgzZn9CtkJFvxNGCxD+KF4fnWUNXwdYVIku/xOwdpW8g== X-Received: by 2002:a05:6214:529a:b0:435:2459:e72a with SMTP id kj26-20020a056214529a00b004352459e72amr14251166qvb.3.1646794838380; Tue, 08 Mar 2022 19:00:38 -0800 (PST) Received: from bill-the-cat (2603-6081-7b01-cbda-2ef0-5dff-fedb-a8ba.res6.spectrum.com. [2603:6081:7b01:cbda:2ef0:5dff:fedb:a8ba]) by smtp.gmail.com with ESMTPSA id o13-20020ac87c4d000000b002dd2647f223sm524400qtv.42.2022.03.08.19.00.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 08 Mar 2022 19:00:37 -0800 (PST) Date: Tue, 8 Mar 2022 22:00:35 -0500 From: Tom Rini To: Simon Glass Cc: Soeren Moch , AKASHI Takahiro , Masami Hiramatsu , U-Boot Mailing List , Lukasz Majewski , Peng Fan , Bin Meng , Jaehoon Chung , Stefan Roese , Ilias Apalodimas , Heinrich Schuchardt Subject: Re: [PATCH v3 00/19] efi_loader: more tightly integrate UEFI disks to driver model Message-ID: <20220309030035.GR5020@bill-the-cat> References: <20220308113657.221101-1-takahiro.akashi@linaro.org> <82d88a69-159a-257d-2fcb-b6226bff6fe4@gmx.de> <6465499b-8c7b-daea-1729-628ed9252eea@web.de> <20220309001314.GQ5020@bill-the-cat> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="CY2AhQJ0E7w8+M5j" Content-Disposition: inline In-Reply-To: X-Clacks-Overhead: GNU Terry Pratchett X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.5 at phobos.denx.de X-Virus-Status: Clean --CY2AhQJ0E7w8+M5j Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Mar 08, 2022 at 07:32:59PM -0700, Simon Glass wrote: > Hi Tom, >=20 > On Tue, 8 Mar 2022 at 17:13, Tom Rini wrote: > > > > On Tue, Mar 08, 2022 at 02:20:15PM -0700, Simon Glass wrote: > > > Hi Soeren, > > > > > > On Tue, 8 Mar 2022 at 12:15, Soeren Moch wrote: > > > > > > > > > > > > > > > > On 08.03.22 17:56, Simon Glass wrote: > > > > > Hi, > > > > > > > > > > On Tue, 8 Mar 2022 at 09:49, Heinrich Schuchardt wrote: > > > > >> > > > > >> On 3/8/22 12:36, AKASHI Takahiro wrote: > > > > >>> With this patch set[1] applied, UEFI subsystem maintains a list= of its > > > > >>> disk objects dynamically at runtime based on block device's pro= bing. > > > > >>> (See "issues" below.) > > > > >>> > > > > >>> [1]https://github.com/t-akashi/u-boot/tree/efi/dm_disk > > > > >> > > > > >> This series together with Simon's series breaks multiple boards = due to > > > > >> size constraints: > > > > >> > > > > >> https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/= 11197 > > > > >> > > > > >> Please, investigate how to work around this issue. > > > > > > > > > > tbs2910 - perhaps we should just drop this board? It doesn't use > > > > > DM_SERIAL and still uses OF_EMBED > > > > > > > > Are we again at the same point? You are breaking working boards with > > > > (for these boards) useless additions, and all you come up with is > > > > "remove this board". Of course without adding the board maintainer. > > > > > > I'm just expressing reasonable frustration that this board uses > > > OF_EMBED and does not use DM_SERIAL, after all of this time. Why > > > should the rest of the U-Boot developers care more about this board > > > than the maintainer? > > > > Please keep in mind Simon that we've had zero releases with the > > DM_SERIAL migration warning being posted, v2022.04 will be the first > > one. >=20 > Yes, understood :-) For OF_EMBED though...? No deadline and 50 boards. > It was actually quite hard to add a migration message until we added > the CONFIG_SERIAL base thing and that was a pain to do. >=20 > For those of us who take on larger refactors etc., we end up spending > a lot of our time on these few platforms. I'm not picking on tbs2910in > in particular. Well, the flip side of the problem here is that there's a number of platforms with real constraints to them and it keeps being "can we drop this yet?" without CC'ing the board maintainer on the series that once again pushes a given platform to the limit. I would expect no size growth to tbs2910 for the topic of this series since it disables EFI_LOADER entirely, so why is it a problem? --=20 Tom --CY2AhQJ0E7w8+M5j Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmIoGFAACgkQFHw5/5Y0 tyxeRgv+JeXdlzEKqBrK/Ce5gvXrk7tEOly7o66pcxN/kjGQzDDgfptK2S3J4aaU qGOeOAs0I7RejTJeTRvfeqbtRiJnMK9mb4yWCQyxcYbvbepTIFXH3UXxuAw/+8sm Sx1AoGxzLVi+Lk90K7mOQAkPMpxg1IPDd8tGP0dWmXJCb9Su5RUSlSfpaPfBBEdQ D/7LLm+ceyulTBUSoZ8mX+5bMuD8MLniGL1BDL9AizM1OdKRTaYTaL7pTVSrIQPl xjh6FOQYSwSj2nx2f4lZsdGmyho5aul0oc03XMhh5Rtz7sI/evZNecwUrG2pLDwb /OWSuqANjOHFMoToNZNS97ZAAjxb2sHgRKgbkMXn99U1L6nXcumLViHhBGmoT0Ju QhgLN3ssZ3+I9mlOBicxhVCKIDrgVQEr5OeF6FzesG1OUMGGp9mas1ScJRKJ/OOf ewULCtpKG90Se1gKHjVR/x8ORbQuzYZNMrN2mUE2t1QBQUikNPmPDopaR6u1xVEU b2WHthp6 =vn0T -----END PGP SIGNATURE----- --CY2AhQJ0E7w8+M5j--