Skip to content

Commit

Permalink
phodevi: More Arm CPU IDs based on latest Linux kernel patches
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellarabel committed Jan 15, 2022
1 parent cfd38af commit d85b7d8
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions pts-core/objects/phodevi/components/phodevi_cpu.php
Expand Up @@ -733,18 +733,21 @@ public static function cpu_model()
case '0xd0d':
$new_info .= ' Cortex-A77';
break;
case '0xd47':
$new_info .= ' Cortex-A710';
break;
case '0xd0c':
$new_info .= ' Neoverse-N1';
break;
case '0xd49':
$new_info .= ' Cortex-N2';
case '0xd40':
$new_info .= ' Neoverse-V1';
break;
case '0xd44':
$new_info .= ' Cortex-X1';
break;
case '0xd47':
$new_info .= ' Cortex-A710';
break;
case '0xd48':
$new_info .= ' Cortex-X2';
break;
case '0xd49':
$new_info .= ' Neoverse-N2';
break;
Expand Down

0 comments on commit d85b7d8

Please sign in to comment.