Re: [PATCH 00/17] bootstd: Useability improvements

2025-04-01 Thread Tom Rini
On Wed, Mar 19, 2025 at 03:37:54PM +0100, Simon Glass wrote: > This series collects together some bootstd improvements: > > - Improve iteration when there are a lot of devices > - Add a test image for Ubuntu (to compliment Fedora) > - Improve the naming of USB devices and bootdevs > - Add a new c

Re: [PATCH 00/17] bootstd: Useability improvements

2025-04-01 Thread Tom Rini
On Wed, Apr 02, 2025 at 04:53:32AM +1300, Simon Glass wrote: > Hi Tom, > > On Tue, 1 Apr 2025 at 06:40, Tom Rini wrote: > > > > On Wed, Mar 19, 2025 at 03:37:54PM +0100, Simon Glass wrote: > > > > > This series collects together some bootstd improvements: > > > > > > - Improve iteration when ther

Re: [PATCH 00/17] bootstd: Useability improvements

2025-04-01 Thread Simon Glass
Hi Tom, On Tue, 1 Apr 2025 at 06:40, Tom Rini wrote: > > On Wed, Mar 19, 2025 at 03:37:54PM +0100, Simon Glass wrote: > > > This series collects together some bootstd improvements: > > > > - Improve iteration when there are a lot of devices > > - Add a test image for Ubuntu (to compliment Fedora)

[PATCH 00/17] bootstd: Useability improvements

2025-03-19 Thread Simon Glass
This series collects together some bootstd improvements: - Improve iteration when there are a lot of devices - Add a test image for Ubuntu (to compliment Fedora) - Improve the naming of USB devices and bootdevs - Add a new command to set the bootdev order - Add a little more debugging - Use an abu