X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvppinfra%2Fcpu.c;h=9ed8e8025f8e6b13164ea434f86dbba14aa8acba;hb=38e0413b2a7bf39a18045e6c6f528655f8354652;hp=2da87d1bb674c66d8872bda8e40bc3394acc6979;hpb=196fce2b62c0d215722dd233aa8bf70a43aa0a66;p=vpp.git diff --git a/src/vppinfra/cpu.c b/src/vppinfra/cpu.c index 2da87d1bb67..9ed8e8025f8 100644 --- a/src/vppinfra/cpu.c +++ b/src/vppinfra/cpu.c @@ -20,7 +20,15 @@ #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") \