commit | d74e62aa52847ecea23b2edf2aea94495f4be92f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jul 12 09:04:45 2023 -0600 |
committer | Bin Meng <bmeng@tinylab.org> | Mon Jul 17 13:38:35 2023 +0800 |
tree | e0f7de0acde75d14313ea2bd49db909dd05037bf | |
parent | 531efdea4049b2a97f32c2d701682129ce3b0b3b [diff] |
bootstd: Add a simple bootmeth for ChromiumOS It is possible to boot x86-based ChromeOS machines by parsing a table and locating the kernel and command line. Add a bootmeth for this. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>