Nerverse N1 is a new SoC based on armv8.2-a and with other advanced features. N1 SDP is the infrastructure segment development platform with N1 SoC inside. Here is more information about it: https://community.arm.com/developer/tools-software/oss-platforms/w/docs/440/neoverse-n1-sdp
V3 -change the configuration name from "neoversen1" to "n1sdp" to be platform specific other than microarchitecture specific -add the missing config/arm/arm64_n1sdp_linux-gcc file for meson build V2: -add the cover letter and the patch for cortex-a76 configuration Gavin Hu (3): test/rcu: fix the compiling error for armv8.2 config: add arm neoverse N1 SDP configuration config: add cortex-a76 configuration app/test/test_rcu_qsbr.c | 2 +- config/arm/arm64_n1sdp_linux_gcc | 16 +++++++++++++++ config/arm/meson.build | 10 ++++++++- config/defconfig_arm64-n1sdp-linux-gcc | 1 + config/defconfig_arm64-n1sdp-linuxapp-gcc | 14 +++++++++++++ mk/machine/n1sdp/rte.vars.mk | 34 +++++++++++++++++++++++++++++++ 6 files changed, 75 insertions(+), 2 deletions(-) create mode 100644 config/arm/arm64_n1sdp_linux_gcc create mode 120000 config/defconfig_arm64-n1sdp-linux-gcc create mode 100644 config/defconfig_arm64-n1sdp-linuxapp-gcc create mode 100644 mk/machine/n1sdp/rte.vars.mk -- 2.7.4