From 66c04dc3d5c97adc171930b44f720afd826d49b0 Mon Sep 17 00:00:00 2001 From: The Tumultuous Unicorn Of Darkness Date: Mon, 21 Apr 2025 19:14:01 +0200 Subject: [PATCH] DB: add Intel Raptor Lake-U Re-refresh https://en.wikipedia.org/wiki/Raptor_Lake#Raptor_Lake-U_Re-refresh --- libcpuid/recog_intel.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libcpuid/recog_intel.c b/libcpuid/recog_intel.c index 8158839..9d53ed5 100644 --- a/libcpuid/recog_intel.c +++ b/libcpuid/recog_intel.c @@ -545,6 +545,9 @@ const struct match_entry_t cpudb_intel[] = { { 6, 7, -1, -1, 183, -1, -1, -1, NC, CORE_|_7|_U , _1xx, "Raptor Lake-U (Core 7)" }, /* Core 7 150U */ { 6, 7, -1, -1, 183, -1, -1, -1, NC, CORE_|_5|_U , _1xx, "Raptor Lake-U (Core 5)" }, /* Core 5 120U */ { 6, 7, -1, -1, 183, -1, -1, -1, NC, CORE_|_3|_U , _1xx, "Raptor Lake-U (Core 3)" }, /* Core 3 100U */ + /* Raptor Lake Re-refresh CPUs (2025, Core Series 2 processors Intel 7) => https://en.wikipedia.org/wiki/Raptor_Lake#List_of_Core_Series_2_processors */ + { 6, 7, -1, -1, 183, -1, -1, -1, NC, CORE_|_7|_U , _2xx, "Raptor Lake-U (Core 7)" }, /* Core 7 250U */ + { 6, 7, -1, -1, 183, -1, -1, -1, NC, CORE_|_5|_U , _2xx, "Raptor Lake-U (Core 5)" }, /* Core 5 220U */ /* Sapphire Rapids CPUs (2023, 4th Xeon Scalable gen, Intel 7) => https://en.wikichip.org/wiki/intel/microarchitectures/sapphire_rapids */ { 6, 15, -1, -1, 143, -1, -1, -1, NC, XEON_|_W_|_9 , _x4xx, "Sapphire Rapids-WS (Xeon w9)" },