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 <[email protected]> --- cmd/Kconfig | 9 + cmd/x86/Makefile | 1 + cmd/x86/cbsysinfo.c | 394 ++++++++++++++++++++++++++++++++++++ doc/usage/index.rst | 1 + doc/usage/x86/cbsysinfo.rst | 25 +++ 5 files changed, 430 insertions(+) create mode 100644 cmd/x86/cbsysinfo.c create mode 100644 doc/usage/x86/cbsysinfo.rst Applied to u-boot-dm/next, thanks!

