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 ED8E9C433F5 for ; Wed, 9 Mar 2022 00:13:30 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 4CC2283929; Wed, 9 Mar 2022 01:13:27 +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="due9IFXh"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 5C500838B9; Wed, 9 Mar 2022 01:13:24 +0100 (CET) Received: from mail-qv1-xf2a.google.com (mail-qv1-xf2a.google.com [IPv6:2607:f8b0:4864:20::f2a]) (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 164E38380F for ; Wed, 9 Mar 2022 01:13:20 +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-xf2a.google.com with SMTP id jq9so835478qvb.0 for ; Tue, 08 Mar 2022 16:13:19 -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=rTeG/5Q5nA+4+XXp12ZFPzwEWcvWSH82pE8lsp8ilQA=; b=due9IFXhMRBwd4Cf6bjF6qafrG/f7Fm4t2XqHqp5jQqrH7SAjKUnSR5avKRGR76IIz UyZbEs0k9hmKT218iXW6RWGTGHqxaMwrD+d3ETCS4MiKZ/Kl/SYAP9ca6+5+O/HUKyRG xsAavxaEBfD3zzCBnTw6ze4rwl9swGPSGyL5Y= 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=rTeG/5Q5nA+4+XXp12ZFPzwEWcvWSH82pE8lsp8ilQA=; b=v8vUCnuWR7yQJQO7zdIrleIZJC8FnTew0Tw5eu2GPl6+QIrJILYSDSug7IkbRNuN7x 8uy3fEUSZ9Zf8rcNsum5+VIoyHmZmZL4EVvF+W2qFf4/p/loqH9JCxAO7ezstYU4D2V+ /y3VXUjNboSPEMnBeW1QRH9mn61LQDfKYgxz8TFtdt/O6q2+EoYw7KkoHLRZsmBk9xpe wYIKxp8F8v4qpQXk2GeSCStWfOYZlA3ljtkAAIKOe3q6ycRl+kPrj5F4SrYbjWEkJShR /Nz9iiqPVSHi78gZXhW3cjmbOJE5C+u9fkHeLCBF7q6qjcfj9W02DWdOxXjDugSvjFyC 50ww== X-Gm-Message-State: AOAM530zv4bqYEP3FZlGEmqSUs+TVZtGhqjuamZbiqOhvmcXY+iDWRxh hH3897cVDWONGX7aIOS/6JjC0g== X-Google-Smtp-Source: ABdhPJyG8ABN+aHYswWOeBw4UDlK4vuQ8pBiTv7zQGqq+QQAfjP9niS84NgCRF2gwec5iG7iKHMldg== X-Received: by 2002:a05:6214:e8a:b0:435:bd02:74e0 with SMTP id hf10-20020a0562140e8a00b00435bd0274e0mr1047172qvb.87.1646784798534; Tue, 08 Mar 2022 16:13:18 -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 y7-20020a05622a164700b002e077bc9f88sm309995qtj.57.2022.03.08.16.13.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 08 Mar 2022 16:13:17 -0800 (PST) Date: Tue, 8 Mar 2022 19:13:14 -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: <20220309001314.GQ5020@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> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="HKe5j6ME4JFNTkrH" 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 --HKe5j6ME4JFNTkrH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Mar 08, 2022 at 02:20:15PM -0700, Simon Glass wrote: > Hi Soeren, >=20 > 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 probing. > > >>> (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. >=20 > 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 Tom --HKe5j6ME4JFNTkrH Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmIn8RcACgkQFHw5/5Y0 tyyGzAwAgH9fczH4dbtVa4Y31n3hG/yCtn4z8f2sIRyzaHk1NQyGjNo4gjlATC2c vCuOCujg1j7BqND9K6S7oISdrjWMUrzRsO7ofrxoEUdtQespMqMONqBy7J051ZQ3 B6Fid5qLDqZzjft1d7D+USQ4uBX0vzxDk3+K0JzCk1Q1g9AgSH61gL3l4S4p0eq6 DGQbCYw4h4USYv3GweRrSLWlOo0+Lx+dMpnSOrzg4yketaS4sYi+0CfC5ynA1rgW GUhZpycIP+WEWWwBL8q8Ik0EAKfNbeTOBpE5CkGwtYgJmO2SmUAMzdpAIt5sAwnh BGQzEMyRR5fQ8TUlBZ+B4TDVhnC+UcgamaCt2XVYhOJOoa5w75apyyu2jk/IWq1y BaTD9XUBXvfWxrQJhCdjiu1v0LelJntFa+LioM2V7PvRfllYFKzTiprnFtbsuEvZ j74L6XH1JNrxjzC2ttq+w1hUWr8/yayJ+Jvem21Ti16+IBTaI4WGqrdtpRHBjPyU GUkfrar+ =YtC+ -----END PGP SIGNATURE----- --HKe5j6ME4JFNTkrH--