Re: [PATCH v3 31/32] bootstd: Introduce programmatic boot

2023-11-28 Thread Tom Rini
On Tue, Nov 28, 2023 at 03:14:30PM -0600, Simon Glass wrote: > Hi Tom, > > > On Tue, Nov 28, 2023, 12:21 Tom Rini wrote: > > > On Sat, Nov 18, 2023 at 02:05:19PM -0700, Simon Glass wrote: > > > > > At present bootstd requires CONFIG_CMDLINE to operate. Add a new > > > 'programmatic' boot which

Re: [PATCH v3 31/32] bootstd: Introduce programmatic boot

2023-11-28 Thread Simon Glass
Hi Tom, On Tue, Nov 28, 2023, 12:21 Tom Rini wrote: > On Sat, Nov 18, 2023 at 02:05:19PM -0700, Simon Glass wrote: > > > At present bootstd requires CONFIG_CMDLINE to operate. Add a new > > 'programmatic' boot which can be used when no command line is available. > > For now it does almost

Re: [PATCH v3 31/32] bootstd: Introduce programmatic boot

2023-11-28 Thread Tom Rini
On Sat, Nov 18, 2023 at 02:05:19PM -0700, Simon Glass wrote: > At present bootstd requires CONFIG_CMDLINE to operate. Add a new > 'programmatic' boot which can be used when no command line is available. > For now it does almost nothing, since most bootmeths require the > command line. > >

[PATCH v3 31/32] bootstd: Introduce programmatic boot

2023-11-18 Thread Simon Glass
At present bootstd requires CONFIG_CMDLINE to operate. Add a new 'programmatic' boot which can be used when no command line is available. For now it does almost nothing, since most bootmeths require the command line. Signed-off-by: Simon Glass --- Changes in v3: - Add a panic if programmatic