]> git.baikalelectronics.ru Git - uboot.git/commit
bootstd: Add a simple bootmeth for ChromiumOS
authorSimon Glass <sjg@chromium.org>
Wed, 12 Jul 2023 15:04:45 +0000 (09:04 -0600)
committerBin Meng <bmeng@tinylab.org>
Mon, 17 Jul 2023 05:38:35 +0000 (13:38 +0800)
commitfb88cd7e3629f135196284337adece9fb70a8183
treee0f7de0acde75d14313ea2bd49db909dd05037bf
parent7bb46d51d2e4abc4adc4afddd48b7dd0ac70e61a
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>
boot/Kconfig
boot/Makefile
boot/bootmeth_cros.c [new file with mode: 0644]
configs/tools-only_defconfig