]> git.dujemihanovic.xyz Git - u-boot.git/commit
x86: coreboot: Allow building an expo for editing CMOS config
authorSimon Glass <sjg@chromium.org>
Mon, 14 Oct 2024 22:32:11 +0000 (16:32 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 4 Nov 2024 03:27:12 +0000 (21:27 -0600)
commitae3b5928d61190d0faef7dfb2bbfc415a25b6ca5
treeae3f75cd3750f675aeaaa2282d8c8cbe5a42649f
parente25c34ddb524043c26ff1db820584a40c0f094b8
x86: coreboot: Allow building an expo for editing CMOS config

Coreboot provides the CMOS layout in the tables it passes to U-Boot.
Use that to build an editor for the CMOS settings.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/Makefile
boot/expo_build_cb.c [new file with mode: 0644]
cmd/cedit.c
doc/board/coreboot/coreboot.rst
doc/develop/cedit.rst
doc/usage/cmd/cbcmos.rst
doc/usage/cmd/cedit.rst
include/expo.h
test/cmd/coreboot.c