aboutsummaryrefslogtreecommitdiffstats
path: root/src/vppinfra/cpu.c
diff options
context:
space:
mode:
authorDamjan Marion <dmarion@me.com>2021-11-11 17:34:01 +0000
committerFlorin Coras <florin.coras@gmail.com>2021-11-23 15:23:46 +0000
commit6b69f9473b1d3c27698df1b4f68a5b933ad7d352 (patch)
tree5c5b00f45497dc8fa8c1b67aafa941cf97391913 /src/vppinfra/cpu.c
parent3be9164f80ebb1929488bbe2ee4da1d35f42c1a2 (diff)
vppinfra: update CPU list
Type: improvement Change-Id: Ibe1f23801d5eac6d1dae61c6df1a47d59455d42e Signed-off-by: Damjan Marion <dmarion@me.com>
Diffstat (limited to 'src/vppinfra/cpu.c')
-rw-r--r--src/vppinfra/cpu.c99
1 files changed, 52 insertions, 47 deletions
diff --git a/src/vppinfra/cpu.c b/src/vppinfra/cpu.c
index 045d1f727f4..e98d2d0cc1d 100644
--- a/src/vppinfra/cpu.c
+++ b/src/vppinfra/cpu.c
@@ -17,53 +17,58 @@
#include <vppinfra/format.h>
#include <vppinfra/cpu.h>
-#define foreach_x86_cpu_uarch \
- _(0x06, 0x9e, "Kaby Lake", "Kaby Lake DT/H/S/X") \
- _(0x06, 0x8e, "Kaby Lake", "Kaby Lake Y/U") \
- _(0x06, 0x8c, "Tiger Lake", "Tiger Lake U") \
- _(0x06, 0x86, "Tremont", "Elkhart Lake") \
- _(0x06, 0x85, "Knights Mill", "Knights Mill") \
- _(0x06, 0x7e, "Ice Lake", "Ice Lake U") \
- _(0x06, 0x7d, "Ice Lake", "Ice Lake Y") \
- _(0x06, 0x7a, "Goldmont Plus", "Gemini Lake") \
- _(0x06, 0x6c, "Ice Lake", "Ice Lake SP") \
- _(0x06, 0x6a, "Ice Lake", "Ice Lake DE") \
- _(0x06, 0x66, "Cannon Lake", "Cannon Lake U") \
- _(0x06, 0x5f, "Goldmont", "Denverton") \
- _(0x06, 0x5e, "Skylake", "Skylake DT/H/S") \
- _(0x06, 0x5c, "Goldmont", "Apollo Lake") \
- _(0x06, 0x5a, "Silvermont", "Moorefield") \
- _(0x06, 0x57, "Knights Landing", "Knights Landing") \
- _(0x06, 0x56, "Broadwell", "Broadwell DE") \
- _(0x06, 0x55, "Skylake", "Skylake X/SP") \
- _(0x06, 0x4f, "Broadwell", "Broadwell EP/EX") \
- _(0x06, 0x4e, "Skylake", "Skylake Y/U") \
- _(0x06, 0x4d, "Silvermont", "Rangeley") \
- _(0x06, 0x4c, "Airmont", "Braswell") \
- _(0x06, 0x47, "Broadwell", "Broadwell H") \
- _(0x06, 0x46, "Haswell", "Crystalwell") \
- _(0x06, 0x45, "Haswell", "Haswell ULT") \
- _(0x06, 0x3f, "Haswell", "Haswell E") \
- _(0x06, 0x3e, "Ivy Bridge", "Ivy Bridge E/EN/EP") \
- _(0x06, 0x3d, "Broadwell", "Broadwell U") \
- _(0x06, 0x3c, "Haswell", "Haswell") \
- _(0x06, 0x3a, "Ivy Bridge", "IvyBridge") \
- _(0x06, 0x37, "Silvermont", "BayTrail") \
- _(0x06, 0x36, "Saltwell", "Cedarview,Centerton") \
- _(0x06, 0x35, "Saltwell", "Cloverview") \
- _(0x06, 0x2f, "Westmere", "Westmere EX") \
- _(0x06, 0x2e, "Nehalem", "Nehalem EX") \
- _(0x06, 0x2d, "Sandy Bridge", "SandyBridge E/EN/EP") \
- _(0x06, 0x2c, "Westmere", "Westmere EP/EX,Gulftown") \
- _(0x06, 0x2a, "Sandy Bridge", "Sandy Bridge") \
- _(0x06, 0x27, "Saltwell", "Medfield") \
- _(0x06, 0x26, "Bonnell", "Tunnel Creek") \
- _(0x06, 0x25, "Westmere", "Arrandale,Clarksdale") \
- _(0x06, 0x1e, "Nehalem", "Clarksfield,Lynnfield,Jasper Forest") \
- _(0x06, 0x1d, "Penryn", "Dunnington") \
- _(0x06, 0x1c, "Bonnell", "Pineview,Silverthorne") \
- _(0x06, 0x1a, "Nehalem", "Nehalem EP,Bloomfield)") \
- _(0x06, 0x17, "Penryn", "Yorkfield,Wolfdale,Penryn,Harpertown")
+#define foreach_x86_cpu_uarch \
+ _ (0x06, 0x9e, "Kaby Lake", "Kaby Lake DT/H/S/X") \
+ _ (0x06, 0x9c, "Tremont", "Jasper Lake") \
+ _ (0x06, 0x9a, "Alder Lake", "Alder Lake L") \
+ _ (0x06, 0x97, "Alder Lake", "Alder Lake") \
+ _ (0x06, 0x96, "Tremont", "Elkhart Lake") \
+ _ (0x06, 0x8f, "Sapphire Rapids", "Sapphire Rapids X") \
+ _ (0x06, 0x8e, "Kaby Lake", "Kaby Lake Y/U") \
+ _ (0x06, 0x8c, "Tiger Lake", "Tiger Lake U") \
+ _ (0x06, 0x86, "Tremont", "Jacobsville") \
+ _ (0x06, 0x85, "Knights Mill", "Knights Mill") \
+ _ (0x06, 0x7e, "Ice Lake", "Ice Lake U") \
+ _ (0x06, 0x7d, "Ice Lake", "Ice Lake Y") \
+ _ (0x06, 0x7a, "Goldmont Plus", "Gemini Lake") \
+ _ (0x06, 0x6c, "Ice Lake", "Ice Lake SP") \
+ _ (0x06, 0x6a, "Ice Lake", "Ice Lake DE") \
+ _ (0x06, 0x66, "Cannon Lake", "Cannon Lake U") \
+ _ (0x06, 0x5f, "Goldmont", "Denverton") \
+ _ (0x06, 0x5e, "Skylake", "Skylake DT/H/S") \
+ _ (0x06, 0x5c, "Goldmont", "Apollo Lake") \
+ _ (0x06, 0x5a, "Silvermont", "Moorefield") \
+ _ (0x06, 0x57, "Knights Landing", "Knights Landing") \
+ _ (0x06, 0x56, "Broadwell", "Broadwell DE") \
+ _ (0x06, 0x55, "Skylake", "Skylake X/SP") \
+ _ (0x06, 0x4f, "Broadwell", "Broadwell EP/EX") \
+ _ (0x06, 0x4e, "Skylake", "Skylake Y/U") \
+ _ (0x06, 0x4d, "Silvermont", "Rangeley") \
+ _ (0x06, 0x4c, "Airmont", "Braswell") \
+ _ (0x06, 0x47, "Broadwell", "Broadwell H") \
+ _ (0x06, 0x46, "Haswell", "Crystalwell") \
+ _ (0x06, 0x45, "Haswell", "Haswell ULT") \
+ _ (0x06, 0x3f, "Haswell", "Haswell E") \
+ _ (0x06, 0x3e, "Ivy Bridge", "Ivy Bridge E/EN/EP") \
+ _ (0x06, 0x3d, "Broadwell", "Broadwell U") \
+ _ (0x06, 0x3c, "Haswell", "Haswell") \
+ _ (0x06, 0x3a, "Ivy Bridge", "IvyBridge") \
+ _ (0x06, 0x37, "Silvermont", "BayTrail") \
+ _ (0x06, 0x36, "Saltwell", "Cedarview,Centerton") \
+ _ (0x06, 0x35, "Saltwell", "Cloverview") \
+ _ (0x06, 0x2f, "Westmere", "Westmere EX") \
+ _ (0x06, 0x2e, "Nehalem", "Nehalem EX") \
+ _ (0x06, 0x2d, "Sandy Bridge", "SandyBridge E/EN/EP") \
+ _ (0x06, 0x2c, "Westmere", "Westmere EP/EX,Gulftown") \
+ _ (0x06, 0x2a, "Sandy Bridge", "Sandy Bridge") \
+ _ (0x06, 0x27, "Saltwell", "Medfield") \
+ _ (0x06, 0x26, "Bonnell", "Tunnel Creek") \
+ _ (0x06, 0x25, "Westmere", "Arrandale,Clarksdale") \
+ _ (0x06, 0x1e, "Nehalem", "Clarksfield,Lynnfield,Jasper Forest") \
+ _ (0x06, 0x1d, "Penryn", "Dunnington") \
+ _ (0x06, 0x1c, "Bonnell", "Pineview,Silverthorne") \
+ _ (0x06, 0x1a, "Nehalem", "Nehalem EP,Bloomfield)") \
+ _ (0x06, 0x17, "Penryn", "Yorkfield,Wolfdale,Penryn,Harpertown")
/* _(implementor-id, part-id, vendor-name, cpu-name, show CPU pass as string) */
#define foreach_aarch64_cpu_uarch \