]> git.dujemihanovic.xyz Git - u-boot.git/commit
x86: Add a cpuid command
authorSimon Glass <sjg@chromium.org>
Wed, 28 Aug 2024 01:44:28 +0000 (19:44 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 18 Oct 2024 20:10:21 +0000 (14:10 -0600)
commit557767f80294054932c7453be0e268ad39643fdc
tree1fe61d87feeff227cb8655d31df43ec7e101f1d4
parentecf31113f17817f5ab9263937270255b6d05cdf9
x86: Add a cpuid command

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
cmd/x86/cpuid.c [new file with mode: 0644]
doc/usage/cmd/cpuid.rst [new file with mode: 0644]
doc/usage/index.rst
test/cmd/Makefile
test/cmd/cpuid.c [new file with mode: 0644]