From 5187986bd16d3b833ca059ca1d3dc8ac55132f2b Mon Sep 17 00:00:00 2001 From: Xorg Date: Sun, 21 Oct 2018 09:36:07 +0200 Subject: [PATCH] DB: Add more Coffee Lake Coffee Lake S: https://en.wikichip.org/wiki/intel/cores/coffee_lake_s#Coffee_Lake_S_Processors Coffee Lake Refresh: https://en.wikichip.org/wiki/intel/cores/coffee_lake_r --- libcpuid/recog_intel.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libcpuid/recog_intel.c b/libcpuid/recog_intel.c index d683a26..9880f01 100644 --- a/libcpuid/recog_intel.c +++ b/libcpuid/recog_intel.c @@ -348,11 +348,15 @@ const struct match_entry_t cpudb_intel[] = { { 6, 14, -1, -1, 142, 2, -1, -1, NC, CELERON_ , 0, "Kaby Lake-U (Celeron)" }, { 6, 14, -1, -1, 142, 2, -1, -1, NC, CORE_|_M_|_3 , 0, "Kaby Lake-U (Core m3)" }, - /* Coffee Lake CPUs (14nm): */ + { 6, 14, -1, -1, 158, 8, -1, -1, NC, CORE_|_I_|_9 , 0, "Coffee Lake (Core i9)" }, + { 6, 14, -1, -1, 158, 8, -1, -1, NC, CORE_|_I_|_7 , 0, "Coffee Lake (Core i7)" }, { 6, 14, -1, -1, 158, 6, -1, -1, NC, CORE_|_I_|_7 , 0, "Coffee Lake (Core i7)" }, { 6, 14, -1, -1, 158, 6, -1, -1, NC, CORE_|_I_|_5 , 0, "Coffee Lake (Core i5)" }, { 6, 14, -1, -1, 158, 4, -1, -1, NC, CORE_|_I_|_3 , 0, "Coffee Lake (Core i3)" }, + { 6, 14, -1, -1, 158, 2, -1, -1, NC, PENTIUM_ , 0, "Coffee Lake (Pentium)" }, + { 6, 14, -1, -1, 158, 2, -1, -1, NC, CELERON_ , 0, "Coffee Lake (Celeron)" }, + /* Itaniums */ { 7, -1, -1, -1, -1, 1, -1, -1, NC, 0 , 0, "Itanium" },