Re: [PATCH v4 45/46] pxe_utils: Refactor to separate reading from booting

2025-01-25 Thread Simon Glass
Hi Tom, On Thu, 23 Jan 2025 at 09:28, Tom Rini wrote: > > On Thu, Jan 23, 2025 at 09:11:06AM -0700, Simon Glass wrote: > > It is useful to be able to select a bootflow and read its images, > > without actually doing the boot. This allows adjusting the bootargs, for > > example. > > > > Provide su

Re: [PATCH v4 45/46] pxe_utils: Refactor to separate reading from booting

2025-01-23 Thread Tom Rini
On Thu, Jan 23, 2025 at 09:11:06AM -0700, Simon Glass wrote: > It is useful to be able to select a bootflow and read its images, > without actually doing the boot. This allows adjusting the bootargs, for > example. > > Provide support for this in the pxe_utils module, by adding a 'probe' > method

[PATCH v4 45/46] pxe_utils: Refactor to separate reading from booting

2025-01-23 Thread Simon Glass
It is useful to be able to select a bootflow and read its images, without actually doing the boot. This allows adjusting the bootargs, for example. Provide support for this in the pxe_utils module, by adding a 'probe' method which selects a label and saves its settings, so it can be booted later,