]> git.baikalelectronics.ru Git - uboot.git/commit
x86: Add a command to display coreboot sysinfo
authorSimon Glass <sjg@chromium.org>
Mon, 15 Mar 2021 05:00:24 +0000 (18:00 +1300)
committerSimon Glass <sjg@chromium.org>
Sat, 27 Mar 2021 02:04:30 +0000 (15:04 +1300)
commit7f6fed87bd5c0af2da7f7245a2b90b2529201f8e
treefe462e9acedfdd26a26bacb1f6bac9982c812feb
parent997320485bf0f301fd9a69fdd6308a1373c2b4fa
x86: Add a command to display coreboot sysinfo

This information is interesting to look at and can be important for
debugging and inspection. Add a command to display it in a helpful
format.

Signed-off-by: Simon Glass <sjg@chromium.org>
cmd/Kconfig
cmd/x86/Makefile
cmd/x86/cbsysinfo.c [new file with mode: 0644]
doc/usage/index.rst
doc/usage/x86/cbsysinfo.rst [new file with mode: 0644]