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 66AFBC433EF for ; Mon, 20 Jun 2022 04:15:12 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id CCF5984377; Mon, 20 Jun 2022 06:15:09 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=linaro.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="X56VrrUo"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id D3AEA843FB; Mon, 20 Jun 2022 06:15:07 +0200 (CEST) Received: from mail-pf1-x429.google.com (mail-pf1-x429.google.com [IPv6:2607:f8b0:4864:20::429]) (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 D644683B68 for ; Mon, 20 Jun 2022 06:15:04 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=linaro.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=takahiro.akashi@linaro.org Received: by mail-pf1-x429.google.com with SMTP id bo5so9135843pfb.4 for ; Sun, 19 Jun 2022 21:15:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:mail-followup-to:references :mime-version:content-disposition:in-reply-to; bh=kZaSu9VQ3Knbm341rrotAcBHboILC07QAIvTPNbc9J4=; b=X56VrrUoEY2H1iHUTZH5dExnIt5WSt0CWj0tuLCK5D+pHNlVUK16yVAJ+A96S371Rv hNvJJoBa551OuA4NawzRoXSf5qtWO+9b/Jq3ynkah/pO+Vih0a9JZ8yzltihhwFLsqg0 qB0yy/5S2msFOhPzHZIQNRIiqN1b26rCH7i1WVt3ElNTPyTxqdsR1LV66QZYOZpXwoeG 1hqKXvp+jQ3K38BI9RYbh5pglfk6PfVzajDNWE5yg6ilf8m47uM/kiG94iLvgyVjnk6f MsGpK6P9S4c/u5/1ygu8FSWhSspx87m2InbQn7iQrJYvxY1NvqG/77TwKuQzGPYVIdT1 W5zQ== 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 :mail-followup-to:references:mime-version:content-disposition :in-reply-to; bh=kZaSu9VQ3Knbm341rrotAcBHboILC07QAIvTPNbc9J4=; b=o/ZOsYQonaSPXV8bAX5nkWpw/5vm8huEx8aeCNp0mwz1VBBPTboR3PJtZDjS6ybzsM RDJcA4rLYBWtRJv0AdS8zrMHSciwqvgb30bhndKapKjK1B/DlPMwSk9CUu4lK+9LBMWK GxnN0Gcp+O0E6mt4q0ig9r06+A/7t/cH8wzQPJ6zGfyfkre+jWIkrI4oONE5doXVb+N/ ASPZy+XBdXjxola9xTKZOVQxDG3P3hlvcnM/cpoNqUHcZiTF5e2gptlmHmJVXlrH0YLc KNtQRJ6NBxNOjsFj5ffO/rWxfdM8AyJlZnbwWAjqjhodOAUJe/MzVXo4Ii7sqf5xEUyz gZmA== X-Gm-Message-State: AJIora+xxSEQiSOhtroxFL8Tv8yUfdHYSNGBCtZRBV5Fml7BecY1BbK+ WKJBpDT1p+96rMNr1Zo5YGyl+Q== X-Google-Smtp-Source: AGRyM1tttXjHpaRufgtJePVK/x3JIEyAAuB/JsBrKMnTvGjmQ0/9KU7zrMXYRowwXLhIJQidLz/hDg== X-Received: by 2002:a63:6f8a:0:b0:408:bd01:ef4 with SMTP id k132-20020a636f8a000000b00408bd010ef4mr20485400pgc.216.1655698503003; Sun, 19 Jun 2022 21:15:03 -0700 (PDT) Received: from laputa ([2400:4050:c3e1:100:c9ae:b8d8:966f:139a]) by smtp.gmail.com with ESMTPSA id x6-20020a637c06000000b003fbfd5e4ddcsm3065980pgc.75.2022.06.19.21.15.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 19 Jun 2022 21:15:02 -0700 (PDT) Date: Mon, 20 Jun 2022 13:14:58 +0900 From: Takahiro Akashi To: Masahisa Kojima Cc: u-boot@lists.denx.de, Heinrich Schuchardt , Ilias Apalodimas , Simon Glass , Francois Ozog , Mark Kettenis Subject: Re: [PATCH v8 0/9] enable menu-driven UEFI variable maintenance Message-ID: <20220620041458.GA26407@laputa> Mail-Followup-To: Takahiro Akashi , Masahisa Kojima , u-boot@lists.denx.de, Heinrich Schuchardt , Ilias Apalodimas , Simon Glass , Francois Ozog , Mark Kettenis References: <20220619045607.1669-1-masahisa.kojima@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220619045607.1669-1-masahisa.kojima@linaro.org> 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 On Sun, Jun 19, 2022 at 01:55:58PM +0900, Masahisa Kojima wrote: > This series add the menu-driven UEFI boot variable maintenance > and removable media support in bootmenu. > > Different from previous version, thie series adds a new U-Boot > command "efimenu" to invoke the UEFI boot-related variable > maintenance menu. > > Note that menu-driven UEFI Secure Boot key management patch series > will follow. > > Source code can be cloned with: > $ git clone https://git.linaro.org/people/masahisa.kojima/u-boot.git -b kojima/efi_menu_upstream_v8_0618 > > [Major Changes] > - command name is changed from "efimenu" to "eficonfig" > - there is detailed chang At first glance, the behavior looks good. Thanks, -Takahiro Akashi > Masahisa Kojima (9): > efi_loader: expose END device path node > eficonfig: menu-driven addition of UEFI boot option > eficonfig: add "Edit Boot Option" menu entry > menu: add KEY_PLUS and KEY_MINUS handling > eficonfig: add "Change Boot Order" menu entry > eficonfig: add "Delete Boot Option" menu entry > bootmenu: add removable media entries > doc:bootmenu: add description for UEFI boot support > doc:eficonfig: add documentation for eficonfig command > > cmd/Kconfig | 7 + > cmd/Makefile | 1 + > cmd/bootmenu.c | 99 +- > cmd/eficonfig.c | 1872 ++++++++++++++++++++++++++++++ > common/menu.c | 6 + > doc/usage/cmd/bootmenu.rst | 74 ++ > doc/usage/cmd/eficonfig.rst | 50 + > doc/usage/index.rst | 1 + > include/efi_config.h | 91 ++ > include/efi_loader.h | 63 + > include/menu.h | 2 + > lib/efi_loader/efi_bootmgr.c | 4 + > lib/efi_loader/efi_boottime.c | 52 +- > lib/efi_loader/efi_console.c | 78 ++ > lib/efi_loader/efi_device_path.c | 2 +- > lib/efi_loader/efi_disk.c | 11 + > lib/efi_loader/efi_file.c | 75 +- > 17 files changed, 2437 insertions(+), 51 deletions(-) > create mode 100644 cmd/eficonfig.c > create mode 100644 doc/usage/cmd/eficonfig.rst > create mode 100644 include/efi_config.h > > -- > 2.17.1 >