]> git.dujemihanovic.xyz Git - u-boot.git/commit
bootstd: Allow storing the OS command line in the bootflow
authorSimon Glass <sjg@chromium.org>
Wed, 12 Jul 2023 15:04:34 +0000 (09:04 -0600)
committerBin Meng <bmeng@tinylab.org>
Sun, 16 Jul 2023 15:13:17 +0000 (23:13 +0800)
commitf4a91655c36a1a5fad2ea879ff3ab9217cd21337
treea395cc77bb228bdc7de746688502a3b04e1e2ac2
parent2270c3639ae355e298f245ec1c9ba9f560bc7e5c
bootstd: Allow storing the OS command line in the bootflow

Some operating systems have a command line which can be adjusted before
booting. Store this in the bootflow so it can be controlled within
U-Boot.

Fix up the example output while we are here, since there are a few new
items.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
cmd/bootflow.c
doc/usage/cmd/bootflow.rst
include/bootflow.h
test/boot/bootflow.c