aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/system76/gaze16/devicetree.cb
diff options
context:
space:
mode:
authorTim Crawford <tcrawford@system76.com>2021-11-22 08:57:08 -0700
committerPatrick Georgi <patrick@coreboot.org>2021-11-23 09:22:10 +0000
commit12a98ffbfb6660552fb2940b0a8aae2edfdfda66 (patch)
tree7d5d0c990f37e4a9d267151bc9f3c0fe9057dbd1 /src/mainboard/system76/gaze16/devicetree.cb
parent3c01123abb43f5bb35d2bf84f1dfa45b6a297ca3 (diff)
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 <tcrawford@system76.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/57621 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jeremy Soller <jeremy@system76.com>
Diffstat (limited to 'src/mainboard/system76/gaze16/devicetree.cb')
-rw-r--r--src/mainboard/system76/gaze16/devicetree.cb4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mainboard/system76/gaze16/devicetree.cb b/src/mainboard/system76/gaze16/devicetree.cb
index 29eb3e3674..380bdc0c0f 100644
--- a/src/mainboard/system76/gaze16/devicetree.cb
+++ b/src/mainboard/system76/gaze16/devicetree.cb
@@ -125,7 +125,9 @@ chip soc/intel/tigerlake
device i2c 15 on end
end
end
- device ref heci1 on end
+ device ref heci1 on
+ register "HeciEnabled" = "1"
+ end
device ref uart2 on
# Debug console
register "SerialIoUartMode[PchSerialIoIndexUART2]" = "PchSerialIoSkipInit"