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

It is useful to obtain the results of MSR queries as well as to update
MSR registers, so add a command these tasks.

Signed-off-by: Simon Glass <sjg@chromium.org>
cmd/x86/Makefile
cmd/x86/msr.c [new file with mode: 0644]
doc/usage/cmd/msr.rst [new file with mode: 0644]
doc/usage/index.rst
test/cmd/Makefile
test/cmd/msr.c [new file with mode: 0644]