Re: [PATCH 00/24] bootstd: Add a boot menu

2022-11-03 Thread Simon Glass
Hi Heinrich, On Mon, 17 Oct 2022 at 15:23, Simon Glass wrote: > > Hi Heinrich, > > On Mon, 17 Oct 2022 at 15:11, Heinrich Schuchardt wrote: > > > > On 10/17/22 22:29, Simon Glass wrote: > > > So far standard boot lacks a boot menu, although it is possible to create > > > a rudimentary one using

Re: [PATCH 00/24] bootstd: Add a boot menu

2022-10-17 Thread Simon Glass
Hi Heinrich, On Mon, 17 Oct 2022 at 15:11, Heinrich Schuchardt wrote: > > On 10/17/22 22:29, Simon Glass wrote: > > So far standard boot lacks a boot menu, although it is possible to create > > a rudimentary one using the existing 'bootmenu' command. > > > > Even then, this text-based menu offer

Re: [PATCH 00/24] bootstd: Add a boot menu

2022-10-17 Thread Heinrich Schuchardt
On 10/17/22 22:29, Simon Glass wrote: So far standard boot lacks a boot menu, although it is possible to create a rudimentary one using the existing 'bootmenu' command. Even then, this text-based menu offer only basic functionality and does not take full advantage of the displays which are commo

[PATCH 00/24] bootstd: Add a boot menu

2022-10-17 Thread Simon Glass
So far standard boot lacks a boot menu, although it is possible to create a rudimentary one using the existing 'bootmenu' command. Even then, this text-based menu offer only basic functionality and does not take full advantage of the displays which are common on many devices. This series provides