
18 Oct
2024
18 Oct
'24
1:12 a.m.
It is useful to obtain the results of cpuid queries, so add a command for this.
Signed-off-by: Simon Glass sjg@chromium.org ---
cmd/x86/Makefile | 2 +- cmd/x86/cpuid.c | 37 ++++++++++++++++++++++ doc/usage/cmd/cpuid.rst | 68 +++++++++++++++++++++++++++++++++++++++++ doc/usage/index.rst | 1 + test/cmd/Makefile | 1 + test/cmd/cpuid.c | 22 +++++++++++++ 6 files changed, 130 insertions(+), 1 deletion(-) create mode 100644 cmd/x86/cpuid.c create mode 100644 doc/usage/cmd/cpuid.rst create mode 100644 test/cmd/cpuid.c
Applied to u-boot-dm, thanks!