Add Makalu/Makalu-ELP (A715/X3)

Also fix names of A510/A710 cores
This commit is contained in:
ThomasKaiser 2022-06-30 07:32:40 +02:00 committed by su-fang
parent cdfcc281b9
commit f08efdf71c
1 changed files with 4 additions and 2 deletions

View File

@ -83,12 +83,14 @@ static const struct id_part arm_part[] = {
{ 0xd41, "Cortex-A78" },
{ 0xd42, "Cortex-A78AE" },
{ 0xd44, "Cortex-X1" },
{ 0xd46, "Cortex-510" },
{ 0xd47, "Cortex-710" },
{ 0xd46, "Cortex-A510" },
{ 0xd47, "Cortex-A710" },
{ 0xd48, "Cortex-X2" },
{ 0xd49, "Neoverse-N2" },
{ 0xd4a, "Neoverse-E1" },
{ 0xd4b, "Cortex-A78C" },
{ 0xd4d, "Cortex-A715" },
{ 0xd4e, "Cortex-X3" },
{ -1, "unknown" },
};