]> git.dujemihanovic.xyz Git - u-boot.git/commit
x86: coreboot: Show the option table
authorSimon Glass <sjg@chromium.org>
Mon, 14 Oct 2024 22:32:08 +0000 (16:32 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 4 Nov 2024 03:27:12 +0000 (21:27 -0600)
commitd04c23f1c5ee68134543eaa0c5b918d7c9988fe0
tree8f37b86131daee2fa500c0f67065ca7bbc15584b
parentbde86903abd6a1169f33f212ca1247d26ea11555
x86: coreboot: Show the option table

Update the cbsysinfo command to show the contents of the CMOS option
table.

While we are here, add some example output for this command, along with
mention of what the unimplemented tags are.

Signed-off-by: Simon Glass <sjg@chromium.org>
cmd/x86/cbsysinfo.c
doc/usage/cmd/cbsysinfo.rst
test/cmd/coreboot.c