commit | 2b91ca6aad06cba9b77fff6de6b5b60504362855 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Aug 14 16:40:37 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 25 13:54:33 2023 -0400 |
tree | 0ad2e2b829a5afca3442eb2f58b09a6fb635b582 | |
parent | 0f2e5a69133f100d1ce26c8135c037d4115bed9a [diff] |
expo: cedit: Support writing settings to CMOS RAM Add a command to write cedit settings to CMOS RAM so that it can be preserved across a reboot. This uses a simple bit-encoding, where each field has a 'bit position' and a 'bit length' in the schema. Signed-off-by: Simon Glass <sjg@chromium.org>