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: [PATCH v6 0/6] enable menu-driven boot device selection
Date: Sat, 4 Jun 2022 08:33:49 +0200	[thread overview]
Message-ID: <9b084b6a-beba-5c71-3ba5-f28888768bac@gmx.de> (raw)
In-Reply-To: <20220516110043.31480-1-masahisa.kojima@linaro.org>

On 5/16/22 13:00, Masahisa Kojima wrote:
> Most of the patches are merged into u-boot/master, this series
> contains the remaining patches to support menu-driven
> UEFI boot variable maintenance and removable media support.

This series needs to be rebased as we have switched to from utf-16
titles to utf-8 ones.

Best regards

Heinrich

>
> [Major Changes]
> - rebased to v2022.07-rc2
> - there is detailed changelog in each commit
>
> Masahisa Kojima (6):
>    efi_loader: menu-driven addition of UEFI boot option
>    efi_loader: menu-driven deletion of UEFI boot variable
>    efi_loader: menu-driven update of UEFI bootorder variable
>    bootmenu: add removable media entries
>    doc:bootmenu: add description for UEFI boot support
>    lib/charset: fix compile warnings
>
>   cmd/bootmenu.c                            |  167 ++-
>   doc/usage/cmd/bootmenu.rst                |   55 +
>   include/charset.h                         |    2 +-
>   include/efi_loader.h                      |   60 +
>   lib/efi_loader/Makefile                   |    3 +
>   lib/efi_loader/efi_bootmenu_maintenance.c | 1282 +++++++++++++++++++++
>   lib/efi_loader/efi_bootmgr.c              |    4 +
>   lib/efi_loader/efi_boottime.c             |   52 +-
>   lib/efi_loader/efi_console.c              |   81 ++
>   lib/efi_loader/efi_disk.c                 |   11 +
>   lib/efi_loader/efi_file.c                 |   75 +-
>   11 files changed, 1737 insertions(+), 55 deletions(-)
>   create mode 100644 lib/efi_loader/efi_bootmenu_maintenance.c
>


  parent reply	other threads:[~2022-06-04  6:34 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-16 11:00 [PATCH v6 0/6] enable menu-driven boot device selection Masahisa Kojima
2022-05-16 11:00 ` [PATCH v6 1/6] efi_loader: menu-driven addition of UEFI boot option Masahisa Kojima
2022-05-25  1:38   ` Takahiro Akashi
2022-05-26  7:37     ` Heinrich Schuchardt
2022-06-06  0:45       ` Masahisa Kojima
2022-06-06  0:39     ` Masahisa Kojima
2022-06-13  9:44       ` Masahisa Kojima
2022-05-16 11:00 ` [PATCH v6 2/6] efi_loader: menu-driven deletion of UEFI boot variable Masahisa Kojima
2022-05-16 11:00 ` [PATCH v6 3/6] efi_loader: menu-driven update of UEFI bootorder variable Masahisa Kojima
2022-05-24 10:42   ` Heinrich Schuchardt
2022-05-26  7:49     ` Masahisa Kojima
2022-05-16 11:00 ` [PATCH v6 4/6] bootmenu: add removable media entries Masahisa Kojima
2022-05-16 11:00 ` [PATCH v6 5/6] doc:bootmenu: add description for UEFI boot support Masahisa Kojima
2022-05-18  1:31   ` Takahiro Akashi
2022-05-18  5:27     ` Masahisa Kojima
2022-05-16 11:00 ` [PATCH v6 6/6] lib/charset: fix compile warnings Masahisa Kojima
2022-06-04  6:33 ` Heinrich Schuchardt [this message]
2022-06-06  0:18   ` [PATCH v6 0/6] 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=9b084b6a-beba-5c71-3ba5-f28888768bac@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.