2021-10-29 20:00:50 +02:00
|
|
|
Upcoming release - coreboot 4.16
|
|
|
|
================================
|
|
|
|
|
2021-11-10 18:37:05 +01:00
|
|
|
The 4.16 release is planned for February, 2022.
|
2021-11-08 19:52:36 +01:00
|
|
|
|
|
|
|
We are increasing the frequency of releases in order to enable others to release quarterly on
|
|
|
|
a fresher version of coreboot.
|
2021-10-29 20:00:50 +02:00
|
|
|
|
|
|
|
Update this document with changes that should be in the release notes.
|
|
|
|
|
|
|
|
* Please use Markdown.
|
|
|
|
* See the past few release notes for the general format.
|
|
|
|
* The chip and board additions and removals will be updated right
|
|
|
|
before the release, so those do not need to be added.
|
|
|
|
|
|
|
|
Significant changes
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
### Add significant changes here
|
2021-11-23 09:13:38 +01:00
|
|
|
|
|
|
|
### Option to disable Intel Management Engine
|
|
|
|
Disable the Intel (CS)Management Engine via HECI based on Intel Core processors
|
|
|
|
from Skylake to Alderlake. State is set baed on a cmos value of `me_state`. A
|
|
|
|
value of `0` will result in a (CS)ME state of `0` (working) and value of `1`
|
|
|
|
will result in a (CS)ME state of `3` (disabled). For an example cmos layout and
|
|
|
|
more info, see [cse.c](../../src/soc/intel/common/block/cse/cse.c).
|