]> git.dujemihanovic.xyz Git - u-boot.git/commit
bootstd: Allow display of the x86 setup information
authorSimon Glass <sjg@chromium.org>
Sun, 30 Jul 2023 17:17:00 +0000 (11:17 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 11 Aug 2023 00:34:54 +0000 (18:34 -0600)
commitcbb607d2d9be44a5ded7a652e8e7646925adc1e0
tree671ba049bd7d3f90e09fcbc9fac4726ccf12b343
parent598dea978d5b7076fc5b6ed31bea0767925e8db0
bootstd: Allow display of the x86 setup information

Provide an option to dump this information if available.

Move the funciion prototype to the common x86 header. Allow the command
line to be left out since 'bootflow info' show this itself and it is
not in the correct place in memory until the kernel is actually booted.

Fix a badly aligned heading while we are here.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/include/asm/zimage.h
arch/x86/lib/zimage.c
cmd/bootflow.c
doc/usage/cmd/bootflow.rst
include/bootflow.h
include/bootm.h