diff options
| author | Simon Glass <[email protected]> | 2024-10-14 16:32:11 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-11-03 21:27:12 -0600 |
| commit | ae3b5928d61190d0faef7dfb2bbfc415a25b6ca5 (patch) | |
| tree | ae3f75cd3750f675aeaaa2282d8c8cbe5a42649f /doc/develop/cedit.rst | |
| 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 <[email protected]>
Diffstat (limited to 'doc/develop/cedit.rst')
| -rw-r--r-- | doc/develop/cedit.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/develop/cedit.rst b/doc/develop/cedit.rst index 310be889240..1ac55ab1219 100644 --- a/doc/develop/cedit.rst +++ b/doc/develop/cedit.rst @@ -172,4 +172,4 @@ Cedit provides several options for persistent settings: For now, reading and writing settings is not automatic. See the :doc:`../usage/cmd/cedit` for how to do this on the command line or in a -script. +script. For x86 devices, see :ref:`cedit_cb_load`. |
