]> git.dujemihanovic.xyz Git - u-boot.git/commit
x86: coreboot: Add a command to check and update CMOS RAM
authorSimon Glass <sjg@chromium.org>
Mon, 14 Oct 2024 22:32:10 +0000 (16:32 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 4 Nov 2024 03:27:12 +0000 (21:27 -0600)
commite25c34ddb524043c26ff1db820584a40c0f094b8
treed7f3e4328aea675e886cfc63d945b10ed28b28d0
parent00815be92489c0cdc740595b478436576ba23492
x86: coreboot: Add a command to check and update CMOS RAM

Coreboot tables provide information about the CMOS-RAM checksum. Add a
command which can check and update this.

With this it is possible to adjust CMOS-RAM settings and tidy up the
checksum afterwards.

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