Skip to content

Commit

Permalink
Merge pull request #156 from jrha/ral-cpu
Browse files Browse the repository at this point in the history
hardware/cpu: Minor corrections from RAL
  • Loading branch information
jrha authored Jul 26, 2024
2 parents c45e57c + 143cfe2 commit 29cd334
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hardware/cpu/intel/celeron_1047ue.pan
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
structure template hardware/cpu/intel/celeron_1047ue;

"manufacturer" = "Intel";
"model" = "Intel(R) Celeron(R) CPU 1047UE @ 1.40 GHz";
"model" = "Intel(R) Celeron(R) CPU 1047UE @ 1.40GHz";
"speed" = 1400; # MHz
"arch" = "x86_64";
"cores" = 2;
Expand Down
2 changes: 1 addition & 1 deletion hardware/cpu/intel/xeon_gold_6240r.pan
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ structure template hardware/cpu/intel/xeon_gold_6240r;
"arch" = "x86_64";
"cores" = 24;
"max_threads" = 48;
"type" = "skylake"; # Intel codename
"type" = "cascade lake"; # Intel codename
"power" = 165; # TDP in watts

0 comments on commit 29cd334

Please sign in to comment.