Re: (subset) [PATCH v4 00/19] bootstd: Support recording images

2025-01-16 Thread Tom Rini
On Fri, 15 Nov 2024 16:19:07 -0700, 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

[PATCH v4 00/19] bootstd: Support recording images

2024-11-15 Thread Simon Glass
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 hard to query. Future work will be able to reduce its size. Ultim