mbox series

[0/2] fix issues in bootmenu after adding efi entries

Message ID 20220525081813.26214-1-masahisa.kojima@linaro.org
Headers show
Series fix issues in bootmenu after adding efi entries | expand

Message

Masahisa Kojima May 25, 2022, 8:18 a.m. UTC
This series fixes the issue in bootmenu after adding efi entries.

Masahisa Kojima (2):
  bootmenu: use utf-8 for menu title
  bootmenu: U-Boot console is enabled as default

 boot/Kconfig   |  9 +++++++++
 cmd/Kconfig    | 10 ----------
 cmd/bootmenu.c | 40 +++++++++++++++++++++++-----------------
 3 files changed, 32 insertions(+), 27 deletions(-)

Comments

Pali Rohár May 25, 2022, 8:10 p.m. UTC | #1
On Wednesday 25 May 2022 17:18:11 Masahisa Kojima wrote:
> This series fixes the issue in bootmenu after adding efi entries.
> 
> Masahisa Kojima (2):
>   bootmenu: use utf-8 for menu title
>   bootmenu: U-Boot console is enabled as default
> 
>  boot/Kconfig   |  9 +++++++++
>  cmd/Kconfig    | 10 ----------
>  cmd/bootmenu.c | 40 +++++++++++++++++++++++-----------------
>  3 files changed, 32 insertions(+), 27 deletions(-)
> 
> -- 
> 2.17.1
> 

I have tested these two patches and bootmenu is working on n900 again!

Tested-by: Pali Rohár <pali@kernel.org>
Masahisa Kojima May 25, 2022, 11:49 p.m. UTC | #2
Hi Pali,

On Thu, 26 May 2022 at 05:11, Pali Rohar <pali@kernel.org> wrote:
>
> On Wednesday 25 May 2022 17:18:11 Masahisa Kojima wrote:
> > This series fixes the issue in bootmenu after adding efi entries.
> >
> > Masahisa Kojima (2):
> >   bootmenu: use utf-8 for menu title
> >   bootmenu: U-Boot console is enabled as default
> >
> >  boot/Kconfig   |  9 +++++++++
> >  cmd/Kconfig    | 10 ----------
> >  cmd/bootmenu.c | 40 +++++++++++++++++++++++-----------------
> >  3 files changed, 32 insertions(+), 27 deletions(-)
> >
> > --
> > 2.17.1
> >
>
> I have tested these two patches and bootmenu is working on n900 again!
>
> Tested-by: Pali Rohár <pali@kernel.org>

Thank you very much for your testing.

Regards,
Masahisa Kojima