]> git.ipfire.org Git - thirdparty/gcc.git/commit
AArch64: correct Cortex-X4 MIDR
authorTamar Christina <tamar.christina@arm.com>
Fri, 10 Jan 2025 21:13:50 +0000 (21:13 +0000)
committerTamar Christina <tamar.christina@arm.com>
Fri, 10 Jan 2025 21:13:50 +0000 (21:13 +0000)
commitddcfae1d1dfe5875875c9897f0dda14e342b2534
treefc646c732c87bc680dede10f38d46645bd6d9573
parent89629b271827357f81f6f8c7cf28f59919519864
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