aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathon Hall <jonathon.hall@puri.sm>2023-09-27 13:08:35 -0400
committerMatt DeVillier <matt.devillier@gmail.com>2023-10-20 14:20:21 +0000
commit960209e7ee27834ba433d6459fc3a7ee26349107 (patch)
treefdbe149274bd1d4f212c9494b32dbf954884c2f6
parent4dfa90613ce52a4fc7e1164a54e33c0b18f947d9 (diff)
mb/purism/librem_cnl: Support Comet Lake v1 and v2 for Librem 14
New Librem 14s have a newer CPU stepping, which changes them from CML v1 to v2. The product is not significantly different and remains v1, specifically "v1-02". Select SOC_INTEL_COMETLAKE_1_2 to support all CPU steppings. Change-Id: Iab37208b81e973714a2c088d2346eda518bf1214 Signed-off-by: Jonathon Hall <jonathon.hall@puri.sm> Reviewed-on: https://review.coreboot.org/c/coreboot/+/78346 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
-rw-r--r--src/mainboard/purism/librem_cnl/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/purism/librem_cnl/Kconfig b/src/mainboard/purism/librem_cnl/Kconfig
index ef05a3ecb9..f75f316b95 100644
--- a/src/mainboard/purism/librem_cnl/Kconfig
+++ b/src/mainboard/purism/librem_cnl/Kconfig
@@ -33,7 +33,7 @@ config BOARD_PURISM_LIBREM_14
select EC_LIBREM_EC
select MEMORY_MAPPED_TPM
select MAINBOARD_HAS_TPM1
- select SOC_INTEL_COMETLAKE_1
+ select SOC_INTEL_COMETLAKE_1_2
select SYSTEM_TYPE_LAPTOP
if BOARD_PURISM_BASEBOARD_LIBREM_CNL