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)
commit71cebf0b5947cc0e393bec0841744d9eda0a038d
treefe462e9acedfdd26a26bacb1f6bac9982c812feb
parente7bae8283fea94cf470542916a063182c9e5771a
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]