X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvppinfra%2Fcpu.c;h=5ad8c2001eba9d9d250555570839b7a78e4b00dc;hb=e6df80de4;hp=2da87d1bb674c66d8872bda8e40bc3394acc6979;hpb=a7cb357491bc8adeac23a329685e8ea9aa2d2f33;p=vpp.git diff --git a/src/vppinfra/cpu.c b/src/vppinfra/cpu.c index 2da87d1bb67..5ad8c2001eb 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") \ @@ -63,6 +71,10 @@ _(0x41, 0xd07, "ARM", "Cortex-A57", 0) \ _(0x41, 0xd08, "ARM", "Cortex-A72", 0) \ _(0x41, 0xd09, "ARM", "Cortex-A73", 0) \ + _(0x41, 0xd0a, "ARM", "Cortex-A75", 0) \ + _(0x41, 0xd0b, "ARM", "Cortex-A76", 0) \ + _(0x41, 0xd0c, "ARM", "Neoverse-N1", 0) \ + _(0x41, 0xd4a, "ARM", "Neoverse-E1", 0) \ _(0x43, 0x0a1, "Marvell", "THUNDERX CN88XX", 0) \ _(0x43, 0x0a2, "Marvell", "OCTEON TX CN81XX", 0) \ _(0x43, 0x0a3, "Marvell", "OCTEON TX CN83XX", 0) \