Nico Huber has uploaded this change for review.

View Change

chipset_enable: Mark Intel/CM246 as DEP

The usual ME-lock limitations apply, so this is DEP instead
of OK.

Tested on Siemens/Field PG M6, and also regression tested on
Apollo Lake and Skylake. Flashrom works fine, and logs and
descriptor dumps look good. Also, register and descriptor
output agree on the flash layout and permissions.

Change-Id: I40db4773f127bec63e377e1d2ab402b47edf9a61
Signed-off-by: Nico Huber <nico.huber@secunet.com>
---
M chipset_enable.c
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/flashrom refs/changes/73/34073/1
diff --git a/chipset_enable.c b/chipset_enable.c
index 3773158..f75f94d 100644
--- a/chipset_enable.c
+++ b/chipset_enable.c
@@ -2044,7 +2044,7 @@
{0x8086, 0xa30a, B_S, NT, "Intel", "C242", enable_flash_pch300},
{0x8086, 0xa30c, B_S, NT, "Intel", "QM370", enable_flash_pch300},
{0x8086, 0xa30d, B_S, NT, "Intel", "HM370", enable_flash_pch300},
- {0x8086, 0xa30e, B_S, NT, "Intel", "CM246", enable_flash_pch300},
+ {0x8086, 0xa30e, B_S, DEP, "Intel", "CM246", enable_flash_pch300},
#endif
{0},
};

To view, visit change 34073. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: I40db4773f127bec63e377e1d2ab402b47edf9a61
Gerrit-Change-Number: 34073
Gerrit-PatchSet: 1
Gerrit-Owner: Nico Huber <nico.h@gmx.de>
Gerrit-MessageType: newchange