config/arm: add Graviton2
authorVimal Chungath <vcchunga@amazon.com>
Tue, 3 Nov 2020 18:06:45 +0000 (10:06 -0800)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 3 Nov 2020 20:01:02 +0000 (21:01 +0100)
commitc514018321479b9c19c8550c1c9432d413007b49
treead16052c4924de8cd3f5e075dcca99e58019bc01
parent55ab4a8c4fb58624f7ee3c914eafc458d3266cd4
config/arm: add Graviton2

Add meson build configuration for Graviton2 platform
with 64-bit Arm Neoverse N1 cores. This patch makes the
following changes to generic Neoverse N1 config:

1. increase lcore limit to 64
2. increase memory support to 1TB
3. remove +crc from -march as that is default when setting armv8.2

For more information about Graviton2 platform, refer to:
https://aws.amazon.com/ec2/graviton/

Signed-off-by: Vimal Chungath <vcchunga@amazon.com>
Reviewed-by: Honnappa Nagarahalli <honnappa.nagarahalli@arm.com>
config/arm/arm64_graviton2_linux_gcc [new file with mode: 0644]
config/arm/meson.build