]> git.dujemihanovic.xyz Git - u-boot.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)
commitc88d67d0211292dd5f259816b24c65da62ce3e30
treee0f7de0acde75d14313ea2bd49db909dd05037bf
parentd0dfbf548d0e0f49b33ae22a8fd338231445ecf0
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