From 12a98ffbfb6660552fb2940b0a8aae2edfdfda66 Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Mon, 22 Nov 2021 08:57:08 -0700 Subject: mb/system76/*: Disable IME by CMOS option Add CMOS option to set IME mode. Default to "Disable" for CNL and TGL-H, and "Enable" for TGL-U. Not set for KBL, which uses ME_CLEANER. The HECI device must be enabled in devicetree for switching modes to function correctly. Change-Id: I3163dcb0a4af020c2cf6f94f2bb26380f17c253e Signed-off-by: Tim Crawford Reviewed-on: https://review.coreboot.org/c/coreboot/+/57621 Tested-by: build bot (Jenkins) Reviewed-by: Jeremy Soller --- src/mainboard/system76/bonw14/cmos.default | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/system76/bonw14/cmos.default') diff --git a/src/mainboard/system76/bonw14/cmos.default b/src/mainboard/system76/bonw14/cmos.default index 06b04332a2..0d376751c1 100644 --- a/src/mainboard/system76/bonw14/cmos.default +++ b/src/mainboard/system76/bonw14/cmos.default @@ -1,2 +1,3 @@ boot_option=Fallback debug_level=Debug +me_state=Disable -- cgit v1.2.3