commit | 0fca7e8ec9c070d91fd6c3fb61e889c984af902f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Aug 24 13:55:43 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 25 17:55:19 2023 -0400 |
tree | 1d61d9d0dd26180f02e09055a2cf52ae5f861d2d | |
parent | 1e7f447ab28138adf76aa85e1713af7e18643221 [diff] |
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>