coreboot: Fix CMOS options checksum

Caching ramtop does not update the checksum, causing CMOS options to not
work. Fixes CSME not being disabled on first boot.

Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
Tim Crawford
2024-04-29 07:31:08 -06:00
committed by Jeremy Soller
parent 4b32a3e9f5
commit 15016a0ccd
2 changed files with 8 additions and 1 deletions

View File

@ -8,7 +8,14 @@ features apply to your model and firmware version, see the
## unreleased
- Fixed CMOS options not working due to invalid checksum
## 2024-03-25
- lemp13: Added initial release of open firmware with System76 EC
## 2024-03-21
- oryp12: Added initial release of open firmware with System76 EC
## 2024-03-11