]> git.dujemihanovic.xyz Git - u-boot.git/commit
bootstd: Add a command to read all files for a bootflow
authorSimon Glass <sjg@chromium.org>
Fri, 11 Aug 2023 01:33:18 +0000 (19:33 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 11 Aug 2023 13:33:38 +0000 (07:33 -0600)
commitc279224ea6686a992b258b01e07fcadb7f0c7ecb
tree48273b66cf481b328b6a8871e14cafaedaf87123
parentcbb607d2d9be44a5ded7a652e8e7646925adc1e0
bootstd: Add a command to read all files for a bootflow

Some bootflows (such as EFI and ChromiumOS) delay reading the kernel until
it is needed to boot. This saves time when scanning and avoids needing to
allocate memory for something that may never be used.

To permit reading of these files, add a new 'bootflow read' command.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/bootflow.c
boot/bootmeth-uclass.c
boot/bootmeth_cros.c
cmd/bootflow.c
doc/usage/cmd/bootflow.rst
include/bootflow.h
include/bootmeth.h