commit | f39b5596e949863455c97cb7bb50e7ad4f2bbb29 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Nov 15 16:19:17 2024 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 15 08:48:42 2025 -0600 |
tree | f64a29a7ab63bf98ae8a4c30ba95e23d26ec911b | |
parent | 5f27d16444262f7bf90d6edcb830201f26fb56eb [diff] |
bootmeth: Update the read_file() method to include a type 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 <sjg@chromium.org> Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>