Hi Simon, Thank you for the patch.
On sam., oct. 19, 2024 at 09:22, Simon Glass <s...@chromium.org> wrote: > We want to record the type of each file which is loaded. Add an new > parameter for this, to the read_file() method. Update all users. > > Make bootmeth_common_read_file() store information about the image that > is read. > > Signed-off-by: Simon Glass <s...@chromium.org> Reviewed-by: Mattijs Korpershoek <mkorpersh...@baylibre.com> > --- [...]