[PATCH v2 2/4] config/arm: add generic V2 SoC
Thomas Monjalon
thomas at monjalon.net
Thu Feb 22 08:08:28 CET 2024
20/02/2024 02:45, Honnappa Nagarahalli:
> Add generic V2 CPU SoC. This will allow for compiling a binary
> that will run on any SoC that uses V2 CPU.
[...]
> +soc_v2 = {
> + 'description': 'Arm Neoverse V2',
> + 'implementer': '0x41',
> + 'part_number': '0xd4f',
> + 'numa': true
> +}
[...]
> thunderxt88: Marvell ThunderX T88
> thunderxt83: Marvell ThunderX T83
> +v2: Arm Neoverse V2
Why just "v2" and not "neoversev2"?
Is it a new Arm naming?
If yes, why not just "2" ;)
Last question: what is best between Arm V2 and Armv7? answer is aarchv2 :D
Sorry I like having fun with Arm naming.
More information about the dev
mailing list