From 49c0e9550be388d9cc1cfa1116b86122095bdcc2 Mon Sep 17 00:00:00 2001 From: Devaraj Ranganna Date: Fri, 28 Oct 2022 08:18:25 +0000 Subject: [PATCH 1/2] cassini-docs: Change abbreviation to full sentence Change the abbreviation `N1SDP` in heading to `Neoverse N1 System Development Platform (N1SDP)`. Signed-off-by: Devaraj Ranganna Signed-off-by: Vikas Katariya --- documentation/developer_manual/build_system.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/documentation/developer_manual/build_system.rst b/documentation/developer_manual/build_system.rst index e27bde2..ccf2adf 100644 --- a/documentation/developer_manual/build_system.rst +++ b/documentation/developer_manual/build_system.rst @@ -1,5 +1,6 @@ .. - # Copyright (c) 2022 Arm Limited or its affiliates. All rights reserved. + # Copyright (c) 2022-2023 Arm Limited and/or its affiliates. + # # # SPDX-License-Identifier: MIT @@ -65,8 +66,8 @@ section of the User Manual. Target Platforms **************** -N1SDP -===== +Neoverse N1 System Development Platform (N1SDP) +=============================================== * **Corresponding value for** ``MACHINE`` **variable**: ``n1sdp``. * **Target Platform Config**: ``meta-cassini-config/kas/n1sdp.yml``. -- GitLab From 90c6ef4e58b0ba3d53e8696bb47855ae5d576612 Mon Sep 17 00:00:00 2001 From: Vikas Katariya Date: Wed, 30 Nov 2022 13:34:51 +0000 Subject: [PATCH 2/2] cassini-bsp: Add licensing header Add missing license header to `n1sdp-cassini-extra-settings.inc` Signed-off-by: Vikas Katariya --- .../conf/machine/n1sdp-cassini-extra-settings.inc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meta-cassini-bsp/conf/machine/n1sdp-cassini-extra-settings.inc b/meta-cassini-bsp/conf/machine/n1sdp-cassini-extra-settings.inc index 927163d..2836686 100644 --- a/meta-cassini-bsp/conf/machine/n1sdp-cassini-extra-settings.inc +++ b/meta-cassini-bsp/conf/machine/n1sdp-cassini-extra-settings.inc @@ -1,3 +1,8 @@ +# Copyright (c) 2022-2023 Arm Limited and/or its affiliates. +# +# +# SPDX-License-Identifier: MIT + # FFA driver MACHINE_FEATURES:append = " arm-ffa" -- GitLab