summaryrefslogtreecommitdiff
path: root/Documentation/releases/coreboot-4.16-relnotes.md
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/releases/coreboot-4.16-relnotes.md')
-rw-r--r--Documentation/releases/coreboot-4.16-relnotes.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/Documentation/releases/coreboot-4.16-relnotes.md b/Documentation/releases/coreboot-4.16-relnotes.md
index 83b2760287..55317a4226 100644
--- a/Documentation/releases/coreboot-4.16-relnotes.md
+++ b/Documentation/releases/coreboot-4.16-relnotes.md
@@ -19,8 +19,9 @@ Significant changes
### Add significant changes here
### 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).
+Disable the Intel (Converged Security) Management Engine ((CS)ME) via HECI based
+on Intel Core processors from Skylake to Alder Lake. State is set based 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).