commit | ae3b5928d61190d0faef7dfb2bbfc415a25b6ca5 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Oct 14 16:32:11 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sun Nov 03 21:27:12 2024 -0600 |
tree | ae3f75cd3750f675aeaaa2282d8c8cbe5a42649f | |
parent | e25c34ddb524043c26ff1db820584a40c0f094b8 [diff] |
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>