Skip to content

Commit d2e9b4a

Browse files
authored
Merge pull request #170 from jrha/intel_cpus_2018
hardware/cpu: Add Intel Xeon CPUs from 2018
2 parents d4f1196 + 0b42afe commit d2e9b4a

23 files changed

+230
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
structure template hardware/cpu/intel/xeon_d_2123it;
2+
3+
"manufacturer" = "Intel";
4+
"model" = "Intel(R) Xeon(R) D-2123IT CPU @ 2.20GHz";
5+
"speed" = 2200; # MHz
6+
"arch" = "x86_64";
7+
"cores" = 4;
8+
"max_threads" = 8;
9+
"type" = "skylake"; # Intel codename
10+
"power" = 60; # TDP in watts
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
structure template hardware/cpu/intel/xeon_d_2141i;
2+
3+
"manufacturer" = "Intel";
4+
"model" = "Intel(R) Xeon(R) D-2141I CPU @ 2.20GHz";
5+
"speed" = 2200; # MHz
6+
"arch" = "x86_64";
7+
"cores" = 8;
8+
"max_threads" = 16;
9+
"type" = "skylake"; # Intel codename
10+
"power" = 65; # TDP in watts
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
structure template hardware/cpu/intel/xeon_d_2142it;
2+
3+
"manufacturer" = "Intel";
4+
"model" = "Intel(R) Xeon(R) D-2142IT CPU @ 1.90GHz";
5+
"speed" = 1900; # MHz
6+
"arch" = "x86_64";
7+
"cores" = 8;
8+
"max_threads" = 16;
9+
"type" = "skylake"; # Intel codename
10+
"power" = 65; # TDP in watts
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
structure template hardware/cpu/intel/xeon_d_2143it;
2+
3+
"manufacturer" = "Intel";
4+
"model" = "Intel(R) Xeon(R) D-2143IT CPU @ 2.20GHz";
5+
"speed" = 2200; # MHz
6+
"arch" = "x86_64";
7+
"cores" = 8;
8+
"max_threads" = 16;
9+
"type" = "skylake"; # Intel codename
10+
"power" = 65; # TDP in watts
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
structure template hardware/cpu/intel/xeon_d_2145nt;
2+
3+
"manufacturer" = "Intel";
4+
"model" = "Intel(R) Xeon(R) D-2145NT CPU @ 1.90GHz";
5+
"speed" = 1900; # MHz
6+
"arch" = "x86_64";
7+
"cores" = 8;
8+
"max_threads" = 16;
9+
"type" = "skylake"; # Intel codename
10+
"power" = 65; # TDP in watts
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
structure template hardware/cpu/intel/xeon_d_2146nt;
2+
3+
"manufacturer" = "Intel";
4+
"model" = "Intel(R) Xeon(R) D-2146NT CPU @ 2.30GHz";
5+
"speed" = 2300; # MHz
6+
"arch" = "x86_64";
7+
"cores" = 8;
8+
"max_threads" = 16;
9+
"type" = "skylake"; # Intel codename
10+
"power" = 80; # TDP in watts
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
structure template hardware/cpu/intel/xeon_d_2161i;
2+
3+
"manufacturer" = "Intel";
4+
"model" = "Intel(R) Xeon(R) D-2161I CPU @ 2.20GHz";
5+
"speed" = 2200; # MHz
6+
"arch" = "x86_64";
7+
"cores" = 12;
8+
"max_threads" = 24;
9+
"type" = "skylake"; # Intel codename
10+
"power" = 90; # TDP in watts
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
structure template hardware/cpu/intel/xeon_d_2163it;
2+
3+
"manufacturer" = "Intel";
4+
"model" = "Intel(R) Xeon(R) D-2163IT CPU @ 2.10GHz";
5+
"speed" = 2100; # MHz
6+
"arch" = "x86_64";
7+
"cores" = 12;
8+
"max_threads" = 24;
9+
"type" = "skylake"; # Intel codename
10+
"power" = 75; # TDP in watts
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
structure template hardware/cpu/intel/xeon_d_2166nt;
2+
3+
"manufacturer" = "Intel";
4+
"model" = "Intel(R) Xeon(R) D-2166NT CPU @ 2.00GHz";
5+
"speed" = 2000; # MHz
6+
"arch" = "x86_64";
7+
"cores" = 12;
8+
"max_threads" = 24;
9+
"type" = "skylake"; # Intel codename
10+
"power" = 85; # TDP in watts
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
structure template hardware/cpu/intel/xeon_d_2173it;
2+
3+
"manufacturer" = "Intel";
4+
"model" = "Intel(R) Xeon(R) D-2173IT CPU @ 1.70GHz";
5+
"speed" = 1700; # MHz
6+
"arch" = "x86_64";
7+
"cores" = 14;
8+
"max_threads" = 28;
9+
"type" = "skylake"; # Intel codename
10+
"power" = 70; # TDP in watts

0 commit comments

Comments
 (0)