]> git.ipfire.org Git - thirdparty/gcc.git/commit
AArch64: correct Cortex-X4 MIDR
authorTamar Christina <tamar.christina@arm.com>
Fri, 10 Jan 2025 21:33:57 +0000 (21:33 +0000)
committerTamar Christina <tamar.christina@arm.com>
Fri, 10 Jan 2025 21:34:15 +0000 (21:34 +0000)
commit26f78a4249b051c7755a44ba1ab1743f4133b0c2
treed20ccf6f85cfe324657f8843a40336fd185f4405
parenta2de88e5d49f7084677ef2728cd99db0a9706ee9
AArch64: correct Cortex-X4 MIDR

The Parts Num field for the MIDR for Cortex-X4 is wrong.  It's currently the
parts number for a Cortex-A720 (which does have the right number).

The correct number can be found in the Cortex-X4 Technical Reference Manual [1]
on page 382 in Issue Number 5.

[1] https://developer.arm.com/documentation/102484/latest/

gcc/ChangeLog:

* config/aarch64/aarch64-cores.def (AARCH64_CORE): Fix cortex-x4 parts
num.
gcc/config/aarch64/aarch64-cores.def