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

2023-01-17 Thread Tom Rini
On Fri, Jan 06, 2023 at 08:52:18AM -0600, 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

[PATCH v3 00/25] bootstd: Add a boot menu

2023-01-06 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