All of lore.kernel.org
 help / color / mirror / Atom feed
From: Heinrich Schuchardt <xypron.glpk@gmx.de>
To: Masahisa Kojima <masahisa.kojima@linaro.org>
Cc: Ilias Apalodimas <ilias.apalodimas@linaro.org>,
	Simon Glass <sjg@chromium.org>,
	Takahiro Akashi <takahiro.akashi@linaro.org>,
	Francois Ozog <francois.ozog@linaro.org>,
	Mark Kettenis <mark.kettenis@xs4all.nl>,
	u-boot@lists.denx.de
Subject: Re: [RFC PATCH v2 0/4] enable menu-driven boot device selection
Date: Thu, 24 Feb 2022 11:31:01 +0100	[thread overview]
Message-ID: <0a33b8ef-a130-2097-a4e3-ceb44e1c577c@gmx.de> (raw)
In-Reply-To: <20220222160235.24748-1-masahisa.kojima@linaro.org>

On 2/22/22 17:02, Masahisa Kojima wrote:
> This patch series adds the menu-driven boot device selection.
> This menu also provides the functionality to add and delete
> Boot#### variable, and edit the BootOrder variable.
>
> This menu appears with the command "bootefi bootmgr",
> the menu structure is as follows.

Unfortunately there is neither a changelog in this coverletter nor the
individual patches.

What is the difference to v1?

Best regards

Heinrich

>
> * Menu structure
> [Boot Manager]
>      -> select Boot#### to boot
> [Boot Manager Maintenance]
>      - [Add Boot Option]
>          -> add new Boot#### variable
>      - [Delete Boot Option]
>          -> delete existing Boot#### variable
>      - [Change Boot Order]
>          -> update BootOrder variable
>
> * Things to consider
>   - eliminate EFI_CALLs
>   - replacement of ANSI_CLEAR_CONSOLE
>
> * Remaining items
>   - Support of adding Boot#### other than block device(e.g. network)
>   - error notification
>
> Masahisa Kojima (4):
>    efi_loader: add menu-driven boot device selection
>    lib/charset: add u16_strlcat() function
>    test: unit test for u16_strlcat()
>    efi_loader: add menu-driven UEFI Boot Variable maintenance
>
>   cmd/bootmenu.c                |  145 -----
>   common/menu.c                 |  137 ++++
>   include/charset.h             |   15 +
>   include/efi_loader.h          |   27 +
>   include/menu.h                |   20 +
>   lib/charset.c                 |   20 +
>   lib/efi_loader/Kconfig        |   20 +
>   lib/efi_loader/efi_bootmgr.c  | 1105 ++++++++++++++++++++++++++++++++-
>   lib/efi_loader/efi_boottime.c |   55 +-
>   lib/efi_loader/efi_console.c  |   81 +++
>   lib/efi_loader/efi_file.c     |   74 ++-
>   test/unicode_ut.c             |   45 ++
>   12 files changed, 1548 insertions(+), 196 deletions(-)
>


  parent reply	other threads:[~2022-02-24 10:31 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-22 16:02 [RFC PATCH v2 0/4] enable menu-driven boot device selection Masahisa Kojima
2022-02-22 16:02 ` [RFC PATCH v2 1/4] efi_loader: add " Masahisa Kojima
2022-02-22 16:02 ` [RFC PATCH v2 2/4] lib/charset: add u16_strlcat() function Masahisa Kojima
2022-02-22 16:02 ` [RFC PATCH v2 3/4] test: unit test for u16_strlcat() Masahisa Kojima
2022-02-22 16:02 ` [RFC PATCH v2 4/4] efi_loader: add menu-driven UEFI Boot Variable maintenance Masahisa Kojima
2022-02-24 10:31 ` Heinrich Schuchardt [this message]
2022-02-25  0:07   ` [RFC PATCH v2 0/4] enable menu-driven boot device selection Masahisa Kojima

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0a33b8ef-a130-2097-a4e3-ceb44e1c577c@gmx.de \
    --to=xypron.glpk@gmx.de \
    --cc=francois.ozog@linaro.org \
    --cc=ilias.apalodimas@linaro.org \
    --cc=mark.kettenis@xs4all.nl \
    --cc=masahisa.kojima@linaro.org \
    --cc=sjg@chromium.org \
    --cc=takahiro.akashi@linaro.org \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.