summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/arm/armv9a/tune-neoversen2.inc
Commit message (Collapse)AuthorAgeFilesLines
* armv9a/tune: Add the support for the Neoverse N2 coreKevin Hao2022-01-251-0/+22
This adds the support for the Neoverse N2 core, even though the Neoverse N2 core implements the Arm v9.0-A architecture, but the support of it in GCC is based on the Arm v8.5-A architecture. Please see the commit 50d9db203bc3 ("aarch64: Add support for Neoverse N2 CPU") in GCC for more detail. (From OE-Core rev: 37597397f03b6b0082a702147dc536ff8b2fa7a3) (From OE-Core rev: 3ceee568313ea7cd3afe33df8119319644e12fa4) Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> [Kevin: Convert to the old style override syntax] Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>