aboutsummaryrefslogtreecommitdiff
path: root/product/n1sdp/scp_ramfw
diff options
context:
space:
mode:
Diffstat (limited to 'product/n1sdp/scp_ramfw')
-rw-r--r--product/n1sdp/scp_ramfw/RTX_Config.h2
-rw-r--r--product/n1sdp/scp_ramfw/config_apcontext.c2
-rw-r--r--product/n1sdp/scp_ramfw/config_armv7m_mpu.c2
-rw-r--r--product/n1sdp/scp_ramfw/config_clock.c2
-rw-r--r--product/n1sdp/scp_ramfw/config_clock.h2
-rw-r--r--product/n1sdp/scp_ramfw/config_cmn600.c2
-rw-r--r--product/n1sdp/scp_ramfw/config_css_clock.c2
-rw-r--r--product/n1sdp/scp_ramfw/config_ddr_phy500.c2
-rw-r--r--product/n1sdp/scp_ramfw/config_dmc620.c2
-rw-r--r--product/n1sdp/scp_ramfw/config_log.c2
-rw-r--r--product/n1sdp/scp_ramfw/config_mhu.c2
-rw-r--r--product/n1sdp/scp_ramfw/config_n1sdp_flash.c2
-rw-r--r--product/n1sdp/scp_ramfw/config_n1sdp_pcie.c2
-rw-r--r--product/n1sdp/scp_ramfw/config_n1sdp_pll.c2
-rw-r--r--product/n1sdp/scp_ramfw/config_pik_clock.c2
-rw-r--r--product/n1sdp/scp_ramfw/config_power_domain.c2
-rw-r--r--product/n1sdp/scp_ramfw/config_power_domain.h2
-rw-r--r--product/n1sdp/scp_ramfw/config_ppu_v0.c2
-rw-r--r--product/n1sdp/scp_ramfw/config_ppu_v0.h2
-rw-r--r--product/n1sdp/scp_ramfw/config_ppu_v1.c2
-rw-r--r--product/n1sdp/scp_ramfw/config_scmi.c2
-rw-r--r--product/n1sdp/scp_ramfw/config_scmi_system_power.c2
-rw-r--r--product/n1sdp/scp_ramfw/config_sds.c2
-rw-r--r--product/n1sdp/scp_ramfw/config_smt.c2
-rw-r--r--product/n1sdp/scp_ramfw/config_system_power.c2
-rw-r--r--product/n1sdp/scp_ramfw/config_timer.c2
-rw-r--r--product/n1sdp/scp_ramfw/firmware.mk2
-rw-r--r--product/n1sdp/scp_ramfw/fmw_memory.ld.S2
-rw-r--r--product/n1sdp/scp_ramfw/rtx_config.c2
29 files changed, 29 insertions, 29 deletions
diff --git a/product/n1sdp/scp_ramfw/RTX_Config.h b/product/n1sdp/scp_ramfw/RTX_Config.h
index 7fa9f64e..4f4ccd1c 100644
--- a/product/n1sdp/scp_ramfw/RTX_Config.h
+++ b/product/n1sdp/scp_ramfw/RTX_Config.h
@@ -1,6 +1,6 @@
/*
* Arm SCP/MCP Software
- * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved.
+ * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
diff --git a/product/n1sdp/scp_ramfw/config_apcontext.c b/product/n1sdp/scp_ramfw/config_apcontext.c
index b7ee9f1c..1a835290 100644
--- a/product/n1sdp/scp_ramfw/config_apcontext.c
+++ b/product/n1sdp/scp_ramfw/config_apcontext.c
@@ -1,6 +1,6 @@
/*
* Arm SCP/MCP Software
- * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved.
+ * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
diff --git a/product/n1sdp/scp_ramfw/config_armv7m_mpu.c b/product/n1sdp/scp_ramfw/config_armv7m_mpu.c
index 4149b197..53581d16 100644
--- a/product/n1sdp/scp_ramfw/config_armv7m_mpu.c
+++ b/product/n1sdp/scp_ramfw/config_armv7m_mpu.c
@@ -1,6 +1,6 @@
/*
* Arm SCP/MCP Software
- * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved.
+ * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
diff --git a/product/n1sdp/scp_ramfw/config_clock.c b/product/n1sdp/scp_ramfw/config_clock.c
index 60638fb7..65365ec3 100644
--- a/product/n1sdp/scp_ramfw/config_clock.c
+++ b/product/n1sdp/scp_ramfw/config_clock.c
@@ -1,6 +1,6 @@
/*
* Arm SCP/MCP Software
- * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved.
+ * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
diff --git a/product/n1sdp/scp_ramfw/config_clock.h b/product/n1sdp/scp_ramfw/config_clock.h
index d4ec8c50..08ef1408 100644
--- a/product/n1sdp/scp_ramfw/config_clock.h
+++ b/product/n1sdp/scp_ramfw/config_clock.h
@@ -1,6 +1,6 @@
/*
* Arm SCP/MCP Software
- * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved.
+ * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
diff --git a/product/n1sdp/scp_ramfw/config_cmn600.c b/product/n1sdp/scp_ramfw/config_cmn600.c
index c1b29896..9eec674c 100644
--- a/product/n1sdp/scp_ramfw/config_cmn600.c
+++ b/product/n1sdp/scp_ramfw/config_cmn600.c
@@ -1,6 +1,6 @@
/*
* Arm SCP/MCP Software
- * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved.
+ * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
diff --git a/product/n1sdp/scp_ramfw/config_css_clock.c b/product/n1sdp/scp_ramfw/config_css_clock.c
index a586c246..6efc4e42 100644
--- a/product/n1sdp/scp_ramfw/config_css_clock.c
+++ b/product/n1sdp/scp_ramfw/config_css_clock.c
@@ -1,6 +1,6 @@
/*
* Arm SCP/MCP Software
- * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved.
+ * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
diff --git a/product/n1sdp/scp_ramfw/config_ddr_phy500.c b/product/n1sdp/scp_ramfw/config_ddr_phy500.c
index 0589f0a7..07d94dc4 100644
--- a/product/n1sdp/scp_ramfw/config_ddr_phy500.c
+++ b/product/n1sdp/scp_ramfw/config_ddr_phy500.c
@@ -1,6 +1,6 @@
/*
* Arm SCP/MCP Software
- * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved.
+ * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
diff --git a/product/n1sdp/scp_ramfw/config_dmc620.c b/product/n1sdp/scp_ramfw/config_dmc620.c
index feb7b82a..9a0db872 100644
--- a/product/n1sdp/scp_ramfw/config_dmc620.c
+++ b/product/n1sdp/scp_ramfw/config_dmc620.c
@@ -1,6 +1,6 @@
/*
* Arm SCP/MCP Software
- * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved.
+ * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
diff --git a/product/n1sdp/scp_ramfw/config_log.c b/product/n1sdp/scp_ramfw/config_log.c
index e01a9183..5c474d7e 100644
--- a/product/n1sdp/scp_ramfw/config_log.c
+++ b/product/n1sdp/scp_ramfw/config_log.c
@@ -1,6 +1,6 @@
/*
* Arm SCP/MCP Software
- * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved.
+ * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
diff --git a/product/n1sdp/scp_ramfw/config_mhu.c b/product/n1sdp/scp_ramfw/config_mhu.c
index d63ad538..81ca4474 100644
--- a/product/n1sdp/scp_ramfw/config_mhu.c
+++ b/product/n1sdp/scp_ramfw/config_mhu.c
@@ -1,6 +1,6 @@
/*
* Arm SCP/MCP Software
- * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved.
+ * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
diff --git a/product/n1sdp/scp_ramfw/config_n1sdp_flash.c b/product/n1sdp/scp_ramfw/config_n1sdp_flash.c
index 8ac8e714..835df73b 100644
--- a/product/n1sdp/scp_ramfw/config_n1sdp_flash.c
+++ b/product/n1sdp/scp_ramfw/config_n1sdp_flash.c
@@ -1,6 +1,6 @@
/*
* Arm SCP/MCP Software
- * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved.
+ * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
diff --git a/product/n1sdp/scp_ramfw/config_n1sdp_pcie.c b/product/n1sdp/scp_ramfw/config_n1sdp_pcie.c
index 96ab773f..5f9c2947 100644
--- a/product/n1sdp/scp_ramfw/config_n1sdp_pcie.c
+++ b/product/n1sdp/scp_ramfw/config_n1sdp_pcie.c
@@ -1,6 +1,6 @@
/*
* Arm SCP/MCP Software
- * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved.
+ * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
diff --git a/product/n1sdp/scp_ramfw/config_n1sdp_pll.c b/product/n1sdp/scp_ramfw/config_n1sdp_pll.c
index e3dd9489..6a87cd1d 100644
--- a/product/n1sdp/scp_ramfw/config_n1sdp_pll.c
+++ b/product/n1sdp/scp_ramfw/config_n1sdp_pll.c
@@ -1,6 +1,6 @@
/*
* Arm SCP/MCP Software
- * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved.
+ * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
diff --git a/product/n1sdp/scp_ramfw/config_pik_clock.c b/product/n1sdp/scp_ramfw/config_pik_clock.c
index cb12865b..e4449eca 100644
--- a/product/n1sdp/scp_ramfw/config_pik_clock.c
+++ b/product/n1sdp/scp_ramfw/config_pik_clock.c
@@ -1,6 +1,6 @@
/*
* Arm SCP/MCP Software
- * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved.
+ * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
diff --git a/product/n1sdp/scp_ramfw/config_power_domain.c b/product/n1sdp/scp_ramfw/config_power_domain.c
index 6c697f17..3a6afa8e 100644
--- a/product/n1sdp/scp_ramfw/config_power_domain.c
+++ b/product/n1sdp/scp_ramfw/config_power_domain.c
@@ -1,6 +1,6 @@
/*
* Arm SCP/MCP Software
- * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved.
+ * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
diff --git a/product/n1sdp/scp_ramfw/config_power_domain.h b/product/n1sdp/scp_ramfw/config_power_domain.h
index b656cdfa..2eae6384 100644
--- a/product/n1sdp/scp_ramfw/config_power_domain.h
+++ b/product/n1sdp/scp_ramfw/config_power_domain.h
@@ -1,6 +1,6 @@
/*
* Arm SCP/MCP Software
- * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved.
+ * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
diff --git a/product/n1sdp/scp_ramfw/config_ppu_v0.c b/product/n1sdp/scp_ramfw/config_ppu_v0.c
index 8ae80ef0..dec49951 100644
--- a/product/n1sdp/scp_ramfw/config_ppu_v0.c
+++ b/product/n1sdp/scp_ramfw/config_ppu_v0.c
@@ -1,6 +1,6 @@
/*
* Arm SCP/MCP Software
- * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved.
+ * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
diff --git a/product/n1sdp/scp_ramfw/config_ppu_v0.h b/product/n1sdp/scp_ramfw/config_ppu_v0.h
index ec0c88df..cca5fc43 100644
--- a/product/n1sdp/scp_ramfw/config_ppu_v0.h
+++ b/product/n1sdp/scp_ramfw/config_ppu_v0.h
@@ -1,6 +1,6 @@
/*
* Arm SCP/MCP Software
- * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved.
+ * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
diff --git a/product/n1sdp/scp_ramfw/config_ppu_v1.c b/product/n1sdp/scp_ramfw/config_ppu_v1.c
index 1edfd2e3..738218d1 100644
--- a/product/n1sdp/scp_ramfw/config_ppu_v1.c
+++ b/product/n1sdp/scp_ramfw/config_ppu_v1.c
@@ -1,6 +1,6 @@
/*
* Arm SCP/MCP Software
- * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved.
+ * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
diff --git a/product/n1sdp/scp_ramfw/config_scmi.c b/product/n1sdp/scp_ramfw/config_scmi.c
index b9b1a9d3..d68e1da4 100644
--- a/product/n1sdp/scp_ramfw/config_scmi.c
+++ b/product/n1sdp/scp_ramfw/config_scmi.c
@@ -1,6 +1,6 @@
/*
* Arm SCP/MCP Software
- * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved.
+ * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
diff --git a/product/n1sdp/scp_ramfw/config_scmi_system_power.c b/product/n1sdp/scp_ramfw/config_scmi_system_power.c
index 30408ae7..a81abed2 100644
--- a/product/n1sdp/scp_ramfw/config_scmi_system_power.c
+++ b/product/n1sdp/scp_ramfw/config_scmi_system_power.c
@@ -1,6 +1,6 @@
/*
* Arm SCP/MCP Software
- * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved.
+ * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
diff --git a/product/n1sdp/scp_ramfw/config_sds.c b/product/n1sdp/scp_ramfw/config_sds.c
index d8832eb4..ac28f7da 100644
--- a/product/n1sdp/scp_ramfw/config_sds.c
+++ b/product/n1sdp/scp_ramfw/config_sds.c
@@ -1,6 +1,6 @@
/*
* Arm SCP/MCP Software
- * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved.
+ * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
diff --git a/product/n1sdp/scp_ramfw/config_smt.c b/product/n1sdp/scp_ramfw/config_smt.c
index 48663d94..c6b0028c 100644
--- a/product/n1sdp/scp_ramfw/config_smt.c
+++ b/product/n1sdp/scp_ramfw/config_smt.c
@@ -1,6 +1,6 @@
/*
* Arm SCP/MCP Software
- * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved.
+ * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
diff --git a/product/n1sdp/scp_ramfw/config_system_power.c b/product/n1sdp/scp_ramfw/config_system_power.c
index ce13c1d8..7b9360f5 100644
--- a/product/n1sdp/scp_ramfw/config_system_power.c
+++ b/product/n1sdp/scp_ramfw/config_system_power.c
@@ -1,6 +1,6 @@
/*
* Arm SCP/MCP Software
- * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved.
+ * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
diff --git a/product/n1sdp/scp_ramfw/config_timer.c b/product/n1sdp/scp_ramfw/config_timer.c
index 510783ca..be9c8e15 100644
--- a/product/n1sdp/scp_ramfw/config_timer.c
+++ b/product/n1sdp/scp_ramfw/config_timer.c
@@ -1,6 +1,6 @@
/*
* Arm SCP/MCP Software
- * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved.
+ * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
diff --git a/product/n1sdp/scp_ramfw/firmware.mk b/product/n1sdp/scp_ramfw/firmware.mk
index 75e9277f..989bfba6 100644
--- a/product/n1sdp/scp_ramfw/firmware.mk
+++ b/product/n1sdp/scp_ramfw/firmware.mk
@@ -1,6 +1,6 @@
#
# Arm SCP/MCP Software
-# Copyright (c) 2018, Arm Limited and Contributors. All rights reserved.
+# Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
diff --git a/product/n1sdp/scp_ramfw/fmw_memory.ld.S b/product/n1sdp/scp_ramfw/fmw_memory.ld.S
index f9cff704..790be1ff 100644
--- a/product/n1sdp/scp_ramfw/fmw_memory.ld.S
+++ b/product/n1sdp/scp_ramfw/fmw_memory.ld.S
@@ -1,6 +1,6 @@
/*
* Arm SCP/MCP Software
- * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved.
+ * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
diff --git a/product/n1sdp/scp_ramfw/rtx_config.c b/product/n1sdp/scp_ramfw/rtx_config.c
index be19e9db..23ddee58 100644
--- a/product/n1sdp/scp_ramfw/rtx_config.c
+++ b/product/n1sdp/scp_ramfw/rtx_config.c
@@ -1,6 +1,6 @@
/*
* Arm SCP/MCP Software
- * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved.
+ * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/