[PATCH 24/34] x86: Add a command to display coreboot sysinfo

Simon Glass sjg at chromium.org
Sat Mar 27 04:18:14 CET 2021


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 at chromium.org>
---

 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!


More information about the U-Boot mailing list