[PATCH 16/18] bootstd: Add a simple bootmeth for ChromiumOS
Bin Meng
bmeng.cn at gmail.com
Mon May 15 12:51:35 CEST 2023
On Sat, Apr 29, 2023 at 3:21 AM Simon Glass <sjg at chromium.org> wrote:
>
> 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 at chromium.org>
> ---
>
> boot/Kconfig | 11 ++
> boot/Makefile | 1 +
> boot/bootmeth_cros.c | 212 +++++++++++++++++++++++++++++++++++
> configs/tools-only_defconfig | 1 +
> 4 files changed, 225 insertions(+)
> create mode 100644 boot/bootmeth_cros.c
>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
More information about the U-Boot
mailing list