From 0c59d1cf429820d50f6f2f5e62427e17b2bef6db Mon Sep 17 00:00:00 2001 From: Khasim Syed Mohammed Date: Wed, 25 Nov 2020 00:08:48 +0530 Subject: [PATCH] arm-bsp/n1sdp: add overview section to n1sdp documentation Update the n1sdp documentation in meta-arm-bsp to include overview section and link to Arm community portal for further details on hardware platform. Change-Id: Ic7c212db18a8c1f24255615061eee862af3aafd1 Signed-off-by: Khasim Syed Mohammed Signed-off-by: Ross Burton --- meta-arm-bsp/documentation/n1sdp.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/meta-arm-bsp/documentation/n1sdp.md b/meta-arm-bsp/documentation/n1sdp.md index 24e35f0f..d8661a5c 100644 --- a/meta-arm-bsp/documentation/n1sdp.md +++ b/meta-arm-bsp/documentation/n1sdp.md @@ -1,5 +1,19 @@ # N1SDP Development Platform Support in meta-arm-bsp +## Overview +The N1SDP provides access to the Arm Neoverse N1 SoC. The N1SDP enables software development for key enterprise technology +and general Arm software development. The N1SDP consists of the N1 board containing the N1 SoC. +The N1 SoC contains two dual-core Arm Neoverse N1 processor clusters. + +The system demonstrates Arm technology in the context of Cache-Coherent Interconnect for Accelerators (CCIX) protocol by: + +- Running coherent traffic between the N1 SoC and an accelerator card. +- Coherent communication between two N1 SoCs. +- Enabling development of CCIX-enabled FPGA accelerators. + +Further information on N1SDP can be found at +https://community.arm.com/developer/tools-software/oss-platforms/w/docs/458/neoverse-n1-sdp + ## Configuration: In the local.conf file, MACHINE should be set as follow: MACHINE ?= "n1sdp"