Re: [PATCH v4 07/19] bootstd: Update bootmeth_alloc_file() to record images

2024-12-05 Thread Simon Glass
As a first step to recording images and where they came from, update this function to do so, since it is used by two bootmeths Create a helper function in the bootflow system, since recorded images are always associated with bootflows. Signed-off-by: Simon Glass --- (no changes since v3) Chang

[PATCH v4 07/19] bootstd: Update bootmeth_alloc_file() to record images

2024-11-15 Thread Simon Glass
As a first step to recording images and where they came from, update this function to do so, since it is used by two bootmeths Create a helper function in the bootflow system, since recorded images are always associated with bootflows. Signed-off-by: Simon Glass --- (no changes since v3) Chang