Skip to content

Commit 4015a7c

Browse files
authored
Merge pull request #174 from jrha/intel_cpus_2022
hardware/cpu: Add Intel Xeon CPUs from 2022
2 parents 7c7fb8a + 737c7a3 commit 4015a7c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+410
-0
lines changed

hardware/cpu/intel/xeon_d_1702.pan

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_1702;
2+
3+
"manufacturer" = "Intel";
4+
"model" = "Intel(R) Xeon(R) D-1702 CPU @ 1.60GHz";
5+
"speed" = 1600; # MHz
6+
"arch" = "x86_64";
7+
"cores" = 2;
8+
"max_threads" = 4;
9+
"type" = "ice lake"; # Intel codename
10+
"power" = 25; # 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_1712tr;
2+
3+
"manufacturer" = "Intel";
4+
"model" = "Intel(R) Xeon(R) D-1712TR CPU @ 2.00GHz";
5+
"speed" = 2000; # MHz
6+
"arch" = "x86_64";
7+
"cores" = 4;
8+
"max_threads" = 8;
9+
"type" = "ice lake"; # Intel codename
10+
"power" = 40; # 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_1713nt;
2+
3+
"manufacturer" = "Intel";
4+
"model" = "Intel(R) Xeon(R) D-1713NT CPU @ 2.20GHz";
5+
"speed" = 2200; # MHz
6+
"arch" = "x86_64";
7+
"cores" = 4;
8+
"max_threads" = 8;
9+
"type" = "ice lake"; # Intel codename
10+
"power" = 45; # 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_1713nte;
2+
3+
"manufacturer" = "Intel";
4+
"model" = "Intel(R) Xeon(R) D-1713NTE CPU @ 2.20GHz";
5+
"speed" = 2200; # MHz
6+
"arch" = "x86_64";
7+
"cores" = 4;
8+
"max_threads" = 8;
9+
"type" = "ice lake"; # Intel codename
10+
"power" = 45; # TDP in watts

hardware/cpu/intel/xeon_d_1714.pan

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_1714;
2+
3+
"manufacturer" = "Intel";
4+
"model" = "Intel(R) Xeon(R) D-1714 CPU @ 2.30GHz";
5+
"speed" = 2300; # MHz
6+
"arch" = "x86_64";
7+
"cores" = 4;
8+
"max_threads" = 8;
9+
"type" = "ice lake"; # Intel codename
10+
"power" = 38; # 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_1715ter;
2+
3+
"manufacturer" = "Intel";
4+
"model" = "Intel(R) Xeon(R) D-1715TER CPU @ 2.40GHz";
5+
"speed" = 2400; # MHz
6+
"arch" = "x86_64";
7+
"cores" = 4;
8+
"max_threads" = 8;
9+
"type" = "ice lake"; # Intel codename
10+
"power" = 50; # 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_1718t;
2+
3+
"manufacturer" = "Intel";
4+
"model" = "Intel(R) Xeon(R) D-1718T CPU @ 2.60GHz";
5+
"speed" = 2600; # MHz
6+
"arch" = "x86_64";
7+
"cores" = 4;
8+
"max_threads" = 8;
9+
"type" = "ice lake"; # Intel codename
10+
"power" = 46; # 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_1722ne;
2+
3+
"manufacturer" = "Intel";
4+
"model" = "Intel(R) Xeon(R) D-1722NE CPU @ 1.70GHz";
5+
"speed" = 1700; # MHz
6+
"arch" = "x86_64";
7+
"cores" = 6;
8+
"max_threads" = 12;
9+
"type" = "ice lake"; # Intel codename
10+
"power" = 36; # TDP in watts

hardware/cpu/intel/xeon_d_1726.pan

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_1726;
2+
3+
"manufacturer" = "Intel";
4+
"model" = "Intel(R) Xeon(R) D-1726 CPU @ 2.90GHz";
5+
"speed" = 2900; # MHz
6+
"arch" = "x86_64";
7+
"cores" = 6;
8+
"max_threads" = 12;
9+
"type" = "ice lake"; # Intel codename
10+
"power" = 70; # 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_1731nte;
2+
3+
"manufacturer" = "Intel";
4+
"model" = "Intel(R) Xeon(R) D-1731NTE CPU @ 1.70GHz";
5+
"speed" = 1700; # MHz
6+
"arch" = "x86_64";
7+
"cores" = 8;
8+
"max_threads" = 16;
9+
"type" = "ice lake"; # Intel codename
10+
"power" = 45; # TDP in watts

0 commit comments

Comments
 (0)