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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 71191C433EF for ; Mon, 4 Oct 2021 23:46:03 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 76E1C61462 for ; Mon, 4 Oct 2021 23:46:02 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 76E1C61462 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=chromium.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 037F0807CD; Tue, 5 Oct 2021 01:45:59 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org 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=chromium.org header.i=@chromium.org header.b="fkyPnu2h"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id ED0BD807DA; Tue, 5 Oct 2021 01:45:56 +0200 (CEST) Received: from mail-vk1-xa36.google.com (mail-vk1-xa36.google.com [IPv6:2607:f8b0:4864:20::a36]) (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 A6E3D805F9 for ; Tue, 5 Oct 2021 01:45:52 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=sjg@google.com Received: by mail-vk1-xa36.google.com with SMTP id u66so2706585vku.4 for ; Mon, 04 Oct 2021 16:45:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=H53VuaohL0HwcJQ1JvpeZCVFZB4n6cG0wxGkiEvc3Pc=; b=fkyPnu2h2PYShlW/nEZv1L5svOQ9ryD4jo6j4an6jjj7/fD3IkvNvJM9f1H0Bsy5rC T4JHvJXc1JRyR2PtNHQY3JC7uH/ZulbezKZW7sHwRaKpEK5Dn0QP/nKgj/gV2k4Toagz XebH/AvF4eSDBPsI9bhaYEoPnJqhpa4Q6sxZU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=H53VuaohL0HwcJQ1JvpeZCVFZB4n6cG0wxGkiEvc3Pc=; b=fkV6y+MIqLKVlH8pPbvjXCHk+iWCkca+Xi6GFpm5BgSa9RsXbV0aH+gZGGq34jaluK ytelCU/H4WmmjkKM2/TfNh2MhC/5NzyGodJsRB2+e7tTAniJkgtDz0SyTqxrvMKpJghj r3yz+sI3kz8Z22HJ39Ekiok5Or87RIMedRaTCljSBcX3Pwdv5vKVnG+wcEcgr6j/EZYn Sclc6T9Hp7lMWdmz76F0mMeLOR8QQXq+/ASPZwx91oCxj6vglnAlt53Ozl/YMAP57eW3 czu5Wa2cofEp8iWOmfo7Cf8wH6NBPkWZRK8Ee9ZO+gfQkm9FZqOY4XUU+w+mwT+kGmvS BkHw== X-Gm-Message-State: AOAM533dITd3Zo21MW/D/NycVCybXTEDYWlNLcUTyhhFcYwbT/uYZR3W qjF/EzEoL8XWqKVv5/cWebqa+5XCBqQcRP2AIvqZgw== X-Google-Smtp-Source: ABdhPJwQb9jXqRNyy5Plhr6q1n452yjD9h4lDKYpWIeFqjSFj1wIUF1+RLRoIrfp0ouN/AGsXruVAX2fanspmewNjbQ= X-Received: by 2002:a1f:8f0f:: with SMTP id r15mr7898445vkd.16.1633391151058; Mon, 04 Oct 2021 16:45:51 -0700 (PDT) MIME-Version: 1.0 References: <20211004034430.41355-1-takahiro.akashi@linaro.org> In-Reply-To: <20211004034430.41355-1-takahiro.akashi@linaro.org> From: Simon Glass Date: Mon, 4 Oct 2021 17:45:40 -0600 Message-ID: Subject: Re: [resent RFC 00/22] efi_loader: more tightly integrate UEFI disks to device model To: AKASHI Takahiro Cc: Heinrich Schuchardt , Alex Graf , Ilias Apalodimas , U-Boot Mailing List Content-Type: text/plain; charset="UTF-8" X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 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.2 at phobos.denx.de X-Virus-Status: Clean Hi Takahiro, On Sun, 3 Oct 2021 at 21:44, AKASHI Takahiro wrote: > > # Resending the RFC as some of patches were deplicately submitted. > # See also > https://git.linaro.org/people/takahiro.akashi/u-boot.git efi/dm_disk > > The purpose of this RPC is to reignite the discussion about how UEFI > subystem would best be integrated into U-Boot device model. > In the past, I poposed a couple of patch series, the latest one[1], > while Heinrich revealed his idea[2], and the approach taken here is > something between them, with a focus on block device handlings. > > # The code is a PoC and not well tested yet. [..] I expect to be able to dig into this at the end of the week. Regards, Simon Regards, Simon