Use proper ids

This commit is contained in:
2025-03-23 04:25:24 -07:00
parent 0e70d496a0
commit 813f25ccc8

View File

@@ -38,20 +38,9 @@ static const struct {
unsigned int part;
const char *model;
} cpu_part_lookup[] = {
{ 0xd0b, "Cortex-A78" },
{ 0xd0c, "Cortex-X1" },
{ 0xd40, "Neoverse-N1" },
{ 0xd41, "Cortex-A78AE" },
{ 0xd42, "Cortex-A710" },
{ 0xd44, "Cortex-X2" },
{ 0xd4a, "Neoverse-V1" },
{ 0xd4b, "Neoverse-N2" },
{ 0xd4c, "Cortex-A715" },
{ 0xd4d, "Cortex-X3" },
{ 0xd49, "Cortex-A520" },
{ 0xd4e, "Cortex-A720" },
{ 0xd4f, "Cortex-X4" },
{ 0xd08, "Cortex-A55" },
{ 0xd03, "Cortex-A53" }, // Raspberry Pi 3 (BCM2837)
{ 0xd08, "Cortex-A72" }, // Raspberry Pi 4 (BCM2711)
{ 0xd0b, "Cortex-A76" }, // Raspberry Pi 5 (BCM2712)
{ 0x0000, "Unknown" } // Default fallback
};