]> git.dujemihanovic.xyz Git - u-boot.git/commit
bootstd: Support bootmeths which can scan any partition
authorSimon Glass <sjg@chromium.org>
Thu, 24 Aug 2023 19:55:43 +0000 (13:55 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 25 Aug 2023 21:55:19 +0000 (17:55 -0400)
commit831405f41de122c2a3a0908f07c632c87266709a
tree1d61d9d0dd26180f02e09055a2cf52ae5f861d2d
parentf55aa4454ac315247986aec162e064674952a7ae
bootstd: Support bootmeths which can scan any partition

Some bootmeths support scanning a partition without a filesystem on it.
Add a flag to support this.

This will allow the ChromiumOS bootmeth to find kernel partition, which
are stored in a special format, without a filesystem.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/bootdev-uclass.c
doc/develop/bootstd.rst
include/bootmeth.h