Re: [PATCH v3 00/19] bootstd: Support recording images

2025-01-25 Thread Simon Glass
Hi Tom, On Thu, 23 Jan 2025 at 10:17, Tom Rini wrote: > > On Thu, Jan 23, 2025 at 07:38:04AM -0700, Simon Glass wrote: > > Hi Tom, > > > > On Sat, 18 Jan 2025 at 07:41, Tom Rini wrote: > > > > > > On Fri, Jan 17, 2025 at 09:49:43PM -0800, Tony Dinh wrote: > > > > On Fri, Jan 17, 2025 at 8:32 PM

Re: [PATCH v3 00/19] bootstd: Support recording images

2025-01-25 Thread Tom Rini
On Sat, Jan 25, 2025 at 10:13:54AM -0700, Simon Glass wrote: > Hi Tom, > > On Thu, 23 Jan 2025 at 10:17, Tom Rini wrote: > > > > On Thu, Jan 23, 2025 at 07:38:04AM -0700, Simon Glass wrote: > > > Hi Tom, > > > > > > On Sat, 18 Jan 2025 at 07:41, Tom Rini wrote: > > > > > > > > On Fri, Jan 17, 20

Re: [PATCH v3 00/19] bootstd: Support recording images

2025-01-23 Thread Tom Rini
On Thu, Jan 23, 2025 at 07:38:04AM -0700, Simon Glass wrote: > Hi Tom, > > On Sat, 18 Jan 2025 at 07:41, Tom Rini wrote: > > > > On Fri, Jan 17, 2025 at 09:49:43PM -0800, Tony Dinh wrote: > > > On Fri, Jan 17, 2025 at 8:32 PM Simon Glass wrote: > > > > > > > > Hi Tom, > > > > > > > > On Thu, 16

Re: [PATCH v3 00/19] bootstd: Support recording images

2025-01-23 Thread Simon Glass
Hi Tom, On Sat, 18 Jan 2025 at 07:41, Tom Rini wrote: > > On Fri, Jan 17, 2025 at 09:49:43PM -0800, Tony Dinh wrote: > > On Fri, Jan 17, 2025 at 8:32 PM Simon Glass wrote: > > > > > > Hi Tom, > > > > > > On Thu, 16 Jan 2025 at 10:22, Tom Rini wrote: > > > > > > > > On Thu, Jan 16, 2025 at 08:52

Re: [PATCH v3 00/19] bootstd: Support recording images

2025-01-18 Thread Tony Dinh
Hi Tom, On Sat, Jan 18, 2025 at 6:41 AM Tom Rini wrote: > > On Fri, Jan 17, 2025 at 09:49:43PM -0800, Tony Dinh wrote: > > On Fri, Jan 17, 2025 at 8:32 PM Simon Glass wrote: > > > > > > Hi Tom, > > > > > > On Thu, 16 Jan 2025 at 10:22, Tom Rini wrote: > > > > > > > > On Thu, Jan 16, 2025 at 08:

Re: [PATCH v3 00/19] bootstd: Support recording images

2025-01-18 Thread Tom Rini
On Fri, Jan 17, 2025 at 09:49:43PM -0800, Tony Dinh wrote: > On Fri, Jan 17, 2025 at 8:32 PM Simon Glass wrote: > > > > Hi Tom, > > > > On Thu, 16 Jan 2025 at 10:22, Tom Rini wrote: > > > > > > On Thu, Jan 16, 2025 at 08:52:38AM -0700, Simon Glass wrote: > > > > Hi Tom, > > > > > > > > On Wed, 15

Re: [PATCH v3 00/19] bootstd: Support recording images

2025-01-17 Thread Tony Dinh
On Fri, Jan 17, 2025 at 8:32 PM Simon Glass wrote: > > Hi Tom, > > On Thu, 16 Jan 2025 at 10:22, Tom Rini wrote: > > > > On Thu, Jan 16, 2025 at 08:52:38AM -0700, Simon Glass wrote: > > > Hi Tom, > > > > > > On Wed, 15 Jan 2025 at 16:32, Tom Rini wrote: > > [snip] > > > > I'm referring to the wh

Re: [PATCH v3 00/19] bootstd: Support recording images

2025-01-17 Thread Simon Glass
Hi Tom, On Thu, 16 Jan 2025 at 10:22, Tom Rini wrote: > > On Thu, Jan 16, 2025 at 08:52:38AM -0700, Simon Glass wrote: > > Hi Tom, > > > > On Wed, 15 Jan 2025 at 16:32, Tom Rini wrote: > [snip] > > > I'm referring to the whole bootmeth/bootflow/etc thing. Is this going to > > > be put to use by

Re: [PATCH v3 00/19] bootstd: Support recording images

2025-01-16 Thread Simon Glass
Hi Tom, On Wed, 15 Jan 2025 at 16:32, Tom Rini wrote: > > On Wed, Jan 15, 2025 at 04:14:27PM -0700, Simon Glass wrote: > > Hi Tom, > > > > On Wed, 15 Jan 2025 at 14:24, Tom Rini wrote: > > > > > > On Wed, Jan 15, 2025 at 06:55:45AM -0700, Simon Glass wrote: > > > > Hi, > > > > > > > > On Mon, 4

Re: [PATCH v3 00/19] bootstd: Support recording images

2025-01-16 Thread Tom Rini
On Thu, Jan 16, 2025 at 08:52:38AM -0700, Simon Glass wrote: > Hi Tom, > > On Wed, 15 Jan 2025 at 16:32, Tom Rini wrote: [snip] > > I'm referring to the whole bootmeth/bootflow/etc thing. Is this going to > > be put to use by anyone / anywhere on PowerPC? M68K? MIPS? 32bit ARM is > > a harder que

Re: [PATCH v3 00/19] bootstd: Support recording images

2025-01-15 Thread Tom Rini
On Wed, Jan 15, 2025 at 04:14:27PM -0700, Simon Glass wrote: > Hi Tom, > > On Wed, 15 Jan 2025 at 14:24, Tom Rini wrote: > > > > On Wed, Jan 15, 2025 at 06:55:45AM -0700, Simon Glass wrote: > > > Hi, > > > > > > On Mon, 4 Nov 2024 at 10:51, Simon Glass wrote: > > > > > > > > This series provides

Re: [PATCH v3 00/19] bootstd: Support recording images

2025-01-15 Thread Simon Glass
Hi Tom, On Wed, 15 Jan 2025 at 14:24, Tom Rini wrote: > > On Wed, Jan 15, 2025 at 06:55:45AM -0700, Simon Glass wrote: > > Hi, > > > > On Mon, 4 Nov 2024 at 10:51, Simon Glass wrote: > > > > > > This series provides a way to keep track of the images used in bootstd, > > > including the type of e

Re: [PATCH v3 00/19] bootstd: Support recording images

2025-01-15 Thread Tom Rini
On Wed, Jan 15, 2025 at 06:55:45AM -0700, Simon Glass wrote: > Hi, > > On Mon, 4 Nov 2024 at 10:51, Simon Glass wrote: > > > > This series provides a way to keep track of the images used in bootstd, > > including the type of each image. > > > > At present this is sort-of handled by struct bootflo

Re: [PATCH v3 00/19] bootstd: Support recording images

2025-01-15 Thread Simon Glass
Hi, On Mon, 4 Nov 2024 at 10:51, Simon Glass wrote: > > This series provides a way to keep track of the images used in bootstd, > including the type of each image. > > At present this is sort-of handled by struct bootflow but in quite an > ad-hoc way. The structure has become quite large and is h