From b8e4d2500c484e9e92e650e08047a926cfbc7727 Mon Sep 17 00:00:00 2001 From: Nicola Mazzucato Date: Fri, 1 Jan 2021 10:55:10 +0000 Subject: [PATCH] scp: Update copyright to year 2021 Change-Id: Id24d58fd3e11ae6232bec23db78c93078605983b Signed-off-by: Nicola Mazzucato --- Makefile | 2 +- arch/arm/armv7-m/arch.mk | 2 +- arch/arm/armv7-m/include/arch_exceptions.h | 2 +- arch/arm/armv7-m/include/arch_nvic.h | 2 +- arch/arm/armv7-m/include/arch_scatter.h | 2 +- arch/arm/armv7-m/src/arch.ld.S | 2 +- arch/arm/armv7-m/src/arch.scatter.S | 2 +- arch/arm/armv7-m/src/arch_exceptions.c | 2 +- arch/arm/armv7-m/src/arch_handlers.c | 2 +- arch/arm/armv7-m/src/arch_main.c | 2 +- arch/arm/armv7-m/src/arch_nvic.c | 2 +- arch/arm/armv8-a/arch.mk | 2 +- arch/arm/armv8-a/include/arch.h | 2 +- arch/arm/armv8-a/include/arch_gic.h | 3 ++- arch/arm/armv8-a/include/arch_helpers.h | 2 +- arch/arm/armv8-a/include/arch_system.h | 3 ++- arch/arm/armv8-a/include/asm_macros.S | 2 +- arch/arm/armv8-a/include/assert_macros.S | 2 +- arch/arm/armv8-a/include/common/asm_macros_common.S | 2 +- arch/arm/armv8-a/include/common/debug.h | 2 +- arch/arm/armv8-a/include/lib/mmio.h | 2 +- arch/arm/armv8-a/include/lib/utils_def.h | 2 +- arch/arm/armv8-a/src/arch.ld.S | 5 +++-- arch/arm/armv8-a/src/arch_cache_helpers.S | 2 +- arch/arm/armv8-a/src/arch_crt0.S | 2 +- arch/arm/armv8-a/src/arch_exceptions.S | 2 +- arch/arm/armv8-a/src/arch_gic.c | 3 ++- arch/arm/armv8-a/src/arch_libc.c | 3 ++- arch/arm/armv8-a/src/arch_main.c | 3 ++- arch/arm/armv8-a/src/arch_misc_helpers.S | 2 +- arch/arm/armv8-a/src/arch_mm.c | 3 ++- arch/arm/src/arch_mm.c | 2 +- arch/arm/vendor.mk | 2 +- arch/none/host/arch.mk | 2 +- arch/none/host/include/arch_interrupt.h | 2 +- arch/none/host/src/arch_interrupt.c | 2 +- arch/none/host/src/arch_main.c | 2 +- arch/none/vendor.mk | 2 +- arch/src/Makefile | 2 +- change_log.md | 2 +- contributing.md | 2 +- debugger/include/checkpoint.h | 2 +- debugger/include/cli.h | 2 +- debugger/include/cli_config.h | 2 +- debugger/include/cli_fifo.h | 2 +- debugger/include/cli_platform.h | 2 +- debugger/src/Makefile | 2 +- debugger/src/checkpoint.c | 2 +- debugger/src/cli/cli.c | 2 +- debugger/src/cli/cli_commands_checkpoint.c | 2 +- debugger/src/cli/cli_commands_core.c | 2 +- debugger/src/cli/cli_fifo.c | 2 +- debugger/src/cli/cli_platform_time.c | 2 +- debugger/src/cli/readme.txt | 2 +- doc/Makefile | 2 +- doc/code_style.md | 2 +- doc/template/device.h | 2 +- framework/include/assert.h | 2 +- framework/include/fwk_align.h | 2 +- framework/include/fwk_arch.h | 2 +- framework/include/fwk_assert.h | 2 +- framework/include/fwk_attributes.h | 2 +- framework/include/fwk_cli_dbg.h | 2 +- framework/include/fwk_dlist.h | 2 +- framework/include/fwk_element.h | 2 +- framework/include/fwk_event.h | 2 +- framework/include/fwk_id.h | 2 +- framework/include/fwk_interrupt.h | 2 +- framework/include/fwk_io.h | 2 +- framework/include/fwk_list.h | 2 +- framework/include/fwk_log.h | 2 +- framework/include/fwk_macros.h | 2 +- framework/include/fwk_math.h | 2 +- framework/include/fwk_mm.h | 2 +- framework/include/fwk_module.h | 2 +- framework/include/fwk_multi_thread.h | 2 +- framework/include/fwk_noreturn.h | 2 +- framework/include/fwk_notification.h | 2 +- framework/include/fwk_ring.h | 2 +- framework/include/fwk_signal.h | 2 +- framework/include/fwk_slist.h | 2 +- framework/include/fwk_status.h | 2 +- framework/include/fwk_thread.h | 2 +- framework/include/fwk_time.h | 2 +- framework/include/internal/fwk_id.h | 2 +- framework/include/internal/fwk_interrupt.h | 2 +- framework/include/internal/fwk_module.h | 2 +- framework/include/internal/fwk_multi_thread.h | 2 +- framework/include/internal/fwk_notification.h | 2 +- framework/include/internal/fwk_signal.h | 2 +- framework/include/internal/fwk_single_thread.h | 2 +- framework/include/internal/fwk_thread.h | 2 +- framework/include/internal/fwk_thread_delayed_resp.h | 2 +- framework/include/stdlib.h | 2 +- framework/src/Makefile | 2 +- framework/src/assert.c | 2 +- framework/src/fwk_arch.c | 2 +- framework/src/fwk_dlist.c | 2 +- framework/src/fwk_id.c | 2 +- framework/src/fwk_interrupt.c | 2 +- framework/src/fwk_io.c | 2 +- framework/src/fwk_log.c | 2 +- framework/src/fwk_mm.c | 2 +- framework/src/fwk_module.c | 2 +- framework/src/fwk_multi_thread.c | 2 +- framework/src/fwk_notification.c | 2 +- framework/src/fwk_ring.c | 2 +- framework/src/fwk_slist.c | 2 +- framework/src/fwk_status.c | 2 +- framework/src/fwk_thread.c | 2 +- framework/src/fwk_thread_delayed_resp.c | 2 +- framework/src/fwk_time.c | 2 +- framework/src/stdlib.c | 2 +- framework/test/Makefile | 2 +- framework/test/fwk_module_idx.h | 2 +- framework/test/fwk_test.c | 2 +- framework/test/fwk_test.h | 2 +- framework/test/test_fwk_id_build.c | 2 +- framework/test/test_fwk_id_equality.c | 2 +- framework/test/test_fwk_id_format.c | 2 +- framework/test/test_fwk_id_get_idx.c | 2 +- framework/test/test_fwk_id_type.c | 2 +- framework/test/test_fwk_interrupt.c | 2 +- framework/test/test_fwk_list_contains.c | 2 +- framework/test/test_fwk_list_empty.c | 2 +- framework/test/test_fwk_list_get.c | 2 +- framework/test/test_fwk_list_head.c | 2 +- framework/test/test_fwk_list_init.c | 2 +- framework/test/test_fwk_list_insert.c | 2 +- framework/test/test_fwk_list_next.c | 2 +- framework/test/test_fwk_list_pop.c | 2 +- framework/test/test_fwk_list_push.c | 2 +- framework/test/test_fwk_list_remove.c | 2 +- framework/test/test_fwk_macros.c | 2 +- framework/test/test_fwk_math.c | 2 +- framework/test/test_fwk_module.c | 2 +- framework/test/test_fwk_module_module_idx.h | 2 +- framework/test/test_fwk_multi_thread_common_thread.c | 2 +- framework/test/test_fwk_multi_thread_create.c | 2 +- framework/test/test_fwk_multi_thread_init.c | 2 +- framework/test/test_fwk_multi_thread_put_event.c | 2 +- framework/test/test_fwk_multi_thread_util.c | 2 +- framework/test/test_fwk_notification.c | 2 +- framework/test/test_fwk_ring.c | 2 +- framework/test/test_fwk_ring_init.c | 2 +- framework/test/test_fwk_thread.c | 2 +- license.md | 2 +- module/apcontext/include/mod_apcontext.h | 2 +- module/apcontext/src/Makefile | 2 +- module/apcontext/src/mod_apcontext.c | 2 +- module/armv7m_mpu/include/mod_armv7m_mpu.h | 2 +- module/armv7m_mpu/src/Makefile | 2 +- module/armv7m_mpu/src/mod_armv7m_mpu.c | 2 +- module/bootloader/include/mod_bootloader.h | 2 +- module/bootloader/src/Makefile | 2 +- module/bootloader/src/mod_bootloader.c | 2 +- module/bootloader/src/mod_bootloader_boot.S | 2 +- module/clock/include/mod_clock.h | 2 +- module/clock/src/Makefile | 2 +- module/clock/src/clock.h | 2 +- module/clock/src/mod_clock.c | 2 +- module/cmn600/include/internal/cmn600_ccix.h | 2 +- module/cmn600/include/internal/cmn600_ctx.h | 2 +- module/cmn600/include/mod_cmn600.h | 2 +- module/cmn600/src/Makefile | 2 +- module/cmn600/src/cmn600.c | 2 +- module/cmn600/src/cmn600.h | 2 +- module/cmn600/src/cmn600_ccix.c | 2 +- module/cmn600/src/mod_cmn600.c | 2 +- module/cmn700/include/internal/cmn700_ctx.h | 2 +- module/cmn700/include/mod_cmn700.h | 2 +- module/cmn700/src/Makefile | 2 +- module/cmn700/src/cmn700.c | 2 +- module/cmn700/src/cmn700.h | 2 +- module/cmn700/src/mod_cmn700.c | 2 +- module/cmn_booker/include/internal/cmn_booker_ctx.h | 2 +- module/cmn_booker/include/mod_cmn_booker.h | 2 +- module/cmn_booker/src/Makefile | 2 +- module/cmn_booker/src/cmn_booker.c | 2 +- module/cmn_booker/src/cmn_booker.h | 2 +- module/cmn_booker/src/mod_cmn_booker.c | 2 +- module/cmn_rhodes/include/internal/cmn_rhodes_ctx.h | 2 +- module/cmn_rhodes/include/mod_cmn_rhodes.h | 2 +- module/cmn_rhodes/src/Makefile | 2 +- module/cmn_rhodes/src/cmn_rhodes.c | 2 +- module/cmn_rhodes/src/cmn_rhodes.h | 2 +- module/cmn_rhodes/src/cmn_rhodes_ccix.c | 2 +- module/cmn_rhodes/src/cmn_rhodes_ccix.h | 2 +- module/cmn_rhodes/src/mod_cmn_rhodes.c | 2 +- module/css_clock/include/mod_css_clock.h | 2 +- module/css_clock/src/Makefile | 2 +- module/css_clock/src/mod_css_clock.c | 2 +- module/ddr_phy500/include/mod_ddr_phy500.h | 2 +- module/ddr_phy500/src/Makefile | 2 +- module/ddr_phy500/src/mod_ddr_phy500.c | 2 +- module/debug/include/mod_debug.h | 2 +- module/debug/src/Makefile | 2 +- module/debug/src/debug.h | 2 +- module/debug/src/mod_debug.c | 2 +- module/debugger_cli/include/mod_debugger_cli.h | 2 +- module/debugger_cli/src/Makefile | 2 +- module/debugger_cli/src/mod_debugger_cli.c | 2 +- module/dmc500/include/mod_dmc500.h | 2 +- module/dmc500/src/Makefile | 2 +- module/dmc500/src/mod_dmc500.c | 2 +- module/dmc620/include/mod_dmc620.h | 2 +- module/dmc620/src/Makefile | 2 +- module/dmc620/src/mod_dmc620.c | 2 +- module/dvfs/include/mod_dvfs.h | 2 +- module/dvfs/src/Makefile | 2 +- module/dvfs/src/mod_dvfs.c | 2 +- module/dw_apb_i2c/include/mod_dw_apb_i2c.h | 2 +- module/dw_apb_i2c/src/Makefile | 2 +- module/dw_apb_i2c/src/dw_apb_i2c.h | 2 +- module/dw_apb_i2c/src/mod_dw_apb_i2c.c | 2 +- module/fip/include/internal/fip.h | 2 +- module/fip/include/mod_fip.h | 2 +- module/fip/src/Makefile | 2 +- module/fip/src/mod_fip.c | 2 +- module/gtimer/include/mod_gtimer.h | 2 +- module/gtimer/src/Makefile | 2 +- module/gtimer/src/gtimer_reg.h | 2 +- module/gtimer/src/mod_gtimer.c | 2 +- module/i2c/include/mod_i2c.h | 2 +- module/i2c/src/Makefile | 2 +- module/i2c/src/mod_i2c.c | 2 +- module/isys_rom/src/Makefile | 2 +- module/isys_rom/src/mod_isys_rom.c | 2 +- module/mhu/include/internal/mhu.h | 2 +- module/mhu/include/mod_mhu.h | 2 +- module/mhu/src/Makefile | 2 +- module/mhu/src/mod_mhu.c | 2 +- module/mhu2/include/mod_mhu2.h | 2 +- module/mhu2/src/Makefile | 2 +- module/mhu2/src/mhu2.h | 2 +- module/mhu2/src/mod_mhu2.c | 2 +- module/mock_clock/include/mod_mock_clock.h | 2 +- module/mock_clock/src/Makefile | 2 +- module/mock_clock/src/mod_mock_clock.c | 2 +- module/mock_psu/include/mod_mock_psu.h | 2 +- module/mock_psu/src/Makefile | 2 +- module/mock_psu/src/mod_mock_psu.c | 2 +- module/mock_sensor/include/mod_mock_sensor.h | 2 +- module/mock_sensor/src/Makefile | 2 +- module/mock_sensor/src/mod_mock_sensor.c | 2 +- module/msys_rom/include/mod_msys_rom.h | 2 +- module/msys_rom/src/Makefile | 2 +- module/msys_rom/src/mod_msys_rom.c | 2 +- module/pcid/include/mod_pcid.h | 2 +- module/pcid/src/Makefile | 2 +- module/pcid/src/mod_pcid.c | 2 +- module/pik_clock/include/mod_pik_clock.h | 2 +- module/pik_clock/src/Makefile | 2 +- module/pik_clock/src/mod_pik_clock.c | 2 +- module/pl011/include/mod_pl011.h | 2 +- module/pl011/src/Makefile | 2 +- module/pl011/src/mod_pl011.c | 2 +- module/pl011/src/pl011.h | 2 +- module/power_domain/include/mod_power_domain.h | 2 +- module/power_domain/include/power_domain_utils.h | 2 +- module/power_domain/src/Makefile | 2 +- module/power_domain/src/mod_power_domain.c | 2 +- module/power_domain/src/power_domain_utils.c | 2 +- module/ppu_v0/include/mod_ppu_v0.h | 2 +- module/ppu_v0/src/Makefile | 2 +- module/ppu_v0/src/mod_ppu_v0.c | 2 +- module/ppu_v0/src/ppu_v0.c | 2 +- module/ppu_v0/src/ppu_v0.h | 2 +- module/ppu_v1/include/mod_ppu_v1.h | 2 +- module/ppu_v1/src/Makefile | 2 +- module/ppu_v1/src/mod_ppu_v1.c | 2 +- module/ppu_v1/src/ppu_v1.c | 2 +- module/ppu_v1/src/ppu_v1.h | 2 +- module/psu/include/mod_psu.h | 2 +- module/psu/src/Makefile | 2 +- module/psu/src/mod_psu.c | 2 +- module/reg_sensor/include/mod_reg_sensor.h | 2 +- module/reg_sensor/src/Makefile | 2 +- module/reg_sensor/src/mod_reg_sensor.c | 2 +- module/reset_domain/include/mod_reset_domain.h | 2 +- module/reset_domain/src/Makefile | 2 +- module/reset_domain/src/mod_reset_domain.c | 2 +- module/resource_perms/include/mod_resource_perms.h | 2 +- module/resource_perms/src/Makefile | 2 +- module/resource_perms/src/mod_resource_perms.c | 2 +- module/scmi/include/internal/mod_scmi.h | 2 +- module/scmi/include/internal/scmi.h | 2 +- module/scmi/include/internal/scmi_base.h | 2 +- module/scmi/include/mod_scmi.h | 2 +- module/scmi/include/mod_scmi_header.h | 2 +- module/scmi/include/mod_scmi_std.h | 2 +- module/scmi/src/Makefile | 2 +- module/scmi/src/mod_scmi.c | 2 +- module/scmi_apcore/include/internal/scmi_apcore.h | 2 +- module/scmi_apcore/include/mod_scmi_apcore.h | 2 +- module/scmi_apcore/src/Makefile | 2 +- module/scmi_apcore/src/mod_scmi_apcore.c | 2 +- module/scmi_clock/include/internal/scmi_clock.h | 2 +- module/scmi_clock/include/mod_scmi_clock.h | 2 +- module/scmi_clock/src/Makefile | 2 +- module/scmi_clock/src/mod_scmi_clock.c | 2 +- module/scmi_perf/include/internal/scmi_perf.h | 2 +- module/scmi_perf/include/mod_scmi_perf.h | 2 +- module/scmi_perf/src/Makefile | 2 +- module/scmi_perf/src/mod_scmi_perf.c | 2 +- .../scmi_power_domain/include/internal/scmi_power_domain.h | 2 +- module/scmi_power_domain/include/mod_scmi_power_domain.h | 2 +- module/scmi_power_domain/src/Makefile | 2 +- module/scmi_power_domain/src/mod_scmi_power_domain.c | 2 +- .../scmi_reset_domain/include/internal/scmi_reset_domain.h | 2 +- module/scmi_reset_domain/include/mod_scmi_reset_domain.h | 2 +- module/scmi_reset_domain/src/Makefile | 2 +- module/scmi_reset_domain/src/mod_scmi_reset_domain.c | 2 +- module/scmi_sensor/include/internal/scmi_sensor.h | 2 +- module/scmi_sensor/include/mod_scmi_sensor.h | 2 +- module/scmi_sensor/src/Makefile | 2 +- module/scmi_sensor/src/mod_scmi_sensor.c | 2 +- .../scmi_system_power/include/internal/scmi_system_power.h | 2 +- module/scmi_system_power/include/mod_scmi_system_power.h | 2 +- module/scmi_system_power/src/Makefile | 2 +- module/scmi_system_power/src/mod_scmi_system_power.c | 2 +- .../include/internal/scmi_voltage_domain.h | 2 +- module/scmi_voltage_domain/include/mod_scmi_voltage_domain.h | 2 +- module/scmi_voltage_domain/src/Makefile | 2 +- module/scmi_voltage_domain/src/mod_scmi_voltage_domain.c | 2 +- module/sds/include/mod_sds.h | 2 +- module/sds/src/Makefile | 2 +- module/sds/src/mod_sds.c | 2 +- module/sensor/include/mod_sensor.h | 2 +- module/sensor/src/Makefile | 2 +- module/sensor/src/mod_sensor.c | 2 +- module/sensor/src/sensor.h | 2 +- module/sid/include/mod_sid.h | 2 +- module/sid/src/Makefile | 2 +- module/sid/src/mod_sid.c | 2 +- module/sid/src/sid_reg.h | 2 +- module/smt/include/internal/smt.h | 2 +- module/smt/include/mod_smt.h | 2 +- module/smt/src/Makefile | 2 +- module/smt/src/mod_smt.c | 2 +- module/ssc/include/mod_ssc.h | 2 +- module/ssc/src/Makefile | 2 +- module/ssc/src/mod_ssc.c | 2 +- module/ssc/src/ssc_reg.h | 2 +- module/statistics/include/mod_stats.h | 2 +- module/statistics/src/Makefile | 2 +- module/statistics/src/mod_stats.c | 2 +- module/stdio/include/mod_stdio.h | 2 +- module/stdio/src/Makefile | 2 +- module/stdio/src/mod_stdio.c | 2 +- module/system_info/include/mod_system_info.h | 2 +- module/system_info/src/Makefile | 2 +- module/system_info/src/mod_system_info.c | 2 +- module/system_pll/include/mod_system_pll.h | 2 +- module/system_pll/src/Makefile | 2 +- module/system_pll/src/mod_system_pll.c | 2 +- module/system_power/include/mod_system_power.h | 2 +- module/system_power/src/Makefile | 2 +- module/system_power/src/mod_system_power.c | 2 +- module/timer/include/mod_timer.h | 2 +- module/timer/src/Makefile | 2 +- module/timer/src/mod_timer.c | 2 +- module/voltage_domain/include/mod_voltage_domain.h | 2 +- module/voltage_domain/src/Makefile | 2 +- module/voltage_domain/src/mod_voltage_domain.c | 2 +- product/host/fw/config_stdio.c | 2 +- product/host/fw/config_stdio.h | 2 +- product/host/fw/firmware.mk | 2 +- product/host/fw/fmw_io.h | 2 +- product/host/product.mk | 2 +- product/juno/include/coresight_soc400.h | 2 +- product/juno/include/fmw_cmsis.h | 2 +- product/juno/include/juno_alarm_idx.h | 2 +- product/juno/include/juno_clock.h | 2 +- product/juno/include/juno_id.h | 2 +- product/juno/include/juno_mhu.h | 2 +- product/juno/include/juno_mmap.h | 2 +- product/juno/include/juno_nic400.h | 2 +- product/juno/include/juno_pcie.h | 2 +- product/juno/include/juno_power_domain.h | 2 +- product/juno/include/juno_ppu_idx.h | 2 +- product/juno/include/juno_pvt.h | 2 +- product/juno/include/juno_scc.h | 2 +- product/juno/include/juno_scmi.h | 2 +- product/juno/include/juno_sds.h | 2 +- product/juno/include/juno_ssc.h | 2 +- product/juno/include/juno_utils.h | 2 +- product/juno/include/juno_wdog.h | 2 +- product/juno/include/nic400_gpv.h | 2 +- product/juno/include/pl35x.h | 2 +- product/juno/include/pvt_sensor_calibration.h | 2 +- product/juno/include/scp_config.h | 2 +- product/juno/include/scp_mmap.h | 2 +- product/juno/include/software_mmap.h | 2 +- product/juno/include/system_clock.h | 2 +- product/juno/include/system_mmap.h | 2 +- product/juno/include/v2m_sys_regs.h | 2 +- product/juno/include/xpressrich3.h | 2 +- product/juno/module/juno_adc/include/mod_juno_adc.h | 2 +- product/juno/module/juno_adc/src/Makefile | 2 +- product/juno/module/juno_adc/src/juno_adc.h | 2 +- product/juno/module/juno_adc/src/mod_juno_adc.c | 2 +- .../juno/module/juno_cdcel937/include/mod_juno_cdcel937.h | 2 +- product/juno/module/juno_cdcel937/src/Makefile | 2 +- product/juno/module/juno_cdcel937/src/juno_cdcel937.h | 2 +- product/juno/module/juno_cdcel937/src/mod_juno_cdcel937.c | 2 +- .../module/juno_ddr_phy400/include/mod_juno_ddr_phy400.h | 2 +- product/juno/module/juno_ddr_phy400/src/Makefile | 2 +- .../juno/module/juno_ddr_phy400/src/mod_juno_ddr_phy400.c | 2 +- product/juno/module/juno_debug/include/mod_juno_debug.h | 2 +- product/juno/module/juno_debug/src/Makefile | 2 +- product/juno/module/juno_debug/src/mod_juno_debug.c | 2 +- product/juno/module/juno_dmc400/include/mod_juno_dmc400.h | 2 +- product/juno/module/juno_dmc400/src/Makefile | 2 +- product/juno/module/juno_dmc400/src/juno_dmc400.h | 2 +- product/juno/module/juno_dmc400/src/mod_juno_dmc400.c | 2 +- product/juno/module/juno_hdlcd/include/mod_juno_hdlcd.h | 2 +- product/juno/module/juno_hdlcd/src/Makefile | 2 +- product/juno/module/juno_hdlcd/src/mod_juno_hdlcd.c | 2 +- product/juno/module/juno_ppu/include/mod_juno_ppu.h | 2 +- product/juno/module/juno_ppu/src/Makefile | 2 +- product/juno/module/juno_ppu/src/juno_ppu.h | 2 +- product/juno/module/juno_ppu/src/mod_juno_ppu.c | 2 +- product/juno/module/juno_pvt/include/mod_juno_pvt.h | 2 +- product/juno/module/juno_pvt/src/Makefile | 2 +- product/juno/module/juno_pvt/src/mod_juno_pvt.c | 2 +- product/juno/module/juno_ram/include/juno_wdog_ram.h | 2 +- product/juno/module/juno_ram/include/mod_juno_ram.h | 2 +- product/juno/module/juno_ram/src/Makefile | 2 +- product/juno/module/juno_ram/src/juno_wdog_ram.c | 2 +- product/juno/module/juno_ram/src/mod_juno_ram.c | 2 +- .../module/juno_reset_domain/include/mod_juno_reset_domain.h | 2 +- product/juno/module/juno_reset_domain/src/Makefile | 2 +- .../module/juno_reset_domain/src/mod_juno_reset_domain.c | 2 +- product/juno/module/juno_rom/include/juno_debug_rom.h | 2 +- product/juno/module/juno_rom/include/juno_wdog_rom.h | 2 +- product/juno/module/juno_rom/include/mod_juno_rom.h | 2 +- product/juno/module/juno_rom/src/Makefile | 2 +- product/juno/module/juno_rom/src/juno_debug_rom.c | 2 +- product/juno/module/juno_rom/src/juno_wdog_rom.c | 2 +- product/juno/module/juno_rom/src/mod_juno_rom.c | 2 +- .../juno/module/juno_soc_clock/include/mod_juno_soc_clock.h | 2 +- product/juno/module/juno_soc_clock/src/Makefile | 2 +- product/juno/module/juno_soc_clock/src/mod_juno_soc_clock.c | 2 +- .../juno_soc_clock_ram/include/mod_juno_soc_clock_ram.h | 2 +- product/juno/module/juno_soc_clock_ram/src/Makefile | 2 +- .../module/juno_soc_clock_ram/src/juno_soc_clock_ram_pll.c | 2 +- .../module/juno_soc_clock_ram/src/juno_soc_clock_ram_pll.h | 2 +- .../module/juno_soc_clock_ram/src/mod_juno_soc_clock_ram.c | 2 +- product/juno/module/juno_system/include/mod_juno_system.h | 2 +- product/juno/module/juno_system/src/Makefile | 2 +- product/juno/module/juno_system/src/juno_system.h | 2 +- product/juno/module/juno_system/src/mod_juno_system.c | 2 +- product/juno/module/juno_thermal/include/mod_juno_thermal.h | 2 +- product/juno/module/juno_thermal/src/Makefile | 2 +- product/juno/module/juno_thermal/src/mod_juno_thermal.c | 2 +- product/juno/module/juno_xrp7724/include/mod_juno_xrp7724.h | 2 +- product/juno/module/juno_xrp7724/src/Makefile | 2 +- product/juno/module/juno_xrp7724/src/mod_juno_xrp7724.c | 2 +- product/juno/product.mk | 2 +- product/juno/scp_ramfw/RTX_Config.h | 2 +- product/juno/scp_ramfw/config_clock.c | 2 +- product/juno/scp_ramfw/config_debug.c | 2 +- product/juno/scp_ramfw/config_dvfs.c | 2 +- product/juno/scp_ramfw/config_dvfs.h | 2 +- product/juno/scp_ramfw/config_i2c.c | 2 +- product/juno/scp_ramfw/config_juno_adc.c | 2 +- product/juno/scp_ramfw/config_juno_cdcel937.c | 2 +- product/juno/scp_ramfw/config_juno_ddr_phy400.c | 2 +- product/juno/scp_ramfw/config_juno_debug.c | 2 +- product/juno/scp_ramfw/config_juno_dmc400.c | 2 +- product/juno/scp_ramfw/config_juno_hdlcd.c | 2 +- product/juno/scp_ramfw/config_juno_ppu.c | 2 +- product/juno/scp_ramfw/config_juno_pvt.c | 2 +- product/juno/scp_ramfw/config_juno_ram.c | 2 +- product/juno/scp_ramfw/config_juno_reset_domain.c | 2 +- product/juno/scp_ramfw/config_juno_soc_clock_ram.c | 2 +- product/juno/scp_ramfw/config_juno_thermal.c | 2 +- product/juno/scp_ramfw/config_juno_thermal.h | 2 +- product/juno/scp_ramfw/config_juno_xrp7724.c | 2 +- product/juno/scp_ramfw/config_juno_xrp7724.h | 2 +- product/juno/scp_ramfw/config_mhu.c | 2 +- product/juno/scp_ramfw/config_mock_clock.c | 2 +- product/juno/scp_ramfw/config_mock_clock.h | 2 +- product/juno/scp_ramfw/config_mock_psu.c | 2 +- product/juno/scp_ramfw/config_mock_psu.h | 2 +- product/juno/scp_ramfw/config_pl011.c | 2 +- product/juno/scp_ramfw/config_power_domain.c | 2 +- product/juno/scp_ramfw/config_power_domain.h | 2 +- product/juno/scp_ramfw/config_psu.c | 2 +- product/juno/scp_ramfw/config_psu.h | 2 +- product/juno/scp_ramfw/config_reg_sensor.c | 2 +- product/juno/scp_ramfw/config_reset_domain.c | 2 +- product/juno/scp_ramfw/config_resource_perms.c | 2 +- product/juno/scp_ramfw/config_resource_perms.h | 2 +- product/juno/scp_ramfw/config_scmi.c | 2 +- product/juno/scp_ramfw/config_scmi_clock.c | 2 +- product/juno/scp_ramfw/config_scmi_perf.c | 2 +- product/juno/scp_ramfw/config_scmi_power_domain.c | 2 +- product/juno/scp_ramfw/config_scmi_reset_domain.c | 2 +- product/juno/scp_ramfw/config_scmi_system_power.c | 2 +- product/juno/scp_ramfw/config_sds.c | 2 +- product/juno/scp_ramfw/config_sensor.c | 2 +- product/juno/scp_ramfw/config_sensor.h | 2 +- product/juno/scp_ramfw/config_smt.c | 2 +- product/juno/scp_ramfw/config_stats.c | 2 +- product/juno/scp_ramfw/config_system_power.c | 2 +- product/juno/scp_ramfw/config_timer.c | 2 +- product/juno/scp_ramfw/firmware.mk | 2 +- product/juno/scp_ramfw/fmw_io.h | 2 +- product/juno/scp_ramfw/fmw_memory.h | 2 +- product/juno/scp_ramfw/rtx_config.c | 2 +- product/juno/scp_romfw/config_bootloader.c | 2 +- product/juno/scp_romfw/config_clock.c | 2 +- product/juno/scp_romfw/config_juno_ppu.c | 2 +- product/juno/scp_romfw/config_juno_rom.c | 2 +- product/juno/scp_romfw/config_juno_soc_clock.c | 2 +- product/juno/scp_romfw/config_pl011.c | 2 +- product/juno/scp_romfw/config_sds.c | 2 +- product/juno/scp_romfw/config_timer.c | 2 +- product/juno/scp_romfw/firmware.mk | 2 +- product/juno/scp_romfw/fmw_memory.h | 2 +- product/juno/scp_romfw_bypass/config_bootloader.c | 2 +- product/juno/scp_romfw_bypass/config_clock.c | 2 +- product/juno/scp_romfw_bypass/config_juno_ppu.c | 2 +- product/juno/scp_romfw_bypass/config_juno_rom.c | 2 +- product/juno/scp_romfw_bypass/config_juno_soc_clock.c | 2 +- product/juno/scp_romfw_bypass/config_pl011.c | 2 +- product/juno/scp_romfw_bypass/config_sds.c | 2 +- product/juno/scp_romfw_bypass/config_timer.c | 2 +- product/juno/scp_romfw_bypass/firmware.mk | 2 +- product/juno/scp_romfw_bypass/fmw_memory.h | 2 +- product/juno/scp_romfw_bypass/juno_pll_workaround.c | 2 +- product/juno/src/juno_id.c | 2 +- product/juno/src/juno_scmi_clock.c | 2 +- product/juno/src/juno_utils.c | 2 +- product/morello/include/dbg_system_map.h | 2 +- product/morello/include/fmw_cmsis_mcp.h | 2 +- product/morello/include/fmw_cmsis_scp.h | 2 +- product/morello/include/fmw_io.h | 2 +- product/morello/include/fmw_log.h | 2 +- product/morello/include/morello_core.h | 2 +- product/morello/include/morello_mcp_mhu.h | 2 +- product/morello/include/morello_mcp_mmap.h | 2 +- product/morello/include/morello_mcp_pik.h | 2 +- product/morello/include/morello_mcp_scmi.h | 2 +- product/morello/include/morello_mcp_software_mmap.h | 2 +- product/morello/include/morello_mcp_system_mmap.h | 2 +- product/morello/include/morello_pik_cpu.h | 2 +- product/morello/include/morello_pik_debug.h | 2 +- product/morello/include/morello_pik_dpu.h | 2 +- product/morello/include/morello_pik_gpu.h | 2 +- product/morello/include/morello_pik_mcp.h | 2 +- product/morello/include/morello_pik_scp.h | 2 +- product/morello/include/morello_pik_system.h | 2 +- product/morello/include/morello_power_domain.h | 2 +- product/morello/include/morello_scc_reg.h | 2 +- product/morello/include/morello_scp_mhu.h | 2 +- product/morello/include/morello_scp_mmap.h | 2 +- product/morello/include/morello_scp_pik.h | 2 +- product/morello/include/morello_scp_scmi.h | 2 +- product/morello/include/morello_scp_software_mmap.h | 2 +- product/morello/include/morello_scp_system_mmap.h | 2 +- product/morello/include/morello_sds.h | 2 +- product/morello/include/morello_system_clock.h | 2 +- product/morello/mcp_ramfw_fvp/RTX_Config.h | 2 +- product/morello/mcp_ramfw_fvp/config_armv7m_mpu.c | 2 +- product/morello/mcp_ramfw_fvp/config_clock.c | 2 +- product/morello/mcp_ramfw_fvp/config_clock.h | 2 +- product/morello/mcp_ramfw_fvp/config_mhu.c | 2 +- product/morello/mcp_ramfw_fvp/config_pik_clock.c | 2 +- product/morello/mcp_ramfw_fvp/config_pl011.c | 2 +- product/morello/mcp_ramfw_fvp/config_scmi_agent.c | 2 +- product/morello/mcp_ramfw_fvp/config_smt.c | 2 +- product/morello/mcp_ramfw_fvp/firmware.mk | 2 +- product/morello/mcp_ramfw_fvp/fmw_cmsis.h | 2 +- product/morello/mcp_ramfw_fvp/fmw_memory.h | 2 +- product/morello/mcp_ramfw_fvp/rtx_config.c | 2 +- product/morello/mcp_romfw/config_clock.c | 2 +- product/morello/mcp_romfw/config_morello_rom.c | 2 +- product/morello/mcp_romfw/config_pl011.c | 2 +- product/morello/mcp_romfw/firmware.mk | 2 +- product/morello/mcp_romfw/fmw_cmsis.h | 2 +- product/morello/mcp_romfw/fmw_memory.h | 2 +- .../module/cmn_skeena/include/internal/cmn_skeena_ccix.h | 2 +- .../module/cmn_skeena/include/internal/cmn_skeena_ctx.h | 2 +- product/morello/module/cmn_skeena/include/mod_cmn_skeena.h | 2 +- product/morello/module/cmn_skeena/src/Makefile | 2 +- product/morello/module/cmn_skeena/src/cmn_skeena.c | 2 +- product/morello/module/cmn_skeena/src/cmn_skeena.h | 2 +- product/morello/module/cmn_skeena/src/cmn_skeena_ccix.c | 2 +- product/morello/module/cmn_skeena/src/mod_cmn_skeena.c | 2 +- product/morello/module/dmc_bing/include/mod_dmc_bing.h | 2 +- product/morello/module/dmc_bing/src/Makefile | 2 +- product/morello/module/dmc_bing/src/mod_dmc_bing.c | 2 +- .../morello_mcp_system/include/mod_morello_mcp_system.h | 2 +- product/morello/module/morello_mcp_system/src/Makefile | 2 +- .../module/morello_mcp_system/src/mod_morello_mcp_system.c | 2 +- product/morello/module/morello_mhu/include/internal/mhu.h | 2 +- product/morello/module/morello_mhu/include/mod_mhu.h | 2 +- product/morello/module/morello_mhu/src/Makefile | 2 +- product/morello/module/morello_mhu/src/mod_mhu.c | 2 +- .../module/morello_pll/include/internal/morello_pll.h | 2 +- product/morello/module/morello_pll/include/mod_morello_pll.h | 2 +- product/morello/module/morello_pll/src/Makefile | 2 +- product/morello/module/morello_pll/src/mod_morello_pll.c | 2 +- product/morello/module/morello_rom/include/mod_morello_rom.h | 2 +- product/morello/module/morello_rom/src/Makefile | 2 +- product/morello/module/morello_rom/src/mod_morello_rom.c | 2 +- product/morello/module/morello_smt/include/internal/smt.h | 2 +- product/morello/module/morello_smt/include/mod_smt.h | 2 +- product/morello/module/morello_smt/src/Makefile | 2 +- product/morello/module/morello_smt/src/mod_smt.c | 2 +- .../module/morello_system/include/mod_morello_system.h | 2 +- product/morello/module/morello_system/src/Makefile | 2 +- .../morello/module/morello_system/src/mod_morello_system.c | 2 +- product/morello/module/scmi_agent/include/mod_scmi_agent.h | 2 +- product/morello/module/scmi_agent/src/Makefile | 2 +- product/morello/module/scmi_agent/src/mod_scmi_agent.c | 2 +- .../module/scmi_management/include/mod_scmi_management.h | 2 +- product/morello/module/scmi_management/src/Makefile | 2 +- .../morello/module/scmi_management/src/mod_scmi_management.c | 2 +- product/morello/product.mk | 2 +- product/morello/scp_ramfw_fvp/RTX_Config.h | 2 +- product/morello/scp_ramfw_fvp/config_apcontext.c | 2 +- product/morello/scp_ramfw_fvp/config_armv7m_mpu.c | 2 +- product/morello/scp_ramfw_fvp/config_clock.c | 2 +- product/morello/scp_ramfw_fvp/config_clock.h | 2 +- product/morello/scp_ramfw_fvp/config_cmn_skeena.c | 2 +- product/morello/scp_ramfw_fvp/config_css_clock.c | 2 +- product/morello/scp_ramfw_fvp/config_dmc_bing.c | 2 +- product/morello/scp_ramfw_fvp/config_dvfs.c | 2 +- product/morello/scp_ramfw_fvp/config_dvfs.h | 2 +- product/morello/scp_ramfw_fvp/config_mhu.c | 2 +- product/morello/scp_ramfw_fvp/config_mock_psu.c | 2 +- product/morello/scp_ramfw_fvp/config_mock_psu.h | 2 +- product/morello/scp_ramfw_fvp/config_morello_pll.c | 2 +- product/morello/scp_ramfw_fvp/config_pik_clock.c | 2 +- product/morello/scp_ramfw_fvp/config_pl011.c | 2 +- product/morello/scp_ramfw_fvp/config_power_domain.c | 2 +- product/morello/scp_ramfw_fvp/config_power_domain.h | 2 +- product/morello/scp_ramfw_fvp/config_ppu_v0.c | 2 +- product/morello/scp_ramfw_fvp/config_ppu_v0.h | 2 +- product/morello/scp_ramfw_fvp/config_ppu_v1.c | 2 +- product/morello/scp_ramfw_fvp/config_psu.c | 2 +- product/morello/scp_ramfw_fvp/config_psu.h | 2 +- product/morello/scp_ramfw_fvp/config_resource_perms.c | 2 +- product/morello/scp_ramfw_fvp/config_scmi.c | 2 +- product/morello/scp_ramfw_fvp/config_scmi_management.c | 2 +- product/morello/scp_ramfw_fvp/config_scmi_perf.c | 2 +- product/morello/scp_ramfw_fvp/config_scmi_power_domain.c | 2 +- product/morello/scp_ramfw_fvp/config_scmi_system_power.c | 2 +- product/morello/scp_ramfw_fvp/config_sds.c | 2 +- product/morello/scp_ramfw_fvp/config_smt.c | 2 +- product/morello/scp_ramfw_fvp/config_ssc.c | 2 +- product/morello/scp_ramfw_fvp/config_system_info.c | 2 +- product/morello/scp_ramfw_fvp/config_system_power.c | 2 +- product/morello/scp_ramfw_fvp/config_timer.c | 2 +- product/morello/scp_ramfw_fvp/firmware.mk | 2 +- product/morello/scp_ramfw_fvp/fmw_cmsis.h | 2 +- product/morello/scp_ramfw_fvp/fmw_memory.h | 2 +- product/morello/scp_ramfw_fvp/rtx_config.c | 2 +- product/morello/scp_romfw/config_clock.c | 2 +- product/morello/scp_romfw/config_morello_rom.c | 2 +- product/morello/scp_romfw/config_pl011.c | 2 +- product/morello/scp_romfw/firmware.mk | 2 +- product/morello/scp_romfw/fmw_cmsis.h | 2 +- product/morello/scp_romfw/fmw_memory.h | 2 +- product/morello/src/morello_core.c | 2 +- product/n1sdp/include/dbg_system_map.h | 2 +- product/n1sdp/include/fmw_cmsis_mcp.h | 2 +- product/n1sdp/include/fmw_cmsis_scp.h | 2 +- product/n1sdp/include/fmw_io.h | 2 +- product/n1sdp/include/fmw_log.h | 2 +- product/n1sdp/include/n1sdp_core.h | 2 +- product/n1sdp/include/n1sdp_mcp_mhu.h | 2 +- product/n1sdp/include/n1sdp_mcp_mmap.h | 2 +- product/n1sdp/include/n1sdp_mcp_pik.h | 2 +- product/n1sdp/include/n1sdp_mcp_scmi.h | 2 +- product/n1sdp/include/n1sdp_mcp_software_mmap.h | 2 +- product/n1sdp/include/n1sdp_mcp_system_mmap.h | 2 +- product/n1sdp/include/n1sdp_pik_cpu.h | 2 +- product/n1sdp/include/n1sdp_pik_debug.h | 2 +- product/n1sdp/include/n1sdp_pik_mcp.h | 2 +- product/n1sdp/include/n1sdp_pik_scp.h | 2 +- product/n1sdp/include/n1sdp_pik_system.h | 2 +- product/n1sdp/include/n1sdp_power_domain.h | 2 +- product/n1sdp/include/n1sdp_scc_reg.h | 2 +- product/n1sdp/include/n1sdp_scp_mhu.h | 2 +- product/n1sdp/include/n1sdp_scp_mmap.h | 2 +- product/n1sdp/include/n1sdp_scp_pik.h | 2 +- product/n1sdp/include/n1sdp_scp_scmi.h | 2 +- product/n1sdp/include/n1sdp_scp_software_mmap.h | 2 +- product/n1sdp/include/n1sdp_scp_system_mmap.h | 2 +- product/n1sdp/include/n1sdp_sds.h | 2 +- product/n1sdp/include/n1sdp_system_clock.h | 2 +- product/n1sdp/mcp_ramfw/RTX_Config.h | 2 +- product/n1sdp/mcp_ramfw/config_armv7m_mpu.c | 2 +- product/n1sdp/mcp_ramfw/config_clock.c | 2 +- product/n1sdp/mcp_ramfw/config_clock.h | 2 +- product/n1sdp/mcp_ramfw/config_mhu.c | 2 +- product/n1sdp/mcp_ramfw/config_pik_clock.c | 2 +- product/n1sdp/mcp_ramfw/config_pl011.c | 2 +- product/n1sdp/mcp_ramfw/config_scmi_agent.c | 2 +- product/n1sdp/mcp_ramfw/config_smt.c | 2 +- product/n1sdp/mcp_ramfw/firmware.mk | 2 +- product/n1sdp/mcp_ramfw/fmw_cmsis.h | 2 +- product/n1sdp/mcp_ramfw/fmw_memory.h | 2 +- product/n1sdp/mcp_ramfw/rtx_config.c | 2 +- product/n1sdp/mcp_romfw/config_clock.c | 2 +- product/n1sdp/mcp_romfw/config_n1sdp_rom.c | 2 +- product/n1sdp/mcp_romfw/config_pl011.c | 2 +- product/n1sdp/mcp_romfw/firmware.mk | 2 +- product/n1sdp/mcp_romfw/fmw_cmsis.h | 2 +- product/n1sdp/mcp_romfw/fmw_memory.h | 2 +- product/n1sdp/module/n1sdp_c2c/include/mod_n1sdp_c2c_i2c.h | 2 +- product/n1sdp/module/n1sdp_c2c/src/Makefile | 2 +- product/n1sdp/module/n1sdp_c2c/src/mod_n1sdp_c2c_i2c.c | 2 +- .../module/n1sdp_ddr_phy/include/internal/n1sdp_ddr_phy.h | 2 +- .../n1sdp/module/n1sdp_ddr_phy/include/mod_n1sdp_ddr_phy.h | 2 +- product/n1sdp/module/n1sdp_ddr_phy/src/Makefile | 2 +- product/n1sdp/module/n1sdp_ddr_phy/src/ddr_phy_values_1200.c | 2 +- product/n1sdp/module/n1sdp_ddr_phy/src/ddr_phy_values_1333.c | 2 +- product/n1sdp/module/n1sdp_ddr_phy/src/ddr_phy_values_800.c | 2 +- product/n1sdp/module/n1sdp_ddr_phy/src/mod_n1sdp_ddr_phy.c | 2 +- .../n1sdp/module/n1sdp_ddr_phy/src/n1sdp_ddr_phy_values.h | 2 +- product/n1sdp/module/n1sdp_dmc620/include/mod_n1sdp_dmc620.h | 2 +- product/n1sdp/module/n1sdp_dmc620/src/Makefile | 2 +- product/n1sdp/module/n1sdp_dmc620/src/dimm_spd.c | 2 +- product/n1sdp/module/n1sdp_dmc620/src/dimm_spd.h | 2 +- product/n1sdp/module/n1sdp_dmc620/src/mod_n1sdp_dmc620.c | 2 +- product/n1sdp/module/n1sdp_i2c/include/internal/n1sdp_i2c.h | 2 +- product/n1sdp/module/n1sdp_i2c/include/mod_n1sdp_i2c.h | 2 +- product/n1sdp/module/n1sdp_i2c/src/Makefile | 2 +- product/n1sdp/module/n1sdp_i2c/src/mod_n1sdp_i2c.c | 2 +- .../module/n1sdp_mcp_system/include/mod_n1sdp_mcp_system.h | 2 +- product/n1sdp/module/n1sdp_mcp_system/src/Makefile | 2 +- .../n1sdp/module/n1sdp_mcp_system/src/mod_n1sdp_mcp_system.c | 2 +- product/n1sdp/module/n1sdp_mhu/include/internal/mhu.h | 2 +- product/n1sdp/module/n1sdp_mhu/include/mod_mhu.h | 2 +- product/n1sdp/module/n1sdp_mhu/src/Makefile | 2 +- product/n1sdp/module/n1sdp_mhu/src/mod_mhu.c | 2 +- .../module/n1sdp_pcie/include/internal/pcie_ctrl_apb_reg.h | 2 +- product/n1sdp/module/n1sdp_pcie/include/mod_n1sdp_pcie.h | 2 +- product/n1sdp/module/n1sdp_pcie/src/Makefile | 2 +- product/n1sdp/module/n1sdp_pcie/src/mod_n1sdp_pcie.c | 2 +- product/n1sdp/module/n1sdp_pcie/src/n1sdp_pcie.c | 2 +- product/n1sdp/module/n1sdp_pcie/src/n1sdp_pcie.h | 2 +- product/n1sdp/module/n1sdp_pcie/src/pcie_enumeration.c | 2 +- product/n1sdp/module/n1sdp_pll/include/internal/n1sdp_pll.h | 2 +- product/n1sdp/module/n1sdp_pll/include/mod_n1sdp_pll.h | 2 +- product/n1sdp/module/n1sdp_pll/src/Makefile | 2 +- product/n1sdp/module/n1sdp_pll/src/mod_n1sdp_pll.c | 2 +- .../module/n1sdp_remote_pd/include/mod_n1sdp_remote_pd.h | 2 +- product/n1sdp/module/n1sdp_remote_pd/src/Makefile | 2 +- .../n1sdp/module/n1sdp_remote_pd/src/mod_n1sdp_remote_pd.c | 2 +- product/n1sdp/module/n1sdp_rom/include/mod_n1sdp_rom.h | 2 +- product/n1sdp/module/n1sdp_rom/src/Makefile | 2 +- product/n1sdp/module/n1sdp_rom/src/mod_n1sdp_rom.c | 2 +- .../module/n1sdp_scp2pcc/include/internal/n1sdp_scp2pcc.h | 2 +- .../n1sdp/module/n1sdp_scp2pcc/include/mod_n1sdp_scp2pcc.h | 2 +- product/n1sdp/module/n1sdp_scp2pcc/src/Makefile | 2 +- product/n1sdp/module/n1sdp_scp2pcc/src/mod_n1sdp_scp2pcc.c | 2 +- product/n1sdp/module/n1sdp_sensor/include/mod_n1sdp_sensor.h | 2 +- product/n1sdp/module/n1sdp_smt/include/internal/smt.h | 2 +- product/n1sdp/module/n1sdp_smt/include/mod_smt.h | 2 +- product/n1sdp/module/n1sdp_smt/src/Makefile | 2 +- product/n1sdp/module/n1sdp_smt/src/mod_smt.c | 2 +- product/n1sdp/module/n1sdp_system/include/mod_n1sdp_system.h | 2 +- product/n1sdp/module/n1sdp_system/src/Makefile | 2 +- product/n1sdp/module/n1sdp_system/src/mod_n1sdp_system.c | 2 +- .../module/n1sdp_timer_sync/include/internal/timer_sync.h | 2 +- .../module/n1sdp_timer_sync/include/mod_n1sdp_timer_sync.h | 2 +- product/n1sdp/module/n1sdp_timer_sync/src/Makefile | 2 +- .../n1sdp/module/n1sdp_timer_sync/src/mod_n1sdp_timer_sync.c | 2 +- product/n1sdp/module/scmi_agent/include/mod_scmi_agent.h | 2 +- product/n1sdp/module/scmi_agent/src/Makefile | 2 +- product/n1sdp/module/scmi_agent/src/mod_scmi_agent.c | 2 +- .../scmi_ccix_config/include/internal/mod_scmi_ccix_config.h | 2 +- product/n1sdp/module/scmi_ccix_config/src/Makefile | 2 +- .../n1sdp/module/scmi_ccix_config/src/mod_scmi_ccix_config.c | 2 +- .../module/scmi_management/include/mod_scmi_management.h | 2 +- product/n1sdp/module/scmi_management/src/Makefile | 2 +- .../n1sdp/module/scmi_management/src/mod_scmi_management.c | 2 +- product/n1sdp/product.mk | 2 +- product/n1sdp/scp_ramfw/RTX_Config.h | 2 +- product/n1sdp/scp_ramfw/config_apcontext.c | 2 +- product/n1sdp/scp_ramfw/config_armv7m_mpu.c | 2 +- product/n1sdp/scp_ramfw/config_clock.c | 2 +- product/n1sdp/scp_ramfw/config_clock.h | 2 +- product/n1sdp/scp_ramfw/config_cmn600.c | 2 +- product/n1sdp/scp_ramfw/config_css_clock.c | 2 +- product/n1sdp/scp_ramfw/config_debugger_cli.c | 2 +- product/n1sdp/scp_ramfw/config_mhu.c | 2 +- product/n1sdp/scp_ramfw/config_n1sdp_c2c_i2c.c | 2 +- product/n1sdp/scp_ramfw/config_n1sdp_ddr_phy.c | 2 +- product/n1sdp/scp_ramfw/config_n1sdp_dmc620.c | 2 +- product/n1sdp/scp_ramfw/config_n1sdp_i2c.c | 2 +- product/n1sdp/scp_ramfw/config_n1sdp_pcie.c | 2 +- product/n1sdp/scp_ramfw/config_n1sdp_pll.c | 2 +- product/n1sdp/scp_ramfw/config_n1sdp_remote_pd.c | 2 +- product/n1sdp/scp_ramfw/config_n1sdp_scp2pcc.c | 2 +- product/n1sdp/scp_ramfw/config_n1sdp_timer_sync.c | 2 +- product/n1sdp/scp_ramfw/config_pik_clock.c | 2 +- product/n1sdp/scp_ramfw/config_pl011.c | 2 +- product/n1sdp/scp_ramfw/config_power_domain.c | 2 +- product/n1sdp/scp_ramfw/config_power_domain.h | 2 +- product/n1sdp/scp_ramfw/config_ppu_v0.c | 2 +- product/n1sdp/scp_ramfw/config_ppu_v0.h | 2 +- product/n1sdp/scp_ramfw/config_ppu_v1.c | 2 +- product/n1sdp/scp_ramfw/config_scmi.c | 2 +- product/n1sdp/scp_ramfw/config_scmi_power_domain.c | 2 +- product/n1sdp/scp_ramfw/config_scmi_system_power.c | 2 +- product/n1sdp/scp_ramfw/config_sds.c | 2 +- product/n1sdp/scp_ramfw/config_sensor.c | 2 +- product/n1sdp/scp_ramfw/config_smt.c | 2 +- product/n1sdp/scp_ramfw/config_ssc.c | 2 +- product/n1sdp/scp_ramfw/config_system_info.c | 2 +- product/n1sdp/scp_ramfw/config_system_power.c | 2 +- product/n1sdp/scp_ramfw/config_timer.c | 2 +- product/n1sdp/scp_ramfw/firmware.mk | 2 +- product/n1sdp/scp_ramfw/fmw_cmsis.h | 2 +- product/n1sdp/scp_ramfw/fmw_memory.h | 2 +- product/n1sdp/scp_ramfw/rtx_config.c | 2 +- product/n1sdp/scp_romfw/config_clock.c | 2 +- product/n1sdp/scp_romfw/config_n1sdp_rom.c | 2 +- product/n1sdp/scp_romfw/config_pl011.c | 2 +- product/n1sdp/scp_romfw/firmware.mk | 2 +- product/n1sdp/scp_romfw/fmw_cmsis.h | 2 +- product/n1sdp/scp_romfw/fmw_memory.h | 2 +- product/n1sdp/src/n1sdp_core.c | 2 +- product/rcar/include/rcar_alarm_idx.h | 3 ++- product/rcar/include/rcar_common.h | 3 ++- product/rcar/include/rcar_core.h | 3 ++- product/rcar/include/rcar_def.h | 3 ++- product/rcar/include/rcar_irq.h | 3 ++- product/rcar/include/rcar_mfismh.h | 3 ++- product/rcar/include/rcar_mmap.h | 3 ++- product/rcar/include/rcar_mmap_scp.h | 3 ++- product/rcar/include/rcar_scmi.h | 3 ++- product/rcar/include/rcar_scmi_id.h | 3 ++- product/rcar/include/software_mmap.h | 3 ++- product/rcar/include/system_clock.h | 3 ++- product/rcar/include/system_mmap.h | 3 ++- product/rcar/include/system_mmap_scp.h | 3 ++- .../module/rcar_arch_timer/include/mod_rcar_arch_timer.h | 3 ++- product/rcar/module/rcar_arch_timer/src/Makefile | 2 +- .../rcar/module/rcar_arch_timer/src/mod_rcar_arch_timer.c | 3 ++- product/rcar/module/rcar_clock/include/mod_rcar_clock.h | 3 ++- product/rcar/module/rcar_clock/src/Makefile | 2 +- product/rcar/module/rcar_clock/src/mod_rcar_clock.c | 3 ++- product/rcar/module/rcar_mfismh/include/mod_rcar_mfismh.h | 3 ++- product/rcar/module/rcar_mfismh/src/Makefile | 2 +- product/rcar/module/rcar_mfismh/src/mod_rcar_mfismh.c | 3 ++- product/rcar/module/rcar_mfismh/src/rcar_mfismh.h | 3 ++- .../rcar/module/rcar_mock_pmic/include/mod_rcar_mock_pmic.h | 3 ++- product/rcar/module/rcar_mock_pmic/src/Makefile | 2 +- .../rcar_mock_pmic/src/mod_rcar_mock_pmic_driver_api.c | 3 ++- .../src/mod_rcar_mock_pmic_driver_api_private.h | 3 ++- .../module/rcar_mock_pmic/src/mod_rcar_mock_pmic_module.c | 3 ++- .../rcar_mock_pmic/src/mod_rcar_mock_pmic_module_private.h | 3 ++- .../module/rcar_mock_pmic/src/mod_rcar_mock_pmic_private.h | 3 ++- .../module/rcar_mstp_clock/include/mod_rcar_mstp_clock.h | 3 ++- product/rcar/module/rcar_mstp_clock/src/Makefile | 2 +- .../rcar/module/rcar_mstp_clock/src/mod_rcar_mstp_clock.c | 3 ++- product/rcar/module/rcar_pd_core/include/mod_rcar_pd_core.h | 3 ++- product/rcar/module/rcar_pd_core/src/Makefile | 2 +- product/rcar/module/rcar_pd_core/src/mod_rcar_pd_core.c | 3 ++- product/rcar/module/rcar_pd_core/src/rcar_pd_core.c | 3 ++- product/rcar/module/rcar_pd_core/src/rcar_pd_core.h | 3 ++- product/rcar/module/rcar_pd_sysc/include/mod_rcar_pd_sysc.h | 3 ++- product/rcar/module/rcar_pd_sysc/src/Makefile | 2 +- product/rcar/module/rcar_pd_sysc/src/mod_rcar_pd_sysc.c | 3 ++- product/rcar/module/rcar_pd_sysc/src/rcar_pd_sysc.c | 3 ++- product/rcar/module/rcar_pd_sysc/src/rcar_pd_sysc.h | 3 ++- product/rcar/module/rcar_pmic/include/mod_rcar_pmic.h | 3 ++- product/rcar/module/rcar_pmic/src/Makefile | 2 +- product/rcar/module/rcar_pmic/src/mod_rcar_pmic_device_api.c | 3 ++- .../module/rcar_pmic/src/mod_rcar_pmic_device_api_private.h | 3 ++- product/rcar/module/rcar_pmic/src/mod_rcar_pmic_event.c | 3 ++- .../rcar/module/rcar_pmic/src/mod_rcar_pmic_event_private.h | 3 ++- product/rcar/module/rcar_pmic/src/mod_rcar_pmic_module.c | 3 ++- .../rcar/module/rcar_pmic/src/mod_rcar_pmic_module_private.h | 3 ++- product/rcar/module/rcar_pmic/src/mod_rcar_pmic_private.h | 3 ++- .../module/rcar_reg_sensor/include/mod_rcar_reg_sensor.h | 3 ++- product/rcar/module/rcar_reg_sensor/include/mod_reg_sensor.h | 3 ++- product/rcar/module/rcar_reg_sensor/src/Makefile | 2 +- .../rcar/module/rcar_reg_sensor/src/mod_rcar_reg_sensor.c | 3 ++- product/rcar/module/rcar_reset/include/mod_rcar_reset.h | 3 ++- product/rcar/module/rcar_reset/src/Makefile | 2 +- product/rcar/module/rcar_reset/src/mod_rcar_reset.c | 3 ++- product/rcar/module/rcar_scif/include/mod_rcar_scif.h | 3 ++- product/rcar/module/rcar_scif/src/Makefile | 2 +- product/rcar/module/rcar_scif/src/mod_rcar_scif.c | 3 ++- product/rcar/module/rcar_scif/src/scif.h | 3 ++- .../rcar/module/rcar_sd_clock/include/mod_rcar_sd_clock.h | 3 ++- product/rcar/module/rcar_sd_clock/src/Makefile | 2 +- product/rcar/module/rcar_sd_clock/src/mod_rcar_sd_clock.c | 3 ++- product/rcar/module/rcar_system/include/mod_rcar_system.h | 3 ++- product/rcar/module/rcar_system/src/FreeRTOS_tick_config.c | 3 ++- product/rcar/module/rcar_system/src/Makefile | 2 +- product/rcar/module/rcar_system/src/mod_rcar_system.c | 3 ++- product/rcar/module/rcar_system/src/rcar_call_sram.S | 2 +- product/rcar/module/rcar_system/src/rcar_common.c | 3 ++- product/rcar/module/rcar_system/src/rcar_iic_dvfs.c | 3 ++- product/rcar/module/rcar_system/src/rcar_iic_dvfs.h | 3 ++- product/rcar/module/rcar_system/src/rcar_pwc.c | 3 ++- product/rcar/module/rcar_system/src/rcar_pwc.h | 3 ++- .../module/rcar_system_power/include/mod_rcar_system_power.h | 5 +++-- .../rcar/module/rcar_system_power/include/mod_system_power.h | 3 ++- product/rcar/module/rcar_system_power/src/Makefile | 2 +- .../module/rcar_system_power/src/mod_rcar_system_power.c | 5 +++-- product/rcar/product.mk | 2 +- product/rcar/scp_ramfw/FreeRTOSConfig.h | 3 ++- product/rcar/scp_ramfw/clock_devices.h | 3 ++- product/rcar/scp_ramfw/clock_mstp_devices.h | 3 ++- product/rcar/scp_ramfw/clock_sd_devices.h | 3 ++- product/rcar/scp_ramfw/config_clock.c | 3 ++- product/rcar/scp_ramfw/config_dvfs.c | 3 ++- product/rcar/scp_ramfw/config_dvfs.h | 3 ++- product/rcar/scp_ramfw/config_power_domain.c | 3 ++- product/rcar/scp_ramfw/config_power_domain.h | 3 ++- product/rcar/scp_ramfw/config_psu.c | 3 ++- product/rcar/scp_ramfw/config_psu.h | 3 ++- product/rcar/scp_ramfw/config_rcar_clock.c | 3 ++- product/rcar/scp_ramfw/config_rcar_mfismh.c | 3 ++- product/rcar/scp_ramfw/config_rcar_mock_pmic.c | 3 ++- product/rcar/scp_ramfw/config_rcar_mock_pmic.h | 3 ++- product/rcar/scp_ramfw/config_rcar_mstp_clock.c | 3 ++- product/rcar/scp_ramfw/config_rcar_pd_core.c | 3 ++- product/rcar/scp_ramfw/config_rcar_pd_core.h | 3 ++- product/rcar/scp_ramfw/config_rcar_pd_sysc.c | 3 ++- product/rcar/scp_ramfw/config_rcar_pd_sysc.h | 3 ++- product/rcar/scp_ramfw/config_rcar_pmic.c | 3 ++- product/rcar/scp_ramfw/config_rcar_pmic.h | 3 ++- product/rcar/scp_ramfw/config_rcar_reset.c | 3 ++- product/rcar/scp_ramfw/config_rcar_scif.c | 3 ++- product/rcar/scp_ramfw/config_rcar_sd_clock.c | 3 ++- product/rcar/scp_ramfw/config_rcar_system.c | 3 ++- product/rcar/scp_ramfw/config_rcar_system_power.c | 3 ++- product/rcar/scp_ramfw/config_reset_domain.c | 3 ++- product/rcar/scp_ramfw/config_scmi.c | 3 ++- product/rcar/scp_ramfw/config_scmi_apcore.c | 3 ++- product/rcar/scp_ramfw/config_scmi_clock.c | 3 ++- product/rcar/scp_ramfw/config_scmi_perf.c | 3 ++- product/rcar/scp_ramfw/config_scmi_power_domain.c | 3 ++- product/rcar/scp_ramfw/config_scmi_reset_domain.c | 3 ++- product/rcar/scp_ramfw/config_scmi_system_power.c | 3 ++- product/rcar/scp_ramfw/config_sensor.c | 3 ++- product/rcar/scp_ramfw/config_smt.c | 3 ++- product/rcar/scp_ramfw/config_timer.c | 3 ++- product/rcar/scp_ramfw/firmware.mk | 2 +- product/rcar/scp_ramfw/fmw_io.h | 3 ++- product/rcar/scp_ramfw/fmw_memory.h | 3 ++- product/rcar/scp_ramfw/reset_devices.h | 3 ++- product/rcar/scp_ramfw/reset_mstp_devices.h | 3 ++- .../CMSIS/RTOS2/FreeRTOS/Source/cmsis_os2_tiny4scp.c | 3 ++- product/rcar/src/rcar_core.c | 3 ++- product/rddaniel/include/clock_soc.h | 2 +- product/rddaniel/include/config_power_domain.h | 2 +- product/rddaniel/include/cpu_pik.h | 2 +- product/rddaniel/include/fmw_cmsis.h | 2 +- product/rddaniel/include/fmw_io.h | 2 +- product/rddaniel/include/mcp_rddaniel_mmap.h | 2 +- product/rddaniel/include/mcp_software_mmap.h | 2 +- product/rddaniel/include/rddaniel_core.h | 2 +- product/rddaniel/include/rddaniel_power_domain.h | 2 +- product/rddaniel/include/rddaniel_scmi.h | 2 +- product/rddaniel/include/rddaniel_sds.h | 2 +- product/rddaniel/include/scp_css_mmap.h | 2 +- product/rddaniel/include/scp_mmap.h | 2 +- product/rddaniel/include/scp_pik.h | 2 +- product/rddaniel/include/scp_rddaniel_mhu.h | 2 +- product/rddaniel/include/scp_soc_mmap.h | 2 +- product/rddaniel/include/scp_software_mmap.h | 2 +- product/rddaniel/include/system_pik.h | 2 +- product/rddaniel/mcp_romfw/config_bootloader.c | 2 +- product/rddaniel/mcp_romfw/config_clock.c | 2 +- product/rddaniel/mcp_romfw/config_pl011.c | 2 +- product/rddaniel/mcp_romfw/firmware.mk | 2 +- product/rddaniel/mcp_romfw/fmw_memory.h | 2 +- .../module/rddaniel_system/include/mod_rddaniel_system.h | 2 +- product/rddaniel/module/rddaniel_system/src/Makefile | 2 +- .../module/rddaniel_system/src/mod_rddaniel_system.c | 2 +- product/rddaniel/product.mk | 2 +- product/rddaniel/scp_ramfw/RTX_Config.h | 2 +- product/rddaniel/scp_ramfw/config_apcontext.c | 2 +- product/rddaniel/scp_ramfw/config_armv7m_mpu.c | 2 +- product/rddaniel/scp_ramfw/config_clock.c | 2 +- product/rddaniel/scp_ramfw/config_cmn_rhodes.c | 2 +- product/rddaniel/scp_ramfw/config_css_clock.c | 2 +- product/rddaniel/scp_ramfw/config_gtimer.c | 2 +- product/rddaniel/scp_ramfw/config_mhu2.c | 2 +- product/rddaniel/scp_ramfw/config_pik_clock.c | 2 +- product/rddaniel/scp_ramfw/config_power_domain.c | 2 +- product/rddaniel/scp_ramfw/config_ppu_v1.c | 2 +- product/rddaniel/scp_ramfw/config_scmi.c | 2 +- product/rddaniel/scp_ramfw/config_scmi_power_domain.c | 2 +- product/rddaniel/scp_ramfw/config_scmi_system_power.c | 2 +- product/rddaniel/scp_ramfw/config_sds.c | 2 +- product/rddaniel/scp_ramfw/config_smt.c | 2 +- product/rddaniel/scp_ramfw/config_system_pll.c | 2 +- product/rddaniel/scp_ramfw/config_system_power.c | 2 +- product/rddaniel/scp_ramfw/config_timer.c | 2 +- product/rddaniel/scp_ramfw/firmware.mk | 2 +- product/rddaniel/scp_ramfw/fmw_memory.h | 2 +- product/rddaniel/scp_ramfw/fmw_notification.h | 2 +- product/rddaniel/scp_ramfw/rtx_config.c | 2 +- product/rddaniel/scp_romfw/config_bootloader.c | 2 +- product/rddaniel/scp_romfw/config_clock.c | 2 +- product/rddaniel/scp_romfw/firmware.mk | 2 +- product/rddaniel/scp_romfw/fmw_memory.h | 2 +- product/rddaniel/src/config_pl011.c | 2 +- product/rddaniel/src/config_sid.c | 2 +- product/rddaniel/src/config_system_info.c | 2 +- product/rddanielxlr/include/clock_soc.h | 2 +- product/rddanielxlr/include/config_power_domain.h | 2 +- product/rddanielxlr/include/cpu_pik.h | 2 +- product/rddanielxlr/include/fmw_cmsis.h | 2 +- product/rddanielxlr/include/fmw_io.h | 2 +- product/rddanielxlr/include/fmw_log.h | 2 +- product/rddanielxlr/include/mcp_rddanielxlr_mmap.h | 2 +- product/rddanielxlr/include/mcp_software_mmap.h | 2 +- product/rddanielxlr/include/rddanielxlr_core.h | 2 +- product/rddanielxlr/include/rddanielxlr_power_domain.h | 2 +- product/rddanielxlr/include/rddanielxlr_scmi.h | 2 +- product/rddanielxlr/include/rddanielxlr_sds.h | 2 +- product/rddanielxlr/include/scp_css_mmap.h | 2 +- product/rddanielxlr/include/scp_mmap.h | 2 +- product/rddanielxlr/include/scp_pik.h | 2 +- product/rddanielxlr/include/scp_rddanielxlr_irq.h | 2 +- product/rddanielxlr/include/scp_rddanielxlr_mhu.h | 2 +- product/rddanielxlr/include/scp_soc_mmap.h | 2 +- product/rddanielxlr/include/scp_software_mmap.h | 2 +- product/rddanielxlr/include/system_pik.h | 2 +- product/rddanielxlr/mcp_romfw/config_bootloader.c | 2 +- product/rddanielxlr/mcp_romfw/config_clock.c | 2 +- product/rddanielxlr/mcp_romfw/config_pl011.c | 2 +- product/rddanielxlr/mcp_romfw/firmware.mk | 2 +- product/rddanielxlr/mcp_romfw/fmw_memory.h | 2 +- .../rddanielxlr_system/include/mod_rddanielxlr_system.h | 2 +- product/rddanielxlr/module/rddanielxlr_system/src/Makefile | 2 +- .../module/rddanielxlr_system/src/mod_rddanielxlr_system.c | 2 +- product/rddanielxlr/product.mk | 2 +- product/rddanielxlr/scp_ramfw/RTX_Config.h | 2 +- product/rddanielxlr/scp_ramfw/config_apcontext.c | 2 +- product/rddanielxlr/scp_ramfw/config_armv7m_mpu.c | 2 +- product/rddanielxlr/scp_ramfw/config_clock.c | 2 +- product/rddanielxlr/scp_ramfw/config_cmn_rhodes.c | 2 +- product/rddanielxlr/scp_ramfw/config_css_clock.c | 2 +- product/rddanielxlr/scp_ramfw/config_gtimer.c | 2 +- product/rddanielxlr/scp_ramfw/config_mhu2.c | 2 +- product/rddanielxlr/scp_ramfw/config_pik_clock.c | 2 +- product/rddanielxlr/scp_ramfw/config_power_domain.c | 2 +- product/rddanielxlr/scp_ramfw/config_ppu_v1.c | 2 +- product/rddanielxlr/scp_ramfw/config_scmi.c | 2 +- product/rddanielxlr/scp_ramfw/config_scmi_power_domain.c | 2 +- product/rddanielxlr/scp_ramfw/config_scmi_system_power.c | 2 +- product/rddanielxlr/scp_ramfw/config_sds.c | 2 +- product/rddanielxlr/scp_ramfw/config_smt.c | 2 +- product/rddanielxlr/scp_ramfw/config_system_pll.c | 2 +- product/rddanielxlr/scp_ramfw/config_system_power.c | 2 +- product/rddanielxlr/scp_ramfw/config_timer.c | 2 +- product/rddanielxlr/scp_ramfw/firmware.mk | 2 +- product/rddanielxlr/scp_ramfw/fmw_memory.h | 2 +- product/rddanielxlr/scp_ramfw/fmw_notification.h | 2 +- product/rddanielxlr/scp_ramfw/rtx_config.c | 2 +- product/rddanielxlr/scp_romfw/config_bootloader.c | 2 +- product/rddanielxlr/scp_romfw/config_clock.c | 2 +- product/rddanielxlr/scp_romfw/config_log.c | 2 +- product/rddanielxlr/scp_romfw/firmware.mk | 2 +- product/rddanielxlr/scp_romfw/fmw_memory.h | 2 +- product/rddanielxlr/src/config_pl011.c | 2 +- product/rddanielxlr/src/config_sid.c | 2 +- product/rddanielxlr/src/config_system_info.c | 2 +- product/rdn1e1/include/config_pl011_mcp.h | 2 +- product/rdn1e1/include/config_pl011_scp.h | 2 +- product/rdn1e1/include/fmw_cmsis_mcp.h | 2 +- product/rdn1e1/include/fmw_cmsis_scp.h | 2 +- product/rdn1e1/include/fmw_io.h | 2 +- product/rdn1e1/include/mcp_rdn1e1_mmap.h | 2 +- product/rdn1e1/include/mcp_rdn1e1_mmap_mcp.h | 2 +- product/rdn1e1/include/mcp_system_mmap_mcp.h | 2 +- product/rdn1e1/include/rdn1e1_core.h | 2 +- product/rdn1e1/include/rdn1e1_pik_cpu.h | 2 +- product/rdn1e1/include/rdn1e1_pik_debug.h | 2 +- product/rdn1e1/include/rdn1e1_pik_scp.h | 2 +- product/rdn1e1/include/rdn1e1_pik_system.h | 2 +- product/rdn1e1/include/rdn1e1_power_domain.h | 2 +- product/rdn1e1/include/rdn1e1_sds.h | 2 +- product/rdn1e1/include/scp_rdn1e1_mhu.h | 2 +- product/rdn1e1/include/scp_rdn1e1_mmap.h | 2 +- product/rdn1e1/include/scp_rdn1e1_mmap_scp.h | 2 +- product/rdn1e1/include/scp_rdn1e1_pik.h | 2 +- product/rdn1e1/include/scp_rdn1e1_scmi.h | 2 +- product/rdn1e1/include/scp_software_mmap.h | 2 +- product/rdn1e1/include/scp_system_mmap.h | 2 +- product/rdn1e1/include/scp_system_mmap_scp.h | 2 +- product/rdn1e1/include/system_clock.h | 2 +- product/rdn1e1/mcp_romfw/config_bootloader.c | 2 +- product/rdn1e1/mcp_romfw/config_clock.c | 2 +- product/rdn1e1/mcp_romfw/config_pl011.c | 2 +- product/rdn1e1/mcp_romfw/firmware.mk | 2 +- product/rdn1e1/mcp_romfw/fmw_cmsis.h | 2 +- product/rdn1e1/mcp_romfw/fmw_memory.h | 2 +- .../rdn1e1/module/rdn1e1_system/include/mod_rdn1e1_system.h | 2 +- product/rdn1e1/module/rdn1e1_system/src/Makefile | 2 +- product/rdn1e1/module/rdn1e1_system/src/mod_rdn1e1_system.c | 2 +- product/rdn1e1/product.mk | 2 +- product/rdn1e1/scp_ramfw/RTX_Config.h | 2 +- product/rdn1e1/scp_ramfw/config_apcontext.c | 2 +- product/rdn1e1/scp_ramfw/config_armv7m_mpu.c | 2 +- product/rdn1e1/scp_ramfw/config_clock.c | 2 +- product/rdn1e1/scp_ramfw/config_clock.h | 2 +- product/rdn1e1/scp_ramfw/config_cmn600.c | 2 +- product/rdn1e1/scp_ramfw/config_css_clock.c | 2 +- product/rdn1e1/scp_ramfw/config_ddr_phy500.c | 2 +- product/rdn1e1/scp_ramfw/config_dmc620.c | 2 +- product/rdn1e1/scp_ramfw/config_dvfs.c | 2 +- product/rdn1e1/scp_ramfw/config_mhu2.c | 2 +- product/rdn1e1/scp_ramfw/config_mock_psu.c | 2 +- product/rdn1e1/scp_ramfw/config_pik_clock.c | 2 +- product/rdn1e1/scp_ramfw/config_pl011.c | 2 +- product/rdn1e1/scp_ramfw/config_power_domain.c | 2 +- product/rdn1e1/scp_ramfw/config_power_domain.h | 2 +- product/rdn1e1/scp_ramfw/config_ppu_v0.c | 2 +- product/rdn1e1/scp_ramfw/config_ppu_v0.h | 2 +- product/rdn1e1/scp_ramfw/config_ppu_v1.c | 2 +- product/rdn1e1/scp_ramfw/config_psu.c | 2 +- product/rdn1e1/scp_ramfw/config_resource_perms.c | 2 +- product/rdn1e1/scp_ramfw/config_scmi.c | 2 +- product/rdn1e1/scp_ramfw/config_scmi_apcore.c | 2 +- product/rdn1e1/scp_ramfw/config_scmi_perf.c | 2 +- product/rdn1e1/scp_ramfw/config_scmi_power_domain.c | 2 +- product/rdn1e1/scp_ramfw/config_scmi_system_power.c | 2 +- product/rdn1e1/scp_ramfw/config_sds.c | 2 +- product/rdn1e1/scp_ramfw/config_sensor.c | 2 +- product/rdn1e1/scp_ramfw/config_smt.c | 2 +- product/rdn1e1/scp_ramfw/config_system_pll.c | 2 +- product/rdn1e1/scp_ramfw/config_system_power.c | 2 +- product/rdn1e1/scp_ramfw/config_timer.c | 2 +- product/rdn1e1/scp_ramfw/firmware.mk | 2 +- product/rdn1e1/scp_ramfw/fmw_cmsis.h | 2 +- product/rdn1e1/scp_ramfw/fmw_memory.h | 2 +- product/rdn1e1/scp_ramfw/rtx_config.c | 2 +- product/rdn1e1/scp_romfw/config_bootloader.c | 2 +- product/rdn1e1/scp_romfw/config_clock.c | 2 +- product/rdn1e1/scp_romfw/config_gtimer.c | 2 +- product/rdn1e1/scp_romfw/config_pl011.c | 2 +- product/rdn1e1/scp_romfw/firmware.mk | 2 +- product/rdn1e1/scp_romfw/fmw_cmsis.h | 2 +- product/rdn1e1/scp_romfw/fmw_memory.h | 2 +- product/rdn1e1/src/config_sid.c | 2 +- product/rdn1e1/src/config_system_info.c | 2 +- product/rdn2/include/clock_soc.h | 2 +- product/rdn2/include/config_power_domain.h | 2 +- product/rdn2/include/cpu_pik.h | 2 +- product/rdn2/include/fmw_cmsis.h | 2 +- product/rdn2/include/fmw_io.h | 2 +- product/rdn2/include/mcp_platform_mmap.h | 2 +- product/rdn2/include/mcp_software_mmap.h | 2 +- product/rdn2/include/platform_core.h | 2 +- product/rdn2/include/platform_power_domain.h | 2 +- product/rdn2/include/platform_scmi.h | 2 +- product/rdn2/include/platform_sds.h | 2 +- product/rdn2/include/scp_css_mmap.h | 2 +- product/rdn2/include/scp_mmap.h | 2 +- product/rdn2/include/scp_pik.h | 2 +- product/rdn2/include/scp_platform_mhu.h | 2 +- product/rdn2/include/scp_soc_mmap.h | 2 +- product/rdn2/include/scp_software_mmap.h | 2 +- product/rdn2/include/system_pik.h | 2 +- product/rdn2/mcp_romfw/config_bootloader.c | 2 +- product/rdn2/mcp_romfw/config_clock.c | 2 +- product/rdn2/mcp_romfw/config_pl011.c | 2 +- product/rdn2/mcp_romfw/firmware.mk | 2 +- product/rdn2/mcp_romfw/fmw_memory.h | 2 +- .../module/platform_system/include/mod_platform_system.h | 2 +- product/rdn2/module/platform_system/src/Makefile | 2 +- .../rdn2/module/platform_system/src/mod_platform_system.c | 2 +- product/rdn2/product.mk | 2 +- product/rdn2/scp_ramfw/RTX_Config.h | 2 +- product/rdn2/scp_ramfw/config_apcontext.c | 2 +- product/rdn2/scp_ramfw/config_armv7m_mpu.c | 2 +- product/rdn2/scp_ramfw/config_clock.c | 2 +- product/rdn2/scp_ramfw/config_cmn700.c | 2 +- product/rdn2/scp_ramfw/config_css_clock.c | 2 +- product/rdn2/scp_ramfw/config_gtimer.c | 2 +- product/rdn2/scp_ramfw/config_mhu2.c | 2 +- product/rdn2/scp_ramfw/config_pik_clock.c | 2 +- product/rdn2/scp_ramfw/config_power_domain.c | 2 +- product/rdn2/scp_ramfw/config_ppu_v1.c | 2 +- product/rdn2/scp_ramfw/config_scmi.c | 2 +- product/rdn2/scp_ramfw/config_scmi_power_domain.c | 2 +- product/rdn2/scp_ramfw/config_scmi_system_power.c | 2 +- product/rdn2/scp_ramfw/config_sds.c | 2 +- product/rdn2/scp_ramfw/config_smt.c | 2 +- product/rdn2/scp_ramfw/config_system_pll.c | 2 +- product/rdn2/scp_ramfw/config_system_power.c | 2 +- product/rdn2/scp_ramfw/config_timer.c | 2 +- product/rdn2/scp_ramfw/firmware.mk | 2 +- product/rdn2/scp_ramfw/fmw_memory.h | 2 +- product/rdn2/scp_ramfw/fmw_notification.h | 2 +- product/rdn2/scp_ramfw/rtx_config.c | 2 +- product/rdn2/scp_romfw/config_bootloader.c | 2 +- product/rdn2/scp_romfw/config_clock.c | 2 +- product/rdn2/scp_romfw/firmware.mk | 2 +- product/rdn2/scp_romfw/fmw_memory.h | 2 +- product/rdn2/src/config_pl011.c | 2 +- product/rdn2/src/config_sid.c | 2 +- product/rdn2/src/config_system_info.c | 2 +- product/sgi575/include/dbg_system_map.h | 2 +- product/sgi575/include/fmw_cmsis_mcp.h | 2 +- product/sgi575/include/fmw_cmsis_scp.h | 2 +- product/sgi575/include/fmw_io.h | 2 +- product/sgi575/include/mcp_sgi575_mmap.h | 2 +- product/sgi575/include/mcp_sgi575_mmap_mcp.h | 2 +- product/sgi575/include/mcp_system_mmap_mcp.h | 2 +- product/sgi575/include/scp_sgi575_mhu.h | 2 +- product/sgi575/include/scp_sgi575_mmap.h | 2 +- product/sgi575/include/scp_sgi575_mmap_scp.h | 2 +- product/sgi575/include/scp_sgi575_pik.h | 2 +- product/sgi575/include/scp_sgi575_scmi.h | 2 +- product/sgi575/include/scp_software_mmap.h | 2 +- product/sgi575/include/scp_system_mmap.h | 2 +- product/sgi575/include/scp_system_mmap_scp.h | 2 +- product/sgi575/include/sgi575_core.h | 2 +- product/sgi575/include/sgi575_pik_cpu.h | 2 +- product/sgi575/include/sgi575_pik_debug.h | 2 +- product/sgi575/include/sgi575_pik_scp.h | 2 +- product/sgi575/include/sgi575_pik_system.h | 2 +- product/sgi575/include/sgi575_power_domain.h | 2 +- product/sgi575/include/sgi575_sds.h | 2 +- product/sgi575/include/sgi575_ssc.h | 2 +- product/sgi575/include/system_clock.h | 2 +- product/sgi575/mcp_romfw/config_bootloader.c | 2 +- product/sgi575/mcp_romfw/config_clock.c | 2 +- product/sgi575/mcp_romfw/config_pl011.c | 2 +- product/sgi575/mcp_romfw/firmware.mk | 2 +- product/sgi575/mcp_romfw/fmw_cmsis.h | 2 +- product/sgi575/mcp_romfw/fmw_memory.h | 2 +- .../sgi575/module/sgi575_system/include/mod_sgi575_system.h | 2 +- product/sgi575/module/sgi575_system/src/Makefile | 2 +- product/sgi575/module/sgi575_system/src/mod_sgi575_system.c | 2 +- product/sgi575/product.mk | 2 +- product/sgi575/scp_ramfw/RTX_Config.h | 2 +- product/sgi575/scp_ramfw/config_apcontext.c | 2 +- product/sgi575/scp_ramfw/config_armv7m_mpu.c | 2 +- product/sgi575/scp_ramfw/config_clock.c | 2 +- product/sgi575/scp_ramfw/config_clock.h | 2 +- product/sgi575/scp_ramfw/config_cmn600.c | 2 +- product/sgi575/scp_ramfw/config_css_clock.c | 2 +- product/sgi575/scp_ramfw/config_ddr_phy500.c | 2 +- product/sgi575/scp_ramfw/config_dmc620.c | 2 +- product/sgi575/scp_ramfw/config_dvfs.c | 2 +- product/sgi575/scp_ramfw/config_mhu.c | 2 +- product/sgi575/scp_ramfw/config_mock_psu.c | 2 +- product/sgi575/scp_ramfw/config_pik_clock.c | 2 +- product/sgi575/scp_ramfw/config_pl011.c | 2 +- product/sgi575/scp_ramfw/config_power_domain.c | 2 +- product/sgi575/scp_ramfw/config_power_domain.h | 2 +- product/sgi575/scp_ramfw/config_ppu_v0.c | 2 +- product/sgi575/scp_ramfw/config_ppu_v0.h | 2 +- product/sgi575/scp_ramfw/config_ppu_v1.c | 2 +- product/sgi575/scp_ramfw/config_psu.c | 2 +- product/sgi575/scp_ramfw/config_resource_perms.c | 2 +- product/sgi575/scp_ramfw/config_scmi.c | 2 +- product/sgi575/scp_ramfw/config_scmi_apcore.c | 2 +- product/sgi575/scp_ramfw/config_scmi_perf.c | 2 +- product/sgi575/scp_ramfw/config_scmi_power_domain.c | 2 +- product/sgi575/scp_ramfw/config_scmi_system_power.c | 2 +- product/sgi575/scp_ramfw/config_sds.c | 2 +- product/sgi575/scp_ramfw/config_sensor.c | 2 +- product/sgi575/scp_ramfw/config_smt.c | 2 +- product/sgi575/scp_ramfw/config_ssc.c | 2 +- product/sgi575/scp_ramfw/config_system_info.c | 2 +- product/sgi575/scp_ramfw/config_system_pll.c | 2 +- product/sgi575/scp_ramfw/config_system_power.c | 2 +- product/sgi575/scp_ramfw/config_timer.c | 2 +- product/sgi575/scp_ramfw/firmware.mk | 2 +- product/sgi575/scp_ramfw/fmw_cmsis.h | 2 +- product/sgi575/scp_ramfw/fmw_memory.h | 2 +- product/sgi575/scp_ramfw/rtx_config.c | 2 +- product/sgi575/scp_romfw/config_bootloader.c | 2 +- product/sgi575/scp_romfw/config_clock.c | 2 +- product/sgi575/scp_romfw/config_gtimer.c | 2 +- product/sgi575/scp_romfw/config_pl011.c | 2 +- product/sgi575/scp_romfw/firmware.mk | 2 +- product/sgi575/scp_romfw/fmw_cmsis.h | 2 +- product/sgi575/scp_romfw/fmw_memory.h | 2 +- product/sgm775/include/dbg_system_map.h | 2 +- product/sgm775/include/fmw_cmsis.h | 2 +- product/sgm775/include/fmw_io.h | 2 +- product/sgm775/include/sgm775_core.h | 2 +- product/sgm775/include/sgm775_mhu.h | 2 +- product/sgm775/include/sgm775_mmap.h | 2 +- product/sgm775/include/sgm775_mmap_scp.h | 2 +- product/sgm775/include/sgm775_pik.h | 2 +- product/sgm775/include/sgm775_pik_cpu.h | 2 +- product/sgm775/include/sgm775_pik_debug.h | 2 +- product/sgm775/include/sgm775_pik_dpu.h | 2 +- product/sgm775/include/sgm775_pik_gpu.h | 2 +- product/sgm775/include/sgm775_pik_scp.h | 2 +- product/sgm775/include/sgm775_pik_system.h | 2 +- product/sgm775/include/sgm775_pik_vpu.h | 2 +- product/sgm775/include/sgm775_scmi.h | 2 +- product/sgm775/include/sgm775_sds.h | 2 +- product/sgm775/include/sgm775_ssc.h | 2 +- product/sgm775/include/software_mmap.h | 2 +- product/sgm775/include/system_clock.h | 2 +- product/sgm775/include/system_mmap.h | 2 +- product/sgm775/include/system_mmap_scp.h | 2 +- .../module/sgm775_ddr_phy500/include/mod_sgm775_ddr_phy500.h | 2 +- product/sgm775/module/sgm775_ddr_phy500/src/Makefile | 2 +- .../module/sgm775_ddr_phy500/src/mod_sgm775_ddr_phy500.c | 2 +- .../sgm775/module/sgm775_dmc500/include/mod_sgm775_dmc500.h | 2 +- product/sgm775/module/sgm775_dmc500/src/Makefile | 2 +- product/sgm775/module/sgm775_dmc500/src/mod_sgm775_dmc500.c | 2 +- .../sgm775/module/sgm775_system/include/mod_sgm775_system.h | 2 +- product/sgm775/module/sgm775_system/src/Makefile | 2 +- product/sgm775/module/sgm775_system/src/mod_sgm775_system.c | 2 +- product/sgm775/product.mk | 2 +- product/sgm775/scp_ramfw/RTX_Config.h | 2 +- product/sgm775/scp_ramfw/clock_devices.h | 2 +- product/sgm775/scp_ramfw/config_clock.c | 2 +- product/sgm775/scp_ramfw/config_css_clock.c | 2 +- product/sgm775/scp_ramfw/config_debugger_cli.c | 2 +- product/sgm775/scp_ramfw/config_dvfs.c | 2 +- product/sgm775/scp_ramfw/config_dvfs.h | 2 +- product/sgm775/scp_ramfw/config_mhu.c | 2 +- product/sgm775/scp_ramfw/config_mock_psu.c | 2 +- product/sgm775/scp_ramfw/config_mock_psu.h | 2 +- product/sgm775/scp_ramfw/config_pik_clock.c | 2 +- product/sgm775/scp_ramfw/config_pl011.c | 2 +- product/sgm775/scp_ramfw/config_power_domain.c | 2 +- product/sgm775/scp_ramfw/config_power_domain.h | 2 +- product/sgm775/scp_ramfw/config_ppu_v0.c | 2 +- product/sgm775/scp_ramfw/config_ppu_v0.h | 2 +- product/sgm775/scp_ramfw/config_ppu_v1.c | 2 +- product/sgm775/scp_ramfw/config_psu.c | 2 +- product/sgm775/scp_ramfw/config_psu.h | 2 +- product/sgm775/scp_ramfw/config_resource_perms.c | 2 +- product/sgm775/scp_ramfw/config_scmi.c | 2 +- product/sgm775/scp_ramfw/config_scmi_apcore.c | 2 +- product/sgm775/scp_ramfw/config_scmi_clock.c | 2 +- product/sgm775/scp_ramfw/config_scmi_perf.c | 2 +- product/sgm775/scp_ramfw/config_scmi_power_domain.c | 2 +- product/sgm775/scp_ramfw/config_scmi_system_power.c | 2 +- product/sgm775/scp_ramfw/config_sds.c | 2 +- product/sgm775/scp_ramfw/config_sensor.c | 2 +- product/sgm775/scp_ramfw/config_sgm775_ddr_phy500.c | 2 +- product/sgm775/scp_ramfw/config_sgm775_dmc500.c | 2 +- product/sgm775/scp_ramfw/config_smt.c | 2 +- product/sgm775/scp_ramfw/config_system_pll.c | 2 +- product/sgm775/scp_ramfw/config_system_power.c | 2 +- product/sgm775/scp_ramfw/config_timer.c | 2 +- product/sgm775/scp_ramfw/config_timer.h | 2 +- product/sgm775/scp_ramfw/firmware.mk | 2 +- product/sgm775/scp_ramfw/fmw_memory.h | 2 +- product/sgm775/scp_ramfw/rtx_config.c | 2 +- product/sgm775/scp_romfw/clock_devices.h | 2 +- product/sgm775/scp_romfw/config_bootloader.c | 2 +- product/sgm775/scp_romfw/config_clock.c | 2 +- product/sgm775/scp_romfw/config_css_clock.c | 2 +- product/sgm775/scp_romfw/config_msys_rom.c | 2 +- product/sgm775/scp_romfw/config_pik_clock.c | 2 +- product/sgm775/scp_romfw/config_pl011.c | 2 +- product/sgm775/scp_romfw/config_ppu_v0.c | 2 +- product/sgm775/scp_romfw/config_ppu_v1.c | 2 +- product/sgm775/scp_romfw/config_sds.c | 2 +- product/sgm775/scp_romfw/config_system_pll.c | 2 +- product/sgm775/scp_romfw/config_timer.c | 2 +- product/sgm775/scp_romfw/firmware.mk | 2 +- product/sgm775/scp_romfw/fmw_memory.h | 2 +- product/sgm775/src/config_sid.c | 2 +- product/sgm775/src/config_system_info.c | 2 +- product/sgm775/src/sgm775_core.c | 2 +- product/sgm776/include/fmw_cmsis.h | 2 +- product/sgm776/include/fmw_io.h | 2 +- product/sgm776/include/sgm776_core.h | 2 +- product/sgm776/include/sgm776_mhu.h | 2 +- product/sgm776/include/sgm776_mmap.h | 2 +- product/sgm776/include/sgm776_mmap_scp.h | 2 +- product/sgm776/include/sgm776_pik.h | 2 +- product/sgm776/include/sgm776_pik_cpu.h | 2 +- product/sgm776/include/sgm776_pik_debug.h | 2 +- product/sgm776/include/sgm776_pik_dpu.h | 2 +- product/sgm776/include/sgm776_pik_gpu.h | 2 +- product/sgm776/include/sgm776_pik_scp.h | 2 +- product/sgm776/include/sgm776_pik_system.h | 2 +- product/sgm776/include/sgm776_pik_vpu.h | 2 +- product/sgm776/include/sgm776_scmi.h | 2 +- product/sgm776/include/sgm776_sds.h | 2 +- product/sgm776/include/sgm776_sid.h | 2 +- product/sgm776/include/software_mmap.h | 2 +- product/sgm776/include/system_clock.h | 2 +- product/sgm776/include/system_mmap.h | 2 +- product/sgm776/include/system_mmap_scp.h | 2 +- .../sgm776/module/sgm776_system/include/mod_sgm776_system.h | 2 +- product/sgm776/module/sgm776_system/src/Makefile | 2 +- product/sgm776/module/sgm776_system/src/mod_sgm776_system.c | 2 +- product/sgm776/product.mk | 2 +- product/sgm776/scp_ramfw/RTX_Config.h | 2 +- product/sgm776/scp_ramfw/clock_devices.h | 2 +- product/sgm776/scp_ramfw/config_clock.c | 2 +- product/sgm776/scp_ramfw/config_css_clock.c | 2 +- product/sgm776/scp_ramfw/config_ddr_phy500.c | 2 +- product/sgm776/scp_ramfw/config_dmc500.c | 2 +- product/sgm776/scp_ramfw/config_dvfs.c | 2 +- product/sgm776/scp_ramfw/config_dvfs.h | 2 +- product/sgm776/scp_ramfw/config_mhu.c | 2 +- product/sgm776/scp_ramfw/config_mock_psu.c | 2 +- product/sgm776/scp_ramfw/config_pik_clock.c | 2 +- product/sgm776/scp_ramfw/config_pl011.c | 2 +- product/sgm776/scp_ramfw/config_power_domain.c | 2 +- product/sgm776/scp_ramfw/config_power_domain.h | 2 +- product/sgm776/scp_ramfw/config_ppu_v1.c | 2 +- product/sgm776/scp_ramfw/config_ppu_v1.h | 2 +- product/sgm776/scp_ramfw/config_psu.c | 2 +- product/sgm776/scp_ramfw/config_resource_perms.c | 2 +- product/sgm776/scp_ramfw/config_scmi.c | 2 +- product/sgm776/scp_ramfw/config_scmi_apcore.c | 2 +- product/sgm776/scp_ramfw/config_scmi_clock.c | 2 +- product/sgm776/scp_ramfw/config_scmi_perf.c | 2 +- product/sgm776/scp_ramfw/config_scmi_power_domain.c | 2 +- product/sgm776/scp_ramfw/config_scmi_system_power.c | 2 +- product/sgm776/scp_ramfw/config_sds.c | 2 +- product/sgm776/scp_ramfw/config_sensor.c | 2 +- product/sgm776/scp_ramfw/config_smt.c | 2 +- product/sgm776/scp_ramfw/config_system_pll.c | 2 +- product/sgm776/scp_ramfw/config_system_power.c | 2 +- product/sgm776/scp_ramfw/config_timer.c | 2 +- product/sgm776/scp_ramfw/firmware.mk | 2 +- product/sgm776/scp_ramfw/fmw_memory.h | 2 +- product/sgm776/scp_ramfw/rtx_config.c | 2 +- product/sgm776/scp_romfw/clock_devices.h | 2 +- product/sgm776/scp_romfw/config_bootloader.c | 2 +- product/sgm776/scp_romfw/config_clock.c | 2 +- product/sgm776/scp_romfw/config_css_clock.c | 2 +- product/sgm776/scp_romfw/config_msys_rom.c | 2 +- product/sgm776/scp_romfw/config_pik_clock.c | 2 +- product/sgm776/scp_romfw/config_pl011.c | 2 +- product/sgm776/scp_romfw/config_ppu_v1.c | 2 +- product/sgm776/scp_romfw/config_sds.c | 2 +- product/sgm776/scp_romfw/config_system_pll.c | 2 +- product/sgm776/scp_romfw/config_timer.c | 2 +- product/sgm776/scp_romfw/firmware.mk | 2 +- product/sgm776/scp_romfw/fmw_memory.h | 2 +- product/sgm776/src/config_sid.c | 2 +- product/sgm776/src/config_system_info.c | 2 +- product/sgm776/src/sgm776_core.c | 2 +- product/synquacer/include/fmw_cmsis.h | 2 +- product/synquacer/include/fmw_io.h | 2 +- product/synquacer/include/low_level_access.h | 2 +- product/synquacer/include/mmu500.h | 2 +- product/synquacer/include/pik_cpu.h | 2 +- product/synquacer/include/pik_scp.h | 2 +- product/synquacer/include/pik_system.h | 2 +- product/synquacer/include/scp_system_mmap_scp.h | 2 +- product/synquacer/include/synquacer_common.h | 2 +- product/synquacer/include/synquacer_config.h | 2 +- product/synquacer/include/synquacer_core.h | 2 +- product/synquacer/include/synquacer_mmap.h | 2 +- product/synquacer/include/synquacer_pik.h | 2 +- product/synquacer/include/system_clock.h | 2 +- product/synquacer/module/ccn512/include/internal/ccn512.h | 2 +- product/synquacer/module/ccn512/include/mod_ccn512.h | 2 +- product/synquacer/module/ccn512/src/Makefile | 2 +- product/synquacer/module/ccn512/src/mod_ccn512.c | 2 +- product/synquacer/module/f_i2c/include/i2c_api.h | 2 +- product/synquacer/module/f_i2c/include/internal/i2c_depend.h | 2 +- product/synquacer/module/f_i2c/include/internal/i2c_driver.h | 2 +- product/synquacer/module/f_i2c/include/internal/i2c_reg.h | 2 +- .../synquacer/module/f_i2c/include/internal/i2c_reg_access.h | 2 +- product/synquacer/module/f_i2c/include/mod_f_i2c.h | 2 +- product/synquacer/module/f_i2c/src/Makefile | 2 +- product/synquacer/module/f_i2c/src/i2c_api.c | 2 +- product/synquacer/module/f_i2c/src/i2c_depend.c | 2 +- product/synquacer/module/f_i2c/src/i2c_driver.c | 2 +- product/synquacer/module/f_i2c/src/i2c_reg_access.c | 2 +- product/synquacer/module/f_i2c/src/mod_f_i2c.c | 2 +- product/synquacer/module/f_uart3/include/mod_f_uart3.h | 2 +- product/synquacer/module/f_uart3/src/Makefile | 2 +- product/synquacer/module/f_uart3/src/f_uart3.h | 2 +- product/synquacer/module/f_uart3/src/mod_f_uart3.c | 2 +- product/synquacer/module/hsspi/include/internal/hsspi_api.h | 2 +- .../synquacer/module/hsspi/include/internal/hsspi_driver.h | 2 +- product/synquacer/module/hsspi/include/internal/reg_HSSPI.h | 2 +- product/synquacer/module/hsspi/include/mod_hsspi.h | 2 +- product/synquacer/module/hsspi/src/Makefile | 2 +- product/synquacer/module/hsspi/src/hsspi_api.c | 2 +- product/synquacer/module/hsspi/src/hsspi_driver.c | 2 +- product/synquacer/module/hsspi/src/mod_hsspi.c | 2 +- .../synquacer/module/ppu_v0_synquacer/include/mod_ppu_v0.h | 2 +- product/synquacer/module/ppu_v0_synquacer/include/ppu_v0.h | 2 +- product/synquacer/module/ppu_v0_synquacer/src/Makefile | 2 +- product/synquacer/module/ppu_v0_synquacer/src/mod_ppu_v0.c | 2 +- product/synquacer/module/ppu_v0_synquacer/src/ppu_v0.c | 2 +- .../scmi_vendor_ext/include/internal/scmi_vendor_ext.h | 2 +- product/synquacer/module/scmi_vendor_ext/src/Makefile | 2 +- .../module/scmi_vendor_ext/src/mod_scmi_vendor_ext.c | 2 +- product/synquacer/module/synquacer_memc/include/ddr_init.h | 2 +- .../synquacer_memc/include/internal/reg_DDRPHY_CONFIG.h | 2 +- .../module/synquacer_memc/include/internal/reg_DMA330.h | 2 +- .../module/synquacer_memc/include/internal/reg_DMC520.h | 2 +- .../module/synquacer_memc/include/mod_synquacer_memc.h | 2 +- .../synquacer/module/synquacer_memc/include/synquacer_ddr.h | 2 +- product/synquacer/module/synquacer_memc/src/Makefile | 2 +- product/synquacer/module/synquacer_memc/src/ddr_init.c | 2 +- .../synquacer/module/synquacer_memc/src/mod_synquacer_memc.c | 2 +- product/synquacer/module/synquacer_memc/src/synquacer_ddr.c | 2 +- .../synquacer_pik_clock/include/mod_synquacer_pik_clock.h | 2 +- product/synquacer/module/synquacer_pik_clock/src/Makefile | 2 +- .../module/synquacer_pik_clock/src/mod_synquacer_pik_clock.c | 2 +- .../module/synquacer_rom/include/mod_synquacer_rom.h | 2 +- product/synquacer/module/synquacer_rom/src/Makefile | 2 +- .../synquacer/module/synquacer_rom/src/mod_synquacer_rom.c | 2 +- product/synquacer/module/synquacer_rom/src/synquacer_init.c | 2 +- product/synquacer/module/synquacer_system/include/boot_ctl.h | 2 +- .../module/synquacer_system/include/internal/crg11.h | 2 +- .../module/synquacer_system/include/internal/gpio.h | 2 +- .../module/synquacer_system/include/internal/nic400.h | 2 +- .../synquacer/module/synquacer_system/include/internal/pmu.h | 2 +- .../module/synquacer_system/include/internal/reg_PPU.h | 2 +- .../module/synquacer_system/include/internal/reset.h | 2 +- .../module/synquacer_system/include/internal/smmu_wrapper.h | 2 +- .../module/synquacer_system/include/internal/synquacer_pd.h | 2 +- .../synquacer_system/include/internal/synquacer_ppu_driver.h | 2 +- .../module/synquacer_system/include/internal/sysoc.h | 2 +- .../synquacer_system/include/internal/thermal_sensor.h | 2 +- .../synquacer_system/include/internal/transaction_sw.h | 2 +- .../module/synquacer_system/include/mod_synquacer_system.h | 2 +- .../module/synquacer_system/include/sysdef_option.h | 2 +- product/synquacer/module/synquacer_system/src/Makefile | 2 +- product/synquacer/module/synquacer_system/src/boot_ctl.c | 2 +- product/synquacer/module/synquacer_system/src/gpio.c | 2 +- .../synquacer/module/synquacer_system/src/load_secure_fw.c | 2 +- product/synquacer/module/synquacer_system/src/mmu500.c | 2 +- .../module/synquacer_system/src/mod_synquacer_system.c | 2 +- product/synquacer/module/synquacer_system/src/nic400.c | 2 +- product/synquacer/module/synquacer_system/src/pmu_driver.c | 2 +- product/synquacer/module/synquacer_system/src/smmu_config.c | 2 +- .../synquacer/module/synquacer_system/src/synquacer_main.c | 2 +- .../module/synquacer_system/src/synquacer_pd_manage.c | 2 +- .../synquacer/module/synquacer_system/src/sysdef_option.c | 2 +- product/synquacer/module/synquacer_system/src/sysoc.c | 2 +- .../synquacer/module/synquacer_system/src/thermal_sensor.c | 2 +- .../synquacer/module/synquacer_system/src/transaction_sw.c | 2 +- product/synquacer/product.mk | 2 +- product/synquacer/scp_ramfw/RTX_Config.h | 2 +- product/synquacer/scp_ramfw/config_armv7m_mpu.c | 2 +- product/synquacer/scp_ramfw/config_ccn512.c | 2 +- product/synquacer/scp_ramfw/config_clock.c | 2 +- product/synquacer/scp_ramfw/config_clock.h | 2 +- product/synquacer/scp_ramfw/config_css_clock.c | 2 +- product/synquacer/scp_ramfw/config_f_i2c.c | 2 +- product/synquacer/scp_ramfw/config_f_uart3.c | 2 +- product/synquacer/scp_ramfw/config_hsspi.c | 2 +- product/synquacer/scp_ramfw/config_mhu.c | 2 +- product/synquacer/scp_ramfw/config_mhu.h | 2 +- product/synquacer/scp_ramfw/config_pik_clock.c | 2 +- product/synquacer/scp_ramfw/config_pl011.c | 2 +- product/synquacer/scp_ramfw/config_power_domain.c | 2 +- product/synquacer/scp_ramfw/config_power_domain.h | 2 +- product/synquacer/scp_ramfw/config_ppu_v0.h | 2 +- product/synquacer/scp_ramfw/config_ppu_v0_synquacer.c | 2 +- product/synquacer/scp_ramfw/config_scmi.c | 2 +- product/synquacer/scp_ramfw/config_scmi.h | 2 +- product/synquacer/scp_ramfw/config_scmi_apcore.c | 2 +- product/synquacer/scp_ramfw/config_scmi_power_domain.c | 2 +- product/synquacer/scp_ramfw/config_scmi_system_power.c | 2 +- product/synquacer/scp_ramfw/config_smt.c | 2 +- product/synquacer/scp_ramfw/config_synquacer_memc.c | 2 +- product/synquacer/scp_ramfw/config_system_power.c | 2 +- product/synquacer/scp_ramfw/config_timer.c | 2 +- product/synquacer/scp_ramfw/firmware.mk | 2 +- product/synquacer/scp_ramfw/fmw_memory.h | 2 +- product/synquacer/scp_ramfw/rtx_config.c | 2 +- product/synquacer/scp_romfw/config_armv7m_mpu.c | 2 +- product/synquacer/scp_romfw/config_clock.c | 2 +- product/synquacer/scp_romfw/config_clock.h | 2 +- product/synquacer/scp_romfw/config_f_uart3.c | 2 +- product/synquacer/scp_romfw/config_log.c | 2 +- product/synquacer/scp_romfw/config_synquacer_pik_clock.c | 2 +- product/synquacer/scp_romfw/config_synquacer_rom.c | 2 +- product/synquacer/scp_romfw/config_timer.c | 2 +- product/synquacer/scp_romfw/firmware.mk | 2 +- product/synquacer/scp_romfw/fmw_memory.h | 2 +- product/tc0/include/clock_soc.h | 2 +- product/tc0/include/config_power_domain.h | 2 +- product/tc0/include/cpu_pik.h | 2 +- product/tc0/include/dpu_pik.h | 2 +- product/tc0/include/fmw_cmsis.h | 2 +- product/tc0/include/fmw_io.h | 2 +- product/tc0/include/scp_css_mmap.h | 2 +- product/tc0/include/scp_mmap.h | 2 +- product/tc0/include/scp_pik.h | 2 +- product/tc0/include/scp_soc_mmap.h | 2 +- product/tc0/include/scp_software_mmap.h | 2 +- product/tc0/include/scp_tc0_mhu.h | 2 +- product/tc0/include/system_pik.h | 2 +- product/tc0/include/tc0_core.h | 2 +- product/tc0/include/tc0_power_domain.h | 2 +- product/tc0/include/tc0_scmi.h | 2 +- product/tc0/include/tc0_sds.h | 2 +- product/tc0/include/tc0_timer.h | 2 +- product/tc0/module/tc0_system/include/mod_tc0_system.h | 2 +- product/tc0/module/tc0_system/src/Makefile | 2 +- product/tc0/module/tc0_system/src/mod_tc0_system.c | 2 +- product/tc0/product.mk | 2 +- product/tc0/scp_ramfw/RTX_Config.h | 2 +- product/tc0/scp_ramfw/config_armv7m_mpu.c | 2 +- product/tc0/scp_ramfw/config_clock.c | 2 +- product/tc0/scp_ramfw/config_css_clock.c | 2 +- product/tc0/scp_ramfw/config_dvfs.c | 2 +- product/tc0/scp_ramfw/config_gtimer.c | 2 +- product/tc0/scp_ramfw/config_mhu2.c | 2 +- product/tc0/scp_ramfw/config_mock_psu.c | 2 +- product/tc0/scp_ramfw/config_pik_clock.c | 2 +- product/tc0/scp_ramfw/config_pl011.c | 2 +- product/tc0/scp_ramfw/config_power_domain.c | 2 +- product/tc0/scp_ramfw/config_ppu_v1.c | 2 +- product/tc0/scp_ramfw/config_psu.c | 2 +- product/tc0/scp_ramfw/config_resource_perms.c | 2 +- product/tc0/scp_ramfw/config_scmi.c | 2 +- product/tc0/scp_ramfw/config_scmi_clock.c | 2 +- product/tc0/scp_ramfw/config_scmi_perf.c | 2 +- product/tc0/scp_ramfw/config_scmi_power_domain.c | 2 +- product/tc0/scp_ramfw/config_scmi_system_power.c | 2 +- product/tc0/scp_ramfw/config_sds.c | 2 +- product/tc0/scp_ramfw/config_smt.c | 2 +- product/tc0/scp_ramfw/config_system_pll.c | 2 +- product/tc0/scp_ramfw/config_system_power.c | 2 +- product/tc0/scp_ramfw/config_timer.c | 2 +- product/tc0/scp_ramfw/firmware.mk | 2 +- product/tc0/scp_ramfw/fmw_memory.h | 2 +- product/tc0/scp_ramfw/fmw_notification.h | 2 +- product/tc0/scp_ramfw/rtx_config.c | 2 +- product/tc0/scp_romfw/config_bootloader.c | 2 +- product/tc0/scp_romfw/config_clock.c | 2 +- product/tc0/scp_romfw/config_cmn_booker.c | 2 +- product/tc0/scp_romfw/config_css_clock.c | 2 +- product/tc0/scp_romfw/config_gtimer.c | 2 +- product/tc0/scp_romfw/config_msys_rom.c | 2 +- product/tc0/scp_romfw/config_pik_clock.c | 2 +- product/tc0/scp_romfw/config_pl011.c | 2 +- product/tc0/scp_romfw/config_ppu_v1.c | 2 +- product/tc0/scp_romfw/config_sds.c | 2 +- product/tc0/scp_romfw/config_system_pll.c | 2 +- product/tc0/scp_romfw/config_timer.c | 2 +- product/tc0/scp_romfw/firmware.mk | 2 +- product/tc0/scp_romfw/fmw_memory.h | 2 +- tools/build_string.py | 2 +- tools/build_system/cpu.mk | 2 +- tools/build_system/defs.mk | 2 +- tools/build_system/firmware.mk | 2 +- tools/build_system/lib.mk | 2 +- tools/build_system/rules.mk | 2 +- tools/build_system/test.mk | 2 +- tools/build_system/toolchain.mk | 2 +- tools/check_api.py | 2 +- tools/check_copyright.py | 2 +- tools/check_doc.py | 2 +- tools/check_spacing.py | 2 +- tools/check_style.py | 2 +- tools/check_tabs.py | 2 +- tools/ci.py | 2 +- tools/gen_module_code.py | 2 +- 1668 files changed, 1788 insertions(+), 1671 deletions(-) diff --git a/Makefile b/Makefile index f4a6c8130..66c7705a4 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/arch/arm/armv7-m/arch.mk b/arch/arm/armv7-m/arch.mk index d216e1976..02851f51b 100644 --- a/arch/arm/armv7-m/arch.mk +++ b/arch/arm/armv7-m/arch.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/arch/arm/armv7-m/include/arch_exceptions.h b/arch/arm/armv7-m/include/arch_exceptions.h index 0aa1363de..e643fe0d1 100644 --- a/arch/arm/armv7-m/include/arch_exceptions.h +++ b/arch/arm/armv7-m/include/arch_exceptions.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/arch/arm/armv7-m/include/arch_nvic.h b/arch/arm/armv7-m/include/arch_nvic.h index 4c58a5729..6bc6b5d7f 100644 --- a/arch/arm/armv7-m/include/arch_nvic.h +++ b/arch/arm/armv7-m/include/arch_nvic.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/arch/arm/armv7-m/include/arch_scatter.h b/arch/arm/armv7-m/include/arch_scatter.h index 157ded166..bcdfd7e0a 100644 --- a/arch/arm/armv7-m/include/arch_scatter.h +++ b/arch/arm/armv7-m/include/arch_scatter.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/arch/arm/armv7-m/src/arch.ld.S b/arch/arm/armv7-m/src/arch.ld.S index 1ce930811..5a349ac3b 100644 --- a/arch/arm/armv7-m/src/arch.ld.S +++ b/arch/arm/armv7-m/src/arch.ld.S @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/arch/arm/armv7-m/src/arch.scatter.S b/arch/arm/armv7-m/src/arch.scatter.S index 5359d0dff..c89254df8 100644 --- a/arch/arm/armv7-m/src/arch.scatter.S +++ b/arch/arm/armv7-m/src/arch.scatter.S @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/arch/arm/armv7-m/src/arch_exceptions.c b/arch/arm/armv7-m/src/arch_exceptions.c index cf85a5a34..c8c01fc1a 100644 --- a/arch/arm/armv7-m/src/arch_exceptions.c +++ b/arch/arm/armv7-m/src/arch_exceptions.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/arch/arm/armv7-m/src/arch_handlers.c b/arch/arm/armv7-m/src/arch_handlers.c index 284d954f1..8357b58f3 100644 --- a/arch/arm/armv7-m/src/arch_handlers.c +++ b/arch/arm/armv7-m/src/arch_handlers.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/arch/arm/armv7-m/src/arch_main.c b/arch/arm/armv7-m/src/arch_main.c index 06fa317bf..59e857482 100644 --- a/arch/arm/armv7-m/src/arch_main.c +++ b/arch/arm/armv7-m/src/arch_main.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/arch/arm/armv7-m/src/arch_nvic.c b/arch/arm/armv7-m/src/arch_nvic.c index 6a067e0c7..dd062f0ec 100644 --- a/arch/arm/armv7-m/src/arch_nvic.c +++ b/arch/arm/armv7-m/src/arch_nvic.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/arch/arm/armv8-a/arch.mk b/arch/arm/armv8-a/arch.mk index 156883dfd..4829d3fed 100644 --- a/arch/arm/armv8-a/arch.mk +++ b/arch/arm/armv8-a/arch.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/arch/arm/armv8-a/include/arch.h b/arch/arm/armv8-a/include/arch.h index 40221faec..e49f7b460 100644 --- a/arch/arm/armv8-a/include/arch.h +++ b/arch/arm/armv8-a/include/arch.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2013-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2013-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/arch/arm/armv8-a/include/arch_gic.h b/arch/arm/armv8-a/include/arch_gic.h index 68effffd7..d0a5a5de5 100644 --- a/arch/arm/armv8-a/include/arch_gic.h +++ b/arch/arm/armv8-a/include/arch_gic.h @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/arch/arm/armv8-a/include/arch_helpers.h b/arch/arm/armv8-a/include/arch_helpers.h index bed0a0d2e..15afad4b3 100644 --- a/arch/arm/armv8-a/include/arch_helpers.h +++ b/arch/arm/armv8-a/include/arch_helpers.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2013-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2013-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/arch/arm/armv8-a/include/arch_system.h b/arch/arm/armv8-a/include/arch_system.h index c2ab70d86..bc13f6df7 100644 --- a/arch/arm/armv8-a/include/arch_system.h +++ b/arch/arm/armv8-a/include/arch_system.h @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/arch/arm/armv8-a/include/asm_macros.S b/arch/arm/armv8-a/include/asm_macros.S index bd961c44e..504608d17 100644 --- a/arch/arm/armv8-a/include/asm_macros.S +++ b/arch/arm/armv8-a/include/asm_macros.S @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2013-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2013-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/arch/arm/armv8-a/include/assert_macros.S b/arch/arm/armv8-a/include/assert_macros.S index 800f26746..24a04297a 100644 --- a/arch/arm/armv8-a/include/assert_macros.S +++ b/arch/arm/armv8-a/include/assert_macros.S @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2014-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2014-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/arch/arm/armv8-a/include/common/asm_macros_common.S b/arch/arm/armv8-a/include/common/asm_macros_common.S index ed2b71589..f5a219349 100644 --- a/arch/arm/armv8-a/include/common/asm_macros_common.S +++ b/arch/arm/armv8-a/include/common/asm_macros_common.S @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2013-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2013-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/arch/arm/armv8-a/include/common/debug.h b/arch/arm/armv8-a/include/common/debug.h index 50fb1713b..dda8c78ac 100644 --- a/arch/arm/armv8-a/include/common/debug.h +++ b/arch/arm/armv8-a/include/common/debug.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2013-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2013-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/arch/arm/armv8-a/include/lib/mmio.h b/arch/arm/armv8-a/include/lib/mmio.h index 331613e25..04fa80252 100644 --- a/arch/arm/armv8-a/include/lib/mmio.h +++ b/arch/arm/armv8-a/include/lib/mmio.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2013-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2013-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/arch/arm/armv8-a/include/lib/utils_def.h b/arch/arm/armv8-a/include/lib/utils_def.h index 7fe279526..c69554181 100644 --- a/arch/arm/armv8-a/include/lib/utils_def.h +++ b/arch/arm/armv8-a/include/lib/utils_def.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2016-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2016-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/arch/arm/armv8-a/src/arch.ld.S b/arch/arm/armv8-a/src/arch.ld.S index 5db53ba04..8d6f03c8e 100644 --- a/arch/arm/armv8-a/src/arch.ld.S +++ b/arch/arm/armv8-a/src/arch.ld.S @@ -1,7 +1,8 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. - * Copyright (c) 2019-2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/arch/arm/armv8-a/src/arch_cache_helpers.S b/arch/arm/armv8-a/src/arch_cache_helpers.S index 2c40cb23c..5b8c1e6d5 100644 --- a/arch/arm/armv8-a/src/arch_cache_helpers.S +++ b/arch/arm/armv8-a/src/arch_cache_helpers.S @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2013-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2013-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/arch/arm/armv8-a/src/arch_crt0.S b/arch/arm/armv8-a/src/arch_crt0.S index 8cc238b9c..d6bed4f27 100644 --- a/arch/arm/armv8-a/src/arch_crt0.S +++ b/arch/arm/armv8-a/src/arch_crt0.S @@ -1,6 +1,6 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/arch/arm/armv8-a/src/arch_exceptions.S b/arch/arm/armv8-a/src/arch_exceptions.S index e0c9d0a56..4d7fa27d0 100644 --- a/arch/arm/armv8-a/src/arch_exceptions.S +++ b/arch/arm/armv8-a/src/arch_exceptions.S @@ -1,6 +1,6 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/arch/arm/armv8-a/src/arch_gic.c b/arch/arm/armv8-a/src/arch_gic.c index 03f785dae..58346161e 100644 --- a/arch/arm/armv8-a/src/arch_gic.c +++ b/arch/arm/armv8-a/src/arch_gic.c @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/arch/arm/armv8-a/src/arch_libc.c b/arch/arm/armv8-a/src/arch_libc.c index 9633ae829..c0aca6280 100644 --- a/arch/arm/armv8-a/src/arch_libc.c +++ b/arch/arm/armv8-a/src/arch_libc.c @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/arch/arm/armv8-a/src/arch_main.c b/arch/arm/armv8-a/src/arch_main.c index a03bcd42e..a50bf066d 100644 --- a/arch/arm/armv8-a/src/arch_main.c +++ b/arch/arm/armv8-a/src/arch_main.c @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/arch/arm/armv8-a/src/arch_misc_helpers.S b/arch/arm/armv8-a/src/arch_misc_helpers.S index cde1a0397..95085ec6f 100644 --- a/arch/arm/armv8-a/src/arch_misc_helpers.S +++ b/arch/arm/armv8-a/src/arch_misc_helpers.S @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2013-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2013-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/arch/arm/armv8-a/src/arch_mm.c b/arch/arm/armv8-a/src/arch_mm.c index ec26b5dc6..1fe1471bc 100644 --- a/arch/arm/armv8-a/src/arch_mm.c +++ b/arch/arm/armv8-a/src/arch_mm.c @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/arch/arm/src/arch_mm.c b/arch/arm/src/arch_mm.c index 9537f066a..b684a7f7b 100644 --- a/arch/arm/src/arch_mm.c +++ b/arch/arm/src/arch_mm.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/arch/arm/vendor.mk b/arch/arm/vendor.mk index a53fa4f0e..065f0faef 100644 --- a/arch/arm/vendor.mk +++ b/arch/arm/vendor.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/arch/none/host/arch.mk b/arch/none/host/arch.mk index 14fb46c76..8e4e56824 100644 --- a/arch/none/host/arch.mk +++ b/arch/none/host/arch.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/arch/none/host/include/arch_interrupt.h b/arch/none/host/include/arch_interrupt.h index 66ea6eb86..5827c50f1 100644 --- a/arch/none/host/include/arch_interrupt.h +++ b/arch/none/host/include/arch_interrupt.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/arch/none/host/src/arch_interrupt.c b/arch/none/host/src/arch_interrupt.c index 34e6f4db3..640abab2a 100644 --- a/arch/none/host/src/arch_interrupt.c +++ b/arch/none/host/src/arch_interrupt.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/arch/none/host/src/arch_main.c b/arch/none/host/src/arch_main.c index 48a235a07..c17b32596 100644 --- a/arch/none/host/src/arch_main.c +++ b/arch/none/host/src/arch_main.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/arch/none/vendor.mk b/arch/none/vendor.mk index 285a3e0be..df3d7e6de 100644 --- a/arch/none/vendor.mk +++ b/arch/none/vendor.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/arch/src/Makefile b/arch/src/Makefile index 53cfba418..23eb5666c 100644 --- a/arch/src/Makefile +++ b/arch/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/change_log.md b/change_log.md index 9b9ddca94..c5368a9d0 100644 --- a/change_log.md +++ b/change_log.md @@ -1,7 +1,7 @@ SCP-firmware Change Log ======================= -Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. +Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. SCP-firmware - version 2.7.0 ============================ diff --git a/contributing.md b/contributing.md index 6124bef39..edf2c5887 100644 --- a/contributing.md +++ b/contributing.md @@ -97,4 +97,4 @@ manner. Failure to address issues/bugs may result in the causal commit being removed. -------------- -*Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved.* +*Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved.* diff --git a/debugger/include/checkpoint.h b/debugger/include/checkpoint.h index 1155295ba..0be72b76a 100644 --- a/debugger/include/checkpoint.h +++ b/debugger/include/checkpoint.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/debugger/include/cli.h b/debugger/include/cli.h index bbe2fdf38..ff20f299f 100644 --- a/debugger/include/cli.h +++ b/debugger/include/cli.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/debugger/include/cli_config.h b/debugger/include/cli_config.h index 9a5d61977..59ed26cfd 100644 --- a/debugger/include/cli_config.h +++ b/debugger/include/cli_config.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/debugger/include/cli_fifo.h b/debugger/include/cli_fifo.h index d9277aeac..b5abfeaf8 100644 --- a/debugger/include/cli_fifo.h +++ b/debugger/include/cli_fifo.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/debugger/include/cli_platform.h b/debugger/include/cli_platform.h index 2b983ebad..8705c4d48 100644 --- a/debugger/include/cli_platform.h +++ b/debugger/include/cli_platform.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/debugger/src/Makefile b/debugger/src/Makefile index 02a03506d..323883d44 100644 --- a/debugger/src/Makefile +++ b/debugger/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/debugger/src/checkpoint.c b/debugger/src/checkpoint.c index 090c1b837..9a61771a2 100644 --- a/debugger/src/checkpoint.c +++ b/debugger/src/checkpoint.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/debugger/src/cli/cli.c b/debugger/src/cli/cli.c index 3e5235d00..547aa93ce 100644 --- a/debugger/src/cli/cli.c +++ b/debugger/src/cli/cli.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/debugger/src/cli/cli_commands_checkpoint.c b/debugger/src/cli/cli_commands_checkpoint.c index 29620230b..12b147122 100644 --- a/debugger/src/cli/cli_commands_checkpoint.c +++ b/debugger/src/cli/cli_commands_checkpoint.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/debugger/src/cli/cli_commands_core.c b/debugger/src/cli/cli_commands_core.c index c7d6b0888..8080e4e56 100644 --- a/debugger/src/cli/cli_commands_core.c +++ b/debugger/src/cli/cli_commands_core.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/debugger/src/cli/cli_fifo.c b/debugger/src/cli/cli_fifo.c index 76a8a5667..e09fce8d6 100644 --- a/debugger/src/cli/cli_fifo.c +++ b/debugger/src/cli/cli_fifo.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/debugger/src/cli/cli_platform_time.c b/debugger/src/cli/cli_platform_time.c index 96f41f86a..220623274 100644 --- a/debugger/src/cli/cli_platform_time.c +++ b/debugger/src/cli/cli_platform_time.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/debugger/src/cli/readme.txt b/debugger/src/cli/readme.txt index a8a288239..05c9a08de 100644 --- a/debugger/src/cli/readme.txt +++ b/debugger/src/cli/readme.txt @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/doc/Makefile b/doc/Makefile index f69f41b51..b2fe52a21 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/doc/code_style.md b/doc/code_style.md index c1f224a52..5d37acddf 100644 --- a/doc/code_style.md +++ b/doc/code_style.md @@ -17,7 +17,7 @@ year describes the year the file was first upstreamed, and the second year the current year (which the core team will update annually): Arm SCP/MCP Software -Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. +Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. SPDX-License-Identifier: BSD-3-Clause diff --git a/doc/template/device.h b/doc/template/device.h index 6c5c1b52e..777042096 100644 --- a/doc/template/device.h +++ b/doc/template/device.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/framework/include/assert.h b/framework/include/assert.h index 9ff15bcb0..7cd119f68 100644 --- a/framework/include/assert.h +++ b/framework/include/assert.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/include/fwk_align.h b/framework/include/fwk_align.h index 78a9030bc..ab4659732 100644 --- a/framework/include/fwk_align.h +++ b/framework/include/fwk_align.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/framework/include/fwk_arch.h b/framework/include/fwk_arch.h index f1b9d87a9..61083da8e 100644 --- a/framework/include/fwk_arch.h +++ b/framework/include/fwk_arch.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/framework/include/fwk_assert.h b/framework/include/fwk_assert.h index 93f7cd55f..af25eabd1 100644 --- a/framework/include/fwk_assert.h +++ b/framework/include/fwk_assert.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/include/fwk_attributes.h b/framework/include/fwk_attributes.h index b16924867..f3b2c7bf8 100644 --- a/framework/include/fwk_attributes.h +++ b/framework/include/fwk_attributes.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/include/fwk_cli_dbg.h b/framework/include/fwk_cli_dbg.h index 87dc74f1b..d1bc29bde 100644 --- a/framework/include/fwk_cli_dbg.h +++ b/framework/include/fwk_cli_dbg.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/framework/include/fwk_dlist.h b/framework/include/fwk_dlist.h index c93880e29..fc560b4ef 100644 --- a/framework/include/fwk_dlist.h +++ b/framework/include/fwk_dlist.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/framework/include/fwk_element.h b/framework/include/fwk_element.h index fac6c97f1..bfdc857dc 100644 --- a/framework/include/fwk_element.h +++ b/framework/include/fwk_element.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/framework/include/fwk_event.h b/framework/include/fwk_event.h index f3b83b7cb..1ef24ff26 100644 --- a/framework/include/fwk_event.h +++ b/framework/include/fwk_event.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/framework/include/fwk_id.h b/framework/include/fwk_id.h index 8d23cec06..f3d19ed63 100644 --- a/framework/include/fwk_id.h +++ b/framework/include/fwk_id.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/framework/include/fwk_interrupt.h b/framework/include/fwk_interrupt.h index 3c9c78f11..ec130eefe 100644 --- a/framework/include/fwk_interrupt.h +++ b/framework/include/fwk_interrupt.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/framework/include/fwk_io.h b/framework/include/fwk_io.h index e99af3cff..ae3b108dd 100644 --- a/framework/include/fwk_io.h +++ b/framework/include/fwk_io.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/include/fwk_list.h b/framework/include/fwk_list.h index 197e2fe1b..38184caa5 100644 --- a/framework/include/fwk_list.h +++ b/framework/include/fwk_list.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/framework/include/fwk_log.h b/framework/include/fwk_log.h index d418256a0..504eed0b9 100644 --- a/framework/include/fwk_log.h +++ b/framework/include/fwk_log.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/include/fwk_macros.h b/framework/include/fwk_macros.h index e073db878..37fd78790 100644 --- a/framework/include/fwk_macros.h +++ b/framework/include/fwk_macros.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/framework/include/fwk_math.h b/framework/include/fwk_math.h index 65cc440f0..c14820c1e 100644 --- a/framework/include/fwk_math.h +++ b/framework/include/fwk_math.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/include/fwk_mm.h b/framework/include/fwk_mm.h index cf1266539..753647741 100644 --- a/framework/include/fwk_mm.h +++ b/framework/include/fwk_mm.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/include/fwk_module.h b/framework/include/fwk_module.h index b94a40c83..c5bd33f79 100644 --- a/framework/include/fwk_module.h +++ b/framework/include/fwk_module.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/framework/include/fwk_multi_thread.h b/framework/include/fwk_multi_thread.h index 85ca09daf..5c70acd05 100644 --- a/framework/include/fwk_multi_thread.h +++ b/framework/include/fwk_multi_thread.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/include/fwk_noreturn.h b/framework/include/fwk_noreturn.h index 338337eba..f9c259696 100644 --- a/framework/include/fwk_noreturn.h +++ b/framework/include/fwk_noreturn.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/framework/include/fwk_notification.h b/framework/include/fwk_notification.h index b6ec54ba8..8f58e67b5 100644 --- a/framework/include/fwk_notification.h +++ b/framework/include/fwk_notification.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/framework/include/fwk_ring.h b/framework/include/fwk_ring.h index 4683a5f51..30659076a 100644 --- a/framework/include/fwk_ring.h +++ b/framework/include/fwk_ring.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/include/fwk_signal.h b/framework/include/fwk_signal.h index 9317ea665..6f62dd80f 100644 --- a/framework/include/fwk_signal.h +++ b/framework/include/fwk_signal.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/framework/include/fwk_slist.h b/framework/include/fwk_slist.h index 125ca5270..df6909996 100644 --- a/framework/include/fwk_slist.h +++ b/framework/include/fwk_slist.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/framework/include/fwk_status.h b/framework/include/fwk_status.h index b5e6e75f4..d8585f31a 100644 --- a/framework/include/fwk_status.h +++ b/framework/include/fwk_status.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/framework/include/fwk_thread.h b/framework/include/fwk_thread.h index 367228c84..3bfe54a29 100644 --- a/framework/include/fwk_thread.h +++ b/framework/include/fwk_thread.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/framework/include/fwk_time.h b/framework/include/fwk_time.h index b1c30f696..89bf61a9d 100644 --- a/framework/include/fwk_time.h +++ b/framework/include/fwk_time.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/include/internal/fwk_id.h b/framework/include/internal/fwk_id.h index bd073e04b..f90bc3f74 100644 --- a/framework/include/internal/fwk_id.h +++ b/framework/include/internal/fwk_id.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/include/internal/fwk_interrupt.h b/framework/include/internal/fwk_interrupt.h index 8a877c49f..51d9a8867 100644 --- a/framework/include/internal/fwk_interrupt.h +++ b/framework/include/internal/fwk_interrupt.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/framework/include/internal/fwk_module.h b/framework/include/internal/fwk_module.h index 7d96e9958..01a91c907 100644 --- a/framework/include/internal/fwk_module.h +++ b/framework/include/internal/fwk_module.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/framework/include/internal/fwk_multi_thread.h b/framework/include/internal/fwk_multi_thread.h index 3b2bc4f1f..61f397030 100644 --- a/framework/include/internal/fwk_multi_thread.h +++ b/framework/include/internal/fwk_multi_thread.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/include/internal/fwk_notification.h b/framework/include/internal/fwk_notification.h index 6ea83a36a..26f1cfd50 100644 --- a/framework/include/internal/fwk_notification.h +++ b/framework/include/internal/fwk_notification.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/include/internal/fwk_signal.h b/framework/include/internal/fwk_signal.h index 1dce5fcc9..cf42e02c7 100644 --- a/framework/include/internal/fwk_signal.h +++ b/framework/include/internal/fwk_signal.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/include/internal/fwk_single_thread.h b/framework/include/internal/fwk_single_thread.h index 0cfb92fb9..392dc276f 100644 --- a/framework/include/internal/fwk_single_thread.h +++ b/framework/include/internal/fwk_single_thread.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/include/internal/fwk_thread.h b/framework/include/internal/fwk_thread.h index 0dc1e636d..39aa79ee5 100644 --- a/framework/include/internal/fwk_thread.h +++ b/framework/include/internal/fwk_thread.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/include/internal/fwk_thread_delayed_resp.h b/framework/include/internal/fwk_thread_delayed_resp.h index 031bd2e0b..6ce2e4e84 100644 --- a/framework/include/internal/fwk_thread_delayed_resp.h +++ b/framework/include/internal/fwk_thread_delayed_resp.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/include/stdlib.h b/framework/include/stdlib.h index 387a603aa..921f54513 100644 --- a/framework/include/stdlib.h +++ b/framework/include/stdlib.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/src/Makefile b/framework/src/Makefile index 5c2649a95..feb68b8d0 100644 --- a/framework/src/Makefile +++ b/framework/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/framework/src/assert.c b/framework/src/assert.c index 69fb8920c..42f51bd62 100644 --- a/framework/src/assert.c +++ b/framework/src/assert.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/src/fwk_arch.c b/framework/src/fwk_arch.c index 22965491d..fa0442aa8 100644 --- a/framework/src/fwk_arch.c +++ b/framework/src/fwk_arch.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/framework/src/fwk_dlist.c b/framework/src/fwk_dlist.c index 5af1ae23a..57b5805ef 100644 --- a/framework/src/fwk_dlist.c +++ b/framework/src/fwk_dlist.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/framework/src/fwk_id.c b/framework/src/fwk_id.c index 5a02b87a0..0f173b8f3 100644 --- a/framework/src/fwk_id.c +++ b/framework/src/fwk_id.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/framework/src/fwk_interrupt.c b/framework/src/fwk_interrupt.c index 561e1801a..565cf1e52 100644 --- a/framework/src/fwk_interrupt.c +++ b/framework/src/fwk_interrupt.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/framework/src/fwk_io.c b/framework/src/fwk_io.c index 4f3248a7b..6c231f19c 100644 --- a/framework/src/fwk_io.c +++ b/framework/src/fwk_io.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/src/fwk_log.c b/framework/src/fwk_log.c index 8528488d4..1d58ce8b5 100644 --- a/framework/src/fwk_log.c +++ b/framework/src/fwk_log.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/src/fwk_mm.c b/framework/src/fwk_mm.c index 4da04bf31..6d585a50d 100644 --- a/framework/src/fwk_mm.c +++ b/framework/src/fwk_mm.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/framework/src/fwk_module.c b/framework/src/fwk_module.c index 06db7dcfe..51a32482d 100644 --- a/framework/src/fwk_module.c +++ b/framework/src/fwk_module.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/framework/src/fwk_multi_thread.c b/framework/src/fwk_multi_thread.c index a5c251681..e48859d40 100644 --- a/framework/src/fwk_multi_thread.c +++ b/framework/src/fwk_multi_thread.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/src/fwk_notification.c b/framework/src/fwk_notification.c index 3eccb6b79..b1389879f 100644 --- a/framework/src/fwk_notification.c +++ b/framework/src/fwk_notification.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/framework/src/fwk_ring.c b/framework/src/fwk_ring.c index bedb07f3d..210354d4d 100644 --- a/framework/src/fwk_ring.c +++ b/framework/src/fwk_ring.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/src/fwk_slist.c b/framework/src/fwk_slist.c index 5b04b80b1..649ba2ead 100644 --- a/framework/src/fwk_slist.c +++ b/framework/src/fwk_slist.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/framework/src/fwk_status.c b/framework/src/fwk_status.c index 6bc2a9d5a..35b1c7c9a 100644 --- a/framework/src/fwk_status.c +++ b/framework/src/fwk_status.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/framework/src/fwk_thread.c b/framework/src/fwk_thread.c index eff965fe0..aa42ef0bf 100644 --- a/framework/src/fwk_thread.c +++ b/framework/src/fwk_thread.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/framework/src/fwk_thread_delayed_resp.c b/framework/src/fwk_thread_delayed_resp.c index 9cc7b1136..6a50835af 100644 --- a/framework/src/fwk_thread_delayed_resp.c +++ b/framework/src/fwk_thread_delayed_resp.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/src/fwk_time.c b/framework/src/fwk_time.c index 853e7b60b..c9dc13253 100644 --- a/framework/src/fwk_time.c +++ b/framework/src/fwk_time.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/src/stdlib.c b/framework/src/stdlib.c index 649ed7d08..d1f3dc503 100644 --- a/framework/src/stdlib.c +++ b/framework/src/stdlib.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/Makefile b/framework/test/Makefile index a1e17fb84..965960911 100644 --- a/framework/test/Makefile +++ b/framework/test/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/framework/test/fwk_module_idx.h b/framework/test/fwk_module_idx.h index 61a99f64a..6ec70bad6 100644 --- a/framework/test/fwk_module_idx.h +++ b/framework/test/fwk_module_idx.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/fwk_test.c b/framework/test/fwk_test.c index a3fe556c6..14529e6f8 100644 --- a/framework/test/fwk_test.c +++ b/framework/test/fwk_test.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/fwk_test.h b/framework/test/fwk_test.h index 5d1afd52b..c4cabc34e 100644 --- a/framework/test/fwk_test.h +++ b/framework/test/fwk_test.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/test_fwk_id_build.c b/framework/test/test_fwk_id_build.c index 3df145fd7..955f805c0 100644 --- a/framework/test/test_fwk_id_build.c +++ b/framework/test/test_fwk_id_build.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/test_fwk_id_equality.c b/framework/test/test_fwk_id_equality.c index 7f22e054b..bffffbde7 100644 --- a/framework/test/test_fwk_id_equality.c +++ b/framework/test/test_fwk_id_equality.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/test_fwk_id_format.c b/framework/test/test_fwk_id_format.c index 6cb0f7684..c2f6711e1 100644 --- a/framework/test/test_fwk_id_format.c +++ b/framework/test/test_fwk_id_format.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/test_fwk_id_get_idx.c b/framework/test/test_fwk_id_get_idx.c index 12bf4bdaa..99832cadc 100644 --- a/framework/test/test_fwk_id_get_idx.c +++ b/framework/test/test_fwk_id_get_idx.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/test_fwk_id_type.c b/framework/test/test_fwk_id_type.c index fb2b0c017..215681bf7 100644 --- a/framework/test/test_fwk_id_type.c +++ b/framework/test/test_fwk_id_type.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/test_fwk_interrupt.c b/framework/test/test_fwk_interrupt.c index 0b85f9dde..5429ceb3d 100644 --- a/framework/test/test_fwk_interrupt.c +++ b/framework/test/test_fwk_interrupt.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/test_fwk_list_contains.c b/framework/test/test_fwk_list_contains.c index bc4d6763a..b13b6543b 100644 --- a/framework/test/test_fwk_list_contains.c +++ b/framework/test/test_fwk_list_contains.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/test_fwk_list_empty.c b/framework/test/test_fwk_list_empty.c index 6ad767307..e5887bb3a 100644 --- a/framework/test/test_fwk_list_empty.c +++ b/framework/test/test_fwk_list_empty.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/test_fwk_list_get.c b/framework/test/test_fwk_list_get.c index 7d453faa3..95c1498af 100644 --- a/framework/test/test_fwk_list_get.c +++ b/framework/test/test_fwk_list_get.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/test_fwk_list_head.c b/framework/test/test_fwk_list_head.c index 3207cf2ad..391fade76 100644 --- a/framework/test/test_fwk_list_head.c +++ b/framework/test/test_fwk_list_head.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/test_fwk_list_init.c b/framework/test/test_fwk_list_init.c index 0e3ef6f7b..463a4d99f 100644 --- a/framework/test/test_fwk_list_init.c +++ b/framework/test/test_fwk_list_init.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/test_fwk_list_insert.c b/framework/test/test_fwk_list_insert.c index e0c654528..a2dfeac1d 100644 --- a/framework/test/test_fwk_list_insert.c +++ b/framework/test/test_fwk_list_insert.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/test_fwk_list_next.c b/framework/test/test_fwk_list_next.c index 877ec2b11..f1a1dce9d 100644 --- a/framework/test/test_fwk_list_next.c +++ b/framework/test/test_fwk_list_next.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/test_fwk_list_pop.c b/framework/test/test_fwk_list_pop.c index 1eebcf6b6..581bde3d9 100644 --- a/framework/test/test_fwk_list_pop.c +++ b/framework/test/test_fwk_list_pop.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/test_fwk_list_push.c b/framework/test/test_fwk_list_push.c index 4e9b2aaf3..971e4d49b 100644 --- a/framework/test/test_fwk_list_push.c +++ b/framework/test/test_fwk_list_push.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/test_fwk_list_remove.c b/framework/test/test_fwk_list_remove.c index 2194d1879..bac42aa6e 100644 --- a/framework/test/test_fwk_list_remove.c +++ b/framework/test/test_fwk_list_remove.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/test_fwk_macros.c b/framework/test/test_fwk_macros.c index 0ee2dd365..adb891d7e 100644 --- a/framework/test/test_fwk_macros.c +++ b/framework/test/test_fwk_macros.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/test_fwk_math.c b/framework/test/test_fwk_math.c index 63fd611c7..f51fd7940 100644 --- a/framework/test/test_fwk_math.c +++ b/framework/test/test_fwk_math.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/test_fwk_module.c b/framework/test/test_fwk_module.c index 8e6bdc4ce..21c01d600 100644 --- a/framework/test/test_fwk_module.c +++ b/framework/test/test_fwk_module.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/test_fwk_module_module_idx.h b/framework/test/test_fwk_module_module_idx.h index 5c8e97094..0828fb6d6 100644 --- a/framework/test/test_fwk_module_module_idx.h +++ b/framework/test/test_fwk_module_module_idx.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/test_fwk_multi_thread_common_thread.c b/framework/test/test_fwk_multi_thread_common_thread.c index d4ca029ad..6cfc9eff1 100644 --- a/framework/test/test_fwk_multi_thread_common_thread.c +++ b/framework/test/test_fwk_multi_thread_common_thread.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/test_fwk_multi_thread_create.c b/framework/test/test_fwk_multi_thread_create.c index b51e5231a..0f134eab8 100644 --- a/framework/test/test_fwk_multi_thread_create.c +++ b/framework/test/test_fwk_multi_thread_create.c @@ -1,7 +1,7 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/test_fwk_multi_thread_init.c b/framework/test/test_fwk_multi_thread_init.c index 2012a47c8..d3f428e18 100644 --- a/framework/test/test_fwk_multi_thread_init.c +++ b/framework/test/test_fwk_multi_thread_init.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/test_fwk_multi_thread_put_event.c b/framework/test/test_fwk_multi_thread_put_event.c index ef2376964..cda506ef3 100644 --- a/framework/test/test_fwk_multi_thread_put_event.c +++ b/framework/test/test_fwk_multi_thread_put_event.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/test_fwk_multi_thread_util.c b/framework/test/test_fwk_multi_thread_util.c index 859a35590..5f7227aa6 100644 --- a/framework/test/test_fwk_multi_thread_util.c +++ b/framework/test/test_fwk_multi_thread_util.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/test_fwk_notification.c b/framework/test/test_fwk_notification.c index b7c992b32..1b34339c8 100644 --- a/framework/test/test_fwk_notification.c +++ b/framework/test/test_fwk_notification.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/test_fwk_ring.c b/framework/test/test_fwk_ring.c index 424ecb4d0..37310bd96 100644 --- a/framework/test/test_fwk_ring.c +++ b/framework/test/test_fwk_ring.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/test_fwk_ring_init.c b/framework/test/test_fwk_ring_init.c index 26e38b672..a1dcae42f 100644 --- a/framework/test/test_fwk_ring_init.c +++ b/framework/test/test_fwk_ring_init.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/test_fwk_thread.c b/framework/test/test_fwk_thread.c index 5ec064318..48b854707 100644 --- a/framework/test/test_fwk_thread.c +++ b/framework/test/test_fwk_thread.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/license.md b/license.md index acfaa8ecd..b0caf7d09 100644 --- a/license.md +++ b/license.md @@ -1,7 +1,7 @@ License ======= -Copyright (c) 2011-2020, Arm Limited and Contributors. All rights reserved. +Copyright (c) 2011-2021, Arm Limited and Contributors. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/module/apcontext/include/mod_apcontext.h b/module/apcontext/include/mod_apcontext.h index c1e1de4e1..61ccdc615 100644 --- a/module/apcontext/include/mod_apcontext.h +++ b/module/apcontext/include/mod_apcontext.h @@ -1,7 +1,7 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/apcontext/src/Makefile b/module/apcontext/src/Makefile index e7f7ffb2a..b15b9225f 100644 --- a/module/apcontext/src/Makefile +++ b/module/apcontext/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/apcontext/src/mod_apcontext.c b/module/apcontext/src/mod_apcontext.c index ad5e39181..24719dcd2 100644 --- a/module/apcontext/src/mod_apcontext.c +++ b/module/apcontext/src/mod_apcontext.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/armv7m_mpu/include/mod_armv7m_mpu.h b/module/armv7m_mpu/include/mod_armv7m_mpu.h index c673bb945..127121f17 100644 --- a/module/armv7m_mpu/include/mod_armv7m_mpu.h +++ b/module/armv7m_mpu/include/mod_armv7m_mpu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/armv7m_mpu/src/Makefile b/module/armv7m_mpu/src/Makefile index ae0ba2008..d5f29acdf 100644 --- a/module/armv7m_mpu/src/Makefile +++ b/module/armv7m_mpu/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/armv7m_mpu/src/mod_armv7m_mpu.c b/module/armv7m_mpu/src/mod_armv7m_mpu.c index 935326ddc..a5e5d6954 100644 --- a/module/armv7m_mpu/src/mod_armv7m_mpu.c +++ b/module/armv7m_mpu/src/mod_armv7m_mpu.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/bootloader/include/mod_bootloader.h b/module/bootloader/include/mod_bootloader.h index 9e85ed70f..bec43b60e 100644 --- a/module/bootloader/include/mod_bootloader.h +++ b/module/bootloader/include/mod_bootloader.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/bootloader/src/Makefile b/module/bootloader/src/Makefile index e3f44fdc8..fcf6a0f2a 100644 --- a/module/bootloader/src/Makefile +++ b/module/bootloader/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/bootloader/src/mod_bootloader.c b/module/bootloader/src/mod_bootloader.c index 7ef4a8b3c..f7cf9f5c8 100644 --- a/module/bootloader/src/mod_bootloader.c +++ b/module/bootloader/src/mod_bootloader.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/bootloader/src/mod_bootloader_boot.S b/module/bootloader/src/mod_bootloader_boot.S index ee80b8646..cf6ad8f07 100644 --- a/module/bootloader/src/mod_bootloader_boot.S +++ b/module/bootloader/src/mod_bootloader_boot.S @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/clock/include/mod_clock.h b/module/clock/include/mod_clock.h index 6fdbc9ae0..0603a556e 100644 --- a/module/clock/include/mod_clock.h +++ b/module/clock/include/mod_clock.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/clock/src/Makefile b/module/clock/src/Makefile index b18f79d79..6d1f68b47 100644 --- a/module/clock/src/Makefile +++ b/module/clock/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/clock/src/clock.h b/module/clock/src/clock.h index 298037f66..24ecb8300 100644 --- a/module/clock/src/clock.h +++ b/module/clock/src/clock.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/clock/src/mod_clock.c b/module/clock/src/mod_clock.c index cecafc118..5911f5577 100644 --- a/module/clock/src/mod_clock.c +++ b/module/clock/src/mod_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/cmn600/include/internal/cmn600_ccix.h b/module/cmn600/include/internal/cmn600_ccix.h index d57eba398..d31393bdc 100644 --- a/module/cmn600/include/internal/cmn600_ccix.h +++ b/module/cmn600/include/internal/cmn600_ccix.h @@ -1,7 +1,7 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/cmn600/include/internal/cmn600_ctx.h b/module/cmn600/include/internal/cmn600_ctx.h index 67df80562..5765db44e 100644 --- a/module/cmn600/include/internal/cmn600_ctx.h +++ b/module/cmn600/include/internal/cmn600_ctx.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/cmn600/include/mod_cmn600.h b/module/cmn600/include/mod_cmn600.h index df514b8ae..88a04f1f3 100644 --- a/module/cmn600/include/mod_cmn600.h +++ b/module/cmn600/include/mod_cmn600.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/cmn600/src/Makefile b/module/cmn600/src/Makefile index bcc3cf901..873c9e5d9 100644 --- a/module/cmn600/src/Makefile +++ b/module/cmn600/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/cmn600/src/cmn600.c b/module/cmn600/src/cmn600.c index 78a464a61..840790e8b 100644 --- a/module/cmn600/src/cmn600.c +++ b/module/cmn600/src/cmn600.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/cmn600/src/cmn600.h b/module/cmn600/src/cmn600.h index 77111b15a..3109f1d75 100644 --- a/module/cmn600/src/cmn600.h +++ b/module/cmn600/src/cmn600.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/cmn600/src/cmn600_ccix.c b/module/cmn600/src/cmn600_ccix.c index ffa284015..37371aadc 100644 --- a/module/cmn600/src/cmn600_ccix.c +++ b/module/cmn600/src/cmn600_ccix.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/cmn600/src/mod_cmn600.c b/module/cmn600/src/mod_cmn600.c index 12a461e77..c1283cff6 100644 --- a/module/cmn600/src/mod_cmn600.c +++ b/module/cmn600/src/mod_cmn600.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/cmn700/include/internal/cmn700_ctx.h b/module/cmn700/include/internal/cmn700_ctx.h index 71e1760a3..c7b604501 100644 --- a/module/cmn700/include/internal/cmn700_ctx.h +++ b/module/cmn700/include/internal/cmn700_ctx.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/cmn700/include/mod_cmn700.h b/module/cmn700/include/mod_cmn700.h index 8395524f8..155094c70 100644 --- a/module/cmn700/include/mod_cmn700.h +++ b/module/cmn700/include/mod_cmn700.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/cmn700/src/Makefile b/module/cmn700/src/Makefile index 33ea01904..f595c7e93 100644 --- a/module/cmn700/src/Makefile +++ b/module/cmn700/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/cmn700/src/cmn700.c b/module/cmn700/src/cmn700.c index 2c1f0f75d..976a2c2da 100644 --- a/module/cmn700/src/cmn700.c +++ b/module/cmn700/src/cmn700.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/cmn700/src/cmn700.h b/module/cmn700/src/cmn700.h index 8f5650fc4..3b99bba03 100644 --- a/module/cmn700/src/cmn700.h +++ b/module/cmn700/src/cmn700.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/cmn700/src/mod_cmn700.c b/module/cmn700/src/mod_cmn700.c index 86a20e510..9d55e4528 100644 --- a/module/cmn700/src/mod_cmn700.c +++ b/module/cmn700/src/mod_cmn700.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/cmn_booker/include/internal/cmn_booker_ctx.h b/module/cmn_booker/include/internal/cmn_booker_ctx.h index 18ba5a912..646db5482 100644 --- a/module/cmn_booker/include/internal/cmn_booker_ctx.h +++ b/module/cmn_booker/include/internal/cmn_booker_ctx.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/cmn_booker/include/mod_cmn_booker.h b/module/cmn_booker/include/mod_cmn_booker.h index 89f33da53..5d395521e 100644 --- a/module/cmn_booker/include/mod_cmn_booker.h +++ b/module/cmn_booker/include/mod_cmn_booker.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/cmn_booker/src/Makefile b/module/cmn_booker/src/Makefile index 2de018a83..2f889abc4 100644 --- a/module/cmn_booker/src/Makefile +++ b/module/cmn_booker/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/cmn_booker/src/cmn_booker.c b/module/cmn_booker/src/cmn_booker.c index 2d759ab11..d6e909645 100644 --- a/module/cmn_booker/src/cmn_booker.c +++ b/module/cmn_booker/src/cmn_booker.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/cmn_booker/src/cmn_booker.h b/module/cmn_booker/src/cmn_booker.h index 03dc288f0..9a89f173d 100644 --- a/module/cmn_booker/src/cmn_booker.h +++ b/module/cmn_booker/src/cmn_booker.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/cmn_booker/src/mod_cmn_booker.c b/module/cmn_booker/src/mod_cmn_booker.c index 1c3060783..cbff273ec 100644 --- a/module/cmn_booker/src/mod_cmn_booker.c +++ b/module/cmn_booker/src/mod_cmn_booker.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/cmn_rhodes/include/internal/cmn_rhodes_ctx.h b/module/cmn_rhodes/include/internal/cmn_rhodes_ctx.h index b7c622fca..343a5dd74 100644 --- a/module/cmn_rhodes/include/internal/cmn_rhodes_ctx.h +++ b/module/cmn_rhodes/include/internal/cmn_rhodes_ctx.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/cmn_rhodes/include/mod_cmn_rhodes.h b/module/cmn_rhodes/include/mod_cmn_rhodes.h index b3dc59324..4ec33592a 100644 --- a/module/cmn_rhodes/include/mod_cmn_rhodes.h +++ b/module/cmn_rhodes/include/mod_cmn_rhodes.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/cmn_rhodes/src/Makefile b/module/cmn_rhodes/src/Makefile index 00465fcc1..e1be1a7ad 100644 --- a/module/cmn_rhodes/src/Makefile +++ b/module/cmn_rhodes/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/cmn_rhodes/src/cmn_rhodes.c b/module/cmn_rhodes/src/cmn_rhodes.c index 664f551b5..9ad76b2b5 100644 --- a/module/cmn_rhodes/src/cmn_rhodes.c +++ b/module/cmn_rhodes/src/cmn_rhodes.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/cmn_rhodes/src/cmn_rhodes.h b/module/cmn_rhodes/src/cmn_rhodes.h index c4155f5a1..f56134970 100644 --- a/module/cmn_rhodes/src/cmn_rhodes.h +++ b/module/cmn_rhodes/src/cmn_rhodes.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/cmn_rhodes/src/cmn_rhodes_ccix.c b/module/cmn_rhodes/src/cmn_rhodes_ccix.c index 374cfd02a..898511f74 100644 --- a/module/cmn_rhodes/src/cmn_rhodes_ccix.c +++ b/module/cmn_rhodes/src/cmn_rhodes_ccix.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/cmn_rhodes/src/cmn_rhodes_ccix.h b/module/cmn_rhodes/src/cmn_rhodes_ccix.h index 64da60ee9..623d27995 100644 --- a/module/cmn_rhodes/src/cmn_rhodes_ccix.h +++ b/module/cmn_rhodes/src/cmn_rhodes_ccix.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/cmn_rhodes/src/mod_cmn_rhodes.c b/module/cmn_rhodes/src/mod_cmn_rhodes.c index bb118ce3a..c036db2a7 100644 --- a/module/cmn_rhodes/src/mod_cmn_rhodes.c +++ b/module/cmn_rhodes/src/mod_cmn_rhodes.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/css_clock/include/mod_css_clock.h b/module/css_clock/include/mod_css_clock.h index 3b5cbd0ea..a03ec340f 100644 --- a/module/css_clock/include/mod_css_clock.h +++ b/module/css_clock/include/mod_css_clock.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/css_clock/src/Makefile b/module/css_clock/src/Makefile index 9fb5be64f..15015e100 100644 --- a/module/css_clock/src/Makefile +++ b/module/css_clock/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/css_clock/src/mod_css_clock.c b/module/css_clock/src/mod_css_clock.c index 733f17093..6332919d7 100644 --- a/module/css_clock/src/mod_css_clock.c +++ b/module/css_clock/src/mod_css_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/ddr_phy500/include/mod_ddr_phy500.h b/module/ddr_phy500/include/mod_ddr_phy500.h index 9a8e78e02..d7824db03 100644 --- a/module/ddr_phy500/include/mod_ddr_phy500.h +++ b/module/ddr_phy500/include/mod_ddr_phy500.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/ddr_phy500/src/Makefile b/module/ddr_phy500/src/Makefile index 87e5ff450..9482e205b 100644 --- a/module/ddr_phy500/src/Makefile +++ b/module/ddr_phy500/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/ddr_phy500/src/mod_ddr_phy500.c b/module/ddr_phy500/src/mod_ddr_phy500.c index 2db7b7bb3..6e8b8e840 100644 --- a/module/ddr_phy500/src/mod_ddr_phy500.c +++ b/module/ddr_phy500/src/mod_ddr_phy500.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/debug/include/mod_debug.h b/module/debug/include/mod_debug.h index 9296473a9..b6de8c48e 100644 --- a/module/debug/include/mod_debug.h +++ b/module/debug/include/mod_debug.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/debug/src/Makefile b/module/debug/src/Makefile index e60d48590..e5ebc0124 100644 --- a/module/debug/src/Makefile +++ b/module/debug/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/debug/src/debug.h b/module/debug/src/debug.h index 15b45f501..61559ad0e 100644 --- a/module/debug/src/debug.h +++ b/module/debug/src/debug.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/debug/src/mod_debug.c b/module/debug/src/mod_debug.c index c8caf26c8..cdd415174 100644 --- a/module/debug/src/mod_debug.c +++ b/module/debug/src/mod_debug.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/debugger_cli/include/mod_debugger_cli.h b/module/debugger_cli/include/mod_debugger_cli.h index 9e5b80b84..abe53c058 100644 --- a/module/debugger_cli/include/mod_debugger_cli.h +++ b/module/debugger_cli/include/mod_debugger_cli.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/debugger_cli/src/Makefile b/module/debugger_cli/src/Makefile index d4351125c..4c35aeb11 100644 --- a/module/debugger_cli/src/Makefile +++ b/module/debugger_cli/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/debugger_cli/src/mod_debugger_cli.c b/module/debugger_cli/src/mod_debugger_cli.c index 78317c31c..63befbbdc 100644 --- a/module/debugger_cli/src/mod_debugger_cli.c +++ b/module/debugger_cli/src/mod_debugger_cli.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/dmc500/include/mod_dmc500.h b/module/dmc500/include/mod_dmc500.h index 5895616b8..fc0cfd34b 100644 --- a/module/dmc500/include/mod_dmc500.h +++ b/module/dmc500/include/mod_dmc500.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/dmc500/src/Makefile b/module/dmc500/src/Makefile index ae4f21590..7ad6a81f0 100644 --- a/module/dmc500/src/Makefile +++ b/module/dmc500/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/dmc500/src/mod_dmc500.c b/module/dmc500/src/mod_dmc500.c index f8a4af3f6..efd332c73 100644 --- a/module/dmc500/src/mod_dmc500.c +++ b/module/dmc500/src/mod_dmc500.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/dmc620/include/mod_dmc620.h b/module/dmc620/include/mod_dmc620.h index 0098122b5..f5dfba6a1 100644 --- a/module/dmc620/include/mod_dmc620.h +++ b/module/dmc620/include/mod_dmc620.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/dmc620/src/Makefile b/module/dmc620/src/Makefile index 5533ba1c7..4bac3173c 100644 --- a/module/dmc620/src/Makefile +++ b/module/dmc620/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/dmc620/src/mod_dmc620.c b/module/dmc620/src/mod_dmc620.c index 5961302bb..49cc944eb 100644 --- a/module/dmc620/src/mod_dmc620.c +++ b/module/dmc620/src/mod_dmc620.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/dvfs/include/mod_dvfs.h b/module/dvfs/include/mod_dvfs.h index c9832b7ed..ca7f80439 100644 --- a/module/dvfs/include/mod_dvfs.h +++ b/module/dvfs/include/mod_dvfs.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/dvfs/src/Makefile b/module/dvfs/src/Makefile index 81d609549..5a24324a3 100644 --- a/module/dvfs/src/Makefile +++ b/module/dvfs/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/dvfs/src/mod_dvfs.c b/module/dvfs/src/mod_dvfs.c index e03078007..3cc8a2f3b 100644 --- a/module/dvfs/src/mod_dvfs.c +++ b/module/dvfs/src/mod_dvfs.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/dw_apb_i2c/include/mod_dw_apb_i2c.h b/module/dw_apb_i2c/include/mod_dw_apb_i2c.h index 1ddd86f87..1deb541ff 100644 --- a/module/dw_apb_i2c/include/mod_dw_apb_i2c.h +++ b/module/dw_apb_i2c/include/mod_dw_apb_i2c.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/dw_apb_i2c/src/Makefile b/module/dw_apb_i2c/src/Makefile index 91c0fc9ba..a25f6b03e 100644 --- a/module/dw_apb_i2c/src/Makefile +++ b/module/dw_apb_i2c/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/dw_apb_i2c/src/dw_apb_i2c.h b/module/dw_apb_i2c/src/dw_apb_i2c.h index 214c0f63d..39d7fec6e 100644 --- a/module/dw_apb_i2c/src/dw_apb_i2c.h +++ b/module/dw_apb_i2c/src/dw_apb_i2c.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/dw_apb_i2c/src/mod_dw_apb_i2c.c b/module/dw_apb_i2c/src/mod_dw_apb_i2c.c index 28f2c1f3f..e96500625 100644 --- a/module/dw_apb_i2c/src/mod_dw_apb_i2c.c +++ b/module/dw_apb_i2c/src/mod_dw_apb_i2c.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/fip/include/internal/fip.h b/module/fip/include/internal/fip.h index 8104660cc..5083761b9 100644 --- a/module/fip/include/internal/fip.h +++ b/module/fip/include/internal/fip.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/fip/include/mod_fip.h b/module/fip/include/mod_fip.h index 0f9f4a9cd..1216b47ea 100644 --- a/module/fip/include/mod_fip.h +++ b/module/fip/include/mod_fip.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/fip/src/Makefile b/module/fip/src/Makefile index 826e53f1b..2ab676337 100644 --- a/module/fip/src/Makefile +++ b/module/fip/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/fip/src/mod_fip.c b/module/fip/src/mod_fip.c index 5d9b404ff..9c3dbd9ab 100644 --- a/module/fip/src/mod_fip.c +++ b/module/fip/src/mod_fip.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/gtimer/include/mod_gtimer.h b/module/gtimer/include/mod_gtimer.h index 64b76b287..0a4d4e120 100644 --- a/module/gtimer/include/mod_gtimer.h +++ b/module/gtimer/include/mod_gtimer.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/gtimer/src/Makefile b/module/gtimer/src/Makefile index 0a1730d62..ee23d88b2 100644 --- a/module/gtimer/src/Makefile +++ b/module/gtimer/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/gtimer/src/gtimer_reg.h b/module/gtimer/src/gtimer_reg.h index 4cecdcb9a..fcecc7531 100644 --- a/module/gtimer/src/gtimer_reg.h +++ b/module/gtimer/src/gtimer_reg.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/gtimer/src/mod_gtimer.c b/module/gtimer/src/mod_gtimer.c index 71993c485..a36f00a8a 100644 --- a/module/gtimer/src/mod_gtimer.c +++ b/module/gtimer/src/mod_gtimer.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/i2c/include/mod_i2c.h b/module/i2c/include/mod_i2c.h index 30e4ba4f9..d2cc119a3 100644 --- a/module/i2c/include/mod_i2c.h +++ b/module/i2c/include/mod_i2c.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/i2c/src/Makefile b/module/i2c/src/Makefile index e1346c36b..7db72910f 100644 --- a/module/i2c/src/Makefile +++ b/module/i2c/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/i2c/src/mod_i2c.c b/module/i2c/src/mod_i2c.c index 0b552d687..63650d0a8 100644 --- a/module/i2c/src/mod_i2c.c +++ b/module/i2c/src/mod_i2c.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/isys_rom/src/Makefile b/module/isys_rom/src/Makefile index 9333acfe3..ce57cb01f 100644 --- a/module/isys_rom/src/Makefile +++ b/module/isys_rom/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/isys_rom/src/mod_isys_rom.c b/module/isys_rom/src/mod_isys_rom.c index 498350162..02f8f6c87 100644 --- a/module/isys_rom/src/mod_isys_rom.c +++ b/module/isys_rom/src/mod_isys_rom.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/mhu/include/internal/mhu.h b/module/mhu/include/internal/mhu.h index 07ae97022..3d8f20716 100644 --- a/module/mhu/include/internal/mhu.h +++ b/module/mhu/include/internal/mhu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/mhu/include/mod_mhu.h b/module/mhu/include/mod_mhu.h index 935cef979..6fc08dc44 100644 --- a/module/mhu/include/mod_mhu.h +++ b/module/mhu/include/mod_mhu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/mhu/src/Makefile b/module/mhu/src/Makefile index e74a1347e..45a4bc955 100644 --- a/module/mhu/src/Makefile +++ b/module/mhu/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/mhu/src/mod_mhu.c b/module/mhu/src/mod_mhu.c index d232d93e6..50ec330c1 100644 --- a/module/mhu/src/mod_mhu.c +++ b/module/mhu/src/mod_mhu.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/mhu2/include/mod_mhu2.h b/module/mhu2/include/mod_mhu2.h index 15329c3e9..faf07736a 100644 --- a/module/mhu2/include/mod_mhu2.h +++ b/module/mhu2/include/mod_mhu2.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/mhu2/src/Makefile b/module/mhu2/src/Makefile index ac8247868..667c99bf4 100644 --- a/module/mhu2/src/Makefile +++ b/module/mhu2/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/mhu2/src/mhu2.h b/module/mhu2/src/mhu2.h index a7f3cf198..c542020d4 100644 --- a/module/mhu2/src/mhu2.h +++ b/module/mhu2/src/mhu2.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/mhu2/src/mod_mhu2.c b/module/mhu2/src/mod_mhu2.c index a2deb5918..792a50a76 100644 --- a/module/mhu2/src/mod_mhu2.c +++ b/module/mhu2/src/mod_mhu2.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/mock_clock/include/mod_mock_clock.h b/module/mock_clock/include/mod_mock_clock.h index d6edcfc37..deed5f8f8 100644 --- a/module/mock_clock/include/mod_mock_clock.h +++ b/module/mock_clock/include/mod_mock_clock.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/mock_clock/src/Makefile b/module/mock_clock/src/Makefile index e220b42b1..3dc264700 100644 --- a/module/mock_clock/src/Makefile +++ b/module/mock_clock/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/mock_clock/src/mod_mock_clock.c b/module/mock_clock/src/mod_mock_clock.c index c3fc6a432..9457c6a40 100644 --- a/module/mock_clock/src/mod_mock_clock.c +++ b/module/mock_clock/src/mod_mock_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/mock_psu/include/mod_mock_psu.h b/module/mock_psu/include/mod_mock_psu.h index 83d0508c9..574a0ae67 100644 --- a/module/mock_psu/include/mod_mock_psu.h +++ b/module/mock_psu/include/mod_mock_psu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/mock_psu/src/Makefile b/module/mock_psu/src/Makefile index 95acc40c4..68cef3052 100644 --- a/module/mock_psu/src/Makefile +++ b/module/mock_psu/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/mock_psu/src/mod_mock_psu.c b/module/mock_psu/src/mod_mock_psu.c index fd0f968b5..467690f96 100644 --- a/module/mock_psu/src/mod_mock_psu.c +++ b/module/mock_psu/src/mod_mock_psu.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/mock_sensor/include/mod_mock_sensor.h b/module/mock_sensor/include/mod_mock_sensor.h index 59d649eea..aeaccdbb7 100644 --- a/module/mock_sensor/include/mod_mock_sensor.h +++ b/module/mock_sensor/include/mod_mock_sensor.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/mock_sensor/src/Makefile b/module/mock_sensor/src/Makefile index 284b1bc7c..2cdec7c2a 100644 --- a/module/mock_sensor/src/Makefile +++ b/module/mock_sensor/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/mock_sensor/src/mod_mock_sensor.c b/module/mock_sensor/src/mod_mock_sensor.c index ba69a8e18..0c3dcc63b 100644 --- a/module/mock_sensor/src/mod_mock_sensor.c +++ b/module/mock_sensor/src/mod_mock_sensor.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/msys_rom/include/mod_msys_rom.h b/module/msys_rom/include/mod_msys_rom.h index 5eb9fdf24..2f30adabb 100644 --- a/module/msys_rom/include/mod_msys_rom.h +++ b/module/msys_rom/include/mod_msys_rom.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/msys_rom/src/Makefile b/module/msys_rom/src/Makefile index 180293814..857e69fd3 100644 --- a/module/msys_rom/src/Makefile +++ b/module/msys_rom/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/msys_rom/src/mod_msys_rom.c b/module/msys_rom/src/mod_msys_rom.c index f6d0b4438..99171b2aa 100644 --- a/module/msys_rom/src/mod_msys_rom.c +++ b/module/msys_rom/src/mod_msys_rom.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/pcid/include/mod_pcid.h b/module/pcid/include/mod_pcid.h index 993fd525b..dcf208692 100644 --- a/module/pcid/include/mod_pcid.h +++ b/module/pcid/include/mod_pcid.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/pcid/src/Makefile b/module/pcid/src/Makefile index 8812f559f..c08a7a12b 100644 --- a/module/pcid/src/Makefile +++ b/module/pcid/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/pcid/src/mod_pcid.c b/module/pcid/src/mod_pcid.c index 4f8647c2f..f2bba3a51 100644 --- a/module/pcid/src/mod_pcid.c +++ b/module/pcid/src/mod_pcid.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/pik_clock/include/mod_pik_clock.h b/module/pik_clock/include/mod_pik_clock.h index 8067dc85b..512b06650 100644 --- a/module/pik_clock/include/mod_pik_clock.h +++ b/module/pik_clock/include/mod_pik_clock.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/pik_clock/src/Makefile b/module/pik_clock/src/Makefile index 3df54ba7b..b7be020a1 100644 --- a/module/pik_clock/src/Makefile +++ b/module/pik_clock/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/pik_clock/src/mod_pik_clock.c b/module/pik_clock/src/mod_pik_clock.c index cb8aef6e3..a3f485843 100644 --- a/module/pik_clock/src/mod_pik_clock.c +++ b/module/pik_clock/src/mod_pik_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/pl011/include/mod_pl011.h b/module/pl011/include/mod_pl011.h index 07d61459f..d96831ed7 100644 --- a/module/pl011/include/mod_pl011.h +++ b/module/pl011/include/mod_pl011.h @@ -1,7 +1,7 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/pl011/src/Makefile b/module/pl011/src/Makefile index 816a8d7ed..f3b06a166 100644 --- a/module/pl011/src/Makefile +++ b/module/pl011/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/pl011/src/mod_pl011.c b/module/pl011/src/mod_pl011.c index 2cbf7d407..7a74936ef 100644 --- a/module/pl011/src/mod_pl011.c +++ b/module/pl011/src/mod_pl011.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/pl011/src/pl011.h b/module/pl011/src/pl011.h index c51462581..e187029be 100644 --- a/module/pl011/src/pl011.h +++ b/module/pl011/src/pl011.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/power_domain/include/mod_power_domain.h b/module/power_domain/include/mod_power_domain.h index 71395d4b3..584112f6b 100644 --- a/module/power_domain/include/mod_power_domain.h +++ b/module/power_domain/include/mod_power_domain.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/power_domain/include/power_domain_utils.h b/module/power_domain/include/power_domain_utils.h index e8289106b..3d1baf35b 100644 --- a/module/power_domain/include/power_domain_utils.h +++ b/module/power_domain/include/power_domain_utils.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/power_domain/src/Makefile b/module/power_domain/src/Makefile index d98b4986a..9b2d83777 100644 --- a/module/power_domain/src/Makefile +++ b/module/power_domain/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/power_domain/src/mod_power_domain.c b/module/power_domain/src/mod_power_domain.c index 35f6d613b..f5e3bfca2 100644 --- a/module/power_domain/src/mod_power_domain.c +++ b/module/power_domain/src/mod_power_domain.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/power_domain/src/power_domain_utils.c b/module/power_domain/src/power_domain_utils.c index 8f026e9f0..d867e7d56 100644 --- a/module/power_domain/src/power_domain_utils.c +++ b/module/power_domain/src/power_domain_utils.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/ppu_v0/include/mod_ppu_v0.h b/module/ppu_v0/include/mod_ppu_v0.h index c159c637d..2c2323503 100644 --- a/module/ppu_v0/include/mod_ppu_v0.h +++ b/module/ppu_v0/include/mod_ppu_v0.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/ppu_v0/src/Makefile b/module/ppu_v0/src/Makefile index 5c0910053..660bbd835 100644 --- a/module/ppu_v0/src/Makefile +++ b/module/ppu_v0/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/ppu_v0/src/mod_ppu_v0.c b/module/ppu_v0/src/mod_ppu_v0.c index e90dfd4b7..e93bc1bd3 100644 --- a/module/ppu_v0/src/mod_ppu_v0.c +++ b/module/ppu_v0/src/mod_ppu_v0.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/ppu_v0/src/ppu_v0.c b/module/ppu_v0/src/ppu_v0.c index 3db198bfd..69917079f 100644 --- a/module/ppu_v0/src/ppu_v0.c +++ b/module/ppu_v0/src/ppu_v0.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/ppu_v0/src/ppu_v0.h b/module/ppu_v0/src/ppu_v0.h index c792964db..12233580b 100644 --- a/module/ppu_v0/src/ppu_v0.h +++ b/module/ppu_v0/src/ppu_v0.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/ppu_v1/include/mod_ppu_v1.h b/module/ppu_v1/include/mod_ppu_v1.h index 791bc4108..d1a3f1415 100644 --- a/module/ppu_v1/include/mod_ppu_v1.h +++ b/module/ppu_v1/include/mod_ppu_v1.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/ppu_v1/src/Makefile b/module/ppu_v1/src/Makefile index ab65e47e4..d03e26286 100644 --- a/module/ppu_v1/src/Makefile +++ b/module/ppu_v1/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/ppu_v1/src/mod_ppu_v1.c b/module/ppu_v1/src/mod_ppu_v1.c index 2a31a27b0..fb34caf29 100644 --- a/module/ppu_v1/src/mod_ppu_v1.c +++ b/module/ppu_v1/src/mod_ppu_v1.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/ppu_v1/src/ppu_v1.c b/module/ppu_v1/src/ppu_v1.c index 3b79a0cbc..9b1582b8b 100644 --- a/module/ppu_v1/src/ppu_v1.c +++ b/module/ppu_v1/src/ppu_v1.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/ppu_v1/src/ppu_v1.h b/module/ppu_v1/src/ppu_v1.h index 2ad9a32fc..36f180265 100644 --- a/module/ppu_v1/src/ppu_v1.h +++ b/module/ppu_v1/src/ppu_v1.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/psu/include/mod_psu.h b/module/psu/include/mod_psu.h index 02d712b5b..f8475d3b4 100644 --- a/module/psu/include/mod_psu.h +++ b/module/psu/include/mod_psu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/psu/src/Makefile b/module/psu/src/Makefile index 324c0c67b..532df6aea 100644 --- a/module/psu/src/Makefile +++ b/module/psu/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/psu/src/mod_psu.c b/module/psu/src/mod_psu.c index b89296eef..205aed96f 100644 --- a/module/psu/src/mod_psu.c +++ b/module/psu/src/mod_psu.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/reg_sensor/include/mod_reg_sensor.h b/module/reg_sensor/include/mod_reg_sensor.h index 86c89f1a0..bf85e1363 100644 --- a/module/reg_sensor/include/mod_reg_sensor.h +++ b/module/reg_sensor/include/mod_reg_sensor.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/reg_sensor/src/Makefile b/module/reg_sensor/src/Makefile index a35ad6516..311608f65 100644 --- a/module/reg_sensor/src/Makefile +++ b/module/reg_sensor/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/reg_sensor/src/mod_reg_sensor.c b/module/reg_sensor/src/mod_reg_sensor.c index 5b37fe1f1..5f45a0b15 100644 --- a/module/reg_sensor/src/mod_reg_sensor.c +++ b/module/reg_sensor/src/mod_reg_sensor.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/reset_domain/include/mod_reset_domain.h b/module/reset_domain/include/mod_reset_domain.h index 775fe9a21..e9bff0461 100644 --- a/module/reset_domain/include/mod_reset_domain.h +++ b/module/reset_domain/include/mod_reset_domain.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/reset_domain/src/Makefile b/module/reset_domain/src/Makefile index 1c93fdff3..ab0141a82 100644 --- a/module/reset_domain/src/Makefile +++ b/module/reset_domain/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/reset_domain/src/mod_reset_domain.c b/module/reset_domain/src/mod_reset_domain.c index 5c60d0781..53ce5f312 100644 --- a/module/reset_domain/src/mod_reset_domain.c +++ b/module/reset_domain/src/mod_reset_domain.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/resource_perms/include/mod_resource_perms.h b/module/resource_perms/include/mod_resource_perms.h index 319c6156b..4f3171b19 100644 --- a/module/resource_perms/include/mod_resource_perms.h +++ b/module/resource_perms/include/mod_resource_perms.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/resource_perms/src/Makefile b/module/resource_perms/src/Makefile index 3de189afc..f16c0e304 100644 --- a/module/resource_perms/src/Makefile +++ b/module/resource_perms/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/resource_perms/src/mod_resource_perms.c b/module/resource_perms/src/mod_resource_perms.c index 58eaac811..9f0bd424f 100644 --- a/module/resource_perms/src/mod_resource_perms.c +++ b/module/resource_perms/src/mod_resource_perms.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/scmi/include/internal/mod_scmi.h b/module/scmi/include/internal/mod_scmi.h index 5206db71e..67b7f4706 100644 --- a/module/scmi/include/internal/mod_scmi.h +++ b/module/scmi/include/internal/mod_scmi.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/scmi/include/internal/scmi.h b/module/scmi/include/internal/scmi.h index 10d43f3c4..3441a2d1b 100644 --- a/module/scmi/include/internal/scmi.h +++ b/module/scmi/include/internal/scmi.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/scmi/include/internal/scmi_base.h b/module/scmi/include/internal/scmi_base.h index 4be32e1c0..d3272e420 100644 --- a/module/scmi/include/internal/scmi_base.h +++ b/module/scmi/include/internal/scmi_base.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/scmi/include/mod_scmi.h b/module/scmi/include/mod_scmi.h index 4d88b5537..ccdbcd98d 100644 --- a/module/scmi/include/mod_scmi.h +++ b/module/scmi/include/mod_scmi.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/scmi/include/mod_scmi_header.h b/module/scmi/include/mod_scmi_header.h index ef84fa386..89b47a790 100644 --- a/module/scmi/include/mod_scmi_header.h +++ b/module/scmi/include/mod_scmi_header.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/scmi/include/mod_scmi_std.h b/module/scmi/include/mod_scmi_std.h index 9c8ae0d22..114224eff 100644 --- a/module/scmi/include/mod_scmi_std.h +++ b/module/scmi/include/mod_scmi_std.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/scmi/src/Makefile b/module/scmi/src/Makefile index 8473a0146..733b67705 100644 --- a/module/scmi/src/Makefile +++ b/module/scmi/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/scmi/src/mod_scmi.c b/module/scmi/src/mod_scmi.c index a6f5dabad..1bc2587c6 100755 --- a/module/scmi/src/mod_scmi.c +++ b/module/scmi/src/mod_scmi.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/scmi_apcore/include/internal/scmi_apcore.h b/module/scmi_apcore/include/internal/scmi_apcore.h index 9ee994c27..8715e89ab 100644 --- a/module/scmi_apcore/include/internal/scmi_apcore.h +++ b/module/scmi_apcore/include/internal/scmi_apcore.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/scmi_apcore/include/mod_scmi_apcore.h b/module/scmi_apcore/include/mod_scmi_apcore.h index 8c3096d52..d973af0b9 100644 --- a/module/scmi_apcore/include/mod_scmi_apcore.h +++ b/module/scmi_apcore/include/mod_scmi_apcore.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/scmi_apcore/src/Makefile b/module/scmi_apcore/src/Makefile index 47c34d415..f6884c99f 100644 --- a/module/scmi_apcore/src/Makefile +++ b/module/scmi_apcore/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/scmi_apcore/src/mod_scmi_apcore.c b/module/scmi_apcore/src/mod_scmi_apcore.c index 90a5fd28d..e4ee86109 100644 --- a/module/scmi_apcore/src/mod_scmi_apcore.c +++ b/module/scmi_apcore/src/mod_scmi_apcore.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/scmi_clock/include/internal/scmi_clock.h b/module/scmi_clock/include/internal/scmi_clock.h index b20141255..e7b84bdbc 100644 --- a/module/scmi_clock/include/internal/scmi_clock.h +++ b/module/scmi_clock/include/internal/scmi_clock.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/scmi_clock/include/mod_scmi_clock.h b/module/scmi_clock/include/mod_scmi_clock.h index add0ca1ae..56cdc510a 100644 --- a/module/scmi_clock/include/mod_scmi_clock.h +++ b/module/scmi_clock/include/mod_scmi_clock.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/scmi_clock/src/Makefile b/module/scmi_clock/src/Makefile index 159214495..4ca5b92bc 100644 --- a/module/scmi_clock/src/Makefile +++ b/module/scmi_clock/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/scmi_clock/src/mod_scmi_clock.c b/module/scmi_clock/src/mod_scmi_clock.c index 27975d533..93cde5283 100644 --- a/module/scmi_clock/src/mod_scmi_clock.c +++ b/module/scmi_clock/src/mod_scmi_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/scmi_perf/include/internal/scmi_perf.h b/module/scmi_perf/include/internal/scmi_perf.h index ac770fe31..223f166df 100644 --- a/module/scmi_perf/include/internal/scmi_perf.h +++ b/module/scmi_perf/include/internal/scmi_perf.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/scmi_perf/include/mod_scmi_perf.h b/module/scmi_perf/include/mod_scmi_perf.h index b76b62fbe..8c8c0a3b4 100644 --- a/module/scmi_perf/include/mod_scmi_perf.h +++ b/module/scmi_perf/include/mod_scmi_perf.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/scmi_perf/src/Makefile b/module/scmi_perf/src/Makefile index d405a9dc4..4206726ad 100644 --- a/module/scmi_perf/src/Makefile +++ b/module/scmi_perf/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/scmi_perf/src/mod_scmi_perf.c b/module/scmi_perf/src/mod_scmi_perf.c index c7c3216be..7ca21c811 100644 --- a/module/scmi_perf/src/mod_scmi_perf.c +++ b/module/scmi_perf/src/mod_scmi_perf.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/scmi_power_domain/include/internal/scmi_power_domain.h b/module/scmi_power_domain/include/internal/scmi_power_domain.h index cc5e5c0b4..65aa129a4 100644 --- a/module/scmi_power_domain/include/internal/scmi_power_domain.h +++ b/module/scmi_power_domain/include/internal/scmi_power_domain.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/scmi_power_domain/include/mod_scmi_power_domain.h b/module/scmi_power_domain/include/mod_scmi_power_domain.h index 76c83b4ca..3b0305d30 100644 --- a/module/scmi_power_domain/include/mod_scmi_power_domain.h +++ b/module/scmi_power_domain/include/mod_scmi_power_domain.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/scmi_power_domain/src/Makefile b/module/scmi_power_domain/src/Makefile index 0aaba6de5..080ea8703 100644 --- a/module/scmi_power_domain/src/Makefile +++ b/module/scmi_power_domain/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/scmi_power_domain/src/mod_scmi_power_domain.c b/module/scmi_power_domain/src/mod_scmi_power_domain.c index d853099b4..48f75516b 100644 --- a/module/scmi_power_domain/src/mod_scmi_power_domain.c +++ b/module/scmi_power_domain/src/mod_scmi_power_domain.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/scmi_reset_domain/include/internal/scmi_reset_domain.h b/module/scmi_reset_domain/include/internal/scmi_reset_domain.h index 38dcc77f7..e54f845ce 100644 --- a/module/scmi_reset_domain/include/internal/scmi_reset_domain.h +++ b/module/scmi_reset_domain/include/internal/scmi_reset_domain.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/scmi_reset_domain/include/mod_scmi_reset_domain.h b/module/scmi_reset_domain/include/mod_scmi_reset_domain.h index 2e1ded481..9e3811192 100644 --- a/module/scmi_reset_domain/include/mod_scmi_reset_domain.h +++ b/module/scmi_reset_domain/include/mod_scmi_reset_domain.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/scmi_reset_domain/src/Makefile b/module/scmi_reset_domain/src/Makefile index bb85424c9..65949287c 100644 --- a/module/scmi_reset_domain/src/Makefile +++ b/module/scmi_reset_domain/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/scmi_reset_domain/src/mod_scmi_reset_domain.c b/module/scmi_reset_domain/src/mod_scmi_reset_domain.c index e18326a54..96943b2cf 100644 --- a/module/scmi_reset_domain/src/mod_scmi_reset_domain.c +++ b/module/scmi_reset_domain/src/mod_scmi_reset_domain.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/scmi_sensor/include/internal/scmi_sensor.h b/module/scmi_sensor/include/internal/scmi_sensor.h index 9c9c344a5..988bd2eef 100644 --- a/module/scmi_sensor/include/internal/scmi_sensor.h +++ b/module/scmi_sensor/include/internal/scmi_sensor.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/scmi_sensor/include/mod_scmi_sensor.h b/module/scmi_sensor/include/mod_scmi_sensor.h index 01ddf5a63..e33e63ea6 100644 --- a/module/scmi_sensor/include/mod_scmi_sensor.h +++ b/module/scmi_sensor/include/mod_scmi_sensor.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/scmi_sensor/src/Makefile b/module/scmi_sensor/src/Makefile index 36dc0938a..7837b4b9b 100644 --- a/module/scmi_sensor/src/Makefile +++ b/module/scmi_sensor/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/scmi_sensor/src/mod_scmi_sensor.c b/module/scmi_sensor/src/mod_scmi_sensor.c index 802c24553..fd891b2bf 100644 --- a/module/scmi_sensor/src/mod_scmi_sensor.c +++ b/module/scmi_sensor/src/mod_scmi_sensor.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/scmi_system_power/include/internal/scmi_system_power.h b/module/scmi_system_power/include/internal/scmi_system_power.h index ed75dc30e..7f81162c7 100644 --- a/module/scmi_system_power/include/internal/scmi_system_power.h +++ b/module/scmi_system_power/include/internal/scmi_system_power.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/scmi_system_power/include/mod_scmi_system_power.h b/module/scmi_system_power/include/mod_scmi_system_power.h index 8c042682d..25df22def 100644 --- a/module/scmi_system_power/include/mod_scmi_system_power.h +++ b/module/scmi_system_power/include/mod_scmi_system_power.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/scmi_system_power/src/Makefile b/module/scmi_system_power/src/Makefile index 9bcd04a0a..660d5cec3 100644 --- a/module/scmi_system_power/src/Makefile +++ b/module/scmi_system_power/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/scmi_system_power/src/mod_scmi_system_power.c b/module/scmi_system_power/src/mod_scmi_system_power.c index 0d55610bb..a634fad75 100644 --- a/module/scmi_system_power/src/mod_scmi_system_power.c +++ b/module/scmi_system_power/src/mod_scmi_system_power.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/scmi_voltage_domain/include/internal/scmi_voltage_domain.h b/module/scmi_voltage_domain/include/internal/scmi_voltage_domain.h index a637026b2..070d66bff 100644 --- a/module/scmi_voltage_domain/include/internal/scmi_voltage_domain.h +++ b/module/scmi_voltage_domain/include/internal/scmi_voltage_domain.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/scmi_voltage_domain/include/mod_scmi_voltage_domain.h b/module/scmi_voltage_domain/include/mod_scmi_voltage_domain.h index d45b4bc20..01139e1aa 100644 --- a/module/scmi_voltage_domain/include/mod_scmi_voltage_domain.h +++ b/module/scmi_voltage_domain/include/mod_scmi_voltage_domain.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/scmi_voltage_domain/src/Makefile b/module/scmi_voltage_domain/src/Makefile index 09c15573c..08628bb3e 100644 --- a/module/scmi_voltage_domain/src/Makefile +++ b/module/scmi_voltage_domain/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/scmi_voltage_domain/src/mod_scmi_voltage_domain.c b/module/scmi_voltage_domain/src/mod_scmi_voltage_domain.c index e4d0d2594..08cdfd6cb 100644 --- a/module/scmi_voltage_domain/src/mod_scmi_voltage_domain.c +++ b/module/scmi_voltage_domain/src/mod_scmi_voltage_domain.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/sds/include/mod_sds.h b/module/sds/include/mod_sds.h index f5f548609..29d0cba4f 100644 --- a/module/sds/include/mod_sds.h +++ b/module/sds/include/mod_sds.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/sds/src/Makefile b/module/sds/src/Makefile index c6aa12a3f..cb97214e7 100644 --- a/module/sds/src/Makefile +++ b/module/sds/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/sds/src/mod_sds.c b/module/sds/src/mod_sds.c index af21a6984..22cc99a34 100644 --- a/module/sds/src/mod_sds.c +++ b/module/sds/src/mod_sds.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/sensor/include/mod_sensor.h b/module/sensor/include/mod_sensor.h index 8836d6663..d0944c639 100644 --- a/module/sensor/include/mod_sensor.h +++ b/module/sensor/include/mod_sensor.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/sensor/src/Makefile b/module/sensor/src/Makefile index bdb02b1d0..0079dc28e 100644 --- a/module/sensor/src/Makefile +++ b/module/sensor/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/sensor/src/mod_sensor.c b/module/sensor/src/mod_sensor.c index db5da16a2..782242eb2 100644 --- a/module/sensor/src/mod_sensor.c +++ b/module/sensor/src/mod_sensor.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/sensor/src/sensor.h b/module/sensor/src/sensor.h index f554bc112..93414aaac 100644 --- a/module/sensor/src/sensor.h +++ b/module/sensor/src/sensor.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/sid/include/mod_sid.h b/module/sid/include/mod_sid.h index 44e49761c..3c31a9b98 100644 --- a/module/sid/include/mod_sid.h +++ b/module/sid/include/mod_sid.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/sid/src/Makefile b/module/sid/src/Makefile index ddc585690..ebaa93125 100644 --- a/module/sid/src/Makefile +++ b/module/sid/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/sid/src/mod_sid.c b/module/sid/src/mod_sid.c index ca7e045f9..9bb1639c4 100644 --- a/module/sid/src/mod_sid.c +++ b/module/sid/src/mod_sid.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/sid/src/sid_reg.h b/module/sid/src/sid_reg.h index ba70054dc..0acd081ee 100644 --- a/module/sid/src/sid_reg.h +++ b/module/sid/src/sid_reg.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/smt/include/internal/smt.h b/module/smt/include/internal/smt.h index 12c35074d..1a615a360 100644 --- a/module/smt/include/internal/smt.h +++ b/module/smt/include/internal/smt.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/smt/include/mod_smt.h b/module/smt/include/mod_smt.h index 8974e5661..43d4debf7 100644 --- a/module/smt/include/mod_smt.h +++ b/module/smt/include/mod_smt.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/smt/src/Makefile b/module/smt/src/Makefile index ba7f1c542..3fcae912a 100644 --- a/module/smt/src/Makefile +++ b/module/smt/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/smt/src/mod_smt.c b/module/smt/src/mod_smt.c index 3fb7dfeb6..7c5770741 100644 --- a/module/smt/src/mod_smt.c +++ b/module/smt/src/mod_smt.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/ssc/include/mod_ssc.h b/module/ssc/include/mod_ssc.h index de4188bb5..e9f134600 100644 --- a/module/ssc/include/mod_ssc.h +++ b/module/ssc/include/mod_ssc.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/ssc/src/Makefile b/module/ssc/src/Makefile index 22bd1bbd4..8e844fda6 100644 --- a/module/ssc/src/Makefile +++ b/module/ssc/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/ssc/src/mod_ssc.c b/module/ssc/src/mod_ssc.c index e059b347a..11b255600 100644 --- a/module/ssc/src/mod_ssc.c +++ b/module/ssc/src/mod_ssc.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/ssc/src/ssc_reg.h b/module/ssc/src/ssc_reg.h index e7f4619bd..41834ed9b 100644 --- a/module/ssc/src/ssc_reg.h +++ b/module/ssc/src/ssc_reg.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/statistics/include/mod_stats.h b/module/statistics/include/mod_stats.h index 10ad7fdc9..176947509 100644 --- a/module/statistics/include/mod_stats.h +++ b/module/statistics/include/mod_stats.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/statistics/src/Makefile b/module/statistics/src/Makefile index bb2ae9a5f..3aa297115 100644 --- a/module/statistics/src/Makefile +++ b/module/statistics/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/statistics/src/mod_stats.c b/module/statistics/src/mod_stats.c index c66ff6d04..331562c8f 100644 --- a/module/statistics/src/mod_stats.c +++ b/module/statistics/src/mod_stats.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/stdio/include/mod_stdio.h b/module/stdio/include/mod_stdio.h index cdfa31677..ab7b8d1ec 100644 --- a/module/stdio/include/mod_stdio.h +++ b/module/stdio/include/mod_stdio.h @@ -1,7 +1,7 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/stdio/src/Makefile b/module/stdio/src/Makefile index 3f5b91195..6c21e4a70 100644 --- a/module/stdio/src/Makefile +++ b/module/stdio/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/stdio/src/mod_stdio.c b/module/stdio/src/mod_stdio.c index 7b4c5898a..72a8cab71 100644 --- a/module/stdio/src/mod_stdio.c +++ b/module/stdio/src/mod_stdio.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/system_info/include/mod_system_info.h b/module/system_info/include/mod_system_info.h index 03750874c..d7c3a4303 100644 --- a/module/system_info/include/mod_system_info.h +++ b/module/system_info/include/mod_system_info.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/system_info/src/Makefile b/module/system_info/src/Makefile index d1e96d1ca..4943c0316 100644 --- a/module/system_info/src/Makefile +++ b/module/system_info/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/system_info/src/mod_system_info.c b/module/system_info/src/mod_system_info.c index 92e484cb4..cb49f872d 100644 --- a/module/system_info/src/mod_system_info.c +++ b/module/system_info/src/mod_system_info.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/system_pll/include/mod_system_pll.h b/module/system_pll/include/mod_system_pll.h index 49a7437fe..5332b0f40 100644 --- a/module/system_pll/include/mod_system_pll.h +++ b/module/system_pll/include/mod_system_pll.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/system_pll/src/Makefile b/module/system_pll/src/Makefile index 1250028c7..3816df3e6 100644 --- a/module/system_pll/src/Makefile +++ b/module/system_pll/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/system_pll/src/mod_system_pll.c b/module/system_pll/src/mod_system_pll.c index 00b717488..3a7377926 100644 --- a/module/system_pll/src/mod_system_pll.c +++ b/module/system_pll/src/mod_system_pll.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/system_power/include/mod_system_power.h b/module/system_power/include/mod_system_power.h index 37b5e48eb..45aff36e4 100644 --- a/module/system_power/include/mod_system_power.h +++ b/module/system_power/include/mod_system_power.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/system_power/src/Makefile b/module/system_power/src/Makefile index 1063a91c0..b8f18ec39 100644 --- a/module/system_power/src/Makefile +++ b/module/system_power/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/system_power/src/mod_system_power.c b/module/system_power/src/mod_system_power.c index 7d969a3f1..8ec08c7cf 100644 --- a/module/system_power/src/mod_system_power.c +++ b/module/system_power/src/mod_system_power.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/timer/include/mod_timer.h b/module/timer/include/mod_timer.h index bc8bd8cd4..0b9bf1c64 100644 --- a/module/timer/include/mod_timer.h +++ b/module/timer/include/mod_timer.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/timer/src/Makefile b/module/timer/src/Makefile index e7a99b5c0..ad89b42b1 100644 --- a/module/timer/src/Makefile +++ b/module/timer/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/timer/src/mod_timer.c b/module/timer/src/mod_timer.c index f3075b7d7..ac8266e93 100644 --- a/module/timer/src/mod_timer.c +++ b/module/timer/src/mod_timer.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/voltage_domain/include/mod_voltage_domain.h b/module/voltage_domain/include/mod_voltage_domain.h index e29ad9259..ed0176a84 100644 --- a/module/voltage_domain/include/mod_voltage_domain.h +++ b/module/voltage_domain/include/mod_voltage_domain.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/voltage_domain/src/Makefile b/module/voltage_domain/src/Makefile index ac9e78dc2..df4da009d 100644 --- a/module/voltage_domain/src/Makefile +++ b/module/voltage_domain/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/voltage_domain/src/mod_voltage_domain.c b/module/voltage_domain/src/mod_voltage_domain.c index 659023202..6ee71f48f 100644 --- a/module/voltage_domain/src/mod_voltage_domain.c +++ b/module/voltage_domain/src/mod_voltage_domain.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/host/fw/config_stdio.c b/product/host/fw/config_stdio.c index 195bafda8..dbd9e97be 100644 --- a/product/host/fw/config_stdio.c +++ b/product/host/fw/config_stdio.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/host/fw/config_stdio.h b/product/host/fw/config_stdio.h index a7357fbb6..e01b617b6 100644 --- a/product/host/fw/config_stdio.h +++ b/product/host/fw/config_stdio.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/host/fw/firmware.mk b/product/host/fw/firmware.mk index 96d0a11e3..38dd2598e 100644 --- a/product/host/fw/firmware.mk +++ b/product/host/fw/firmware.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/host/fw/fmw_io.h b/product/host/fw/fmw_io.h index 096214cad..fd1ce07e7 100644 --- a/product/host/fw/fmw_io.h +++ b/product/host/fw/fmw_io.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/host/product.mk b/product/host/product.mk index e528ca112..895d11f0e 100644 --- a/product/host/product.mk +++ b/product/host/product.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/juno/include/coresight_soc400.h b/product/juno/include/coresight_soc400.h index 3f0f0f55a..ecc16a0de 100644 --- a/product/juno/include/coresight_soc400.h +++ b/product/juno/include/coresight_soc400.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/juno/include/fmw_cmsis.h b/product/juno/include/fmw_cmsis.h index 300f492d0..e0c605404 100644 --- a/product/juno/include/fmw_cmsis.h +++ b/product/juno/include/fmw_cmsis.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/include/juno_alarm_idx.h b/product/juno/include/juno_alarm_idx.h index a2f9b49dd..6ad33e9e4 100644 --- a/product/juno/include/juno_alarm_idx.h +++ b/product/juno/include/juno_alarm_idx.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/juno/include/juno_clock.h b/product/juno/include/juno_clock.h index a732b0ef4..83ba29750 100644 --- a/product/juno/include/juno_clock.h +++ b/product/juno/include/juno_clock.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/include/juno_id.h b/product/juno/include/juno_id.h index 4c4cf852b..a7ef503e5 100644 --- a/product/juno/include/juno_id.h +++ b/product/juno/include/juno_id.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/include/juno_mhu.h b/product/juno/include/juno_mhu.h index 335110698..f0efda699 100644 --- a/product/juno/include/juno_mhu.h +++ b/product/juno/include/juno_mhu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/juno/include/juno_mmap.h b/product/juno/include/juno_mmap.h index 36da785d0..59911a858 100644 --- a/product/juno/include/juno_mmap.h +++ b/product/juno/include/juno_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/juno/include/juno_nic400.h b/product/juno/include/juno_nic400.h index 4f0b8b099..bb7c9db9d 100644 --- a/product/juno/include/juno_nic400.h +++ b/product/juno/include/juno_nic400.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/juno/include/juno_pcie.h b/product/juno/include/juno_pcie.h index c68509424..3a1eebdb9 100644 --- a/product/juno/include/juno_pcie.h +++ b/product/juno/include/juno_pcie.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/juno/include/juno_power_domain.h b/product/juno/include/juno_power_domain.h index 0fd1dfa8f..c320af8f6 100644 --- a/product/juno/include/juno_power_domain.h +++ b/product/juno/include/juno_power_domain.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/juno/include/juno_ppu_idx.h b/product/juno/include/juno_ppu_idx.h index 00fff9e75..8cbe1fb22 100644 --- a/product/juno/include/juno_ppu_idx.h +++ b/product/juno/include/juno_ppu_idx.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/juno/include/juno_pvt.h b/product/juno/include/juno_pvt.h index 41b2aa5ae..5f5cb119b 100644 --- a/product/juno/include/juno_pvt.h +++ b/product/juno/include/juno_pvt.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/juno/include/juno_scc.h b/product/juno/include/juno_scc.h index 84a05537d..2f3f9a4c4 100644 --- a/product/juno/include/juno_scc.h +++ b/product/juno/include/juno_scc.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/juno/include/juno_scmi.h b/product/juno/include/juno_scmi.h index f3a919039..8ece868bb 100644 --- a/product/juno/include/juno_scmi.h +++ b/product/juno/include/juno_scmi.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/juno/include/juno_sds.h b/product/juno/include/juno_sds.h index ab1cfa7b4..a2eb87899 100644 --- a/product/juno/include/juno_sds.h +++ b/product/juno/include/juno_sds.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/juno/include/juno_ssc.h b/product/juno/include/juno_ssc.h index 7a2bd3b0c..542944fb5 100644 --- a/product/juno/include/juno_ssc.h +++ b/product/juno/include/juno_ssc.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/juno/include/juno_utils.h b/product/juno/include/juno_utils.h index be2734d09..a05ba0a51 100644 --- a/product/juno/include/juno_utils.h +++ b/product/juno/include/juno_utils.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/include/juno_wdog.h b/product/juno/include/juno_wdog.h index 99fd0874e..3496f0818 100644 --- a/product/juno/include/juno_wdog.h +++ b/product/juno/include/juno_wdog.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/juno/include/nic400_gpv.h b/product/juno/include/nic400_gpv.h index 90e144dce..8f7ae6186 100644 --- a/product/juno/include/nic400_gpv.h +++ b/product/juno/include/nic400_gpv.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/juno/include/pl35x.h b/product/juno/include/pl35x.h index bbd08975a..7874edac2 100644 --- a/product/juno/include/pl35x.h +++ b/product/juno/include/pl35x.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/juno/include/pvt_sensor_calibration.h b/product/juno/include/pvt_sensor_calibration.h index 654a34567..ae33ea3ab 100644 --- a/product/juno/include/pvt_sensor_calibration.h +++ b/product/juno/include/pvt_sensor_calibration.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/include/scp_config.h b/product/juno/include/scp_config.h index 9b18f02c6..ffb1520d3 100644 --- a/product/juno/include/scp_config.h +++ b/product/juno/include/scp_config.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/juno/include/scp_mmap.h b/product/juno/include/scp_mmap.h index 193b8a66a..6b36249fd 100644 --- a/product/juno/include/scp_mmap.h +++ b/product/juno/include/scp_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/include/software_mmap.h b/product/juno/include/software_mmap.h index 8b959e3d5..9ff6fa712 100644 --- a/product/juno/include/software_mmap.h +++ b/product/juno/include/software_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/juno/include/system_clock.h b/product/juno/include/system_clock.h index 97c1b9cba..f43f6a4aa 100644 --- a/product/juno/include/system_clock.h +++ b/product/juno/include/system_clock.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/juno/include/system_mmap.h b/product/juno/include/system_mmap.h index 79370b1d7..df116b669 100644 --- a/product/juno/include/system_mmap.h +++ b/product/juno/include/system_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/juno/include/v2m_sys_regs.h b/product/juno/include/v2m_sys_regs.h index b97a8be34..394219d11 100644 --- a/product/juno/include/v2m_sys_regs.h +++ b/product/juno/include/v2m_sys_regs.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/juno/include/xpressrich3.h b/product/juno/include/xpressrich3.h index 3b2d795a5..a0a23d83d 100644 --- a/product/juno/include/xpressrich3.h +++ b/product/juno/include/xpressrich3.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/juno/module/juno_adc/include/mod_juno_adc.h b/product/juno/module/juno_adc/include/mod_juno_adc.h index ce12a1a79..51cd72b6f 100644 --- a/product/juno/module/juno_adc/include/mod_juno_adc.h +++ b/product/juno/module/juno_adc/include/mod_juno_adc.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/juno/module/juno_adc/src/Makefile b/product/juno/module/juno_adc/src/Makefile index 9c20d5d3c..528aae99f 100644 --- a/product/juno/module/juno_adc/src/Makefile +++ b/product/juno/module/juno_adc/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/juno/module/juno_adc/src/juno_adc.h b/product/juno/module/juno_adc/src/juno_adc.h index e6f75a542..8bcb8aca4 100644 --- a/product/juno/module/juno_adc/src/juno_adc.h +++ b/product/juno/module/juno_adc/src/juno_adc.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/module/juno_adc/src/mod_juno_adc.c b/product/juno/module/juno_adc/src/mod_juno_adc.c index 9dd4ce90f..9f6334f21 100644 --- a/product/juno/module/juno_adc/src/mod_juno_adc.c +++ b/product/juno/module/juno_adc/src/mod_juno_adc.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/juno/module/juno_cdcel937/include/mod_juno_cdcel937.h b/product/juno/module/juno_cdcel937/include/mod_juno_cdcel937.h index 13c427820..453805806 100644 --- a/product/juno/module/juno_cdcel937/include/mod_juno_cdcel937.h +++ b/product/juno/module/juno_cdcel937/include/mod_juno_cdcel937.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/module/juno_cdcel937/src/Makefile b/product/juno/module/juno_cdcel937/src/Makefile index fd957adba..168357168 100644 --- a/product/juno/module/juno_cdcel937/src/Makefile +++ b/product/juno/module/juno_cdcel937/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/juno/module/juno_cdcel937/src/juno_cdcel937.h b/product/juno/module/juno_cdcel937/src/juno_cdcel937.h index 47b9aa801..0094a1cae 100644 --- a/product/juno/module/juno_cdcel937/src/juno_cdcel937.h +++ b/product/juno/module/juno_cdcel937/src/juno_cdcel937.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/module/juno_cdcel937/src/mod_juno_cdcel937.c b/product/juno/module/juno_cdcel937/src/mod_juno_cdcel937.c index 707a0fddc..e8ab88d1c 100644 --- a/product/juno/module/juno_cdcel937/src/mod_juno_cdcel937.c +++ b/product/juno/module/juno_cdcel937/src/mod_juno_cdcel937.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/module/juno_ddr_phy400/include/mod_juno_ddr_phy400.h b/product/juno/module/juno_ddr_phy400/include/mod_juno_ddr_phy400.h index dd51dbb36..70c3f51df 100644 --- a/product/juno/module/juno_ddr_phy400/include/mod_juno_ddr_phy400.h +++ b/product/juno/module/juno_ddr_phy400/include/mod_juno_ddr_phy400.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/juno/module/juno_ddr_phy400/src/Makefile b/product/juno/module/juno_ddr_phy400/src/Makefile index 45f4f6c6e..b53770501 100644 --- a/product/juno/module/juno_ddr_phy400/src/Makefile +++ b/product/juno/module/juno_ddr_phy400/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/juno/module/juno_ddr_phy400/src/mod_juno_ddr_phy400.c b/product/juno/module/juno_ddr_phy400/src/mod_juno_ddr_phy400.c index 6505fc2b8..1daf3e9bb 100644 --- a/product/juno/module/juno_ddr_phy400/src/mod_juno_ddr_phy400.c +++ b/product/juno/module/juno_ddr_phy400/src/mod_juno_ddr_phy400.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/juno/module/juno_debug/include/mod_juno_debug.h b/product/juno/module/juno_debug/include/mod_juno_debug.h index a11221c72..bd2ac500a 100644 --- a/product/juno/module/juno_debug/include/mod_juno_debug.h +++ b/product/juno/module/juno_debug/include/mod_juno_debug.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/juno/module/juno_debug/src/Makefile b/product/juno/module/juno_debug/src/Makefile index fb6c7b273..8b600c093 100644 --- a/product/juno/module/juno_debug/src/Makefile +++ b/product/juno/module/juno_debug/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/juno/module/juno_debug/src/mod_juno_debug.c b/product/juno/module/juno_debug/src/mod_juno_debug.c index 0734aff3b..9c4a78a93 100644 --- a/product/juno/module/juno_debug/src/mod_juno_debug.c +++ b/product/juno/module/juno_debug/src/mod_juno_debug.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/juno/module/juno_dmc400/include/mod_juno_dmc400.h b/product/juno/module/juno_dmc400/include/mod_juno_dmc400.h index 96b2985a5..55c6229de 100644 --- a/product/juno/module/juno_dmc400/include/mod_juno_dmc400.h +++ b/product/juno/module/juno_dmc400/include/mod_juno_dmc400.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/juno/module/juno_dmc400/src/Makefile b/product/juno/module/juno_dmc400/src/Makefile index c8ebda6f8..94223fcb0 100644 --- a/product/juno/module/juno_dmc400/src/Makefile +++ b/product/juno/module/juno_dmc400/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/juno/module/juno_dmc400/src/juno_dmc400.h b/product/juno/module/juno_dmc400/src/juno_dmc400.h index 3861bd210..9b905a14d 100644 --- a/product/juno/module/juno_dmc400/src/juno_dmc400.h +++ b/product/juno/module/juno_dmc400/src/juno_dmc400.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/module/juno_dmc400/src/mod_juno_dmc400.c b/product/juno/module/juno_dmc400/src/mod_juno_dmc400.c index 6b4b59a65..ca7f36aa4 100644 --- a/product/juno/module/juno_dmc400/src/mod_juno_dmc400.c +++ b/product/juno/module/juno_dmc400/src/mod_juno_dmc400.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/juno/module/juno_hdlcd/include/mod_juno_hdlcd.h b/product/juno/module/juno_hdlcd/include/mod_juno_hdlcd.h index 91dc9c371..ef690a68e 100644 --- a/product/juno/module/juno_hdlcd/include/mod_juno_hdlcd.h +++ b/product/juno/module/juno_hdlcd/include/mod_juno_hdlcd.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/module/juno_hdlcd/src/Makefile b/product/juno/module/juno_hdlcd/src/Makefile index 817716eae..4436b2ae0 100644 --- a/product/juno/module/juno_hdlcd/src/Makefile +++ b/product/juno/module/juno_hdlcd/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/juno/module/juno_hdlcd/src/mod_juno_hdlcd.c b/product/juno/module/juno_hdlcd/src/mod_juno_hdlcd.c index 296cad6fb..1858296c9 100644 --- a/product/juno/module/juno_hdlcd/src/mod_juno_hdlcd.c +++ b/product/juno/module/juno_hdlcd/src/mod_juno_hdlcd.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/module/juno_ppu/include/mod_juno_ppu.h b/product/juno/module/juno_ppu/include/mod_juno_ppu.h index f01d70d24..d98a09126 100644 --- a/product/juno/module/juno_ppu/include/mod_juno_ppu.h +++ b/product/juno/module/juno_ppu/include/mod_juno_ppu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/module/juno_ppu/src/Makefile b/product/juno/module/juno_ppu/src/Makefile index d7eaf162c..880cd2610 100644 --- a/product/juno/module/juno_ppu/src/Makefile +++ b/product/juno/module/juno_ppu/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/juno/module/juno_ppu/src/juno_ppu.h b/product/juno/module/juno_ppu/src/juno_ppu.h index 2a239e3e9..d2db35ad3 100644 --- a/product/juno/module/juno_ppu/src/juno_ppu.h +++ b/product/juno/module/juno_ppu/src/juno_ppu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/module/juno_ppu/src/mod_juno_ppu.c b/product/juno/module/juno_ppu/src/mod_juno_ppu.c index 4cc1f92c9..c28bc166e 100644 --- a/product/juno/module/juno_ppu/src/mod_juno_ppu.c +++ b/product/juno/module/juno_ppu/src/mod_juno_ppu.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/module/juno_pvt/include/mod_juno_pvt.h b/product/juno/module/juno_pvt/include/mod_juno_pvt.h index 098fcf1ce..92c741e79 100644 --- a/product/juno/module/juno_pvt/include/mod_juno_pvt.h +++ b/product/juno/module/juno_pvt/include/mod_juno_pvt.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/juno/module/juno_pvt/src/Makefile b/product/juno/module/juno_pvt/src/Makefile index c0b6fca48..40f518b7c 100644 --- a/product/juno/module/juno_pvt/src/Makefile +++ b/product/juno/module/juno_pvt/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/juno/module/juno_pvt/src/mod_juno_pvt.c b/product/juno/module/juno_pvt/src/mod_juno_pvt.c index 18e4136b7..73eaa1d3e 100644 --- a/product/juno/module/juno_pvt/src/mod_juno_pvt.c +++ b/product/juno/module/juno_pvt/src/mod_juno_pvt.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/juno/module/juno_ram/include/juno_wdog_ram.h b/product/juno/module/juno_ram/include/juno_wdog_ram.h index a7672fa7e..02dda5951 100644 --- a/product/juno/module/juno_ram/include/juno_wdog_ram.h +++ b/product/juno/module/juno_ram/include/juno_wdog_ram.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/module/juno_ram/include/mod_juno_ram.h b/product/juno/module/juno_ram/include/mod_juno_ram.h index d5f9bc38e..7f6a5f4ad 100644 --- a/product/juno/module/juno_ram/include/mod_juno_ram.h +++ b/product/juno/module/juno_ram/include/mod_juno_ram.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/module/juno_ram/src/Makefile b/product/juno/module/juno_ram/src/Makefile index b3495ee8d..a48097822 100644 --- a/product/juno/module/juno_ram/src/Makefile +++ b/product/juno/module/juno_ram/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/juno/module/juno_ram/src/juno_wdog_ram.c b/product/juno/module/juno_ram/src/juno_wdog_ram.c index 842dff850..18799123a 100644 --- a/product/juno/module/juno_ram/src/juno_wdog_ram.c +++ b/product/juno/module/juno_ram/src/juno_wdog_ram.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/module/juno_ram/src/mod_juno_ram.c b/product/juno/module/juno_ram/src/mod_juno_ram.c index 9e1e9b70f..19aa8f0cb 100644 --- a/product/juno/module/juno_ram/src/mod_juno_ram.c +++ b/product/juno/module/juno_ram/src/mod_juno_ram.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/module/juno_reset_domain/include/mod_juno_reset_domain.h b/product/juno/module/juno_reset_domain/include/mod_juno_reset_domain.h index 9dd9715aa..7ab53d967 100644 --- a/product/juno/module/juno_reset_domain/include/mod_juno_reset_domain.h +++ b/product/juno/module/juno_reset_domain/include/mod_juno_reset_domain.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/juno/module/juno_reset_domain/src/Makefile b/product/juno/module/juno_reset_domain/src/Makefile index df8cbd414..6a10af36d 100644 --- a/product/juno/module/juno_reset_domain/src/Makefile +++ b/product/juno/module/juno_reset_domain/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/juno/module/juno_reset_domain/src/mod_juno_reset_domain.c b/product/juno/module/juno_reset_domain/src/mod_juno_reset_domain.c index 722f8ed5f..58c2a9457 100644 --- a/product/juno/module/juno_reset_domain/src/mod_juno_reset_domain.c +++ b/product/juno/module/juno_reset_domain/src/mod_juno_reset_domain.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/juno/module/juno_rom/include/juno_debug_rom.h b/product/juno/module/juno_rom/include/juno_debug_rom.h index 46d760735..9088d3545 100644 --- a/product/juno/module/juno_rom/include/juno_debug_rom.h +++ b/product/juno/module/juno_rom/include/juno_debug_rom.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/module/juno_rom/include/juno_wdog_rom.h b/product/juno/module/juno_rom/include/juno_wdog_rom.h index 801b84d4d..425258659 100644 --- a/product/juno/module/juno_rom/include/juno_wdog_rom.h +++ b/product/juno/module/juno_rom/include/juno_wdog_rom.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/module/juno_rom/include/mod_juno_rom.h b/product/juno/module/juno_rom/include/mod_juno_rom.h index 0a5cf347f..e3b67c5d1 100644 --- a/product/juno/module/juno_rom/include/mod_juno_rom.h +++ b/product/juno/module/juno_rom/include/mod_juno_rom.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/module/juno_rom/src/Makefile b/product/juno/module/juno_rom/src/Makefile index 37a7e9dca..fccedbf7a 100644 --- a/product/juno/module/juno_rom/src/Makefile +++ b/product/juno/module/juno_rom/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/juno/module/juno_rom/src/juno_debug_rom.c b/product/juno/module/juno_rom/src/juno_debug_rom.c index 80738c538..dd5f25d92 100644 --- a/product/juno/module/juno_rom/src/juno_debug_rom.c +++ b/product/juno/module/juno_rom/src/juno_debug_rom.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/module/juno_rom/src/juno_wdog_rom.c b/product/juno/module/juno_rom/src/juno_wdog_rom.c index 7bc000889..273864d84 100644 --- a/product/juno/module/juno_rom/src/juno_wdog_rom.c +++ b/product/juno/module/juno_rom/src/juno_wdog_rom.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/module/juno_rom/src/mod_juno_rom.c b/product/juno/module/juno_rom/src/mod_juno_rom.c index 5ca0b6efe..87e86cc9d 100644 --- a/product/juno/module/juno_rom/src/mod_juno_rom.c +++ b/product/juno/module/juno_rom/src/mod_juno_rom.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/module/juno_soc_clock/include/mod_juno_soc_clock.h b/product/juno/module/juno_soc_clock/include/mod_juno_soc_clock.h index 28df91149..8e7f80f54 100644 --- a/product/juno/module/juno_soc_clock/include/mod_juno_soc_clock.h +++ b/product/juno/module/juno_soc_clock/include/mod_juno_soc_clock.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/juno/module/juno_soc_clock/src/Makefile b/product/juno/module/juno_soc_clock/src/Makefile index 56fd0c7d1..a501c9388 100644 --- a/product/juno/module/juno_soc_clock/src/Makefile +++ b/product/juno/module/juno_soc_clock/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/juno/module/juno_soc_clock/src/mod_juno_soc_clock.c b/product/juno/module/juno_soc_clock/src/mod_juno_soc_clock.c index e94226500..817d975b9 100644 --- a/product/juno/module/juno_soc_clock/src/mod_juno_soc_clock.c +++ b/product/juno/module/juno_soc_clock/src/mod_juno_soc_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/juno/module/juno_soc_clock_ram/include/mod_juno_soc_clock_ram.h b/product/juno/module/juno_soc_clock_ram/include/mod_juno_soc_clock_ram.h index 15e202138..b03898ade 100644 --- a/product/juno/module/juno_soc_clock_ram/include/mod_juno_soc_clock_ram.h +++ b/product/juno/module/juno_soc_clock_ram/include/mod_juno_soc_clock_ram.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/module/juno_soc_clock_ram/src/Makefile b/product/juno/module/juno_soc_clock_ram/src/Makefile index 086f426c7..ced30c3f2 100644 --- a/product/juno/module/juno_soc_clock_ram/src/Makefile +++ b/product/juno/module/juno_soc_clock_ram/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/juno/module/juno_soc_clock_ram/src/juno_soc_clock_ram_pll.c b/product/juno/module/juno_soc_clock_ram/src/juno_soc_clock_ram_pll.c index eb81c3046..0c27d037a 100644 --- a/product/juno/module/juno_soc_clock_ram/src/juno_soc_clock_ram_pll.c +++ b/product/juno/module/juno_soc_clock_ram/src/juno_soc_clock_ram_pll.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/juno/module/juno_soc_clock_ram/src/juno_soc_clock_ram_pll.h b/product/juno/module/juno_soc_clock_ram/src/juno_soc_clock_ram_pll.h index 81983bdfc..c54d25513 100644 --- a/product/juno/module/juno_soc_clock_ram/src/juno_soc_clock_ram_pll.h +++ b/product/juno/module/juno_soc_clock_ram/src/juno_soc_clock_ram_pll.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/module/juno_soc_clock_ram/src/mod_juno_soc_clock_ram.c b/product/juno/module/juno_soc_clock_ram/src/mod_juno_soc_clock_ram.c index 26290ce2a..f449a861c 100644 --- a/product/juno/module/juno_soc_clock_ram/src/mod_juno_soc_clock_ram.c +++ b/product/juno/module/juno_soc_clock_ram/src/mod_juno_soc_clock_ram.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/module/juno_system/include/mod_juno_system.h b/product/juno/module/juno_system/include/mod_juno_system.h index 5a4b36bba..07f01874b 100644 --- a/product/juno/module/juno_system/include/mod_juno_system.h +++ b/product/juno/module/juno_system/include/mod_juno_system.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/module/juno_system/src/Makefile b/product/juno/module/juno_system/src/Makefile index 6cc34a108..f28e52243 100644 --- a/product/juno/module/juno_system/src/Makefile +++ b/product/juno/module/juno_system/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/juno/module/juno_system/src/juno_system.h b/product/juno/module/juno_system/src/juno_system.h index d7d86dc71..219f11e69 100644 --- a/product/juno/module/juno_system/src/juno_system.h +++ b/product/juno/module/juno_system/src/juno_system.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/module/juno_system/src/mod_juno_system.c b/product/juno/module/juno_system/src/mod_juno_system.c index f39deba4f..eb1666fdd 100644 --- a/product/juno/module/juno_system/src/mod_juno_system.c +++ b/product/juno/module/juno_system/src/mod_juno_system.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/module/juno_thermal/include/mod_juno_thermal.h b/product/juno/module/juno_thermal/include/mod_juno_thermal.h index 96d701761..2a584e260 100644 --- a/product/juno/module/juno_thermal/include/mod_juno_thermal.h +++ b/product/juno/module/juno_thermal/include/mod_juno_thermal.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/juno/module/juno_thermal/src/Makefile b/product/juno/module/juno_thermal/src/Makefile index 6d9eff684..e8a73fc12 100644 --- a/product/juno/module/juno_thermal/src/Makefile +++ b/product/juno/module/juno_thermal/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/juno/module/juno_thermal/src/mod_juno_thermal.c b/product/juno/module/juno_thermal/src/mod_juno_thermal.c index 3fad826b7..7b9b3eca7 100644 --- a/product/juno/module/juno_thermal/src/mod_juno_thermal.c +++ b/product/juno/module/juno_thermal/src/mod_juno_thermal.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/juno/module/juno_xrp7724/include/mod_juno_xrp7724.h b/product/juno/module/juno_xrp7724/include/mod_juno_xrp7724.h index 3ff3f621d..2cd5bd80f 100644 --- a/product/juno/module/juno_xrp7724/include/mod_juno_xrp7724.h +++ b/product/juno/module/juno_xrp7724/include/mod_juno_xrp7724.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/juno/module/juno_xrp7724/src/Makefile b/product/juno/module/juno_xrp7724/src/Makefile index 07cb94ba2..17414db41 100644 --- a/product/juno/module/juno_xrp7724/src/Makefile +++ b/product/juno/module/juno_xrp7724/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/juno/module/juno_xrp7724/src/mod_juno_xrp7724.c b/product/juno/module/juno_xrp7724/src/mod_juno_xrp7724.c index 10813d527..8e8c60ed7 100644 --- a/product/juno/module/juno_xrp7724/src/mod_juno_xrp7724.c +++ b/product/juno/module/juno_xrp7724/src/mod_juno_xrp7724.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/product.mk b/product/juno/product.mk index 1fd109187..b339a0100 100644 --- a/product/juno/product.mk +++ b/product/juno/product.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/juno/scp_ramfw/RTX_Config.h b/product/juno/scp_ramfw/RTX_Config.h index b706dbd34..777b014d1 100644 --- a/product/juno/scp_ramfw/RTX_Config.h +++ b/product/juno/scp_ramfw/RTX_Config.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/juno/scp_ramfw/config_clock.c b/product/juno/scp_ramfw/config_clock.c index cd7fdfcba..d16e2969d 100644 --- a/product/juno/scp_ramfw/config_clock.c +++ b/product/juno/scp_ramfw/config_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_ramfw/config_debug.c b/product/juno/scp_ramfw/config_debug.c index 61506a7e6..f99ca9ede 100644 --- a/product/juno/scp_ramfw/config_debug.c +++ b/product/juno/scp_ramfw/config_debug.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_ramfw/config_dvfs.c b/product/juno/scp_ramfw/config_dvfs.c index ed48af92d..3bcf2d424 100644 --- a/product/juno/scp_ramfw/config_dvfs.c +++ b/product/juno/scp_ramfw/config_dvfs.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_ramfw/config_dvfs.h b/product/juno/scp_ramfw/config_dvfs.h index 39481b931..40da4be83 100644 --- a/product/juno/scp_ramfw/config_dvfs.h +++ b/product/juno/scp_ramfw/config_dvfs.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_ramfw/config_i2c.c b/product/juno/scp_ramfw/config_i2c.c index ae5b06075..802e9f909 100644 --- a/product/juno/scp_ramfw/config_i2c.c +++ b/product/juno/scp_ramfw/config_i2c.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_ramfw/config_juno_adc.c b/product/juno/scp_ramfw/config_juno_adc.c index 3efdeefa7..7c275b180 100644 --- a/product/juno/scp_ramfw/config_juno_adc.c +++ b/product/juno/scp_ramfw/config_juno_adc.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_ramfw/config_juno_cdcel937.c b/product/juno/scp_ramfw/config_juno_cdcel937.c index ed4d205a2..d2ab8d93b 100644 --- a/product/juno/scp_ramfw/config_juno_cdcel937.c +++ b/product/juno/scp_ramfw/config_juno_cdcel937.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_ramfw/config_juno_ddr_phy400.c b/product/juno/scp_ramfw/config_juno_ddr_phy400.c index 071ff374e..6dfb3b017 100644 --- a/product/juno/scp_ramfw/config_juno_ddr_phy400.c +++ b/product/juno/scp_ramfw/config_juno_ddr_phy400.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_ramfw/config_juno_debug.c b/product/juno/scp_ramfw/config_juno_debug.c index 57b1b7a34..b15c7a191 100644 --- a/product/juno/scp_ramfw/config_juno_debug.c +++ b/product/juno/scp_ramfw/config_juno_debug.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_ramfw/config_juno_dmc400.c b/product/juno/scp_ramfw/config_juno_dmc400.c index bfe68e9ca..7de04cbd5 100644 --- a/product/juno/scp_ramfw/config_juno_dmc400.c +++ b/product/juno/scp_ramfw/config_juno_dmc400.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_ramfw/config_juno_hdlcd.c b/product/juno/scp_ramfw/config_juno_hdlcd.c index df5cc12d8..b26b2b2e9 100644 --- a/product/juno/scp_ramfw/config_juno_hdlcd.c +++ b/product/juno/scp_ramfw/config_juno_hdlcd.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_ramfw/config_juno_ppu.c b/product/juno/scp_ramfw/config_juno_ppu.c index 61c27e07c..a09c55e56 100644 --- a/product/juno/scp_ramfw/config_juno_ppu.c +++ b/product/juno/scp_ramfw/config_juno_ppu.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_ramfw/config_juno_pvt.c b/product/juno/scp_ramfw/config_juno_pvt.c index 72d8e3a50..a29e02b4c 100644 --- a/product/juno/scp_ramfw/config_juno_pvt.c +++ b/product/juno/scp_ramfw/config_juno_pvt.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_ramfw/config_juno_ram.c b/product/juno/scp_ramfw/config_juno_ram.c index c1ecc8783..b434b5c30 100644 --- a/product/juno/scp_ramfw/config_juno_ram.c +++ b/product/juno/scp_ramfw/config_juno_ram.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_ramfw/config_juno_reset_domain.c b/product/juno/scp_ramfw/config_juno_reset_domain.c index 86b5a4c48..e2af37cc0 100644 --- a/product/juno/scp_ramfw/config_juno_reset_domain.c +++ b/product/juno/scp_ramfw/config_juno_reset_domain.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_ramfw/config_juno_soc_clock_ram.c b/product/juno/scp_ramfw/config_juno_soc_clock_ram.c index 4a454d859..65dbef06a 100644 --- a/product/juno/scp_ramfw/config_juno_soc_clock_ram.c +++ b/product/juno/scp_ramfw/config_juno_soc_clock_ram.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_ramfw/config_juno_thermal.c b/product/juno/scp_ramfw/config_juno_thermal.c index 55c70d14b..7b2f05133 100644 --- a/product/juno/scp_ramfw/config_juno_thermal.c +++ b/product/juno/scp_ramfw/config_juno_thermal.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_ramfw/config_juno_thermal.h b/product/juno/scp_ramfw/config_juno_thermal.h index 13ad9a1b3..4e25d1d97 100644 --- a/product/juno/scp_ramfw/config_juno_thermal.h +++ b/product/juno/scp_ramfw/config_juno_thermal.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_ramfw/config_juno_xrp7724.c b/product/juno/scp_ramfw/config_juno_xrp7724.c index e20eae066..44d2171fd 100644 --- a/product/juno/scp_ramfw/config_juno_xrp7724.c +++ b/product/juno/scp_ramfw/config_juno_xrp7724.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_ramfw/config_juno_xrp7724.h b/product/juno/scp_ramfw/config_juno_xrp7724.h index f47612c04..a4cb2d091 100644 --- a/product/juno/scp_ramfw/config_juno_xrp7724.h +++ b/product/juno/scp_ramfw/config_juno_xrp7724.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_ramfw/config_mhu.c b/product/juno/scp_ramfw/config_mhu.c index bf7205141..5f946f648 100644 --- a/product/juno/scp_ramfw/config_mhu.c +++ b/product/juno/scp_ramfw/config_mhu.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_ramfw/config_mock_clock.c b/product/juno/scp_ramfw/config_mock_clock.c index be7dfe81c..88900688e 100644 --- a/product/juno/scp_ramfw/config_mock_clock.c +++ b/product/juno/scp_ramfw/config_mock_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_ramfw/config_mock_clock.h b/product/juno/scp_ramfw/config_mock_clock.h index 057233ba3..18ea87dd0 100644 --- a/product/juno/scp_ramfw/config_mock_clock.h +++ b/product/juno/scp_ramfw/config_mock_clock.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_ramfw/config_mock_psu.c b/product/juno/scp_ramfw/config_mock_psu.c index d109b11af..3455f6be6 100644 --- a/product/juno/scp_ramfw/config_mock_psu.c +++ b/product/juno/scp_ramfw/config_mock_psu.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_ramfw/config_mock_psu.h b/product/juno/scp_ramfw/config_mock_psu.h index b0e4a5cf5..01cd243a1 100644 --- a/product/juno/scp_ramfw/config_mock_psu.h +++ b/product/juno/scp_ramfw/config_mock_psu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_ramfw/config_pl011.c b/product/juno/scp_ramfw/config_pl011.c index 63f765449..2392034a5 100644 --- a/product/juno/scp_ramfw/config_pl011.c +++ b/product/juno/scp_ramfw/config_pl011.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_ramfw/config_power_domain.c b/product/juno/scp_ramfw/config_power_domain.c index 3cbc44f1a..f271ce088 100644 --- a/product/juno/scp_ramfw/config_power_domain.c +++ b/product/juno/scp_ramfw/config_power_domain.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_ramfw/config_power_domain.h b/product/juno/scp_ramfw/config_power_domain.h index 80875818b..cfd76590e 100644 --- a/product/juno/scp_ramfw/config_power_domain.h +++ b/product/juno/scp_ramfw/config_power_domain.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_ramfw/config_psu.c b/product/juno/scp_ramfw/config_psu.c index 6f5dd15ad..0bbaa6784 100644 --- a/product/juno/scp_ramfw/config_psu.c +++ b/product/juno/scp_ramfw/config_psu.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_ramfw/config_psu.h b/product/juno/scp_ramfw/config_psu.h index 4c8c1fc1a..b02532164 100644 --- a/product/juno/scp_ramfw/config_psu.h +++ b/product/juno/scp_ramfw/config_psu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_ramfw/config_reg_sensor.c b/product/juno/scp_ramfw/config_reg_sensor.c index 9b63ad918..7db373c31 100644 --- a/product/juno/scp_ramfw/config_reg_sensor.c +++ b/product/juno/scp_ramfw/config_reg_sensor.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_ramfw/config_reset_domain.c b/product/juno/scp_ramfw/config_reset_domain.c index 974498792..4627b766a 100644 --- a/product/juno/scp_ramfw/config_reset_domain.c +++ b/product/juno/scp_ramfw/config_reset_domain.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_ramfw/config_resource_perms.c b/product/juno/scp_ramfw/config_resource_perms.c index a9599c354..3d9615e41 100644 --- a/product/juno/scp_ramfw/config_resource_perms.c +++ b/product/juno/scp_ramfw/config_resource_perms.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_ramfw/config_resource_perms.h b/product/juno/scp_ramfw/config_resource_perms.h index 303687c20..0a14a7e57 100644 --- a/product/juno/scp_ramfw/config_resource_perms.h +++ b/product/juno/scp_ramfw/config_resource_perms.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_ramfw/config_scmi.c b/product/juno/scp_ramfw/config_scmi.c index ee759d43c..62f998c56 100644 --- a/product/juno/scp_ramfw/config_scmi.c +++ b/product/juno/scp_ramfw/config_scmi.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_ramfw/config_scmi_clock.c b/product/juno/scp_ramfw/config_scmi_clock.c index 442dd67d5..a25fecafc 100644 --- a/product/juno/scp_ramfw/config_scmi_clock.c +++ b/product/juno/scp_ramfw/config_scmi_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_ramfw/config_scmi_perf.c b/product/juno/scp_ramfw/config_scmi_perf.c index 7b6edaa1c..df14e7fec 100644 --- a/product/juno/scp_ramfw/config_scmi_perf.c +++ b/product/juno/scp_ramfw/config_scmi_perf.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_ramfw/config_scmi_power_domain.c b/product/juno/scp_ramfw/config_scmi_power_domain.c index fea8e0177..e435744f2 100644 --- a/product/juno/scp_ramfw/config_scmi_power_domain.c +++ b/product/juno/scp_ramfw/config_scmi_power_domain.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_ramfw/config_scmi_reset_domain.c b/product/juno/scp_ramfw/config_scmi_reset_domain.c index 5b46ffb7d..611a55b48 100644 --- a/product/juno/scp_ramfw/config_scmi_reset_domain.c +++ b/product/juno/scp_ramfw/config_scmi_reset_domain.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_ramfw/config_scmi_system_power.c b/product/juno/scp_ramfw/config_scmi_system_power.c index d47e0dcb2..1ce0c1c8f 100644 --- a/product/juno/scp_ramfw/config_scmi_system_power.c +++ b/product/juno/scp_ramfw/config_scmi_system_power.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_ramfw/config_sds.c b/product/juno/scp_ramfw/config_sds.c index 3e74949e9..57950fe73 100644 --- a/product/juno/scp_ramfw/config_sds.c +++ b/product/juno/scp_ramfw/config_sds.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_ramfw/config_sensor.c b/product/juno/scp_ramfw/config_sensor.c index 678d131a3..d12d01994 100644 --- a/product/juno/scp_ramfw/config_sensor.c +++ b/product/juno/scp_ramfw/config_sensor.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_ramfw/config_sensor.h b/product/juno/scp_ramfw/config_sensor.h index 1549781c9..7fec21702 100644 --- a/product/juno/scp_ramfw/config_sensor.h +++ b/product/juno/scp_ramfw/config_sensor.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_ramfw/config_smt.c b/product/juno/scp_ramfw/config_smt.c index 4e932c968..0db49e705 100644 --- a/product/juno/scp_ramfw/config_smt.c +++ b/product/juno/scp_ramfw/config_smt.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_ramfw/config_stats.c b/product/juno/scp_ramfw/config_stats.c index 05d6842f4..699c47cc3 100644 --- a/product/juno/scp_ramfw/config_stats.c +++ b/product/juno/scp_ramfw/config_stats.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_ramfw/config_system_power.c b/product/juno/scp_ramfw/config_system_power.c index 8cb55ddd5..b711e9e30 100644 --- a/product/juno/scp_ramfw/config_system_power.c +++ b/product/juno/scp_ramfw/config_system_power.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_ramfw/config_timer.c b/product/juno/scp_ramfw/config_timer.c index d92b1c6e8..b190413b4 100644 --- a/product/juno/scp_ramfw/config_timer.c +++ b/product/juno/scp_ramfw/config_timer.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_ramfw/firmware.mk b/product/juno/scp_ramfw/firmware.mk index de3ef26f3..ccae1949d 100644 --- a/product/juno/scp_ramfw/firmware.mk +++ b/product/juno/scp_ramfw/firmware.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/juno/scp_ramfw/fmw_io.h b/product/juno/scp_ramfw/fmw_io.h index 2650c1c26..90491c6db 100644 --- a/product/juno/scp_ramfw/fmw_io.h +++ b/product/juno/scp_ramfw/fmw_io.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_ramfw/fmw_memory.h b/product/juno/scp_ramfw/fmw_memory.h index 8786bc1b3..db92b3b2a 100644 --- a/product/juno/scp_ramfw/fmw_memory.h +++ b/product/juno/scp_ramfw/fmw_memory.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_ramfw/rtx_config.c b/product/juno/scp_ramfw/rtx_config.c index 75273716b..4eb391964 100644 --- a/product/juno/scp_ramfw/rtx_config.c +++ b/product/juno/scp_ramfw/rtx_config.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_romfw/config_bootloader.c b/product/juno/scp_romfw/config_bootloader.c index d54921dd3..9cc99af17 100644 --- a/product/juno/scp_romfw/config_bootloader.c +++ b/product/juno/scp_romfw/config_bootloader.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_romfw/config_clock.c b/product/juno/scp_romfw/config_clock.c index 5e9650596..de0425243 100644 --- a/product/juno/scp_romfw/config_clock.c +++ b/product/juno/scp_romfw/config_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_romfw/config_juno_ppu.c b/product/juno/scp_romfw/config_juno_ppu.c index e9ddf7b0f..e0ba3ae91 100644 --- a/product/juno/scp_romfw/config_juno_ppu.c +++ b/product/juno/scp_romfw/config_juno_ppu.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_romfw/config_juno_rom.c b/product/juno/scp_romfw/config_juno_rom.c index 85b141fa0..a3362be11 100644 --- a/product/juno/scp_romfw/config_juno_rom.c +++ b/product/juno/scp_romfw/config_juno_rom.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_romfw/config_juno_soc_clock.c b/product/juno/scp_romfw/config_juno_soc_clock.c index 080f055ff..5c957b1c5 100644 --- a/product/juno/scp_romfw/config_juno_soc_clock.c +++ b/product/juno/scp_romfw/config_juno_soc_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/juno/scp_romfw/config_pl011.c b/product/juno/scp_romfw/config_pl011.c index 005abd671..ac30ac1fa 100644 --- a/product/juno/scp_romfw/config_pl011.c +++ b/product/juno/scp_romfw/config_pl011.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_romfw/config_sds.c b/product/juno/scp_romfw/config_sds.c index 2f1868906..71bd66a11 100644 --- a/product/juno/scp_romfw/config_sds.c +++ b/product/juno/scp_romfw/config_sds.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_romfw/config_timer.c b/product/juno/scp_romfw/config_timer.c index b73711bc3..45b726e50 100644 --- a/product/juno/scp_romfw/config_timer.c +++ b/product/juno/scp_romfw/config_timer.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_romfw/firmware.mk b/product/juno/scp_romfw/firmware.mk index 8857dafa4..18fc8f99d 100644 --- a/product/juno/scp_romfw/firmware.mk +++ b/product/juno/scp_romfw/firmware.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/juno/scp_romfw/fmw_memory.h b/product/juno/scp_romfw/fmw_memory.h index f3fe6ff51..001d78b3b 100644 --- a/product/juno/scp_romfw/fmw_memory.h +++ b/product/juno/scp_romfw/fmw_memory.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_romfw_bypass/config_bootloader.c b/product/juno/scp_romfw_bypass/config_bootloader.c index d54921dd3..9cc99af17 100644 --- a/product/juno/scp_romfw_bypass/config_bootloader.c +++ b/product/juno/scp_romfw_bypass/config_bootloader.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_romfw_bypass/config_clock.c b/product/juno/scp_romfw_bypass/config_clock.c index 5e9650596..de0425243 100644 --- a/product/juno/scp_romfw_bypass/config_clock.c +++ b/product/juno/scp_romfw_bypass/config_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_romfw_bypass/config_juno_ppu.c b/product/juno/scp_romfw_bypass/config_juno_ppu.c index e9ddf7b0f..e0ba3ae91 100644 --- a/product/juno/scp_romfw_bypass/config_juno_ppu.c +++ b/product/juno/scp_romfw_bypass/config_juno_ppu.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_romfw_bypass/config_juno_rom.c b/product/juno/scp_romfw_bypass/config_juno_rom.c index 85b141fa0..a3362be11 100644 --- a/product/juno/scp_romfw_bypass/config_juno_rom.c +++ b/product/juno/scp_romfw_bypass/config_juno_rom.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_romfw_bypass/config_juno_soc_clock.c b/product/juno/scp_romfw_bypass/config_juno_soc_clock.c index 080f055ff..5c957b1c5 100644 --- a/product/juno/scp_romfw_bypass/config_juno_soc_clock.c +++ b/product/juno/scp_romfw_bypass/config_juno_soc_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/juno/scp_romfw_bypass/config_pl011.c b/product/juno/scp_romfw_bypass/config_pl011.c index 005abd671..ac30ac1fa 100644 --- a/product/juno/scp_romfw_bypass/config_pl011.c +++ b/product/juno/scp_romfw_bypass/config_pl011.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_romfw_bypass/config_sds.c b/product/juno/scp_romfw_bypass/config_sds.c index 9c4d569c0..052c5b498 100644 --- a/product/juno/scp_romfw_bypass/config_sds.c +++ b/product/juno/scp_romfw_bypass/config_sds.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_romfw_bypass/config_timer.c b/product/juno/scp_romfw_bypass/config_timer.c index b73711bc3..45b726e50 100644 --- a/product/juno/scp_romfw_bypass/config_timer.c +++ b/product/juno/scp_romfw_bypass/config_timer.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_romfw_bypass/firmware.mk b/product/juno/scp_romfw_bypass/firmware.mk index c75d6f927..eb788787a 100644 --- a/product/juno/scp_romfw_bypass/firmware.mk +++ b/product/juno/scp_romfw_bypass/firmware.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/juno/scp_romfw_bypass/fmw_memory.h b/product/juno/scp_romfw_bypass/fmw_memory.h index f3fe6ff51..001d78b3b 100644 --- a/product/juno/scp_romfw_bypass/fmw_memory.h +++ b/product/juno/scp_romfw_bypass/fmw_memory.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/scp_romfw_bypass/juno_pll_workaround.c b/product/juno/scp_romfw_bypass/juno_pll_workaround.c index 75d61a8af..32a1547d5 100644 --- a/product/juno/scp_romfw_bypass/juno_pll_workaround.c +++ b/product/juno/scp_romfw_bypass/juno_pll_workaround.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/juno/src/juno_id.c b/product/juno/src/juno_id.c index 44db3c985..dde7761b9 100644 --- a/product/juno/src/juno_id.c +++ b/product/juno/src/juno_id.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/juno/src/juno_scmi_clock.c b/product/juno/src/juno_scmi_clock.c index 1d3260cbb..f50a2c9a8 100644 --- a/product/juno/src/juno_scmi_clock.c +++ b/product/juno/src/juno_scmi_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/juno/src/juno_utils.c b/product/juno/src/juno_utils.c index 94913df89..ebeab72ad 100644 --- a/product/juno/src/juno_utils.c +++ b/product/juno/src/juno_utils.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/morello/include/dbg_system_map.h b/product/morello/include/dbg_system_map.h index d40f0d956..0bda6345d 100644 --- a/product/morello/include/dbg_system_map.h +++ b/product/morello/include/dbg_system_map.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/include/fmw_cmsis_mcp.h b/product/morello/include/fmw_cmsis_mcp.h index a6b799a10..ec5d4dd9f 100644 --- a/product/morello/include/fmw_cmsis_mcp.h +++ b/product/morello/include/fmw_cmsis_mcp.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/include/fmw_cmsis_scp.h b/product/morello/include/fmw_cmsis_scp.h index 3c29417dc..acad4814a 100644 --- a/product/morello/include/fmw_cmsis_scp.h +++ b/product/morello/include/fmw_cmsis_scp.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/include/fmw_io.h b/product/morello/include/fmw_io.h index 2650c1c26..90491c6db 100644 --- a/product/morello/include/fmw_io.h +++ b/product/morello/include/fmw_io.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/include/fmw_log.h b/product/morello/include/fmw_log.h index 6198db33c..f50124c40 100644 --- a/product/morello/include/fmw_log.h +++ b/product/morello/include/fmw_log.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/include/morello_core.h b/product/morello/include/morello_core.h index 58bffca48..d8a396c30 100644 --- a/product/morello/include/morello_core.h +++ b/product/morello/include/morello_core.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/include/morello_mcp_mhu.h b/product/morello/include/morello_mcp_mhu.h index baafedb6a..fae7210bb 100644 --- a/product/morello/include/morello_mcp_mhu.h +++ b/product/morello/include/morello_mcp_mhu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/include/morello_mcp_mmap.h b/product/morello/include/morello_mcp_mmap.h index 2b9377d1f..10e035ade 100644 --- a/product/morello/include/morello_mcp_mmap.h +++ b/product/morello/include/morello_mcp_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/include/morello_mcp_pik.h b/product/morello/include/morello_mcp_pik.h index b879115e0..a289e3ec6 100644 --- a/product/morello/include/morello_mcp_pik.h +++ b/product/morello/include/morello_mcp_pik.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/include/morello_mcp_scmi.h b/product/morello/include/morello_mcp_scmi.h index b7124088a..e2ddb3623 100644 --- a/product/morello/include/morello_mcp_scmi.h +++ b/product/morello/include/morello_mcp_scmi.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/include/morello_mcp_software_mmap.h b/product/morello/include/morello_mcp_software_mmap.h index a4c18da09..f059fcdca 100644 --- a/product/morello/include/morello_mcp_software_mmap.h +++ b/product/morello/include/morello_mcp_software_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/morello/include/morello_mcp_system_mmap.h b/product/morello/include/morello_mcp_system_mmap.h index fd356ef05..7501075e7 100644 --- a/product/morello/include/morello_mcp_system_mmap.h +++ b/product/morello/include/morello_mcp_system_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/include/morello_pik_cpu.h b/product/morello/include/morello_pik_cpu.h index d0323db94..00ed64b44 100644 --- a/product/morello/include/morello_pik_cpu.h +++ b/product/morello/include/morello_pik_cpu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/include/morello_pik_debug.h b/product/morello/include/morello_pik_debug.h index 006e0428b..0a81115ea 100644 --- a/product/morello/include/morello_pik_debug.h +++ b/product/morello/include/morello_pik_debug.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/include/morello_pik_dpu.h b/product/morello/include/morello_pik_dpu.h index c921bee8b..5f422404a 100644 --- a/product/morello/include/morello_pik_dpu.h +++ b/product/morello/include/morello_pik_dpu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/include/morello_pik_gpu.h b/product/morello/include/morello_pik_gpu.h index 47c0ec622..51944abeb 100644 --- a/product/morello/include/morello_pik_gpu.h +++ b/product/morello/include/morello_pik_gpu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/include/morello_pik_mcp.h b/product/morello/include/morello_pik_mcp.h index 5a985f239..b79957e6e 100644 --- a/product/morello/include/morello_pik_mcp.h +++ b/product/morello/include/morello_pik_mcp.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/morello/include/morello_pik_scp.h b/product/morello/include/morello_pik_scp.h index d44ffbeef..d8905521a 100644 --- a/product/morello/include/morello_pik_scp.h +++ b/product/morello/include/morello_pik_scp.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/morello/include/morello_pik_system.h b/product/morello/include/morello_pik_system.h index 1939593ac..4c898fe0e 100644 --- a/product/morello/include/morello_pik_system.h +++ b/product/morello/include/morello_pik_system.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/include/morello_power_domain.h b/product/morello/include/morello_power_domain.h index 29f5e099a..08dce7ca3 100644 --- a/product/morello/include/morello_power_domain.h +++ b/product/morello/include/morello_power_domain.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/morello/include/morello_scc_reg.h b/product/morello/include/morello_scc_reg.h index 20bba528a..401020a0b 100644 --- a/product/morello/include/morello_scc_reg.h +++ b/product/morello/include/morello_scc_reg.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/morello/include/morello_scp_mhu.h b/product/morello/include/morello_scp_mhu.h index 9cfc90007..12bc3200a 100644 --- a/product/morello/include/morello_scp_mhu.h +++ b/product/morello/include/morello_scp_mhu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/morello/include/morello_scp_mmap.h b/product/morello/include/morello_scp_mmap.h index e26d33452..847823943 100644 --- a/product/morello/include/morello_scp_mmap.h +++ b/product/morello/include/morello_scp_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/include/morello_scp_pik.h b/product/morello/include/morello_scp_pik.h index 3a17c5d7b..8bba11a0c 100644 --- a/product/morello/include/morello_scp_pik.h +++ b/product/morello/include/morello_scp_pik.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/include/morello_scp_scmi.h b/product/morello/include/morello_scp_scmi.h index 6605474f4..59afdf81c 100644 --- a/product/morello/include/morello_scp_scmi.h +++ b/product/morello/include/morello_scp_scmi.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/morello/include/morello_scp_software_mmap.h b/product/morello/include/morello_scp_software_mmap.h index 48672c9ea..bfd3460c8 100644 --- a/product/morello/include/morello_scp_software_mmap.h +++ b/product/morello/include/morello_scp_software_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/morello/include/morello_scp_system_mmap.h b/product/morello/include/morello_scp_system_mmap.h index 78d0e6c91..4cb85989c 100644 --- a/product/morello/include/morello_scp_system_mmap.h +++ b/product/morello/include/morello_scp_system_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/include/morello_sds.h b/product/morello/include/morello_sds.h index 7dcb3724a..268f1894b 100644 --- a/product/morello/include/morello_sds.h +++ b/product/morello/include/morello_sds.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/include/morello_system_clock.h b/product/morello/include/morello_system_clock.h index 6fef4d06d..9e0474d5c 100644 --- a/product/morello/include/morello_system_clock.h +++ b/product/morello/include/morello_system_clock.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/mcp_ramfw_fvp/RTX_Config.h b/product/morello/mcp_ramfw_fvp/RTX_Config.h index d3dc1e190..1d7c08ae0 100644 --- a/product/morello/mcp_ramfw_fvp/RTX_Config.h +++ b/product/morello/mcp_ramfw_fvp/RTX_Config.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/morello/mcp_ramfw_fvp/config_armv7m_mpu.c b/product/morello/mcp_ramfw_fvp/config_armv7m_mpu.c index 227d66a3a..61e8b25be 100644 --- a/product/morello/mcp_ramfw_fvp/config_armv7m_mpu.c +++ b/product/morello/mcp_ramfw_fvp/config_armv7m_mpu.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/mcp_ramfw_fvp/config_clock.c b/product/morello/mcp_ramfw_fvp/config_clock.c index f715beefa..ea60c41bd 100644 --- a/product/morello/mcp_ramfw_fvp/config_clock.c +++ b/product/morello/mcp_ramfw_fvp/config_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/mcp_ramfw_fvp/config_clock.h b/product/morello/mcp_ramfw_fvp/config_clock.h index 1aa678d2f..9454b42f1 100644 --- a/product/morello/mcp_ramfw_fvp/config_clock.h +++ b/product/morello/mcp_ramfw_fvp/config_clock.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/mcp_ramfw_fvp/config_mhu.c b/product/morello/mcp_ramfw_fvp/config_mhu.c index 15b045e73..14303c89a 100644 --- a/product/morello/mcp_ramfw_fvp/config_mhu.c +++ b/product/morello/mcp_ramfw_fvp/config_mhu.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/mcp_ramfw_fvp/config_pik_clock.c b/product/morello/mcp_ramfw_fvp/config_pik_clock.c index df4a71c3d..a4b8c0541 100644 --- a/product/morello/mcp_ramfw_fvp/config_pik_clock.c +++ b/product/morello/mcp_ramfw_fvp/config_pik_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/mcp_ramfw_fvp/config_pl011.c b/product/morello/mcp_ramfw_fvp/config_pl011.c index 32fec589a..93c5b812f 100644 --- a/product/morello/mcp_ramfw_fvp/config_pl011.c +++ b/product/morello/mcp_ramfw_fvp/config_pl011.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/mcp_ramfw_fvp/config_scmi_agent.c b/product/morello/mcp_ramfw_fvp/config_scmi_agent.c index 1f7f2a5c6..a94e286c0 100644 --- a/product/morello/mcp_ramfw_fvp/config_scmi_agent.c +++ b/product/morello/mcp_ramfw_fvp/config_scmi_agent.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/mcp_ramfw_fvp/config_smt.c b/product/morello/mcp_ramfw_fvp/config_smt.c index 0293a94d7..f186715ac 100644 --- a/product/morello/mcp_ramfw_fvp/config_smt.c +++ b/product/morello/mcp_ramfw_fvp/config_smt.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/mcp_ramfw_fvp/firmware.mk b/product/morello/mcp_ramfw_fvp/firmware.mk index d21ac546b..a1c4a788c 100644 --- a/product/morello/mcp_ramfw_fvp/firmware.mk +++ b/product/morello/mcp_ramfw_fvp/firmware.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/morello/mcp_ramfw_fvp/fmw_cmsis.h b/product/morello/mcp_ramfw_fvp/fmw_cmsis.h index 34fb79fa9..b953fbf08 100644 --- a/product/morello/mcp_ramfw_fvp/fmw_cmsis.h +++ b/product/morello/mcp_ramfw_fvp/fmw_cmsis.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/mcp_ramfw_fvp/fmw_memory.h b/product/morello/mcp_ramfw_fvp/fmw_memory.h index af7a040f5..001d6b3f6 100644 --- a/product/morello/mcp_ramfw_fvp/fmw_memory.h +++ b/product/morello/mcp_ramfw_fvp/fmw_memory.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/morello/mcp_ramfw_fvp/rtx_config.c b/product/morello/mcp_ramfw_fvp/rtx_config.c index c95f62eb4..1ff52b426 100644 --- a/product/morello/mcp_ramfw_fvp/rtx_config.c +++ b/product/morello/mcp_ramfw_fvp/rtx_config.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/mcp_romfw/config_clock.c b/product/morello/mcp_romfw/config_clock.c index 4afc18468..e3c6ad0cd 100644 --- a/product/morello/mcp_romfw/config_clock.c +++ b/product/morello/mcp_romfw/config_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/mcp_romfw/config_morello_rom.c b/product/morello/mcp_romfw/config_morello_rom.c index 27c235a74..589913413 100644 --- a/product/morello/mcp_romfw/config_morello_rom.c +++ b/product/morello/mcp_romfw/config_morello_rom.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/mcp_romfw/config_pl011.c b/product/morello/mcp_romfw/config_pl011.c index 47187bc1e..ef825c80c 100644 --- a/product/morello/mcp_romfw/config_pl011.c +++ b/product/morello/mcp_romfw/config_pl011.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/mcp_romfw/firmware.mk b/product/morello/mcp_romfw/firmware.mk index f647887f8..f1326fcf2 100644 --- a/product/morello/mcp_romfw/firmware.mk +++ b/product/morello/mcp_romfw/firmware.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/morello/mcp_romfw/fmw_cmsis.h b/product/morello/mcp_romfw/fmw_cmsis.h index 34fb79fa9..b953fbf08 100644 --- a/product/morello/mcp_romfw/fmw_cmsis.h +++ b/product/morello/mcp_romfw/fmw_cmsis.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/mcp_romfw/fmw_memory.h b/product/morello/mcp_romfw/fmw_memory.h index 989607bf5..57ff837a9 100644 --- a/product/morello/mcp_romfw/fmw_memory.h +++ b/product/morello/mcp_romfw/fmw_memory.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/morello/module/cmn_skeena/include/internal/cmn_skeena_ccix.h b/product/morello/module/cmn_skeena/include/internal/cmn_skeena_ccix.h index 802bc2e7a..0632d21a1 100644 --- a/product/morello/module/cmn_skeena/include/internal/cmn_skeena_ccix.h +++ b/product/morello/module/cmn_skeena/include/internal/cmn_skeena_ccix.h @@ -1,7 +1,7 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/morello/module/cmn_skeena/include/internal/cmn_skeena_ctx.h b/product/morello/module/cmn_skeena/include/internal/cmn_skeena_ctx.h index 594cb85a9..71c5cf092 100644 --- a/product/morello/module/cmn_skeena/include/internal/cmn_skeena_ctx.h +++ b/product/morello/module/cmn_skeena/include/internal/cmn_skeena_ctx.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/morello/module/cmn_skeena/include/mod_cmn_skeena.h b/product/morello/module/cmn_skeena/include/mod_cmn_skeena.h index e981da400..c605e860c 100644 --- a/product/morello/module/cmn_skeena/include/mod_cmn_skeena.h +++ b/product/morello/module/cmn_skeena/include/mod_cmn_skeena.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/module/cmn_skeena/src/Makefile b/product/morello/module/cmn_skeena/src/Makefile index ea7d573c8..6506bca91 100644 --- a/product/morello/module/cmn_skeena/src/Makefile +++ b/product/morello/module/cmn_skeena/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/morello/module/cmn_skeena/src/cmn_skeena.c b/product/morello/module/cmn_skeena/src/cmn_skeena.c index e48ff1fed..0f912fb91 100644 --- a/product/morello/module/cmn_skeena/src/cmn_skeena.c +++ b/product/morello/module/cmn_skeena/src/cmn_skeena.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/module/cmn_skeena/src/cmn_skeena.h b/product/morello/module/cmn_skeena/src/cmn_skeena.h index 3a1425624..30dc39249 100644 --- a/product/morello/module/cmn_skeena/src/cmn_skeena.h +++ b/product/morello/module/cmn_skeena/src/cmn_skeena.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/morello/module/cmn_skeena/src/cmn_skeena_ccix.c b/product/morello/module/cmn_skeena/src/cmn_skeena_ccix.c index 903b64000..d1c3eb42c 100644 --- a/product/morello/module/cmn_skeena/src/cmn_skeena_ccix.c +++ b/product/morello/module/cmn_skeena/src/cmn_skeena_ccix.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/module/cmn_skeena/src/mod_cmn_skeena.c b/product/morello/module/cmn_skeena/src/mod_cmn_skeena.c index dfa447904..a35e03332 100644 --- a/product/morello/module/cmn_skeena/src/mod_cmn_skeena.c +++ b/product/morello/module/cmn_skeena/src/mod_cmn_skeena.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/module/dmc_bing/include/mod_dmc_bing.h b/product/morello/module/dmc_bing/include/mod_dmc_bing.h index 68cef2559..665b34383 100644 --- a/product/morello/module/dmc_bing/include/mod_dmc_bing.h +++ b/product/morello/module/dmc_bing/include/mod_dmc_bing.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/morello/module/dmc_bing/src/Makefile b/product/morello/module/dmc_bing/src/Makefile index 16026bd90..0624052e7 100644 --- a/product/morello/module/dmc_bing/src/Makefile +++ b/product/morello/module/dmc_bing/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/morello/module/dmc_bing/src/mod_dmc_bing.c b/product/morello/module/dmc_bing/src/mod_dmc_bing.c index daa1f2052..003bf5ccb 100644 --- a/product/morello/module/dmc_bing/src/mod_dmc_bing.c +++ b/product/morello/module/dmc_bing/src/mod_dmc_bing.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/morello/module/morello_mcp_system/include/mod_morello_mcp_system.h b/product/morello/module/morello_mcp_system/include/mod_morello_mcp_system.h index e8b75fbd6..ceba68e3e 100644 --- a/product/morello/module/morello_mcp_system/include/mod_morello_mcp_system.h +++ b/product/morello/module/morello_mcp_system/include/mod_morello_mcp_system.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/morello/module/morello_mcp_system/src/Makefile b/product/morello/module/morello_mcp_system/src/Makefile index 02c90bfb1..c9fde6153 100644 --- a/product/morello/module/morello_mcp_system/src/Makefile +++ b/product/morello/module/morello_mcp_system/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/morello/module/morello_mcp_system/src/mod_morello_mcp_system.c b/product/morello/module/morello_mcp_system/src/mod_morello_mcp_system.c index c1e12c360..4ee6b7b0e 100644 --- a/product/morello/module/morello_mcp_system/src/mod_morello_mcp_system.c +++ b/product/morello/module/morello_mcp_system/src/mod_morello_mcp_system.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/morello/module/morello_mhu/include/internal/mhu.h b/product/morello/module/morello_mhu/include/internal/mhu.h index ec9fe2e74..daa9b1234 100644 --- a/product/morello/module/morello_mhu/include/internal/mhu.h +++ b/product/morello/module/morello_mhu/include/internal/mhu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/module/morello_mhu/include/mod_mhu.h b/product/morello/module/morello_mhu/include/mod_mhu.h index b5291d95c..41a7be6c8 100644 --- a/product/morello/module/morello_mhu/include/mod_mhu.h +++ b/product/morello/module/morello_mhu/include/mod_mhu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/morello/module/morello_mhu/src/Makefile b/product/morello/module/morello_mhu/src/Makefile index 356bc110b..6a647feca 100644 --- a/product/morello/module/morello_mhu/src/Makefile +++ b/product/morello/module/morello_mhu/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/morello/module/morello_mhu/src/mod_mhu.c b/product/morello/module/morello_mhu/src/mod_mhu.c index e811e9cf7..91751c777 100644 --- a/product/morello/module/morello_mhu/src/mod_mhu.c +++ b/product/morello/module/morello_mhu/src/mod_mhu.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/morello/module/morello_pll/include/internal/morello_pll.h b/product/morello/module/morello_pll/include/internal/morello_pll.h index 08b442e8b..41ffcc0d4 100644 --- a/product/morello/module/morello_pll/include/internal/morello_pll.h +++ b/product/morello/module/morello_pll/include/internal/morello_pll.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/morello/module/morello_pll/include/mod_morello_pll.h b/product/morello/module/morello_pll/include/mod_morello_pll.h index b601d941b..8a5fc0e5e 100644 --- a/product/morello/module/morello_pll/include/mod_morello_pll.h +++ b/product/morello/module/morello_pll/include/mod_morello_pll.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/module/morello_pll/src/Makefile b/product/morello/module/morello_pll/src/Makefile index a4b7ec3a7..7b408d336 100644 --- a/product/morello/module/morello_pll/src/Makefile +++ b/product/morello/module/morello_pll/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/morello/module/morello_pll/src/mod_morello_pll.c b/product/morello/module/morello_pll/src/mod_morello_pll.c index ee058b941..d948fc6be 100644 --- a/product/morello/module/morello_pll/src/mod_morello_pll.c +++ b/product/morello/module/morello_pll/src/mod_morello_pll.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/module/morello_rom/include/mod_morello_rom.h b/product/morello/module/morello_rom/include/mod_morello_rom.h index f6392bbb1..69070ed93 100644 --- a/product/morello/module/morello_rom/include/mod_morello_rom.h +++ b/product/morello/module/morello_rom/include/mod_morello_rom.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/module/morello_rom/src/Makefile b/product/morello/module/morello_rom/src/Makefile index cc3705578..037673eb5 100644 --- a/product/morello/module/morello_rom/src/Makefile +++ b/product/morello/module/morello_rom/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/morello/module/morello_rom/src/mod_morello_rom.c b/product/morello/module/morello_rom/src/mod_morello_rom.c index 8203440f5..d19b9ed05 100644 --- a/product/morello/module/morello_rom/src/mod_morello_rom.c +++ b/product/morello/module/morello_rom/src/mod_morello_rom.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/module/morello_smt/include/internal/smt.h b/product/morello/module/morello_smt/include/internal/smt.h index 6b6510b64..ff6ed2d2a 100644 --- a/product/morello/module/morello_smt/include/internal/smt.h +++ b/product/morello/module/morello_smt/include/internal/smt.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/module/morello_smt/include/mod_smt.h b/product/morello/module/morello_smt/include/mod_smt.h index 27d062c12..804359dea 100644 --- a/product/morello/module/morello_smt/include/mod_smt.h +++ b/product/morello/module/morello_smt/include/mod_smt.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/module/morello_smt/src/Makefile b/product/morello/module/morello_smt/src/Makefile index 1e27356b1..cd2cf770f 100644 --- a/product/morello/module/morello_smt/src/Makefile +++ b/product/morello/module/morello_smt/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/morello/module/morello_smt/src/mod_smt.c b/product/morello/module/morello_smt/src/mod_smt.c index 63ac63807..742d6d93b 100644 --- a/product/morello/module/morello_smt/src/mod_smt.c +++ b/product/morello/module/morello_smt/src/mod_smt.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/module/morello_system/include/mod_morello_system.h b/product/morello/module/morello_system/include/mod_morello_system.h index 507e35e86..fab9e7338 100644 --- a/product/morello/module/morello_system/include/mod_morello_system.h +++ b/product/morello/module/morello_system/include/mod_morello_system.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/morello/module/morello_system/src/Makefile b/product/morello/module/morello_system/src/Makefile index 035427719..592963877 100644 --- a/product/morello/module/morello_system/src/Makefile +++ b/product/morello/module/morello_system/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/morello/module/morello_system/src/mod_morello_system.c b/product/morello/module/morello_system/src/mod_morello_system.c index b5906c68c..a80ecbbd5 100644 --- a/product/morello/module/morello_system/src/mod_morello_system.c +++ b/product/morello/module/morello_system/src/mod_morello_system.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/morello/module/scmi_agent/include/mod_scmi_agent.h b/product/morello/module/scmi_agent/include/mod_scmi_agent.h index b5873798d..daf35507b 100644 --- a/product/morello/module/scmi_agent/include/mod_scmi_agent.h +++ b/product/morello/module/scmi_agent/include/mod_scmi_agent.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/morello/module/scmi_agent/src/Makefile b/product/morello/module/scmi_agent/src/Makefile index 72d33492e..d27083501 100644 --- a/product/morello/module/scmi_agent/src/Makefile +++ b/product/morello/module/scmi_agent/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/morello/module/scmi_agent/src/mod_scmi_agent.c b/product/morello/module/scmi_agent/src/mod_scmi_agent.c index 2a0ac31a6..5ded6d0d0 100644 --- a/product/morello/module/scmi_agent/src/mod_scmi_agent.c +++ b/product/morello/module/scmi_agent/src/mod_scmi_agent.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/morello/module/scmi_management/include/mod_scmi_management.h b/product/morello/module/scmi_management/include/mod_scmi_management.h index 66ab3e3d9..d2355056a 100644 --- a/product/morello/module/scmi_management/include/mod_scmi_management.h +++ b/product/morello/module/scmi_management/include/mod_scmi_management.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/morello/module/scmi_management/src/Makefile b/product/morello/module/scmi_management/src/Makefile index 313077a5f..8a99a288e 100644 --- a/product/morello/module/scmi_management/src/Makefile +++ b/product/morello/module/scmi_management/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/morello/module/scmi_management/src/mod_scmi_management.c b/product/morello/module/scmi_management/src/mod_scmi_management.c index 9e781343b..e0586b0e9 100644 --- a/product/morello/module/scmi_management/src/mod_scmi_management.c +++ b/product/morello/module/scmi_management/src/mod_scmi_management.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/morello/product.mk b/product/morello/product.mk index 670973fb2..3fcc9f081 100644 --- a/product/morello/product.mk +++ b/product/morello/product.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/morello/scp_ramfw_fvp/RTX_Config.h b/product/morello/scp_ramfw_fvp/RTX_Config.h index d3dc1e190..1d7c08ae0 100644 --- a/product/morello/scp_ramfw_fvp/RTX_Config.h +++ b/product/morello/scp_ramfw_fvp/RTX_Config.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/morello/scp_ramfw_fvp/config_apcontext.c b/product/morello/scp_ramfw_fvp/config_apcontext.c index e97582b5a..f995780f0 100644 --- a/product/morello/scp_ramfw_fvp/config_apcontext.c +++ b/product/morello/scp_ramfw_fvp/config_apcontext.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/scp_ramfw_fvp/config_armv7m_mpu.c b/product/morello/scp_ramfw_fvp/config_armv7m_mpu.c index 38ed06c5d..12ca50688 100644 --- a/product/morello/scp_ramfw_fvp/config_armv7m_mpu.c +++ b/product/morello/scp_ramfw_fvp/config_armv7m_mpu.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/scp_ramfw_fvp/config_clock.c b/product/morello/scp_ramfw_fvp/config_clock.c index f8ddc4987..2b0aeecb8 100644 --- a/product/morello/scp_ramfw_fvp/config_clock.c +++ b/product/morello/scp_ramfw_fvp/config_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/scp_ramfw_fvp/config_clock.h b/product/morello/scp_ramfw_fvp/config_clock.h index 93298791b..676ba94fe 100644 --- a/product/morello/scp_ramfw_fvp/config_clock.h +++ b/product/morello/scp_ramfw_fvp/config_clock.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/scp_ramfw_fvp/config_cmn_skeena.c b/product/morello/scp_ramfw_fvp/config_cmn_skeena.c index 3e63ba0b4..fc8f178be 100644 --- a/product/morello/scp_ramfw_fvp/config_cmn_skeena.c +++ b/product/morello/scp_ramfw_fvp/config_cmn_skeena.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/scp_ramfw_fvp/config_css_clock.c b/product/morello/scp_ramfw_fvp/config_css_clock.c index d3f42a28e..b76fd597e 100644 --- a/product/morello/scp_ramfw_fvp/config_css_clock.c +++ b/product/morello/scp_ramfw_fvp/config_css_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/scp_ramfw_fvp/config_dmc_bing.c b/product/morello/scp_ramfw_fvp/config_dmc_bing.c index dc5275922..5554b0b1e 100644 --- a/product/morello/scp_ramfw_fvp/config_dmc_bing.c +++ b/product/morello/scp_ramfw_fvp/config_dmc_bing.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/scp_ramfw_fvp/config_dvfs.c b/product/morello/scp_ramfw_fvp/config_dvfs.c index ced74b358..c306bc7fc 100644 --- a/product/morello/scp_ramfw_fvp/config_dvfs.c +++ b/product/morello/scp_ramfw_fvp/config_dvfs.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/scp_ramfw_fvp/config_dvfs.h b/product/morello/scp_ramfw_fvp/config_dvfs.h index d86038978..452c8de6d 100644 --- a/product/morello/scp_ramfw_fvp/config_dvfs.h +++ b/product/morello/scp_ramfw_fvp/config_dvfs.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/scp_ramfw_fvp/config_mhu.c b/product/morello/scp_ramfw_fvp/config_mhu.c index 52de68145..a5b92926d 100644 --- a/product/morello/scp_ramfw_fvp/config_mhu.c +++ b/product/morello/scp_ramfw_fvp/config_mhu.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/scp_ramfw_fvp/config_mock_psu.c b/product/morello/scp_ramfw_fvp/config_mock_psu.c index 791826f39..a4eea237c 100644 --- a/product/morello/scp_ramfw_fvp/config_mock_psu.c +++ b/product/morello/scp_ramfw_fvp/config_mock_psu.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/scp_ramfw_fvp/config_mock_psu.h b/product/morello/scp_ramfw_fvp/config_mock_psu.h index 923368493..0850c1ba5 100644 --- a/product/morello/scp_ramfw_fvp/config_mock_psu.h +++ b/product/morello/scp_ramfw_fvp/config_mock_psu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/scp_ramfw_fvp/config_morello_pll.c b/product/morello/scp_ramfw_fvp/config_morello_pll.c index ed548532c..f042e0c5b 100644 --- a/product/morello/scp_ramfw_fvp/config_morello_pll.c +++ b/product/morello/scp_ramfw_fvp/config_morello_pll.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/scp_ramfw_fvp/config_pik_clock.c b/product/morello/scp_ramfw_fvp/config_pik_clock.c index 33b2f3f12..dfd27d2fc 100644 --- a/product/morello/scp_ramfw_fvp/config_pik_clock.c +++ b/product/morello/scp_ramfw_fvp/config_pik_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/scp_ramfw_fvp/config_pl011.c b/product/morello/scp_ramfw_fvp/config_pl011.c index cc86986b3..2d76c1c1d 100644 --- a/product/morello/scp_ramfw_fvp/config_pl011.c +++ b/product/morello/scp_ramfw_fvp/config_pl011.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/scp_ramfw_fvp/config_power_domain.c b/product/morello/scp_ramfw_fvp/config_power_domain.c index a27c9a27b..40bf3cd4d 100644 --- a/product/morello/scp_ramfw_fvp/config_power_domain.c +++ b/product/morello/scp_ramfw_fvp/config_power_domain.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/scp_ramfw_fvp/config_power_domain.h b/product/morello/scp_ramfw_fvp/config_power_domain.h index 75b1bccd7..7e1660d76 100644 --- a/product/morello/scp_ramfw_fvp/config_power_domain.h +++ b/product/morello/scp_ramfw_fvp/config_power_domain.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/scp_ramfw_fvp/config_ppu_v0.c b/product/morello/scp_ramfw_fvp/config_ppu_v0.c index 8aa561186..cc15ac478 100644 --- a/product/morello/scp_ramfw_fvp/config_ppu_v0.c +++ b/product/morello/scp_ramfw_fvp/config_ppu_v0.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/scp_ramfw_fvp/config_ppu_v0.h b/product/morello/scp_ramfw_fvp/config_ppu_v0.h index 409d7cd02..d6fbaba47 100644 --- a/product/morello/scp_ramfw_fvp/config_ppu_v0.h +++ b/product/morello/scp_ramfw_fvp/config_ppu_v0.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/scp_ramfw_fvp/config_ppu_v1.c b/product/morello/scp_ramfw_fvp/config_ppu_v1.c index 21fc8b43a..0e01088db 100644 --- a/product/morello/scp_ramfw_fvp/config_ppu_v1.c +++ b/product/morello/scp_ramfw_fvp/config_ppu_v1.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/scp_ramfw_fvp/config_psu.c b/product/morello/scp_ramfw_fvp/config_psu.c index a3498c3c0..d98989ad3 100644 --- a/product/morello/scp_ramfw_fvp/config_psu.c +++ b/product/morello/scp_ramfw_fvp/config_psu.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/scp_ramfw_fvp/config_psu.h b/product/morello/scp_ramfw_fvp/config_psu.h index dcc460b17..6df928720 100644 --- a/product/morello/scp_ramfw_fvp/config_psu.h +++ b/product/morello/scp_ramfw_fvp/config_psu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/scp_ramfw_fvp/config_resource_perms.c b/product/morello/scp_ramfw_fvp/config_resource_perms.c index f5f949161..c5a357976 100644 --- a/product/morello/scp_ramfw_fvp/config_resource_perms.c +++ b/product/morello/scp_ramfw_fvp/config_resource_perms.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/scp_ramfw_fvp/config_scmi.c b/product/morello/scp_ramfw_fvp/config_scmi.c index 7f609dc84..3b7a8aca3 100644 --- a/product/morello/scp_ramfw_fvp/config_scmi.c +++ b/product/morello/scp_ramfw_fvp/config_scmi.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/scp_ramfw_fvp/config_scmi_management.c b/product/morello/scp_ramfw_fvp/config_scmi_management.c index 878625813..57cdad270 100644 --- a/product/morello/scp_ramfw_fvp/config_scmi_management.c +++ b/product/morello/scp_ramfw_fvp/config_scmi_management.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/scp_ramfw_fvp/config_scmi_perf.c b/product/morello/scp_ramfw_fvp/config_scmi_perf.c index af49e0d54..37f9f75e4 100644 --- a/product/morello/scp_ramfw_fvp/config_scmi_perf.c +++ b/product/morello/scp_ramfw_fvp/config_scmi_perf.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/scp_ramfw_fvp/config_scmi_power_domain.c b/product/morello/scp_ramfw_fvp/config_scmi_power_domain.c index 2d344b267..29277afdf 100644 --- a/product/morello/scp_ramfw_fvp/config_scmi_power_domain.c +++ b/product/morello/scp_ramfw_fvp/config_scmi_power_domain.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/scp_ramfw_fvp/config_scmi_system_power.c b/product/morello/scp_ramfw_fvp/config_scmi_system_power.c index f969afdac..b01ee1afb 100644 --- a/product/morello/scp_ramfw_fvp/config_scmi_system_power.c +++ b/product/morello/scp_ramfw_fvp/config_scmi_system_power.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/scp_ramfw_fvp/config_sds.c b/product/morello/scp_ramfw_fvp/config_sds.c index a4fb2b09d..2511227a8 100644 --- a/product/morello/scp_ramfw_fvp/config_sds.c +++ b/product/morello/scp_ramfw_fvp/config_sds.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/scp_ramfw_fvp/config_smt.c b/product/morello/scp_ramfw_fvp/config_smt.c index 75b66c838..b5581958c 100644 --- a/product/morello/scp_ramfw_fvp/config_smt.c +++ b/product/morello/scp_ramfw_fvp/config_smt.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/scp_ramfw_fvp/config_ssc.c b/product/morello/scp_ramfw_fvp/config_ssc.c index 52d0dbea2..626d4cf51 100644 --- a/product/morello/scp_ramfw_fvp/config_ssc.c +++ b/product/morello/scp_ramfw_fvp/config_ssc.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/scp_ramfw_fvp/config_system_info.c b/product/morello/scp_ramfw_fvp/config_system_info.c index 08c70f1e3..f714d79ca 100644 --- a/product/morello/scp_ramfw_fvp/config_system_info.c +++ b/product/morello/scp_ramfw_fvp/config_system_info.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/scp_ramfw_fvp/config_system_power.c b/product/morello/scp_ramfw_fvp/config_system_power.c index 2f4c79d9e..eed721c02 100644 --- a/product/morello/scp_ramfw_fvp/config_system_power.c +++ b/product/morello/scp_ramfw_fvp/config_system_power.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/scp_ramfw_fvp/config_timer.c b/product/morello/scp_ramfw_fvp/config_timer.c index 9c93f4700..ab7f8b9d5 100644 --- a/product/morello/scp_ramfw_fvp/config_timer.c +++ b/product/morello/scp_ramfw_fvp/config_timer.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/scp_ramfw_fvp/firmware.mk b/product/morello/scp_ramfw_fvp/firmware.mk index 852eab213..ab5be1ab3 100644 --- a/product/morello/scp_ramfw_fvp/firmware.mk +++ b/product/morello/scp_ramfw_fvp/firmware.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/morello/scp_ramfw_fvp/fmw_cmsis.h b/product/morello/scp_ramfw_fvp/fmw_cmsis.h index 691120c15..d7cc226d9 100644 --- a/product/morello/scp_ramfw_fvp/fmw_cmsis.h +++ b/product/morello/scp_ramfw_fvp/fmw_cmsis.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/scp_ramfw_fvp/fmw_memory.h b/product/morello/scp_ramfw_fvp/fmw_memory.h index 21c1755c6..0cf6c3629 100644 --- a/product/morello/scp_ramfw_fvp/fmw_memory.h +++ b/product/morello/scp_ramfw_fvp/fmw_memory.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/morello/scp_ramfw_fvp/rtx_config.c b/product/morello/scp_ramfw_fvp/rtx_config.c index c95f62eb4..1ff52b426 100644 --- a/product/morello/scp_ramfw_fvp/rtx_config.c +++ b/product/morello/scp_ramfw_fvp/rtx_config.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/scp_romfw/config_clock.c b/product/morello/scp_romfw/config_clock.c index 4afc18468..e3c6ad0cd 100644 --- a/product/morello/scp_romfw/config_clock.c +++ b/product/morello/scp_romfw/config_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/scp_romfw/config_morello_rom.c b/product/morello/scp_romfw/config_morello_rom.c index 78f1d6585..42bb69d75 100644 --- a/product/morello/scp_romfw/config_morello_rom.c +++ b/product/morello/scp_romfw/config_morello_rom.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/scp_romfw/config_pl011.c b/product/morello/scp_romfw/config_pl011.c index cf7c0e91d..a886d06c3 100644 --- a/product/morello/scp_romfw/config_pl011.c +++ b/product/morello/scp_romfw/config_pl011.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/scp_romfw/firmware.mk b/product/morello/scp_romfw/firmware.mk index f647887f8..f1326fcf2 100644 --- a/product/morello/scp_romfw/firmware.mk +++ b/product/morello/scp_romfw/firmware.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/morello/scp_romfw/fmw_cmsis.h b/product/morello/scp_romfw/fmw_cmsis.h index 691120c15..d7cc226d9 100644 --- a/product/morello/scp_romfw/fmw_cmsis.h +++ b/product/morello/scp_romfw/fmw_cmsis.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/morello/scp_romfw/fmw_memory.h b/product/morello/scp_romfw/fmw_memory.h index 04587ac1e..aeae69342 100644 --- a/product/morello/scp_romfw/fmw_memory.h +++ b/product/morello/scp_romfw/fmw_memory.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/morello/src/morello_core.c b/product/morello/src/morello_core.c index b195f0c99..ec48cc7e0 100644 --- a/product/morello/src/morello_core.c +++ b/product/morello/src/morello_core.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/include/dbg_system_map.h b/product/n1sdp/include/dbg_system_map.h index 214b23546..43a3eab03 100644 --- a/product/n1sdp/include/dbg_system_map.h +++ b/product/n1sdp/include/dbg_system_map.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/include/fmw_cmsis_mcp.h b/product/n1sdp/include/fmw_cmsis_mcp.h index 2a65b72f8..ee7aa64ca 100644 --- a/product/n1sdp/include/fmw_cmsis_mcp.h +++ b/product/n1sdp/include/fmw_cmsis_mcp.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/include/fmw_cmsis_scp.h b/product/n1sdp/include/fmw_cmsis_scp.h index 500bd5a4e..b55077f6f 100644 --- a/product/n1sdp/include/fmw_cmsis_scp.h +++ b/product/n1sdp/include/fmw_cmsis_scp.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/include/fmw_io.h b/product/n1sdp/include/fmw_io.h index 2650c1c26..90491c6db 100644 --- a/product/n1sdp/include/fmw_io.h +++ b/product/n1sdp/include/fmw_io.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/include/fmw_log.h b/product/n1sdp/include/fmw_log.h index 6198db33c..f50124c40 100644 --- a/product/n1sdp/include/fmw_log.h +++ b/product/n1sdp/include/fmw_log.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/include/n1sdp_core.h b/product/n1sdp/include/n1sdp_core.h index 2ea6e6684..7c3d9d8d8 100644 --- a/product/n1sdp/include/n1sdp_core.h +++ b/product/n1sdp/include/n1sdp_core.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/include/n1sdp_mcp_mhu.h b/product/n1sdp/include/n1sdp_mcp_mhu.h index 7849086f0..291d07f30 100644 --- a/product/n1sdp/include/n1sdp_mcp_mhu.h +++ b/product/n1sdp/include/n1sdp_mcp_mhu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/include/n1sdp_mcp_mmap.h b/product/n1sdp/include/n1sdp_mcp_mmap.h index 7e1fa0f8c..bdd81e8f4 100644 --- a/product/n1sdp/include/n1sdp_mcp_mmap.h +++ b/product/n1sdp/include/n1sdp_mcp_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/include/n1sdp_mcp_pik.h b/product/n1sdp/include/n1sdp_mcp_pik.h index 5541c8757..fdd45d48c 100644 --- a/product/n1sdp/include/n1sdp_mcp_pik.h +++ b/product/n1sdp/include/n1sdp_mcp_pik.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/include/n1sdp_mcp_scmi.h b/product/n1sdp/include/n1sdp_mcp_scmi.h index a661f1af4..f63e3e5cd 100644 --- a/product/n1sdp/include/n1sdp_mcp_scmi.h +++ b/product/n1sdp/include/n1sdp_mcp_scmi.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/include/n1sdp_mcp_software_mmap.h b/product/n1sdp/include/n1sdp_mcp_software_mmap.h index ad8cf84a7..1d774a0b3 100644 --- a/product/n1sdp/include/n1sdp_mcp_software_mmap.h +++ b/product/n1sdp/include/n1sdp_mcp_software_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/include/n1sdp_mcp_system_mmap.h b/product/n1sdp/include/n1sdp_mcp_system_mmap.h index 394ccd6c1..408020da2 100644 --- a/product/n1sdp/include/n1sdp_mcp_system_mmap.h +++ b/product/n1sdp/include/n1sdp_mcp_system_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/include/n1sdp_pik_cpu.h b/product/n1sdp/include/n1sdp_pik_cpu.h index c781ac5bf..4e65320cc 100644 --- a/product/n1sdp/include/n1sdp_pik_cpu.h +++ b/product/n1sdp/include/n1sdp_pik_cpu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/include/n1sdp_pik_debug.h b/product/n1sdp/include/n1sdp_pik_debug.h index 804f6481c..736f358f8 100644 --- a/product/n1sdp/include/n1sdp_pik_debug.h +++ b/product/n1sdp/include/n1sdp_pik_debug.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/include/n1sdp_pik_mcp.h b/product/n1sdp/include/n1sdp_pik_mcp.h index b1de6420c..5c2eff608 100644 --- a/product/n1sdp/include/n1sdp_pik_mcp.h +++ b/product/n1sdp/include/n1sdp_pik_mcp.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/include/n1sdp_pik_scp.h b/product/n1sdp/include/n1sdp_pik_scp.h index c8b36f6eb..75765aa54 100644 --- a/product/n1sdp/include/n1sdp_pik_scp.h +++ b/product/n1sdp/include/n1sdp_pik_scp.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/include/n1sdp_pik_system.h b/product/n1sdp/include/n1sdp_pik_system.h index 0ae63d269..f222a2e7d 100644 --- a/product/n1sdp/include/n1sdp_pik_system.h +++ b/product/n1sdp/include/n1sdp_pik_system.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/include/n1sdp_power_domain.h b/product/n1sdp/include/n1sdp_power_domain.h index c5c529596..f4d4c47a9 100644 --- a/product/n1sdp/include/n1sdp_power_domain.h +++ b/product/n1sdp/include/n1sdp_power_domain.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/include/n1sdp_scc_reg.h b/product/n1sdp/include/n1sdp_scc_reg.h index 45550d12e..a2e6505d2 100644 --- a/product/n1sdp/include/n1sdp_scc_reg.h +++ b/product/n1sdp/include/n1sdp_scc_reg.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/include/n1sdp_scp_mhu.h b/product/n1sdp/include/n1sdp_scp_mhu.h index f879bcf9c..072aa6be5 100644 --- a/product/n1sdp/include/n1sdp_scp_mhu.h +++ b/product/n1sdp/include/n1sdp_scp_mhu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/include/n1sdp_scp_mmap.h b/product/n1sdp/include/n1sdp_scp_mmap.h index aa1e60ae9..b6cf1c2b4 100644 --- a/product/n1sdp/include/n1sdp_scp_mmap.h +++ b/product/n1sdp/include/n1sdp_scp_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/include/n1sdp_scp_pik.h b/product/n1sdp/include/n1sdp_scp_pik.h index 05e0b755f..b5ab798d4 100644 --- a/product/n1sdp/include/n1sdp_scp_pik.h +++ b/product/n1sdp/include/n1sdp_scp_pik.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/include/n1sdp_scp_scmi.h b/product/n1sdp/include/n1sdp_scp_scmi.h index be9b02cdc..df1231ba9 100644 --- a/product/n1sdp/include/n1sdp_scp_scmi.h +++ b/product/n1sdp/include/n1sdp_scp_scmi.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/include/n1sdp_scp_software_mmap.h b/product/n1sdp/include/n1sdp_scp_software_mmap.h index fb2e7c09a..d53392957 100644 --- a/product/n1sdp/include/n1sdp_scp_software_mmap.h +++ b/product/n1sdp/include/n1sdp_scp_software_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/include/n1sdp_scp_system_mmap.h b/product/n1sdp/include/n1sdp_scp_system_mmap.h index 7210fbafc..cf3efcb4a 100644 --- a/product/n1sdp/include/n1sdp_scp_system_mmap.h +++ b/product/n1sdp/include/n1sdp_scp_system_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/include/n1sdp_sds.h b/product/n1sdp/include/n1sdp_sds.h index f05f8657f..61becbb79 100644 --- a/product/n1sdp/include/n1sdp_sds.h +++ b/product/n1sdp/include/n1sdp_sds.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/include/n1sdp_system_clock.h b/product/n1sdp/include/n1sdp_system_clock.h index 732150739..f855d8206 100644 --- a/product/n1sdp/include/n1sdp_system_clock.h +++ b/product/n1sdp/include/n1sdp_system_clock.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/mcp_ramfw/RTX_Config.h b/product/n1sdp/mcp_ramfw/RTX_Config.h index be6b3fafe..d4f5a1700 100644 --- a/product/n1sdp/mcp_ramfw/RTX_Config.h +++ b/product/n1sdp/mcp_ramfw/RTX_Config.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/mcp_ramfw/config_armv7m_mpu.c b/product/n1sdp/mcp_ramfw/config_armv7m_mpu.c index 74148ac84..af186266a 100644 --- a/product/n1sdp/mcp_ramfw/config_armv7m_mpu.c +++ b/product/n1sdp/mcp_ramfw/config_armv7m_mpu.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/mcp_ramfw/config_clock.c b/product/n1sdp/mcp_ramfw/config_clock.c index 8bb3922f8..03b54d30b 100644 --- a/product/n1sdp/mcp_ramfw/config_clock.c +++ b/product/n1sdp/mcp_ramfw/config_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/mcp_ramfw/config_clock.h b/product/n1sdp/mcp_ramfw/config_clock.h index 6710603e5..4ad9e6392 100644 --- a/product/n1sdp/mcp_ramfw/config_clock.h +++ b/product/n1sdp/mcp_ramfw/config_clock.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/mcp_ramfw/config_mhu.c b/product/n1sdp/mcp_ramfw/config_mhu.c index 7ac045005..5f8e8a14e 100644 --- a/product/n1sdp/mcp_ramfw/config_mhu.c +++ b/product/n1sdp/mcp_ramfw/config_mhu.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/mcp_ramfw/config_pik_clock.c b/product/n1sdp/mcp_ramfw/config_pik_clock.c index 39c70c6eb..fe7222a9b 100644 --- a/product/n1sdp/mcp_ramfw/config_pik_clock.c +++ b/product/n1sdp/mcp_ramfw/config_pik_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/mcp_ramfw/config_pl011.c b/product/n1sdp/mcp_ramfw/config_pl011.c index f48a86e38..acd508466 100644 --- a/product/n1sdp/mcp_ramfw/config_pl011.c +++ b/product/n1sdp/mcp_ramfw/config_pl011.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/mcp_ramfw/config_scmi_agent.c b/product/n1sdp/mcp_ramfw/config_scmi_agent.c index 58aa6e1df..79bc00b5d 100644 --- a/product/n1sdp/mcp_ramfw/config_scmi_agent.c +++ b/product/n1sdp/mcp_ramfw/config_scmi_agent.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/mcp_ramfw/config_smt.c b/product/n1sdp/mcp_ramfw/config_smt.c index 253ce9715..c8520e5ef 100644 --- a/product/n1sdp/mcp_ramfw/config_smt.c +++ b/product/n1sdp/mcp_ramfw/config_smt.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/mcp_ramfw/firmware.mk b/product/n1sdp/mcp_ramfw/firmware.mk index 0a5a5d5b0..30742e714 100644 --- a/product/n1sdp/mcp_ramfw/firmware.mk +++ b/product/n1sdp/mcp_ramfw/firmware.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/n1sdp/mcp_ramfw/fmw_cmsis.h b/product/n1sdp/mcp_ramfw/fmw_cmsis.h index 34fb79fa9..b953fbf08 100644 --- a/product/n1sdp/mcp_ramfw/fmw_cmsis.h +++ b/product/n1sdp/mcp_ramfw/fmw_cmsis.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/mcp_ramfw/fmw_memory.h b/product/n1sdp/mcp_ramfw/fmw_memory.h index 9e19142cf..eecd271b5 100644 --- a/product/n1sdp/mcp_ramfw/fmw_memory.h +++ b/product/n1sdp/mcp_ramfw/fmw_memory.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/mcp_ramfw/rtx_config.c b/product/n1sdp/mcp_ramfw/rtx_config.c index 5d778b09b..08c4a58b6 100644 --- a/product/n1sdp/mcp_ramfw/rtx_config.c +++ b/product/n1sdp/mcp_ramfw/rtx_config.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/mcp_romfw/config_clock.c b/product/n1sdp/mcp_romfw/config_clock.c index 02b9c9f6c..c65038489 100644 --- a/product/n1sdp/mcp_romfw/config_clock.c +++ b/product/n1sdp/mcp_romfw/config_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/mcp_romfw/config_n1sdp_rom.c b/product/n1sdp/mcp_romfw/config_n1sdp_rom.c index b07a7c6e1..5031b554c 100644 --- a/product/n1sdp/mcp_romfw/config_n1sdp_rom.c +++ b/product/n1sdp/mcp_romfw/config_n1sdp_rom.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/mcp_romfw/config_pl011.c b/product/n1sdp/mcp_romfw/config_pl011.c index cb0924c7b..7ef52022b 100644 --- a/product/n1sdp/mcp_romfw/config_pl011.c +++ b/product/n1sdp/mcp_romfw/config_pl011.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/mcp_romfw/firmware.mk b/product/n1sdp/mcp_romfw/firmware.mk index 7064416f8..c35e9c0a6 100644 --- a/product/n1sdp/mcp_romfw/firmware.mk +++ b/product/n1sdp/mcp_romfw/firmware.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/n1sdp/mcp_romfw/fmw_cmsis.h b/product/n1sdp/mcp_romfw/fmw_cmsis.h index 34fb79fa9..b953fbf08 100644 --- a/product/n1sdp/mcp_romfw/fmw_cmsis.h +++ b/product/n1sdp/mcp_romfw/fmw_cmsis.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/mcp_romfw/fmw_memory.h b/product/n1sdp/mcp_romfw/fmw_memory.h index 97c861970..b263810e2 100644 --- a/product/n1sdp/mcp_romfw/fmw_memory.h +++ b/product/n1sdp/mcp_romfw/fmw_memory.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/module/n1sdp_c2c/include/mod_n1sdp_c2c_i2c.h b/product/n1sdp/module/n1sdp_c2c/include/mod_n1sdp_c2c_i2c.h index 12729a739..17ae6decc 100644 --- a/product/n1sdp/module/n1sdp_c2c/include/mod_n1sdp_c2c_i2c.h +++ b/product/n1sdp/module/n1sdp_c2c/include/mod_n1sdp_c2c_i2c.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/module/n1sdp_c2c/src/Makefile b/product/n1sdp/module/n1sdp_c2c/src/Makefile index a8be5e3b2..f6b4b4e4b 100644 --- a/product/n1sdp/module/n1sdp_c2c/src/Makefile +++ b/product/n1sdp/module/n1sdp_c2c/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/n1sdp/module/n1sdp_c2c/src/mod_n1sdp_c2c_i2c.c b/product/n1sdp/module/n1sdp_c2c/src/mod_n1sdp_c2c_i2c.c index 172e491d9..36e5c8b2a 100644 --- a/product/n1sdp/module/n1sdp_c2c/src/mod_n1sdp_c2c_i2c.c +++ b/product/n1sdp/module/n1sdp_c2c/src/mod_n1sdp_c2c_i2c.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/module/n1sdp_ddr_phy/include/internal/n1sdp_ddr_phy.h b/product/n1sdp/module/n1sdp_ddr_phy/include/internal/n1sdp_ddr_phy.h index 09934e40a..e1e7dc5bf 100644 --- a/product/n1sdp/module/n1sdp_ddr_phy/include/internal/n1sdp_ddr_phy.h +++ b/product/n1sdp/module/n1sdp_ddr_phy/include/internal/n1sdp_ddr_phy.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/module/n1sdp_ddr_phy/include/mod_n1sdp_ddr_phy.h b/product/n1sdp/module/n1sdp_ddr_phy/include/mod_n1sdp_ddr_phy.h index 780347963..fe25c903d 100644 --- a/product/n1sdp/module/n1sdp_ddr_phy/include/mod_n1sdp_ddr_phy.h +++ b/product/n1sdp/module/n1sdp_ddr_phy/include/mod_n1sdp_ddr_phy.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/module/n1sdp_ddr_phy/src/Makefile b/product/n1sdp/module/n1sdp_ddr_phy/src/Makefile index 4c121e458..47a7d45cb 100644 --- a/product/n1sdp/module/n1sdp_ddr_phy/src/Makefile +++ b/product/n1sdp/module/n1sdp_ddr_phy/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/n1sdp/module/n1sdp_ddr_phy/src/ddr_phy_values_1200.c b/product/n1sdp/module/n1sdp_ddr_phy/src/ddr_phy_values_1200.c index 0b4cf4602..be7355a4f 100644 --- a/product/n1sdp/module/n1sdp_ddr_phy/src/ddr_phy_values_1200.c +++ b/product/n1sdp/module/n1sdp_ddr_phy/src/ddr_phy_values_1200.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/module/n1sdp_ddr_phy/src/ddr_phy_values_1333.c b/product/n1sdp/module/n1sdp_ddr_phy/src/ddr_phy_values_1333.c index 36266d22f..4e025e8ae 100644 --- a/product/n1sdp/module/n1sdp_ddr_phy/src/ddr_phy_values_1333.c +++ b/product/n1sdp/module/n1sdp_ddr_phy/src/ddr_phy_values_1333.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/module/n1sdp_ddr_phy/src/ddr_phy_values_800.c b/product/n1sdp/module/n1sdp_ddr_phy/src/ddr_phy_values_800.c index ed3847e91..e6e38eace 100644 --- a/product/n1sdp/module/n1sdp_ddr_phy/src/ddr_phy_values_800.c +++ b/product/n1sdp/module/n1sdp_ddr_phy/src/ddr_phy_values_800.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/module/n1sdp_ddr_phy/src/mod_n1sdp_ddr_phy.c b/product/n1sdp/module/n1sdp_ddr_phy/src/mod_n1sdp_ddr_phy.c index 3786f8d09..c664369de 100644 --- a/product/n1sdp/module/n1sdp_ddr_phy/src/mod_n1sdp_ddr_phy.c +++ b/product/n1sdp/module/n1sdp_ddr_phy/src/mod_n1sdp_ddr_phy.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/module/n1sdp_ddr_phy/src/n1sdp_ddr_phy_values.h b/product/n1sdp/module/n1sdp_ddr_phy/src/n1sdp_ddr_phy_values.h index 8127f708f..44723ba80 100644 --- a/product/n1sdp/module/n1sdp_ddr_phy/src/n1sdp_ddr_phy_values.h +++ b/product/n1sdp/module/n1sdp_ddr_phy/src/n1sdp_ddr_phy_values.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/module/n1sdp_dmc620/include/mod_n1sdp_dmc620.h b/product/n1sdp/module/n1sdp_dmc620/include/mod_n1sdp_dmc620.h index 67f758171..983791f76 100644 --- a/product/n1sdp/module/n1sdp_dmc620/include/mod_n1sdp_dmc620.h +++ b/product/n1sdp/module/n1sdp_dmc620/include/mod_n1sdp_dmc620.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/module/n1sdp_dmc620/src/Makefile b/product/n1sdp/module/n1sdp_dmc620/src/Makefile index 3d009a004..4c55a17d4 100644 --- a/product/n1sdp/module/n1sdp_dmc620/src/Makefile +++ b/product/n1sdp/module/n1sdp_dmc620/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/n1sdp/module/n1sdp_dmc620/src/dimm_spd.c b/product/n1sdp/module/n1sdp_dmc620/src/dimm_spd.c index 34e7726cc..d287740c8 100644 --- a/product/n1sdp/module/n1sdp_dmc620/src/dimm_spd.c +++ b/product/n1sdp/module/n1sdp_dmc620/src/dimm_spd.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/module/n1sdp_dmc620/src/dimm_spd.h b/product/n1sdp/module/n1sdp_dmc620/src/dimm_spd.h index 525d9aac1..1fa4d162b 100644 --- a/product/n1sdp/module/n1sdp_dmc620/src/dimm_spd.h +++ b/product/n1sdp/module/n1sdp_dmc620/src/dimm_spd.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/module/n1sdp_dmc620/src/mod_n1sdp_dmc620.c b/product/n1sdp/module/n1sdp_dmc620/src/mod_n1sdp_dmc620.c index 67ca84eb2..d214954d9 100644 --- a/product/n1sdp/module/n1sdp_dmc620/src/mod_n1sdp_dmc620.c +++ b/product/n1sdp/module/n1sdp_dmc620/src/mod_n1sdp_dmc620.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/module/n1sdp_i2c/include/internal/n1sdp_i2c.h b/product/n1sdp/module/n1sdp_i2c/include/internal/n1sdp_i2c.h index 3336b683f..f59e7630e 100644 --- a/product/n1sdp/module/n1sdp_i2c/include/internal/n1sdp_i2c.h +++ b/product/n1sdp/module/n1sdp_i2c/include/internal/n1sdp_i2c.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/module/n1sdp_i2c/include/mod_n1sdp_i2c.h b/product/n1sdp/module/n1sdp_i2c/include/mod_n1sdp_i2c.h index 7285f0ea2..f7b20099c 100644 --- a/product/n1sdp/module/n1sdp_i2c/include/mod_n1sdp_i2c.h +++ b/product/n1sdp/module/n1sdp_i2c/include/mod_n1sdp_i2c.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/module/n1sdp_i2c/src/Makefile b/product/n1sdp/module/n1sdp_i2c/src/Makefile index d00bab37b..8f6529184 100644 --- a/product/n1sdp/module/n1sdp_i2c/src/Makefile +++ b/product/n1sdp/module/n1sdp_i2c/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/n1sdp/module/n1sdp_i2c/src/mod_n1sdp_i2c.c b/product/n1sdp/module/n1sdp_i2c/src/mod_n1sdp_i2c.c index 8cacac1f7..e28e969a1 100644 --- a/product/n1sdp/module/n1sdp_i2c/src/mod_n1sdp_i2c.c +++ b/product/n1sdp/module/n1sdp_i2c/src/mod_n1sdp_i2c.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/module/n1sdp_mcp_system/include/mod_n1sdp_mcp_system.h b/product/n1sdp/module/n1sdp_mcp_system/include/mod_n1sdp_mcp_system.h index da1fcd392..4ae09f9e5 100644 --- a/product/n1sdp/module/n1sdp_mcp_system/include/mod_n1sdp_mcp_system.h +++ b/product/n1sdp/module/n1sdp_mcp_system/include/mod_n1sdp_mcp_system.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/module/n1sdp_mcp_system/src/Makefile b/product/n1sdp/module/n1sdp_mcp_system/src/Makefile index bf6a86ff3..41cc5eb8e 100644 --- a/product/n1sdp/module/n1sdp_mcp_system/src/Makefile +++ b/product/n1sdp/module/n1sdp_mcp_system/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/n1sdp/module/n1sdp_mcp_system/src/mod_n1sdp_mcp_system.c b/product/n1sdp/module/n1sdp_mcp_system/src/mod_n1sdp_mcp_system.c index 34c1a24b6..5c9d29c44 100644 --- a/product/n1sdp/module/n1sdp_mcp_system/src/mod_n1sdp_mcp_system.c +++ b/product/n1sdp/module/n1sdp_mcp_system/src/mod_n1sdp_mcp_system.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/module/n1sdp_mhu/include/internal/mhu.h b/product/n1sdp/module/n1sdp_mhu/include/internal/mhu.h index 07ae97022..3d8f20716 100644 --- a/product/n1sdp/module/n1sdp_mhu/include/internal/mhu.h +++ b/product/n1sdp/module/n1sdp_mhu/include/internal/mhu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/module/n1sdp_mhu/include/mod_mhu.h b/product/n1sdp/module/n1sdp_mhu/include/mod_mhu.h index 8c8c92566..f6e8358f7 100644 --- a/product/n1sdp/module/n1sdp_mhu/include/mod_mhu.h +++ b/product/n1sdp/module/n1sdp_mhu/include/mod_mhu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/module/n1sdp_mhu/src/Makefile b/product/n1sdp/module/n1sdp_mhu/src/Makefile index f7561f108..c2ac49a20 100644 --- a/product/n1sdp/module/n1sdp_mhu/src/Makefile +++ b/product/n1sdp/module/n1sdp_mhu/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/n1sdp/module/n1sdp_mhu/src/mod_mhu.c b/product/n1sdp/module/n1sdp_mhu/src/mod_mhu.c index 8ac2e3156..254c70084 100644 --- a/product/n1sdp/module/n1sdp_mhu/src/mod_mhu.c +++ b/product/n1sdp/module/n1sdp_mhu/src/mod_mhu.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/module/n1sdp_pcie/include/internal/pcie_ctrl_apb_reg.h b/product/n1sdp/module/n1sdp_pcie/include/internal/pcie_ctrl_apb_reg.h index 0b2c851ac..c36ad8a87 100644 --- a/product/n1sdp/module/n1sdp_pcie/include/internal/pcie_ctrl_apb_reg.h +++ b/product/n1sdp/module/n1sdp_pcie/include/internal/pcie_ctrl_apb_reg.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/module/n1sdp_pcie/include/mod_n1sdp_pcie.h b/product/n1sdp/module/n1sdp_pcie/include/mod_n1sdp_pcie.h index 9c108e5d3..6c37e184d 100644 --- a/product/n1sdp/module/n1sdp_pcie/include/mod_n1sdp_pcie.h +++ b/product/n1sdp/module/n1sdp_pcie/include/mod_n1sdp_pcie.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/module/n1sdp_pcie/src/Makefile b/product/n1sdp/module/n1sdp_pcie/src/Makefile index 7a08e766e..8e49983c8 100644 --- a/product/n1sdp/module/n1sdp_pcie/src/Makefile +++ b/product/n1sdp/module/n1sdp_pcie/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/n1sdp/module/n1sdp_pcie/src/mod_n1sdp_pcie.c b/product/n1sdp/module/n1sdp_pcie/src/mod_n1sdp_pcie.c index ba02144fe..2d6b81dc6 100644 --- a/product/n1sdp/module/n1sdp_pcie/src/mod_n1sdp_pcie.c +++ b/product/n1sdp/module/n1sdp_pcie/src/mod_n1sdp_pcie.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/module/n1sdp_pcie/src/n1sdp_pcie.c b/product/n1sdp/module/n1sdp_pcie/src/n1sdp_pcie.c index 963bdebfd..ddf13ac24 100644 --- a/product/n1sdp/module/n1sdp_pcie/src/n1sdp_pcie.c +++ b/product/n1sdp/module/n1sdp_pcie/src/n1sdp_pcie.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/module/n1sdp_pcie/src/n1sdp_pcie.h b/product/n1sdp/module/n1sdp_pcie/src/n1sdp_pcie.h index ad98a2886..0c5c7532e 100644 --- a/product/n1sdp/module/n1sdp_pcie/src/n1sdp_pcie.h +++ b/product/n1sdp/module/n1sdp_pcie/src/n1sdp_pcie.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/module/n1sdp_pcie/src/pcie_enumeration.c b/product/n1sdp/module/n1sdp_pcie/src/pcie_enumeration.c index 795efa803..2bf49275c 100644 --- a/product/n1sdp/module/n1sdp_pcie/src/pcie_enumeration.c +++ b/product/n1sdp/module/n1sdp_pcie/src/pcie_enumeration.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/module/n1sdp_pll/include/internal/n1sdp_pll.h b/product/n1sdp/module/n1sdp_pll/include/internal/n1sdp_pll.h index 67e99e74b..fdee55f2f 100644 --- a/product/n1sdp/module/n1sdp_pll/include/internal/n1sdp_pll.h +++ b/product/n1sdp/module/n1sdp_pll/include/internal/n1sdp_pll.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/module/n1sdp_pll/include/mod_n1sdp_pll.h b/product/n1sdp/module/n1sdp_pll/include/mod_n1sdp_pll.h index bf45afe36..35ac74ec0 100644 --- a/product/n1sdp/module/n1sdp_pll/include/mod_n1sdp_pll.h +++ b/product/n1sdp/module/n1sdp_pll/include/mod_n1sdp_pll.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/module/n1sdp_pll/src/Makefile b/product/n1sdp/module/n1sdp_pll/src/Makefile index d70b71235..ae7622079 100644 --- a/product/n1sdp/module/n1sdp_pll/src/Makefile +++ b/product/n1sdp/module/n1sdp_pll/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/n1sdp/module/n1sdp_pll/src/mod_n1sdp_pll.c b/product/n1sdp/module/n1sdp_pll/src/mod_n1sdp_pll.c index 4a122c13a..b88ff698b 100644 --- a/product/n1sdp/module/n1sdp_pll/src/mod_n1sdp_pll.c +++ b/product/n1sdp/module/n1sdp_pll/src/mod_n1sdp_pll.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/module/n1sdp_remote_pd/include/mod_n1sdp_remote_pd.h b/product/n1sdp/module/n1sdp_remote_pd/include/mod_n1sdp_remote_pd.h index 13d0fdf2a..0400fbbd0 100644 --- a/product/n1sdp/module/n1sdp_remote_pd/include/mod_n1sdp_remote_pd.h +++ b/product/n1sdp/module/n1sdp_remote_pd/include/mod_n1sdp_remote_pd.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/module/n1sdp_remote_pd/src/Makefile b/product/n1sdp/module/n1sdp_remote_pd/src/Makefile index c558afde5..2f416fa7a 100644 --- a/product/n1sdp/module/n1sdp_remote_pd/src/Makefile +++ b/product/n1sdp/module/n1sdp_remote_pd/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/n1sdp/module/n1sdp_remote_pd/src/mod_n1sdp_remote_pd.c b/product/n1sdp/module/n1sdp_remote_pd/src/mod_n1sdp_remote_pd.c index 6704b5cdf..f11e74f5a 100644 --- a/product/n1sdp/module/n1sdp_remote_pd/src/mod_n1sdp_remote_pd.c +++ b/product/n1sdp/module/n1sdp_remote_pd/src/mod_n1sdp_remote_pd.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/module/n1sdp_rom/include/mod_n1sdp_rom.h b/product/n1sdp/module/n1sdp_rom/include/mod_n1sdp_rom.h index 7afbfaa0d..83f00a85b 100644 --- a/product/n1sdp/module/n1sdp_rom/include/mod_n1sdp_rom.h +++ b/product/n1sdp/module/n1sdp_rom/include/mod_n1sdp_rom.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/module/n1sdp_rom/src/Makefile b/product/n1sdp/module/n1sdp_rom/src/Makefile index 8bb652c22..5ff8c7f48 100644 --- a/product/n1sdp/module/n1sdp_rom/src/Makefile +++ b/product/n1sdp/module/n1sdp_rom/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/n1sdp/module/n1sdp_rom/src/mod_n1sdp_rom.c b/product/n1sdp/module/n1sdp_rom/src/mod_n1sdp_rom.c index 697eed475..46e7aeba4 100644 --- a/product/n1sdp/module/n1sdp_rom/src/mod_n1sdp_rom.c +++ b/product/n1sdp/module/n1sdp_rom/src/mod_n1sdp_rom.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/module/n1sdp_scp2pcc/include/internal/n1sdp_scp2pcc.h b/product/n1sdp/module/n1sdp_scp2pcc/include/internal/n1sdp_scp2pcc.h index 5d8cbf0ef..76efacdb1 100644 --- a/product/n1sdp/module/n1sdp_scp2pcc/include/internal/n1sdp_scp2pcc.h +++ b/product/n1sdp/module/n1sdp_scp2pcc/include/internal/n1sdp_scp2pcc.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/module/n1sdp_scp2pcc/include/mod_n1sdp_scp2pcc.h b/product/n1sdp/module/n1sdp_scp2pcc/include/mod_n1sdp_scp2pcc.h index ef6fc9297..87f218c21 100644 --- a/product/n1sdp/module/n1sdp_scp2pcc/include/mod_n1sdp_scp2pcc.h +++ b/product/n1sdp/module/n1sdp_scp2pcc/include/mod_n1sdp_scp2pcc.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/module/n1sdp_scp2pcc/src/Makefile b/product/n1sdp/module/n1sdp_scp2pcc/src/Makefile index e38339643..d9d8f234d 100644 --- a/product/n1sdp/module/n1sdp_scp2pcc/src/Makefile +++ b/product/n1sdp/module/n1sdp_scp2pcc/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/n1sdp/module/n1sdp_scp2pcc/src/mod_n1sdp_scp2pcc.c b/product/n1sdp/module/n1sdp_scp2pcc/src/mod_n1sdp_scp2pcc.c index da02fad80..51c2e304c 100644 --- a/product/n1sdp/module/n1sdp_scp2pcc/src/mod_n1sdp_scp2pcc.c +++ b/product/n1sdp/module/n1sdp_scp2pcc/src/mod_n1sdp_scp2pcc.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/module/n1sdp_sensor/include/mod_n1sdp_sensor.h b/product/n1sdp/module/n1sdp_sensor/include/mod_n1sdp_sensor.h index c5ea8cb46..eaa8c4785 100644 --- a/product/n1sdp/module/n1sdp_sensor/include/mod_n1sdp_sensor.h +++ b/product/n1sdp/module/n1sdp_sensor/include/mod_n1sdp_sensor.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/module/n1sdp_smt/include/internal/smt.h b/product/n1sdp/module/n1sdp_smt/include/internal/smt.h index 964725efb..2b9281ef9 100644 --- a/product/n1sdp/module/n1sdp_smt/include/internal/smt.h +++ b/product/n1sdp/module/n1sdp_smt/include/internal/smt.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/module/n1sdp_smt/include/mod_smt.h b/product/n1sdp/module/n1sdp_smt/include/mod_smt.h index 8f9f7d8f0..c0fa3a8e9 100644 --- a/product/n1sdp/module/n1sdp_smt/include/mod_smt.h +++ b/product/n1sdp/module/n1sdp_smt/include/mod_smt.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/module/n1sdp_smt/src/Makefile b/product/n1sdp/module/n1sdp_smt/src/Makefile index 9023609aa..0df3dd6e4 100644 --- a/product/n1sdp/module/n1sdp_smt/src/Makefile +++ b/product/n1sdp/module/n1sdp_smt/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/n1sdp/module/n1sdp_smt/src/mod_smt.c b/product/n1sdp/module/n1sdp_smt/src/mod_smt.c index 92fca8a04..ff2dad84d 100644 --- a/product/n1sdp/module/n1sdp_smt/src/mod_smt.c +++ b/product/n1sdp/module/n1sdp_smt/src/mod_smt.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/module/n1sdp_system/include/mod_n1sdp_system.h b/product/n1sdp/module/n1sdp_system/include/mod_n1sdp_system.h index 14d32a4ee..751b8d342 100644 --- a/product/n1sdp/module/n1sdp_system/include/mod_n1sdp_system.h +++ b/product/n1sdp/module/n1sdp_system/include/mod_n1sdp_system.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/module/n1sdp_system/src/Makefile b/product/n1sdp/module/n1sdp_system/src/Makefile index 3d20934b5..db8326b6b 100644 --- a/product/n1sdp/module/n1sdp_system/src/Makefile +++ b/product/n1sdp/module/n1sdp_system/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/n1sdp/module/n1sdp_system/src/mod_n1sdp_system.c b/product/n1sdp/module/n1sdp_system/src/mod_n1sdp_system.c index 9e0c77b9c..70e2ec3fb 100644 --- a/product/n1sdp/module/n1sdp_system/src/mod_n1sdp_system.c +++ b/product/n1sdp/module/n1sdp_system/src/mod_n1sdp_system.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/module/n1sdp_timer_sync/include/internal/timer_sync.h b/product/n1sdp/module/n1sdp_timer_sync/include/internal/timer_sync.h index 1203cb3e8..61830374c 100644 --- a/product/n1sdp/module/n1sdp_timer_sync/include/internal/timer_sync.h +++ b/product/n1sdp/module/n1sdp_timer_sync/include/internal/timer_sync.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/module/n1sdp_timer_sync/include/mod_n1sdp_timer_sync.h b/product/n1sdp/module/n1sdp_timer_sync/include/mod_n1sdp_timer_sync.h index 2e8d63201..f7603280b 100644 --- a/product/n1sdp/module/n1sdp_timer_sync/include/mod_n1sdp_timer_sync.h +++ b/product/n1sdp/module/n1sdp_timer_sync/include/mod_n1sdp_timer_sync.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/module/n1sdp_timer_sync/src/Makefile b/product/n1sdp/module/n1sdp_timer_sync/src/Makefile index 464a79c1d..389e82111 100644 --- a/product/n1sdp/module/n1sdp_timer_sync/src/Makefile +++ b/product/n1sdp/module/n1sdp_timer_sync/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/n1sdp/module/n1sdp_timer_sync/src/mod_n1sdp_timer_sync.c b/product/n1sdp/module/n1sdp_timer_sync/src/mod_n1sdp_timer_sync.c index f711d6446..43da95d1c 100644 --- a/product/n1sdp/module/n1sdp_timer_sync/src/mod_n1sdp_timer_sync.c +++ b/product/n1sdp/module/n1sdp_timer_sync/src/mod_n1sdp_timer_sync.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/module/scmi_agent/include/mod_scmi_agent.h b/product/n1sdp/module/scmi_agent/include/mod_scmi_agent.h index eb6b10c31..568907d11 100644 --- a/product/n1sdp/module/scmi_agent/include/mod_scmi_agent.h +++ b/product/n1sdp/module/scmi_agent/include/mod_scmi_agent.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/module/scmi_agent/src/Makefile b/product/n1sdp/module/scmi_agent/src/Makefile index 2bfba98b8..c1efae53a 100644 --- a/product/n1sdp/module/scmi_agent/src/Makefile +++ b/product/n1sdp/module/scmi_agent/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/n1sdp/module/scmi_agent/src/mod_scmi_agent.c b/product/n1sdp/module/scmi_agent/src/mod_scmi_agent.c index f87c54810..f73e7029f 100644 --- a/product/n1sdp/module/scmi_agent/src/mod_scmi_agent.c +++ b/product/n1sdp/module/scmi_agent/src/mod_scmi_agent.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/module/scmi_ccix_config/include/internal/mod_scmi_ccix_config.h b/product/n1sdp/module/scmi_ccix_config/include/internal/mod_scmi_ccix_config.h index 2870e6883..667f37d54 100644 --- a/product/n1sdp/module/scmi_ccix_config/include/internal/mod_scmi_ccix_config.h +++ b/product/n1sdp/module/scmi_ccix_config/include/internal/mod_scmi_ccix_config.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/module/scmi_ccix_config/src/Makefile b/product/n1sdp/module/scmi_ccix_config/src/Makefile index 4803e6861..bf4c5421a 100644 --- a/product/n1sdp/module/scmi_ccix_config/src/Makefile +++ b/product/n1sdp/module/scmi_ccix_config/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/n1sdp/module/scmi_ccix_config/src/mod_scmi_ccix_config.c b/product/n1sdp/module/scmi_ccix_config/src/mod_scmi_ccix_config.c index dbef21c58..9b47ae507 100644 --- a/product/n1sdp/module/scmi_ccix_config/src/mod_scmi_ccix_config.c +++ b/product/n1sdp/module/scmi_ccix_config/src/mod_scmi_ccix_config.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/module/scmi_management/include/mod_scmi_management.h b/product/n1sdp/module/scmi_management/include/mod_scmi_management.h index b841845cf..aedae15e9 100644 --- a/product/n1sdp/module/scmi_management/include/mod_scmi_management.h +++ b/product/n1sdp/module/scmi_management/include/mod_scmi_management.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/module/scmi_management/src/Makefile b/product/n1sdp/module/scmi_management/src/Makefile index ec91d98bf..d5766d41a 100644 --- a/product/n1sdp/module/scmi_management/src/Makefile +++ b/product/n1sdp/module/scmi_management/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/n1sdp/module/scmi_management/src/mod_scmi_management.c b/product/n1sdp/module/scmi_management/src/mod_scmi_management.c index 98e18b6ca..fecabf481 100644 --- a/product/n1sdp/module/scmi_management/src/mod_scmi_management.c +++ b/product/n1sdp/module/scmi_management/src/mod_scmi_management.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/product.mk b/product/n1sdp/product.mk index 11dcaa241..6e1aef37d 100644 --- a/product/n1sdp/product.mk +++ b/product/n1sdp/product.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/n1sdp/scp_ramfw/RTX_Config.h b/product/n1sdp/scp_ramfw/RTX_Config.h index be6b3fafe..d4f5a1700 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-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, 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 b3ddb28df..a77acf37f 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-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, 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 a8f6c551f..9001fec0c 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-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, 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 08fd75c67..62a0edb89 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-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, 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 f17e0672f..a173b982b 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-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, 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 6393e68ff..53213038e 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-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, 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 dee0f2571..d95ba3a05 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-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/scp_ramfw/config_debugger_cli.c b/product/n1sdp/scp_ramfw/config_debugger_cli.c index 3ba9710a0..0994fe677 100644 --- a/product/n1sdp/scp_ramfw/config_debugger_cli.c +++ b/product/n1sdp/scp_ramfw/config_debugger_cli.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, 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 c709e0f80..6751cdb8d 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-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/scp_ramfw/config_n1sdp_c2c_i2c.c b/product/n1sdp/scp_ramfw/config_n1sdp_c2c_i2c.c index 5bd14effc..2f69dac71 100644 --- a/product/n1sdp/scp_ramfw/config_n1sdp_c2c_i2c.c +++ b/product/n1sdp/scp_ramfw/config_n1sdp_c2c_i2c.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/scp_ramfw/config_n1sdp_ddr_phy.c b/product/n1sdp/scp_ramfw/config_n1sdp_ddr_phy.c index 93f450199..0004ac2bc 100644 --- a/product/n1sdp/scp_ramfw/config_n1sdp_ddr_phy.c +++ b/product/n1sdp/scp_ramfw/config_n1sdp_ddr_phy.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/scp_ramfw/config_n1sdp_dmc620.c b/product/n1sdp/scp_ramfw/config_n1sdp_dmc620.c index 6f03db08a..12991aba5 100644 --- a/product/n1sdp/scp_ramfw/config_n1sdp_dmc620.c +++ b/product/n1sdp/scp_ramfw/config_n1sdp_dmc620.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/scp_ramfw/config_n1sdp_i2c.c b/product/n1sdp/scp_ramfw/config_n1sdp_i2c.c index 1b4e4f051..1c2cdf25b 100644 --- a/product/n1sdp/scp_ramfw/config_n1sdp_i2c.c +++ b/product/n1sdp/scp_ramfw/config_n1sdp_i2c.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, 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 1d7925e27..e967fca28 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-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, 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 34b58dc4a..84948cb7d 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-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/scp_ramfw/config_n1sdp_remote_pd.c b/product/n1sdp/scp_ramfw/config_n1sdp_remote_pd.c index eefd00cc4..d26628f5d 100644 --- a/product/n1sdp/scp_ramfw/config_n1sdp_remote_pd.c +++ b/product/n1sdp/scp_ramfw/config_n1sdp_remote_pd.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/scp_ramfw/config_n1sdp_scp2pcc.c b/product/n1sdp/scp_ramfw/config_n1sdp_scp2pcc.c index 33a523c5f..f40097516 100644 --- a/product/n1sdp/scp_ramfw/config_n1sdp_scp2pcc.c +++ b/product/n1sdp/scp_ramfw/config_n1sdp_scp2pcc.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/scp_ramfw/config_n1sdp_timer_sync.c b/product/n1sdp/scp_ramfw/config_n1sdp_timer_sync.c index 708c81835..164561ef8 100644 --- a/product/n1sdp/scp_ramfw/config_n1sdp_timer_sync.c +++ b/product/n1sdp/scp_ramfw/config_n1sdp_timer_sync.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, 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 7ff5cdd37..104f858ae 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-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/scp_ramfw/config_pl011.c b/product/n1sdp/scp_ramfw/config_pl011.c index a22be2e4e..fd2db4128 100644 --- a/product/n1sdp/scp_ramfw/config_pl011.c +++ b/product/n1sdp/scp_ramfw/config_pl011.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, 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 a0eb552de..8e3fbe889 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-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, 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 cf3948200..78527fc9e 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-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, 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 42834aa8b..4f820cfbe 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-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, 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 727c085df..8e38ecdd4 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-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, 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 897fe1655..fe2fc207d 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-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, 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 618870152..97a3a2f39 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-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/scp_ramfw/config_scmi_power_domain.c b/product/n1sdp/scp_ramfw/config_scmi_power_domain.c index 2d344b267..29277afdf 100644 --- a/product/n1sdp/scp_ramfw/config_scmi_power_domain.c +++ b/product/n1sdp/scp_ramfw/config_scmi_power_domain.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, 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 1ba439210..a008e1173 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-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, 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 2fc55c56a..d67daf60e 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-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/scp_ramfw/config_sensor.c b/product/n1sdp/scp_ramfw/config_sensor.c index 5d5f8ae81..03f6fe473 100644 --- a/product/n1sdp/scp_ramfw/config_sensor.c +++ b/product/n1sdp/scp_ramfw/config_sensor.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, 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 f2f54acfc..f5a21b4ac 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-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/scp_ramfw/config_ssc.c b/product/n1sdp/scp_ramfw/config_ssc.c index c8619f3db..b784bb045 100644 --- a/product/n1sdp/scp_ramfw/config_ssc.c +++ b/product/n1sdp/scp_ramfw/config_ssc.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/scp_ramfw/config_system_info.c b/product/n1sdp/scp_ramfw/config_system_info.c index 482b1f215..4589c8a7a 100644 --- a/product/n1sdp/scp_ramfw/config_system_info.c +++ b/product/n1sdp/scp_ramfw/config_system_info.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, 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 6abcab67d..abbd849f3 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-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, 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 95f6a7a14..79f1ea6b4 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-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, 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 84b9c1b8b..fe3bedc47 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-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/n1sdp/scp_ramfw/fmw_cmsis.h b/product/n1sdp/scp_ramfw/fmw_cmsis.h index 691120c15..d7cc226d9 100644 --- a/product/n1sdp/scp_ramfw/fmw_cmsis.h +++ b/product/n1sdp/scp_ramfw/fmw_cmsis.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/scp_ramfw/fmw_memory.h b/product/n1sdp/scp_ramfw/fmw_memory.h index c2c7288a1..bf5600274 100644 --- a/product/n1sdp/scp_ramfw/fmw_memory.h +++ b/product/n1sdp/scp_ramfw/fmw_memory.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, 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 5d778b09b..08c4a58b6 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-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/scp_romfw/config_clock.c b/product/n1sdp/scp_romfw/config_clock.c index 02b9c9f6c..c65038489 100644 --- a/product/n1sdp/scp_romfw/config_clock.c +++ b/product/n1sdp/scp_romfw/config_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/scp_romfw/config_n1sdp_rom.c b/product/n1sdp/scp_romfw/config_n1sdp_rom.c index ddba2673e..8f704330f 100644 --- a/product/n1sdp/scp_romfw/config_n1sdp_rom.c +++ b/product/n1sdp/scp_romfw/config_n1sdp_rom.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/scp_romfw/config_pl011.c b/product/n1sdp/scp_romfw/config_pl011.c index d6ebc9a4f..9a4208771 100644 --- a/product/n1sdp/scp_romfw/config_pl011.c +++ b/product/n1sdp/scp_romfw/config_pl011.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/scp_romfw/firmware.mk b/product/n1sdp/scp_romfw/firmware.mk index 933fe5169..1c6dd3099 100644 --- a/product/n1sdp/scp_romfw/firmware.mk +++ b/product/n1sdp/scp_romfw/firmware.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/n1sdp/scp_romfw/fmw_cmsis.h b/product/n1sdp/scp_romfw/fmw_cmsis.h index 691120c15..d7cc226d9 100644 --- a/product/n1sdp/scp_romfw/fmw_cmsis.h +++ b/product/n1sdp/scp_romfw/fmw_cmsis.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/scp_romfw/fmw_memory.h b/product/n1sdp/scp_romfw/fmw_memory.h index bd42a624c..518878f22 100644 --- a/product/n1sdp/scp_romfw/fmw_memory.h +++ b/product/n1sdp/scp_romfw/fmw_memory.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/src/n1sdp_core.c b/product/n1sdp/src/n1sdp_core.c index 69588d9d2..227a57a13 100644 --- a/product/n1sdp/src/n1sdp_core.c +++ b/product/n1sdp/src/n1sdp_core.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/include/rcar_alarm_idx.h b/product/rcar/include/rcar_alarm_idx.h index 489aa5f05..42ac2fd22 100644 --- a/product/rcar/include/rcar_alarm_idx.h +++ b/product/rcar/include/rcar_alarm_idx.h @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/include/rcar_common.h b/product/rcar/include/rcar_common.h index 472731dcd..619a5a5ae 100644 --- a/product/rcar/include/rcar_common.h +++ b/product/rcar/include/rcar_common.h @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/include/rcar_core.h b/product/rcar/include/rcar_core.h index c21de05ee..4cdf3bc18 100644 --- a/product/rcar/include/rcar_core.h +++ b/product/rcar/include/rcar_core.h @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/include/rcar_def.h b/product/rcar/include/rcar_def.h index c0b2b2b5c..7c6404451 100644 --- a/product/rcar/include/rcar_def.h +++ b/product/rcar/include/rcar_def.h @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/include/rcar_irq.h b/product/rcar/include/rcar_irq.h index 682002beb..35ed625c2 100644 --- a/product/rcar/include/rcar_irq.h +++ b/product/rcar/include/rcar_irq.h @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/include/rcar_mfismh.h b/product/rcar/include/rcar_mfismh.h index b0397d2a1..fa930ad6a 100644 --- a/product/rcar/include/rcar_mfismh.h +++ b/product/rcar/include/rcar_mfismh.h @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/include/rcar_mmap.h b/product/rcar/include/rcar_mmap.h index d0ce17c56..e493fec38 100644 --- a/product/rcar/include/rcar_mmap.h +++ b/product/rcar/include/rcar_mmap.h @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/include/rcar_mmap_scp.h b/product/rcar/include/rcar_mmap_scp.h index 390f17d3d..30019d3e8 100644 --- a/product/rcar/include/rcar_mmap_scp.h +++ b/product/rcar/include/rcar_mmap_scp.h @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/include/rcar_scmi.h b/product/rcar/include/rcar_scmi.h index cf4773dd1..a0f91fa55 100644 --- a/product/rcar/include/rcar_scmi.h +++ b/product/rcar/include/rcar_scmi.h @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/include/rcar_scmi_id.h b/product/rcar/include/rcar_scmi_id.h index 39784001d..c820ba6e1 100644 --- a/product/rcar/include/rcar_scmi_id.h +++ b/product/rcar/include/rcar_scmi_id.h @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/include/software_mmap.h b/product/rcar/include/software_mmap.h index f1ef55d2f..98e6063bf 100644 --- a/product/rcar/include/software_mmap.h +++ b/product/rcar/include/software_mmap.h @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/include/system_clock.h b/product/rcar/include/system_clock.h index 444c24191..3ee347d93 100644 --- a/product/rcar/include/system_clock.h +++ b/product/rcar/include/system_clock.h @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/include/system_mmap.h b/product/rcar/include/system_mmap.h index 85af23989..7e89d2c6c 100644 --- a/product/rcar/include/system_mmap.h +++ b/product/rcar/include/system_mmap.h @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/include/system_mmap_scp.h b/product/rcar/include/system_mmap_scp.h index 3f585ab17..942a2c888 100644 --- a/product/rcar/include/system_mmap_scp.h +++ b/product/rcar/include/system_mmap_scp.h @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/module/rcar_arch_timer/include/mod_rcar_arch_timer.h b/product/rcar/module/rcar_arch_timer/include/mod_rcar_arch_timer.h index b18d9267c..0332a1a47 100644 --- a/product/rcar/module/rcar_arch_timer/include/mod_rcar_arch_timer.h +++ b/product/rcar/module/rcar_arch_timer/include/mod_rcar_arch_timer.h @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/module/rcar_arch_timer/src/Makefile b/product/rcar/module/rcar_arch_timer/src/Makefile index 16b543380..757cbe8bb 100644 --- a/product/rcar/module/rcar_arch_timer/src/Makefile +++ b/product/rcar/module/rcar_arch_timer/src/Makefile @@ -1,6 +1,6 @@ # # Renesas SCP/MCP Software -# Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. +# Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/rcar/module/rcar_arch_timer/src/mod_rcar_arch_timer.c b/product/rcar/module/rcar_arch_timer/src/mod_rcar_arch_timer.c index c63371081..75285e27b 100644 --- a/product/rcar/module/rcar_arch_timer/src/mod_rcar_arch_timer.c +++ b/product/rcar/module/rcar_arch_timer/src/mod_rcar_arch_timer.c @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/module/rcar_clock/include/mod_rcar_clock.h b/product/rcar/module/rcar_clock/include/mod_rcar_clock.h index 188fdf73d..d56ecd6e6 100644 --- a/product/rcar/module/rcar_clock/include/mod_rcar_clock.h +++ b/product/rcar/module/rcar_clock/include/mod_rcar_clock.h @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/module/rcar_clock/src/Makefile b/product/rcar/module/rcar_clock/src/Makefile index b773cf6b1..21217d415 100644 --- a/product/rcar/module/rcar_clock/src/Makefile +++ b/product/rcar/module/rcar_clock/src/Makefile @@ -1,6 +1,6 @@ # # Renesas SCP/MCP Software -# Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. +# Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/rcar/module/rcar_clock/src/mod_rcar_clock.c b/product/rcar/module/rcar_clock/src/mod_rcar_clock.c index 73f7e5abd..881f8e610 100644 --- a/product/rcar/module/rcar_clock/src/mod_rcar_clock.c +++ b/product/rcar/module/rcar_clock/src/mod_rcar_clock.c @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/module/rcar_mfismh/include/mod_rcar_mfismh.h b/product/rcar/module/rcar_mfismh/include/mod_rcar_mfismh.h index fe6b6dff4..359a9880b 100644 --- a/product/rcar/module/rcar_mfismh/include/mod_rcar_mfismh.h +++ b/product/rcar/module/rcar_mfismh/include/mod_rcar_mfismh.h @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/module/rcar_mfismh/src/Makefile b/product/rcar/module/rcar_mfismh/src/Makefile index 5d769b93f..2b710234c 100644 --- a/product/rcar/module/rcar_mfismh/src/Makefile +++ b/product/rcar/module/rcar_mfismh/src/Makefile @@ -1,6 +1,6 @@ # # Renesas SCP/MCP Software -# Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. +# Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/rcar/module/rcar_mfismh/src/mod_rcar_mfismh.c b/product/rcar/module/rcar_mfismh/src/mod_rcar_mfismh.c index c775d650a..61db9b596 100644 --- a/product/rcar/module/rcar_mfismh/src/mod_rcar_mfismh.c +++ b/product/rcar/module/rcar_mfismh/src/mod_rcar_mfismh.c @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/module/rcar_mfismh/src/rcar_mfismh.h b/product/rcar/module/rcar_mfismh/src/rcar_mfismh.h index e01d21337..b13997a17 100644 --- a/product/rcar/module/rcar_mfismh/src/rcar_mfismh.h +++ b/product/rcar/module/rcar_mfismh/src/rcar_mfismh.h @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/module/rcar_mock_pmic/include/mod_rcar_mock_pmic.h b/product/rcar/module/rcar_mock_pmic/include/mod_rcar_mock_pmic.h index 62ef48813..5b470cae4 100644 --- a/product/rcar/module/rcar_mock_pmic/include/mod_rcar_mock_pmic.h +++ b/product/rcar/module/rcar_mock_pmic/include/mod_rcar_mock_pmic.h @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/module/rcar_mock_pmic/src/Makefile b/product/rcar/module/rcar_mock_pmic/src/Makefile index 36e5b9ff2..0db0c3550 100644 --- a/product/rcar/module/rcar_mock_pmic/src/Makefile +++ b/product/rcar/module/rcar_mock_pmic/src/Makefile @@ -1,6 +1,6 @@ # # Renesas SCP/MCP Software -# Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. +# Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/rcar/module/rcar_mock_pmic/src/mod_rcar_mock_pmic_driver_api.c b/product/rcar/module/rcar_mock_pmic/src/mod_rcar_mock_pmic_driver_api.c index 96d87c3ec..6f896c93c 100644 --- a/product/rcar/module/rcar_mock_pmic/src/mod_rcar_mock_pmic_driver_api.c +++ b/product/rcar/module/rcar_mock_pmic/src/mod_rcar_mock_pmic_driver_api.c @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/module/rcar_mock_pmic/src/mod_rcar_mock_pmic_driver_api_private.h b/product/rcar/module/rcar_mock_pmic/src/mod_rcar_mock_pmic_driver_api_private.h index 6b1e61db8..6e6b87cc6 100644 --- a/product/rcar/module/rcar_mock_pmic/src/mod_rcar_mock_pmic_driver_api_private.h +++ b/product/rcar/module/rcar_mock_pmic/src/mod_rcar_mock_pmic_driver_api_private.h @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/module/rcar_mock_pmic/src/mod_rcar_mock_pmic_module.c b/product/rcar/module/rcar_mock_pmic/src/mod_rcar_mock_pmic_module.c index bec366211..e73f1aed8 100644 --- a/product/rcar/module/rcar_mock_pmic/src/mod_rcar_mock_pmic_module.c +++ b/product/rcar/module/rcar_mock_pmic/src/mod_rcar_mock_pmic_module.c @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/module/rcar_mock_pmic/src/mod_rcar_mock_pmic_module_private.h b/product/rcar/module/rcar_mock_pmic/src/mod_rcar_mock_pmic_module_private.h index ebc6d3cf8..a8e2a7843 100644 --- a/product/rcar/module/rcar_mock_pmic/src/mod_rcar_mock_pmic_module_private.h +++ b/product/rcar/module/rcar_mock_pmic/src/mod_rcar_mock_pmic_module_private.h @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/module/rcar_mock_pmic/src/mod_rcar_mock_pmic_private.h b/product/rcar/module/rcar_mock_pmic/src/mod_rcar_mock_pmic_private.h index 49c982d40..e31451784 100644 --- a/product/rcar/module/rcar_mock_pmic/src/mod_rcar_mock_pmic_private.h +++ b/product/rcar/module/rcar_mock_pmic/src/mod_rcar_mock_pmic_private.h @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/module/rcar_mstp_clock/include/mod_rcar_mstp_clock.h b/product/rcar/module/rcar_mstp_clock/include/mod_rcar_mstp_clock.h index 099e5e26f..1bac4da3f 100644 --- a/product/rcar/module/rcar_mstp_clock/include/mod_rcar_mstp_clock.h +++ b/product/rcar/module/rcar_mstp_clock/include/mod_rcar_mstp_clock.h @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/module/rcar_mstp_clock/src/Makefile b/product/rcar/module/rcar_mstp_clock/src/Makefile index fe4acb109..838d44026 100644 --- a/product/rcar/module/rcar_mstp_clock/src/Makefile +++ b/product/rcar/module/rcar_mstp_clock/src/Makefile @@ -1,6 +1,6 @@ # # Renesas SCP/MCP Software -# Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. +# Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/rcar/module/rcar_mstp_clock/src/mod_rcar_mstp_clock.c b/product/rcar/module/rcar_mstp_clock/src/mod_rcar_mstp_clock.c index 93a1235f0..08af44975 100644 --- a/product/rcar/module/rcar_mstp_clock/src/mod_rcar_mstp_clock.c +++ b/product/rcar/module/rcar_mstp_clock/src/mod_rcar_mstp_clock.c @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/module/rcar_pd_core/include/mod_rcar_pd_core.h b/product/rcar/module/rcar_pd_core/include/mod_rcar_pd_core.h index b8be9d9b2..e91566bcb 100644 --- a/product/rcar/module/rcar_pd_core/include/mod_rcar_pd_core.h +++ b/product/rcar/module/rcar_pd_core/include/mod_rcar_pd_core.h @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/module/rcar_pd_core/src/Makefile b/product/rcar/module/rcar_pd_core/src/Makefile index a05114123..0685e276b 100644 --- a/product/rcar/module/rcar_pd_core/src/Makefile +++ b/product/rcar/module/rcar_pd_core/src/Makefile @@ -1,6 +1,6 @@ # # Renesas SCP/MCP Software -# Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. +# Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/rcar/module/rcar_pd_core/src/mod_rcar_pd_core.c b/product/rcar/module/rcar_pd_core/src/mod_rcar_pd_core.c index 98a47388d..636e48b4c 100644 --- a/product/rcar/module/rcar_pd_core/src/mod_rcar_pd_core.c +++ b/product/rcar/module/rcar_pd_core/src/mod_rcar_pd_core.c @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/module/rcar_pd_core/src/rcar_pd_core.c b/product/rcar/module/rcar_pd_core/src/rcar_pd_core.c index 1d02026eb..6bcf79572 100644 --- a/product/rcar/module/rcar_pd_core/src/rcar_pd_core.c +++ b/product/rcar/module/rcar_pd_core/src/rcar_pd_core.c @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/module/rcar_pd_core/src/rcar_pd_core.h b/product/rcar/module/rcar_pd_core/src/rcar_pd_core.h index a16980ab8..53cf188a8 100644 --- a/product/rcar/module/rcar_pd_core/src/rcar_pd_core.h +++ b/product/rcar/module/rcar_pd_core/src/rcar_pd_core.h @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/module/rcar_pd_sysc/include/mod_rcar_pd_sysc.h b/product/rcar/module/rcar_pd_sysc/include/mod_rcar_pd_sysc.h index b9db39617..d81f8c97e 100644 --- a/product/rcar/module/rcar_pd_sysc/include/mod_rcar_pd_sysc.h +++ b/product/rcar/module/rcar_pd_sysc/include/mod_rcar_pd_sysc.h @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/module/rcar_pd_sysc/src/Makefile b/product/rcar/module/rcar_pd_sysc/src/Makefile index 41d2edb7b..36eb92bc7 100644 --- a/product/rcar/module/rcar_pd_sysc/src/Makefile +++ b/product/rcar/module/rcar_pd_sysc/src/Makefile @@ -1,6 +1,6 @@ # # Renesas SCP/MCP Software -# Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. +# Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/rcar/module/rcar_pd_sysc/src/mod_rcar_pd_sysc.c b/product/rcar/module/rcar_pd_sysc/src/mod_rcar_pd_sysc.c index 39fcaad8d..b814c1baa 100644 --- a/product/rcar/module/rcar_pd_sysc/src/mod_rcar_pd_sysc.c +++ b/product/rcar/module/rcar_pd_sysc/src/mod_rcar_pd_sysc.c @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/module/rcar_pd_sysc/src/rcar_pd_sysc.c b/product/rcar/module/rcar_pd_sysc/src/rcar_pd_sysc.c index 214f2a5f1..9b1082730 100644 --- a/product/rcar/module/rcar_pd_sysc/src/rcar_pd_sysc.c +++ b/product/rcar/module/rcar_pd_sysc/src/rcar_pd_sysc.c @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/module/rcar_pd_sysc/src/rcar_pd_sysc.h b/product/rcar/module/rcar_pd_sysc/src/rcar_pd_sysc.h index 92901d531..b81c762c8 100644 --- a/product/rcar/module/rcar_pd_sysc/src/rcar_pd_sysc.h +++ b/product/rcar/module/rcar_pd_sysc/src/rcar_pd_sysc.h @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/module/rcar_pmic/include/mod_rcar_pmic.h b/product/rcar/module/rcar_pmic/include/mod_rcar_pmic.h index 05852651f..a63bc0b5a 100644 --- a/product/rcar/module/rcar_pmic/include/mod_rcar_pmic.h +++ b/product/rcar/module/rcar_pmic/include/mod_rcar_pmic.h @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/module/rcar_pmic/src/Makefile b/product/rcar/module/rcar_pmic/src/Makefile index 31569fe1b..3f430cbb3 100644 --- a/product/rcar/module/rcar_pmic/src/Makefile +++ b/product/rcar/module/rcar_pmic/src/Makefile @@ -1,6 +1,6 @@ # # Renesas SCP/MCP Software -# Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. +# Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/rcar/module/rcar_pmic/src/mod_rcar_pmic_device_api.c b/product/rcar/module/rcar_pmic/src/mod_rcar_pmic_device_api.c index a72fb8105..00389986c 100644 --- a/product/rcar/module/rcar_pmic/src/mod_rcar_pmic_device_api.c +++ b/product/rcar/module/rcar_pmic/src/mod_rcar_pmic_device_api.c @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/module/rcar_pmic/src/mod_rcar_pmic_device_api_private.h b/product/rcar/module/rcar_pmic/src/mod_rcar_pmic_device_api_private.h index c4b38bccf..648f7e167 100644 --- a/product/rcar/module/rcar_pmic/src/mod_rcar_pmic_device_api_private.h +++ b/product/rcar/module/rcar_pmic/src/mod_rcar_pmic_device_api_private.h @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/module/rcar_pmic/src/mod_rcar_pmic_event.c b/product/rcar/module/rcar_pmic/src/mod_rcar_pmic_event.c index 7b65412b3..e1abad59c 100644 --- a/product/rcar/module/rcar_pmic/src/mod_rcar_pmic_event.c +++ b/product/rcar/module/rcar_pmic/src/mod_rcar_pmic_event.c @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/module/rcar_pmic/src/mod_rcar_pmic_event_private.h b/product/rcar/module/rcar_pmic/src/mod_rcar_pmic_event_private.h index a59631a80..525d90b88 100644 --- a/product/rcar/module/rcar_pmic/src/mod_rcar_pmic_event_private.h +++ b/product/rcar/module/rcar_pmic/src/mod_rcar_pmic_event_private.h @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/module/rcar_pmic/src/mod_rcar_pmic_module.c b/product/rcar/module/rcar_pmic/src/mod_rcar_pmic_module.c index cfe6e1485..29a3908c8 100644 --- a/product/rcar/module/rcar_pmic/src/mod_rcar_pmic_module.c +++ b/product/rcar/module/rcar_pmic/src/mod_rcar_pmic_module.c @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/module/rcar_pmic/src/mod_rcar_pmic_module_private.h b/product/rcar/module/rcar_pmic/src/mod_rcar_pmic_module_private.h index 7408a497d..2e8b9fdfb 100644 --- a/product/rcar/module/rcar_pmic/src/mod_rcar_pmic_module_private.h +++ b/product/rcar/module/rcar_pmic/src/mod_rcar_pmic_module_private.h @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/module/rcar_pmic/src/mod_rcar_pmic_private.h b/product/rcar/module/rcar_pmic/src/mod_rcar_pmic_private.h index 211143920..e7eb24599 100644 --- a/product/rcar/module/rcar_pmic/src/mod_rcar_pmic_private.h +++ b/product/rcar/module/rcar_pmic/src/mod_rcar_pmic_private.h @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/module/rcar_reg_sensor/include/mod_rcar_reg_sensor.h b/product/rcar/module/rcar_reg_sensor/include/mod_rcar_reg_sensor.h index 02a372f3b..ff5b50f21 100644 --- a/product/rcar/module/rcar_reg_sensor/include/mod_rcar_reg_sensor.h +++ b/product/rcar/module/rcar_reg_sensor/include/mod_rcar_reg_sensor.h @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/module/rcar_reg_sensor/include/mod_reg_sensor.h b/product/rcar/module/rcar_reg_sensor/include/mod_reg_sensor.h index b42ff068b..4e60f8586 100644 --- a/product/rcar/module/rcar_reg_sensor/include/mod_reg_sensor.h +++ b/product/rcar/module/rcar_reg_sensor/include/mod_reg_sensor.h @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/module/rcar_reg_sensor/src/Makefile b/product/rcar/module/rcar_reg_sensor/src/Makefile index 9a7056e22..b0c6a7a3b 100644 --- a/product/rcar/module/rcar_reg_sensor/src/Makefile +++ b/product/rcar/module/rcar_reg_sensor/src/Makefile @@ -1,6 +1,6 @@ # # Renesas SCP/MCP Software -# Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. +# Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/rcar/module/rcar_reg_sensor/src/mod_rcar_reg_sensor.c b/product/rcar/module/rcar_reg_sensor/src/mod_rcar_reg_sensor.c index 554b93ac9..2a863bf6f 100644 --- a/product/rcar/module/rcar_reg_sensor/src/mod_rcar_reg_sensor.c +++ b/product/rcar/module/rcar_reg_sensor/src/mod_rcar_reg_sensor.c @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/module/rcar_reset/include/mod_rcar_reset.h b/product/rcar/module/rcar_reset/include/mod_rcar_reset.h index 1a40cbd5c..f18564a05 100644 --- a/product/rcar/module/rcar_reset/include/mod_rcar_reset.h +++ b/product/rcar/module/rcar_reset/include/mod_rcar_reset.h @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/module/rcar_reset/src/Makefile b/product/rcar/module/rcar_reset/src/Makefile index 4809a639e..51ffc3d37 100644 --- a/product/rcar/module/rcar_reset/src/Makefile +++ b/product/rcar/module/rcar_reset/src/Makefile @@ -1,6 +1,6 @@ # # Renesas SCP/MCP Software -# Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. +# Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/rcar/module/rcar_reset/src/mod_rcar_reset.c b/product/rcar/module/rcar_reset/src/mod_rcar_reset.c index 88b9d7571..e328bbe2b 100644 --- a/product/rcar/module/rcar_reset/src/mod_rcar_reset.c +++ b/product/rcar/module/rcar_reset/src/mod_rcar_reset.c @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/module/rcar_scif/include/mod_rcar_scif.h b/product/rcar/module/rcar_scif/include/mod_rcar_scif.h index 0fdb916ea..c589ccad6 100644 --- a/product/rcar/module/rcar_scif/include/mod_rcar_scif.h +++ b/product/rcar/module/rcar_scif/include/mod_rcar_scif.h @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/module/rcar_scif/src/Makefile b/product/rcar/module/rcar_scif/src/Makefile index 38cdd0e4d..d3bab000f 100644 --- a/product/rcar/module/rcar_scif/src/Makefile +++ b/product/rcar/module/rcar_scif/src/Makefile @@ -1,6 +1,6 @@ # # Renesas SCP/MCP Software -# Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. +# Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/rcar/module/rcar_scif/src/mod_rcar_scif.c b/product/rcar/module/rcar_scif/src/mod_rcar_scif.c index 26ed7ffaa..a0e97fdbd 100644 --- a/product/rcar/module/rcar_scif/src/mod_rcar_scif.c +++ b/product/rcar/module/rcar_scif/src/mod_rcar_scif.c @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/module/rcar_scif/src/scif.h b/product/rcar/module/rcar_scif/src/scif.h index 464a671bb..15879561e 100644 --- a/product/rcar/module/rcar_scif/src/scif.h +++ b/product/rcar/module/rcar_scif/src/scif.h @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/module/rcar_sd_clock/include/mod_rcar_sd_clock.h b/product/rcar/module/rcar_sd_clock/include/mod_rcar_sd_clock.h index 8e3c45cef..6d09eabdf 100644 --- a/product/rcar/module/rcar_sd_clock/include/mod_rcar_sd_clock.h +++ b/product/rcar/module/rcar_sd_clock/include/mod_rcar_sd_clock.h @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/module/rcar_sd_clock/src/Makefile b/product/rcar/module/rcar_sd_clock/src/Makefile index 998cc5902..4585b1cbc 100644 --- a/product/rcar/module/rcar_sd_clock/src/Makefile +++ b/product/rcar/module/rcar_sd_clock/src/Makefile @@ -1,6 +1,6 @@ # # Renesas SCP/MCP Software -# Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. +# Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/rcar/module/rcar_sd_clock/src/mod_rcar_sd_clock.c b/product/rcar/module/rcar_sd_clock/src/mod_rcar_sd_clock.c index 96e99b6da..3b64598c9 100644 --- a/product/rcar/module/rcar_sd_clock/src/mod_rcar_sd_clock.c +++ b/product/rcar/module/rcar_sd_clock/src/mod_rcar_sd_clock.c @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/module/rcar_system/include/mod_rcar_system.h b/product/rcar/module/rcar_system/include/mod_rcar_system.h index 4f21b9cbe..eb4253148 100644 --- a/product/rcar/module/rcar_system/include/mod_rcar_system.h +++ b/product/rcar/module/rcar_system/include/mod_rcar_system.h @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/module/rcar_system/src/FreeRTOS_tick_config.c b/product/rcar/module/rcar_system/src/FreeRTOS_tick_config.c index 536ee6154..efba0c0cc 100644 --- a/product/rcar/module/rcar_system/src/FreeRTOS_tick_config.c +++ b/product/rcar/module/rcar_system/src/FreeRTOS_tick_config.c @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/module/rcar_system/src/Makefile b/product/rcar/module/rcar_system/src/Makefile index 9337ca36e..860f75223 100644 --- a/product/rcar/module/rcar_system/src/Makefile +++ b/product/rcar/module/rcar_system/src/Makefile @@ -1,6 +1,6 @@ # # Renesas SCP/MCP Software -# Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. +# Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/rcar/module/rcar_system/src/mod_rcar_system.c b/product/rcar/module/rcar_system/src/mod_rcar_system.c index 7be944719..49d394d92 100644 --- a/product/rcar/module/rcar_system/src/mod_rcar_system.c +++ b/product/rcar/module/rcar_system/src/mod_rcar_system.c @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/module/rcar_system/src/rcar_call_sram.S b/product/rcar/module/rcar_system/src/rcar_call_sram.S index 3519222bb..43e8cdb59 100644 --- a/product/rcar/module/rcar_system/src/rcar_call_sram.S +++ b/product/rcar/module/rcar_system/src/rcar_call_sram.S @@ -1,6 +1,6 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/module/rcar_system/src/rcar_common.c b/product/rcar/module/rcar_system/src/rcar_common.c index 0732a1d1c..02a195034 100644 --- a/product/rcar/module/rcar_system/src/rcar_common.c +++ b/product/rcar/module/rcar_system/src/rcar_common.c @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/module/rcar_system/src/rcar_iic_dvfs.c b/product/rcar/module/rcar_system/src/rcar_iic_dvfs.c index 8bfc9ec43..3865453a2 100644 --- a/product/rcar/module/rcar_system/src/rcar_iic_dvfs.c +++ b/product/rcar/module/rcar_system/src/rcar_iic_dvfs.c @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/module/rcar_system/src/rcar_iic_dvfs.h b/product/rcar/module/rcar_system/src/rcar_iic_dvfs.h index 03239c5de..b0988aa95 100644 --- a/product/rcar/module/rcar_system/src/rcar_iic_dvfs.h +++ b/product/rcar/module/rcar_system/src/rcar_iic_dvfs.h @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/module/rcar_system/src/rcar_pwc.c b/product/rcar/module/rcar_system/src/rcar_pwc.c index ff7d2acac..483b8b23e 100644 --- a/product/rcar/module/rcar_system/src/rcar_pwc.c +++ b/product/rcar/module/rcar_system/src/rcar_pwc.c @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/module/rcar_system/src/rcar_pwc.h b/product/rcar/module/rcar_system/src/rcar_pwc.h index f2c1b54bc..6babcc849 100644 --- a/product/rcar/module/rcar_system/src/rcar_pwc.h +++ b/product/rcar/module/rcar_system/src/rcar_pwc.h @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/module/rcar_system_power/include/mod_rcar_system_power.h b/product/rcar/module/rcar_system_power/include/mod_rcar_system_power.h index 37acff18c..11b014d1b 100644 --- a/product/rcar/module/rcar_system_power/include/mod_rcar_system_power.h +++ b/product/rcar/module/rcar_system_power/include/mod_rcar_system_power.h @@ -1,7 +1,8 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/module/rcar_system_power/include/mod_system_power.h b/product/rcar/module/rcar_system_power/include/mod_system_power.h index 314af9d6f..ba9aebed1 100644 --- a/product/rcar/module/rcar_system_power/include/mod_system_power.h +++ b/product/rcar/module/rcar_system_power/include/mod_system_power.h @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/module/rcar_system_power/src/Makefile b/product/rcar/module/rcar_system_power/src/Makefile index 38f074629..19120e822 100644 --- a/product/rcar/module/rcar_system_power/src/Makefile +++ b/product/rcar/module/rcar_system_power/src/Makefile @@ -1,6 +1,6 @@ # # Renesas SCP/MCP Software -# Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. +# Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/rcar/module/rcar_system_power/src/mod_rcar_system_power.c b/product/rcar/module/rcar_system_power/src/mod_rcar_system_power.c index ba9f0af16..f8e8f11e3 100644 --- a/product/rcar/module/rcar_system_power/src/mod_rcar_system_power.c +++ b/product/rcar/module/rcar_system_power/src/mod_rcar_system_power.c @@ -1,7 +1,8 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/product.mk b/product/rcar/product.mk index b5f86297e..6849912d8 100644 --- a/product/rcar/product.mk +++ b/product/rcar/product.mk @@ -1,6 +1,6 @@ # # Renesas SCP/MCP Software -# Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. +# Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/rcar/scp_ramfw/FreeRTOSConfig.h b/product/rcar/scp_ramfw/FreeRTOSConfig.h index 0400d223c..2b0707392 100644 --- a/product/rcar/scp_ramfw/FreeRTOSConfig.h +++ b/product/rcar/scp_ramfw/FreeRTOSConfig.h @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/scp_ramfw/clock_devices.h b/product/rcar/scp_ramfw/clock_devices.h index 77c040386..4a2f72413 100644 --- a/product/rcar/scp_ramfw/clock_devices.h +++ b/product/rcar/scp_ramfw/clock_devices.h @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/scp_ramfw/clock_mstp_devices.h b/product/rcar/scp_ramfw/clock_mstp_devices.h index 95c162b4d..8de0f2bea 100644 --- a/product/rcar/scp_ramfw/clock_mstp_devices.h +++ b/product/rcar/scp_ramfw/clock_mstp_devices.h @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/scp_ramfw/clock_sd_devices.h b/product/rcar/scp_ramfw/clock_sd_devices.h index 9312dc4e6..87c5b302e 100644 --- a/product/rcar/scp_ramfw/clock_sd_devices.h +++ b/product/rcar/scp_ramfw/clock_sd_devices.h @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/scp_ramfw/config_clock.c b/product/rcar/scp_ramfw/config_clock.c index 545edf7c7..8a5968b63 100644 --- a/product/rcar/scp_ramfw/config_clock.c +++ b/product/rcar/scp_ramfw/config_clock.c @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/scp_ramfw/config_dvfs.c b/product/rcar/scp_ramfw/config_dvfs.c index 6ecf22fc2..d28615930 100644 --- a/product/rcar/scp_ramfw/config_dvfs.c +++ b/product/rcar/scp_ramfw/config_dvfs.c @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/scp_ramfw/config_dvfs.h b/product/rcar/scp_ramfw/config_dvfs.h index 688adeb20..6aaa209d0 100644 --- a/product/rcar/scp_ramfw/config_dvfs.h +++ b/product/rcar/scp_ramfw/config_dvfs.h @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/scp_ramfw/config_power_domain.c b/product/rcar/scp_ramfw/config_power_domain.c index aa6384a22..262debf97 100644 --- a/product/rcar/scp_ramfw/config_power_domain.c +++ b/product/rcar/scp_ramfw/config_power_domain.c @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/scp_ramfw/config_power_domain.h b/product/rcar/scp_ramfw/config_power_domain.h index 87e702a97..8ed711841 100644 --- a/product/rcar/scp_ramfw/config_power_domain.h +++ b/product/rcar/scp_ramfw/config_power_domain.h @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/scp_ramfw/config_psu.c b/product/rcar/scp_ramfw/config_psu.c index 965c81411..8f1bf494e 100644 --- a/product/rcar/scp_ramfw/config_psu.c +++ b/product/rcar/scp_ramfw/config_psu.c @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/scp_ramfw/config_psu.h b/product/rcar/scp_ramfw/config_psu.h index 4b774bbeb..090688149 100644 --- a/product/rcar/scp_ramfw/config_psu.h +++ b/product/rcar/scp_ramfw/config_psu.h @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/scp_ramfw/config_rcar_clock.c b/product/rcar/scp_ramfw/config_rcar_clock.c index ae065366e..54dc915de 100644 --- a/product/rcar/scp_ramfw/config_rcar_clock.c +++ b/product/rcar/scp_ramfw/config_rcar_clock.c @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/scp_ramfw/config_rcar_mfismh.c b/product/rcar/scp_ramfw/config_rcar_mfismh.c index 0d9d7ce95..b12a515a8 100644 --- a/product/rcar/scp_ramfw/config_rcar_mfismh.c +++ b/product/rcar/scp_ramfw/config_rcar_mfismh.c @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/scp_ramfw/config_rcar_mock_pmic.c b/product/rcar/scp_ramfw/config_rcar_mock_pmic.c index 4fc8fbc88..a611c425a 100644 --- a/product/rcar/scp_ramfw/config_rcar_mock_pmic.c +++ b/product/rcar/scp_ramfw/config_rcar_mock_pmic.c @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/scp_ramfw/config_rcar_mock_pmic.h b/product/rcar/scp_ramfw/config_rcar_mock_pmic.h index b7b8d238b..fb64d11fc 100644 --- a/product/rcar/scp_ramfw/config_rcar_mock_pmic.h +++ b/product/rcar/scp_ramfw/config_rcar_mock_pmic.h @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/scp_ramfw/config_rcar_mstp_clock.c b/product/rcar/scp_ramfw/config_rcar_mstp_clock.c index 970709ef9..eb83fb2bd 100644 --- a/product/rcar/scp_ramfw/config_rcar_mstp_clock.c +++ b/product/rcar/scp_ramfw/config_rcar_mstp_clock.c @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/scp_ramfw/config_rcar_pd_core.c b/product/rcar/scp_ramfw/config_rcar_pd_core.c index 5ceb04351..662edc4d5 100644 --- a/product/rcar/scp_ramfw/config_rcar_pd_core.c +++ b/product/rcar/scp_ramfw/config_rcar_pd_core.c @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/scp_ramfw/config_rcar_pd_core.h b/product/rcar/scp_ramfw/config_rcar_pd_core.h index 3dee68261..86a1b222c 100644 --- a/product/rcar/scp_ramfw/config_rcar_pd_core.h +++ b/product/rcar/scp_ramfw/config_rcar_pd_core.h @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/scp_ramfw/config_rcar_pd_sysc.c b/product/rcar/scp_ramfw/config_rcar_pd_sysc.c index 09189dee0..0b7fce046 100644 --- a/product/rcar/scp_ramfw/config_rcar_pd_sysc.c +++ b/product/rcar/scp_ramfw/config_rcar_pd_sysc.c @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/scp_ramfw/config_rcar_pd_sysc.h b/product/rcar/scp_ramfw/config_rcar_pd_sysc.h index a2299e401..746ff8df3 100644 --- a/product/rcar/scp_ramfw/config_rcar_pd_sysc.h +++ b/product/rcar/scp_ramfw/config_rcar_pd_sysc.h @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/scp_ramfw/config_rcar_pmic.c b/product/rcar/scp_ramfw/config_rcar_pmic.c index 355d1e105..daccfae97 100644 --- a/product/rcar/scp_ramfw/config_rcar_pmic.c +++ b/product/rcar/scp_ramfw/config_rcar_pmic.c @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/scp_ramfw/config_rcar_pmic.h b/product/rcar/scp_ramfw/config_rcar_pmic.h index 0ccda0f34..f6823cb14 100644 --- a/product/rcar/scp_ramfw/config_rcar_pmic.h +++ b/product/rcar/scp_ramfw/config_rcar_pmic.h @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/scp_ramfw/config_rcar_reset.c b/product/rcar/scp_ramfw/config_rcar_reset.c index 962f03f31..1059842fa 100644 --- a/product/rcar/scp_ramfw/config_rcar_reset.c +++ b/product/rcar/scp_ramfw/config_rcar_reset.c @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/scp_ramfw/config_rcar_scif.c b/product/rcar/scp_ramfw/config_rcar_scif.c index a298bc409..3a2818798 100644 --- a/product/rcar/scp_ramfw/config_rcar_scif.c +++ b/product/rcar/scp_ramfw/config_rcar_scif.c @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/scp_ramfw/config_rcar_sd_clock.c b/product/rcar/scp_ramfw/config_rcar_sd_clock.c index 566391653..1e6128200 100644 --- a/product/rcar/scp_ramfw/config_rcar_sd_clock.c +++ b/product/rcar/scp_ramfw/config_rcar_sd_clock.c @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/scp_ramfw/config_rcar_system.c b/product/rcar/scp_ramfw/config_rcar_system.c index 85a53ea29..eccba11fe 100644 --- a/product/rcar/scp_ramfw/config_rcar_system.c +++ b/product/rcar/scp_ramfw/config_rcar_system.c @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/scp_ramfw/config_rcar_system_power.c b/product/rcar/scp_ramfw/config_rcar_system_power.c index 392791e1e..ba49f93dc 100644 --- a/product/rcar/scp_ramfw/config_rcar_system_power.c +++ b/product/rcar/scp_ramfw/config_rcar_system_power.c @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/scp_ramfw/config_reset_domain.c b/product/rcar/scp_ramfw/config_reset_domain.c index 351066d5e..4f0b16651 100644 --- a/product/rcar/scp_ramfw/config_reset_domain.c +++ b/product/rcar/scp_ramfw/config_reset_domain.c @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/scp_ramfw/config_scmi.c b/product/rcar/scp_ramfw/config_scmi.c index 7ab679b04..83b258f35 100644 --- a/product/rcar/scp_ramfw/config_scmi.c +++ b/product/rcar/scp_ramfw/config_scmi.c @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/scp_ramfw/config_scmi_apcore.c b/product/rcar/scp_ramfw/config_scmi_apcore.c index 8ee97df22..971a5337b 100644 --- a/product/rcar/scp_ramfw/config_scmi_apcore.c +++ b/product/rcar/scp_ramfw/config_scmi_apcore.c @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/scp_ramfw/config_scmi_clock.c b/product/rcar/scp_ramfw/config_scmi_clock.c index 48d1340a2..e438d5976 100644 --- a/product/rcar/scp_ramfw/config_scmi_clock.c +++ b/product/rcar/scp_ramfw/config_scmi_clock.c @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/scp_ramfw/config_scmi_perf.c b/product/rcar/scp_ramfw/config_scmi_perf.c index bb13f9212..7c0de94fe 100644 --- a/product/rcar/scp_ramfw/config_scmi_perf.c +++ b/product/rcar/scp_ramfw/config_scmi_perf.c @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/scp_ramfw/config_scmi_power_domain.c b/product/rcar/scp_ramfw/config_scmi_power_domain.c index c0c4ec5f2..21bd5eb75 100644 --- a/product/rcar/scp_ramfw/config_scmi_power_domain.c +++ b/product/rcar/scp_ramfw/config_scmi_power_domain.c @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/scp_ramfw/config_scmi_reset_domain.c b/product/rcar/scp_ramfw/config_scmi_reset_domain.c index fd7091ce7..bb8946d13 100644 --- a/product/rcar/scp_ramfw/config_scmi_reset_domain.c +++ b/product/rcar/scp_ramfw/config_scmi_reset_domain.c @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/scp_ramfw/config_scmi_system_power.c b/product/rcar/scp_ramfw/config_scmi_system_power.c index b8edb5ee0..b5604c8da 100644 --- a/product/rcar/scp_ramfw/config_scmi_system_power.c +++ b/product/rcar/scp_ramfw/config_scmi_system_power.c @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/scp_ramfw/config_sensor.c b/product/rcar/scp_ramfw/config_sensor.c index fe05940b9..1d8980d9e 100644 --- a/product/rcar/scp_ramfw/config_sensor.c +++ b/product/rcar/scp_ramfw/config_sensor.c @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/scp_ramfw/config_smt.c b/product/rcar/scp_ramfw/config_smt.c index f5b9a6e19..744742e8c 100644 --- a/product/rcar/scp_ramfw/config_smt.c +++ b/product/rcar/scp_ramfw/config_smt.c @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/scp_ramfw/config_timer.c b/product/rcar/scp_ramfw/config_timer.c index e7d327b96..0535364bc 100644 --- a/product/rcar/scp_ramfw/config_timer.c +++ b/product/rcar/scp_ramfw/config_timer.c @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/scp_ramfw/firmware.mk b/product/rcar/scp_ramfw/firmware.mk index 9a4b6a453..cdcc0dc9b 100644 --- a/product/rcar/scp_ramfw/firmware.mk +++ b/product/rcar/scp_ramfw/firmware.mk @@ -1,6 +1,6 @@ # # Renesas SCP/MCP Software -# Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. +# Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/rcar/scp_ramfw/fmw_io.h b/product/rcar/scp_ramfw/fmw_io.h index 40ba92457..aa73d82ac 100644 --- a/product/rcar/scp_ramfw/fmw_io.h +++ b/product/rcar/scp_ramfw/fmw_io.h @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/scp_ramfw/fmw_memory.h b/product/rcar/scp_ramfw/fmw_memory.h index 2110b72c3..e1336d104 100644 --- a/product/rcar/scp_ramfw/fmw_memory.h +++ b/product/rcar/scp_ramfw/fmw_memory.h @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/scp_ramfw/reset_devices.h b/product/rcar/scp_ramfw/reset_devices.h index 92264ef1c..54df1c2c5 100644 --- a/product/rcar/scp_ramfw/reset_devices.h +++ b/product/rcar/scp_ramfw/reset_devices.h @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/scp_ramfw/reset_mstp_devices.h b/product/rcar/scp_ramfw/reset_mstp_devices.h index 5f656f03d..1a5850552 100644 --- a/product/rcar/scp_ramfw/reset_mstp_devices.h +++ b/product/rcar/scp_ramfw/reset_mstp_devices.h @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rcar/src/CMSIS-FreeRTOS/CMSIS/RTOS2/FreeRTOS/Source/cmsis_os2_tiny4scp.c b/product/rcar/src/CMSIS-FreeRTOS/CMSIS/RTOS2/FreeRTOS/Source/cmsis_os2_tiny4scp.c index b20e8f8f3..0b481c64f 100644 --- a/product/rcar/src/CMSIS-FreeRTOS/CMSIS/RTOS2/FreeRTOS/Source/cmsis_os2_tiny4scp.c +++ b/product/rcar/src/CMSIS-FreeRTOS/CMSIS/RTOS2/FreeRTOS/Source/cmsis_os2_tiny4scp.c @@ -1,6 +1,7 @@ /* -------------------------------------------------------------------------- * Copyright (c) 2013-2019 Arm Limited. All rights reserved. - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + *reserved. * * SPDX-License-Identifier: Apache-2.0 * diff --git a/product/rcar/src/rcar_core.c b/product/rcar/src/rcar_core.c index 62f296d58..6b219929c 100644 --- a/product/rcar/src/rcar_core.c +++ b/product/rcar/src/rcar_core.c @@ -1,6 +1,7 @@ /* * Renesas SCP/MCP Software - * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. + * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights + * reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddaniel/include/clock_soc.h b/product/rddaniel/include/clock_soc.h index cab7e9d40..cfda5e3d0 100644 --- a/product/rddaniel/include/clock_soc.h +++ b/product/rddaniel/include/clock_soc.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddaniel/include/config_power_domain.h b/product/rddaniel/include/config_power_domain.h index ee27f973f..615b69093 100644 --- a/product/rddaniel/include/config_power_domain.h +++ b/product/rddaniel/include/config_power_domain.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddaniel/include/cpu_pik.h b/product/rddaniel/include/cpu_pik.h index b789638a4..78f4018a6 100644 --- a/product/rddaniel/include/cpu_pik.h +++ b/product/rddaniel/include/cpu_pik.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddaniel/include/fmw_cmsis.h b/product/rddaniel/include/fmw_cmsis.h index 04d64c8f8..0e4fd895c 100644 --- a/product/rddaniel/include/fmw_cmsis.h +++ b/product/rddaniel/include/fmw_cmsis.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddaniel/include/fmw_io.h b/product/rddaniel/include/fmw_io.h index 2650c1c26..90491c6db 100644 --- a/product/rddaniel/include/fmw_io.h +++ b/product/rddaniel/include/fmw_io.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddaniel/include/mcp_rddaniel_mmap.h b/product/rddaniel/include/mcp_rddaniel_mmap.h index efe56732e..40272922f 100644 --- a/product/rddaniel/include/mcp_rddaniel_mmap.h +++ b/product/rddaniel/include/mcp_rddaniel_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddaniel/include/mcp_software_mmap.h b/product/rddaniel/include/mcp_software_mmap.h index 4b2a070f8..f70aa5050 100644 --- a/product/rddaniel/include/mcp_software_mmap.h +++ b/product/rddaniel/include/mcp_software_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddaniel/include/rddaniel_core.h b/product/rddaniel/include/rddaniel_core.h index 371d14bc1..54eaf5208 100644 --- a/product/rddaniel/include/rddaniel_core.h +++ b/product/rddaniel/include/rddaniel_core.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddaniel/include/rddaniel_power_domain.h b/product/rddaniel/include/rddaniel_power_domain.h index 46a1d13ec..b713afd8b 100644 --- a/product/rddaniel/include/rddaniel_power_domain.h +++ b/product/rddaniel/include/rddaniel_power_domain.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddaniel/include/rddaniel_scmi.h b/product/rddaniel/include/rddaniel_scmi.h index 51a8f799f..1f23c8d2e 100644 --- a/product/rddaniel/include/rddaniel_scmi.h +++ b/product/rddaniel/include/rddaniel_scmi.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/rddaniel/include/rddaniel_sds.h b/product/rddaniel/include/rddaniel_sds.h index 2d0b4c980..77bcba4ee 100644 --- a/product/rddaniel/include/rddaniel_sds.h +++ b/product/rddaniel/include/rddaniel_sds.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddaniel/include/scp_css_mmap.h b/product/rddaniel/include/scp_css_mmap.h index c326636f3..1e86b2799 100644 --- a/product/rddaniel/include/scp_css_mmap.h +++ b/product/rddaniel/include/scp_css_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddaniel/include/scp_mmap.h b/product/rddaniel/include/scp_mmap.h index d19529d16..ad3f7effc 100644 --- a/product/rddaniel/include/scp_mmap.h +++ b/product/rddaniel/include/scp_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddaniel/include/scp_pik.h b/product/rddaniel/include/scp_pik.h index 9ce9d6f8a..12043a280 100644 --- a/product/rddaniel/include/scp_pik.h +++ b/product/rddaniel/include/scp_pik.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/rddaniel/include/scp_rddaniel_mhu.h b/product/rddaniel/include/scp_rddaniel_mhu.h index 142946b32..20d992a70 100644 --- a/product/rddaniel/include/scp_rddaniel_mhu.h +++ b/product/rddaniel/include/scp_rddaniel_mhu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/rddaniel/include/scp_soc_mmap.h b/product/rddaniel/include/scp_soc_mmap.h index 3dbb05720..7c507c31d 100644 --- a/product/rddaniel/include/scp_soc_mmap.h +++ b/product/rddaniel/include/scp_soc_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddaniel/include/scp_software_mmap.h b/product/rddaniel/include/scp_software_mmap.h index 1a7d3197b..4a88b6126 100644 --- a/product/rddaniel/include/scp_software_mmap.h +++ b/product/rddaniel/include/scp_software_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddaniel/include/system_pik.h b/product/rddaniel/include/system_pik.h index d83bd1de7..f334ea65a 100644 --- a/product/rddaniel/include/system_pik.h +++ b/product/rddaniel/include/system_pik.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddaniel/mcp_romfw/config_bootloader.c b/product/rddaniel/mcp_romfw/config_bootloader.c index 76471bc22..ac70ae207 100644 --- a/product/rddaniel/mcp_romfw/config_bootloader.c +++ b/product/rddaniel/mcp_romfw/config_bootloader.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddaniel/mcp_romfw/config_clock.c b/product/rddaniel/mcp_romfw/config_clock.c index 4afc18468..e3c6ad0cd 100644 --- a/product/rddaniel/mcp_romfw/config_clock.c +++ b/product/rddaniel/mcp_romfw/config_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddaniel/mcp_romfw/config_pl011.c b/product/rddaniel/mcp_romfw/config_pl011.c index c51fd5390..71c18678a 100644 --- a/product/rddaniel/mcp_romfw/config_pl011.c +++ b/product/rddaniel/mcp_romfw/config_pl011.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddaniel/mcp_romfw/firmware.mk b/product/rddaniel/mcp_romfw/firmware.mk index 8c1c45510..e48992aff 100644 --- a/product/rddaniel/mcp_romfw/firmware.mk +++ b/product/rddaniel/mcp_romfw/firmware.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/rddaniel/mcp_romfw/fmw_memory.h b/product/rddaniel/mcp_romfw/fmw_memory.h index 7fc1c04c1..3e886b143 100644 --- a/product/rddaniel/mcp_romfw/fmw_memory.h +++ b/product/rddaniel/mcp_romfw/fmw_memory.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/rddaniel/module/rddaniel_system/include/mod_rddaniel_system.h b/product/rddaniel/module/rddaniel_system/include/mod_rddaniel_system.h index 9a6719540..45df22f1d 100644 --- a/product/rddaniel/module/rddaniel_system/include/mod_rddaniel_system.h +++ b/product/rddaniel/module/rddaniel_system/include/mod_rddaniel_system.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/rddaniel/module/rddaniel_system/src/Makefile b/product/rddaniel/module/rddaniel_system/src/Makefile index 7c609c911..3a507ed76 100644 --- a/product/rddaniel/module/rddaniel_system/src/Makefile +++ b/product/rddaniel/module/rddaniel_system/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/rddaniel/module/rddaniel_system/src/mod_rddaniel_system.c b/product/rddaniel/module/rddaniel_system/src/mod_rddaniel_system.c index a35a08780..a31ba996e 100644 --- a/product/rddaniel/module/rddaniel_system/src/mod_rddaniel_system.c +++ b/product/rddaniel/module/rddaniel_system/src/mod_rddaniel_system.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/rddaniel/product.mk b/product/rddaniel/product.mk index 556af1da9..680ac159b 100644 --- a/product/rddaniel/product.mk +++ b/product/rddaniel/product.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/rddaniel/scp_ramfw/RTX_Config.h b/product/rddaniel/scp_ramfw/RTX_Config.h index 35ce37d14..f88093d23 100644 --- a/product/rddaniel/scp_ramfw/RTX_Config.h +++ b/product/rddaniel/scp_ramfw/RTX_Config.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/rddaniel/scp_ramfw/config_apcontext.c b/product/rddaniel/scp_ramfw/config_apcontext.c index 5232cfc08..51f52f608 100644 --- a/product/rddaniel/scp_ramfw/config_apcontext.c +++ b/product/rddaniel/scp_ramfw/config_apcontext.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddaniel/scp_ramfw/config_armv7m_mpu.c b/product/rddaniel/scp_ramfw/config_armv7m_mpu.c index cdeeac7a1..f09fea03c 100644 --- a/product/rddaniel/scp_ramfw/config_armv7m_mpu.c +++ b/product/rddaniel/scp_ramfw/config_armv7m_mpu.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddaniel/scp_ramfw/config_clock.c b/product/rddaniel/scp_ramfw/config_clock.c index c38cf70d5..0a2cf2d3f 100644 --- a/product/rddaniel/scp_ramfw/config_clock.c +++ b/product/rddaniel/scp_ramfw/config_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddaniel/scp_ramfw/config_cmn_rhodes.c b/product/rddaniel/scp_ramfw/config_cmn_rhodes.c index 6f37b3d6e..3c2533a87 100644 --- a/product/rddaniel/scp_ramfw/config_cmn_rhodes.c +++ b/product/rddaniel/scp_ramfw/config_cmn_rhodes.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddaniel/scp_ramfw/config_css_clock.c b/product/rddaniel/scp_ramfw/config_css_clock.c index bf84b36c1..e41601828 100644 --- a/product/rddaniel/scp_ramfw/config_css_clock.c +++ b/product/rddaniel/scp_ramfw/config_css_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddaniel/scp_ramfw/config_gtimer.c b/product/rddaniel/scp_ramfw/config_gtimer.c index e35e4792e..83a7123f2 100644 --- a/product/rddaniel/scp_ramfw/config_gtimer.c +++ b/product/rddaniel/scp_ramfw/config_gtimer.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddaniel/scp_ramfw/config_mhu2.c b/product/rddaniel/scp_ramfw/config_mhu2.c index d32f2c3cb..f208dfe7d 100644 --- a/product/rddaniel/scp_ramfw/config_mhu2.c +++ b/product/rddaniel/scp_ramfw/config_mhu2.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddaniel/scp_ramfw/config_pik_clock.c b/product/rddaniel/scp_ramfw/config_pik_clock.c index 8f7f4aab4..378256d5f 100644 --- a/product/rddaniel/scp_ramfw/config_pik_clock.c +++ b/product/rddaniel/scp_ramfw/config_pik_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddaniel/scp_ramfw/config_power_domain.c b/product/rddaniel/scp_ramfw/config_power_domain.c index c99b8e7d8..5755cfb33 100644 --- a/product/rddaniel/scp_ramfw/config_power_domain.c +++ b/product/rddaniel/scp_ramfw/config_power_domain.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddaniel/scp_ramfw/config_ppu_v1.c b/product/rddaniel/scp_ramfw/config_ppu_v1.c index 499d62bd8..141d37ca5 100644 --- a/product/rddaniel/scp_ramfw/config_ppu_v1.c +++ b/product/rddaniel/scp_ramfw/config_ppu_v1.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddaniel/scp_ramfw/config_scmi.c b/product/rddaniel/scp_ramfw/config_scmi.c index 07a9d20b7..90c6e862c 100644 --- a/product/rddaniel/scp_ramfw/config_scmi.c +++ b/product/rddaniel/scp_ramfw/config_scmi.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddaniel/scp_ramfw/config_scmi_power_domain.c b/product/rddaniel/scp_ramfw/config_scmi_power_domain.c index 2d344b267..29277afdf 100644 --- a/product/rddaniel/scp_ramfw/config_scmi_power_domain.c +++ b/product/rddaniel/scp_ramfw/config_scmi_power_domain.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddaniel/scp_ramfw/config_scmi_system_power.c b/product/rddaniel/scp_ramfw/config_scmi_system_power.c index abccf3f66..abf8c4dcb 100644 --- a/product/rddaniel/scp_ramfw/config_scmi_system_power.c +++ b/product/rddaniel/scp_ramfw/config_scmi_system_power.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddaniel/scp_ramfw/config_sds.c b/product/rddaniel/scp_ramfw/config_sds.c index 985d6a1e5..3fed30b1d 100644 --- a/product/rddaniel/scp_ramfw/config_sds.c +++ b/product/rddaniel/scp_ramfw/config_sds.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddaniel/scp_ramfw/config_smt.c b/product/rddaniel/scp_ramfw/config_smt.c index 0368e895a..85fd18491 100644 --- a/product/rddaniel/scp_ramfw/config_smt.c +++ b/product/rddaniel/scp_ramfw/config_smt.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddaniel/scp_ramfw/config_system_pll.c b/product/rddaniel/scp_ramfw/config_system_pll.c index 5524e3459..b8462f1a9 100644 --- a/product/rddaniel/scp_ramfw/config_system_pll.c +++ b/product/rddaniel/scp_ramfw/config_system_pll.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddaniel/scp_ramfw/config_system_power.c b/product/rddaniel/scp_ramfw/config_system_power.c index 82591d6c0..194c4f4dc 100644 --- a/product/rddaniel/scp_ramfw/config_system_power.c +++ b/product/rddaniel/scp_ramfw/config_system_power.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddaniel/scp_ramfw/config_timer.c b/product/rddaniel/scp_ramfw/config_timer.c index 87be05fd8..2c86ca8de 100644 --- a/product/rddaniel/scp_ramfw/config_timer.c +++ b/product/rddaniel/scp_ramfw/config_timer.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddaniel/scp_ramfw/firmware.mk b/product/rddaniel/scp_ramfw/firmware.mk index 2d2e99cd7..3eef50435 100644 --- a/product/rddaniel/scp_ramfw/firmware.mk +++ b/product/rddaniel/scp_ramfw/firmware.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/rddaniel/scp_ramfw/fmw_memory.h b/product/rddaniel/scp_ramfw/fmw_memory.h index a7a9311f1..0c69734fe 100644 --- a/product/rddaniel/scp_ramfw/fmw_memory.h +++ b/product/rddaniel/scp_ramfw/fmw_memory.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/rddaniel/scp_ramfw/fmw_notification.h b/product/rddaniel/scp_ramfw/fmw_notification.h index 8971f9bf8..33ee50eb9 100644 --- a/product/rddaniel/scp_ramfw/fmw_notification.h +++ b/product/rddaniel/scp_ramfw/fmw_notification.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/rddaniel/scp_ramfw/rtx_config.c b/product/rddaniel/scp_ramfw/rtx_config.c index ce88d98f8..cfcd53ac5 100644 --- a/product/rddaniel/scp_ramfw/rtx_config.c +++ b/product/rddaniel/scp_ramfw/rtx_config.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddaniel/scp_romfw/config_bootloader.c b/product/rddaniel/scp_romfw/config_bootloader.c index 34d4ad0e5..dc6978681 100644 --- a/product/rddaniel/scp_romfw/config_bootloader.c +++ b/product/rddaniel/scp_romfw/config_bootloader.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddaniel/scp_romfw/config_clock.c b/product/rddaniel/scp_romfw/config_clock.c index 4afc18468..e3c6ad0cd 100644 --- a/product/rddaniel/scp_romfw/config_clock.c +++ b/product/rddaniel/scp_romfw/config_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddaniel/scp_romfw/firmware.mk b/product/rddaniel/scp_romfw/firmware.mk index 5f7cf059d..72adc5997 100644 --- a/product/rddaniel/scp_romfw/firmware.mk +++ b/product/rddaniel/scp_romfw/firmware.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/rddaniel/scp_romfw/fmw_memory.h b/product/rddaniel/scp_romfw/fmw_memory.h index 8dab8aa9b..897b38607 100644 --- a/product/rddaniel/scp_romfw/fmw_memory.h +++ b/product/rddaniel/scp_romfw/fmw_memory.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/rddaniel/src/config_pl011.c b/product/rddaniel/src/config_pl011.c index b519aeef0..b9985248e 100644 --- a/product/rddaniel/src/config_pl011.c +++ b/product/rddaniel/src/config_pl011.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddaniel/src/config_sid.c b/product/rddaniel/src/config_sid.c index 67cc6c3df..7a68fbf55 100644 --- a/product/rddaniel/src/config_sid.c +++ b/product/rddaniel/src/config_sid.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddaniel/src/config_system_info.c b/product/rddaniel/src/config_system_info.c index 38590cc05..3b6962a0b 100644 --- a/product/rddaniel/src/config_system_info.c +++ b/product/rddaniel/src/config_system_info.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddanielxlr/include/clock_soc.h b/product/rddanielxlr/include/clock_soc.h index e57f26f39..3f18772b6 100644 --- a/product/rddanielxlr/include/clock_soc.h +++ b/product/rddanielxlr/include/clock_soc.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddanielxlr/include/config_power_domain.h b/product/rddanielxlr/include/config_power_domain.h index 8d0775389..b4ed1146a 100644 --- a/product/rddanielxlr/include/config_power_domain.h +++ b/product/rddanielxlr/include/config_power_domain.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddanielxlr/include/cpu_pik.h b/product/rddanielxlr/include/cpu_pik.h index b789638a4..78f4018a6 100644 --- a/product/rddanielxlr/include/cpu_pik.h +++ b/product/rddanielxlr/include/cpu_pik.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddanielxlr/include/fmw_cmsis.h b/product/rddanielxlr/include/fmw_cmsis.h index 04d64c8f8..0e4fd895c 100644 --- a/product/rddanielxlr/include/fmw_cmsis.h +++ b/product/rddanielxlr/include/fmw_cmsis.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddanielxlr/include/fmw_io.h b/product/rddanielxlr/include/fmw_io.h index 2650c1c26..90491c6db 100644 --- a/product/rddanielxlr/include/fmw_io.h +++ b/product/rddanielxlr/include/fmw_io.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddanielxlr/include/fmw_log.h b/product/rddanielxlr/include/fmw_log.h index 6198db33c..f50124c40 100644 --- a/product/rddanielxlr/include/fmw_log.h +++ b/product/rddanielxlr/include/fmw_log.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddanielxlr/include/mcp_rddanielxlr_mmap.h b/product/rddanielxlr/include/mcp_rddanielxlr_mmap.h index 1064af067..18e9d8dd6 100644 --- a/product/rddanielxlr/include/mcp_rddanielxlr_mmap.h +++ b/product/rddanielxlr/include/mcp_rddanielxlr_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddanielxlr/include/mcp_software_mmap.h b/product/rddanielxlr/include/mcp_software_mmap.h index 01e932f1f..6917f28d4 100644 --- a/product/rddanielxlr/include/mcp_software_mmap.h +++ b/product/rddanielxlr/include/mcp_software_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddanielxlr/include/rddanielxlr_core.h b/product/rddanielxlr/include/rddanielxlr_core.h index 539df82ca..da5a1d8e7 100644 --- a/product/rddanielxlr/include/rddanielxlr_core.h +++ b/product/rddanielxlr/include/rddanielxlr_core.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddanielxlr/include/rddanielxlr_power_domain.h b/product/rddanielxlr/include/rddanielxlr_power_domain.h index 19044efac..367e96b74 100644 --- a/product/rddanielxlr/include/rddanielxlr_power_domain.h +++ b/product/rddanielxlr/include/rddanielxlr_power_domain.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddanielxlr/include/rddanielxlr_scmi.h b/product/rddanielxlr/include/rddanielxlr_scmi.h index f6d14bfbb..30276f8ef 100644 --- a/product/rddanielxlr/include/rddanielxlr_scmi.h +++ b/product/rddanielxlr/include/rddanielxlr_scmi.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/rddanielxlr/include/rddanielxlr_sds.h b/product/rddanielxlr/include/rddanielxlr_sds.h index 803d59bce..87fdf726d 100644 --- a/product/rddanielxlr/include/rddanielxlr_sds.h +++ b/product/rddanielxlr/include/rddanielxlr_sds.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddanielxlr/include/scp_css_mmap.h b/product/rddanielxlr/include/scp_css_mmap.h index c326636f3..1e86b2799 100644 --- a/product/rddanielxlr/include/scp_css_mmap.h +++ b/product/rddanielxlr/include/scp_css_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddanielxlr/include/scp_mmap.h b/product/rddanielxlr/include/scp_mmap.h index d19529d16..ad3f7effc 100644 --- a/product/rddanielxlr/include/scp_mmap.h +++ b/product/rddanielxlr/include/scp_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddanielxlr/include/scp_pik.h b/product/rddanielxlr/include/scp_pik.h index 9ce9d6f8a..12043a280 100644 --- a/product/rddanielxlr/include/scp_pik.h +++ b/product/rddanielxlr/include/scp_pik.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/rddanielxlr/include/scp_rddanielxlr_irq.h b/product/rddanielxlr/include/scp_rddanielxlr_irq.h index 295eafdcf..49cfeb632 100644 --- a/product/rddanielxlr/include/scp_rddanielxlr_irq.h +++ b/product/rddanielxlr/include/scp_rddanielxlr_irq.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddanielxlr/include/scp_rddanielxlr_mhu.h b/product/rddanielxlr/include/scp_rddanielxlr_mhu.h index 1d65dbe16..1529de43b 100644 --- a/product/rddanielxlr/include/scp_rddanielxlr_mhu.h +++ b/product/rddanielxlr/include/scp_rddanielxlr_mhu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/rddanielxlr/include/scp_soc_mmap.h b/product/rddanielxlr/include/scp_soc_mmap.h index aa6088741..242a1a377 100644 --- a/product/rddanielxlr/include/scp_soc_mmap.h +++ b/product/rddanielxlr/include/scp_soc_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddanielxlr/include/scp_software_mmap.h b/product/rddanielxlr/include/scp_software_mmap.h index cde19f87c..171dc322c 100644 --- a/product/rddanielxlr/include/scp_software_mmap.h +++ b/product/rddanielxlr/include/scp_software_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddanielxlr/include/system_pik.h b/product/rddanielxlr/include/system_pik.h index d83bd1de7..f334ea65a 100644 --- a/product/rddanielxlr/include/system_pik.h +++ b/product/rddanielxlr/include/system_pik.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddanielxlr/mcp_romfw/config_bootloader.c b/product/rddanielxlr/mcp_romfw/config_bootloader.c index 76471bc22..ac70ae207 100644 --- a/product/rddanielxlr/mcp_romfw/config_bootloader.c +++ b/product/rddanielxlr/mcp_romfw/config_bootloader.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddanielxlr/mcp_romfw/config_clock.c b/product/rddanielxlr/mcp_romfw/config_clock.c index 4afc18468..e3c6ad0cd 100644 --- a/product/rddanielxlr/mcp_romfw/config_clock.c +++ b/product/rddanielxlr/mcp_romfw/config_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddanielxlr/mcp_romfw/config_pl011.c b/product/rddanielxlr/mcp_romfw/config_pl011.c index cb67f2a90..0dd7fcf21 100644 --- a/product/rddanielxlr/mcp_romfw/config_pl011.c +++ b/product/rddanielxlr/mcp_romfw/config_pl011.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddanielxlr/mcp_romfw/firmware.mk b/product/rddanielxlr/mcp_romfw/firmware.mk index 8c1c45510..e48992aff 100644 --- a/product/rddanielxlr/mcp_romfw/firmware.mk +++ b/product/rddanielxlr/mcp_romfw/firmware.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/rddanielxlr/mcp_romfw/fmw_memory.h b/product/rddanielxlr/mcp_romfw/fmw_memory.h index 24583d600..b841c293c 100644 --- a/product/rddanielxlr/mcp_romfw/fmw_memory.h +++ b/product/rddanielxlr/mcp_romfw/fmw_memory.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/rddanielxlr/module/rddanielxlr_system/include/mod_rddanielxlr_system.h b/product/rddanielxlr/module/rddanielxlr_system/include/mod_rddanielxlr_system.h index 6fc028807..8308c9bb4 100644 --- a/product/rddanielxlr/module/rddanielxlr_system/include/mod_rddanielxlr_system.h +++ b/product/rddanielxlr/module/rddanielxlr_system/include/mod_rddanielxlr_system.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/rddanielxlr/module/rddanielxlr_system/src/Makefile b/product/rddanielxlr/module/rddanielxlr_system/src/Makefile index 68b740823..9b2ac61bb 100644 --- a/product/rddanielxlr/module/rddanielxlr_system/src/Makefile +++ b/product/rddanielxlr/module/rddanielxlr_system/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/rddanielxlr/module/rddanielxlr_system/src/mod_rddanielxlr_system.c b/product/rddanielxlr/module/rddanielxlr_system/src/mod_rddanielxlr_system.c index 8cb935af4..f681381c9 100644 --- a/product/rddanielxlr/module/rddanielxlr_system/src/mod_rddanielxlr_system.c +++ b/product/rddanielxlr/module/rddanielxlr_system/src/mod_rddanielxlr_system.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/rddanielxlr/product.mk b/product/rddanielxlr/product.mk index 806dcc61e..18c7eefe5 100644 --- a/product/rddanielxlr/product.mk +++ b/product/rddanielxlr/product.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/rddanielxlr/scp_ramfw/RTX_Config.h b/product/rddanielxlr/scp_ramfw/RTX_Config.h index 35ce37d14..f88093d23 100644 --- a/product/rddanielxlr/scp_ramfw/RTX_Config.h +++ b/product/rddanielxlr/scp_ramfw/RTX_Config.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/rddanielxlr/scp_ramfw/config_apcontext.c b/product/rddanielxlr/scp_ramfw/config_apcontext.c index 5232cfc08..51f52f608 100644 --- a/product/rddanielxlr/scp_ramfw/config_apcontext.c +++ b/product/rddanielxlr/scp_ramfw/config_apcontext.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddanielxlr/scp_ramfw/config_armv7m_mpu.c b/product/rddanielxlr/scp_ramfw/config_armv7m_mpu.c index cdeeac7a1..f09fea03c 100644 --- a/product/rddanielxlr/scp_ramfw/config_armv7m_mpu.c +++ b/product/rddanielxlr/scp_ramfw/config_armv7m_mpu.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddanielxlr/scp_ramfw/config_clock.c b/product/rddanielxlr/scp_ramfw/config_clock.c index 3f549082a..d405a7463 100644 --- a/product/rddanielxlr/scp_ramfw/config_clock.c +++ b/product/rddanielxlr/scp_ramfw/config_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddanielxlr/scp_ramfw/config_cmn_rhodes.c b/product/rddanielxlr/scp_ramfw/config_cmn_rhodes.c index 69fbb20df..f3c495836 100644 --- a/product/rddanielxlr/scp_ramfw/config_cmn_rhodes.c +++ b/product/rddanielxlr/scp_ramfw/config_cmn_rhodes.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddanielxlr/scp_ramfw/config_css_clock.c b/product/rddanielxlr/scp_ramfw/config_css_clock.c index d4ba20d4a..25b9fb8e9 100644 --- a/product/rddanielxlr/scp_ramfw/config_css_clock.c +++ b/product/rddanielxlr/scp_ramfw/config_css_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddanielxlr/scp_ramfw/config_gtimer.c b/product/rddanielxlr/scp_ramfw/config_gtimer.c index e35e4792e..83a7123f2 100644 --- a/product/rddanielxlr/scp_ramfw/config_gtimer.c +++ b/product/rddanielxlr/scp_ramfw/config_gtimer.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddanielxlr/scp_ramfw/config_mhu2.c b/product/rddanielxlr/scp_ramfw/config_mhu2.c index ea3693b69..ef3e5b9e9 100644 --- a/product/rddanielxlr/scp_ramfw/config_mhu2.c +++ b/product/rddanielxlr/scp_ramfw/config_mhu2.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddanielxlr/scp_ramfw/config_pik_clock.c b/product/rddanielxlr/scp_ramfw/config_pik_clock.c index 9a4e3873e..49180cf1e 100644 --- a/product/rddanielxlr/scp_ramfw/config_pik_clock.c +++ b/product/rddanielxlr/scp_ramfw/config_pik_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddanielxlr/scp_ramfw/config_power_domain.c b/product/rddanielxlr/scp_ramfw/config_power_domain.c index bd2df5255..109d7e675 100644 --- a/product/rddanielxlr/scp_ramfw/config_power_domain.c +++ b/product/rddanielxlr/scp_ramfw/config_power_domain.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddanielxlr/scp_ramfw/config_ppu_v1.c b/product/rddanielxlr/scp_ramfw/config_ppu_v1.c index 720203d32..e66d7014d 100644 --- a/product/rddanielxlr/scp_ramfw/config_ppu_v1.c +++ b/product/rddanielxlr/scp_ramfw/config_ppu_v1.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddanielxlr/scp_ramfw/config_scmi.c b/product/rddanielxlr/scp_ramfw/config_scmi.c index 78336ebcb..6a95a8014 100644 --- a/product/rddanielxlr/scp_ramfw/config_scmi.c +++ b/product/rddanielxlr/scp_ramfw/config_scmi.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddanielxlr/scp_ramfw/config_scmi_power_domain.c b/product/rddanielxlr/scp_ramfw/config_scmi_power_domain.c index 2d344b267..29277afdf 100644 --- a/product/rddanielxlr/scp_ramfw/config_scmi_power_domain.c +++ b/product/rddanielxlr/scp_ramfw/config_scmi_power_domain.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddanielxlr/scp_ramfw/config_scmi_system_power.c b/product/rddanielxlr/scp_ramfw/config_scmi_system_power.c index abccf3f66..abf8c4dcb 100644 --- a/product/rddanielxlr/scp_ramfw/config_scmi_system_power.c +++ b/product/rddanielxlr/scp_ramfw/config_scmi_system_power.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddanielxlr/scp_ramfw/config_sds.c b/product/rddanielxlr/scp_ramfw/config_sds.c index 1200a0553..7ab7f903d 100644 --- a/product/rddanielxlr/scp_ramfw/config_sds.c +++ b/product/rddanielxlr/scp_ramfw/config_sds.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddanielxlr/scp_ramfw/config_smt.c b/product/rddanielxlr/scp_ramfw/config_smt.c index de0995b4e..a04242dc7 100644 --- a/product/rddanielxlr/scp_ramfw/config_smt.c +++ b/product/rddanielxlr/scp_ramfw/config_smt.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddanielxlr/scp_ramfw/config_system_pll.c b/product/rddanielxlr/scp_ramfw/config_system_pll.c index 2f96f9d11..4ad533b08 100644 --- a/product/rddanielxlr/scp_ramfw/config_system_pll.c +++ b/product/rddanielxlr/scp_ramfw/config_system_pll.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddanielxlr/scp_ramfw/config_system_power.c b/product/rddanielxlr/scp_ramfw/config_system_power.c index 193e27b1e..b118bd083 100644 --- a/product/rddanielxlr/scp_ramfw/config_system_power.c +++ b/product/rddanielxlr/scp_ramfw/config_system_power.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddanielxlr/scp_ramfw/config_timer.c b/product/rddanielxlr/scp_ramfw/config_timer.c index 87be05fd8..2c86ca8de 100644 --- a/product/rddanielxlr/scp_ramfw/config_timer.c +++ b/product/rddanielxlr/scp_ramfw/config_timer.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddanielxlr/scp_ramfw/firmware.mk b/product/rddanielxlr/scp_ramfw/firmware.mk index acab26958..9f0dc9e5e 100644 --- a/product/rddanielxlr/scp_ramfw/firmware.mk +++ b/product/rddanielxlr/scp_ramfw/firmware.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/rddanielxlr/scp_ramfw/fmw_memory.h b/product/rddanielxlr/scp_ramfw/fmw_memory.h index 18935f56c..b61338ee1 100644 --- a/product/rddanielxlr/scp_ramfw/fmw_memory.h +++ b/product/rddanielxlr/scp_ramfw/fmw_memory.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/rddanielxlr/scp_ramfw/fmw_notification.h b/product/rddanielxlr/scp_ramfw/fmw_notification.h index 8971f9bf8..33ee50eb9 100644 --- a/product/rddanielxlr/scp_ramfw/fmw_notification.h +++ b/product/rddanielxlr/scp_ramfw/fmw_notification.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/rddanielxlr/scp_ramfw/rtx_config.c b/product/rddanielxlr/scp_ramfw/rtx_config.c index ce88d98f8..cfcd53ac5 100644 --- a/product/rddanielxlr/scp_ramfw/rtx_config.c +++ b/product/rddanielxlr/scp_ramfw/rtx_config.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddanielxlr/scp_romfw/config_bootloader.c b/product/rddanielxlr/scp_romfw/config_bootloader.c index 34d4ad0e5..dc6978681 100644 --- a/product/rddanielxlr/scp_romfw/config_bootloader.c +++ b/product/rddanielxlr/scp_romfw/config_bootloader.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddanielxlr/scp_romfw/config_clock.c b/product/rddanielxlr/scp_romfw/config_clock.c index 4afc18468..e3c6ad0cd 100644 --- a/product/rddanielxlr/scp_romfw/config_clock.c +++ b/product/rddanielxlr/scp_romfw/config_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddanielxlr/scp_romfw/config_log.c b/product/rddanielxlr/scp_romfw/config_log.c index da8ebe3b3..6b8d915b3 100644 --- a/product/rddanielxlr/scp_romfw/config_log.c +++ b/product/rddanielxlr/scp_romfw/config_log.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddanielxlr/scp_romfw/firmware.mk b/product/rddanielxlr/scp_romfw/firmware.mk index 902b34320..40c82b108 100644 --- a/product/rddanielxlr/scp_romfw/firmware.mk +++ b/product/rddanielxlr/scp_romfw/firmware.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/rddanielxlr/scp_romfw/fmw_memory.h b/product/rddanielxlr/scp_romfw/fmw_memory.h index 99de7934d..69be446cc 100644 --- a/product/rddanielxlr/scp_romfw/fmw_memory.h +++ b/product/rddanielxlr/scp_romfw/fmw_memory.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/rddanielxlr/src/config_pl011.c b/product/rddanielxlr/src/config_pl011.c index b519aeef0..b9985248e 100644 --- a/product/rddanielxlr/src/config_pl011.c +++ b/product/rddanielxlr/src/config_pl011.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddanielxlr/src/config_sid.c b/product/rddanielxlr/src/config_sid.c index cf5d889dc..6375d1a5b 100644 --- a/product/rddanielxlr/src/config_sid.c +++ b/product/rddanielxlr/src/config_sid.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rddanielxlr/src/config_system_info.c b/product/rddanielxlr/src/config_system_info.c index b49bffe94..3adc84db6 100644 --- a/product/rddanielxlr/src/config_system_info.c +++ b/product/rddanielxlr/src/config_system_info.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/include/config_pl011_mcp.h b/product/rdn1e1/include/config_pl011_mcp.h index 94e62470d..6c5a62e34 100644 --- a/product/rdn1e1/include/config_pl011_mcp.h +++ b/product/rdn1e1/include/config_pl011_mcp.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/include/config_pl011_scp.h b/product/rdn1e1/include/config_pl011_scp.h index 4671ef839..59cb3c948 100644 --- a/product/rdn1e1/include/config_pl011_scp.h +++ b/product/rdn1e1/include/config_pl011_scp.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/include/fmw_cmsis_mcp.h b/product/rdn1e1/include/fmw_cmsis_mcp.h index 7d2c9e4a6..315978665 100644 --- a/product/rdn1e1/include/fmw_cmsis_mcp.h +++ b/product/rdn1e1/include/fmw_cmsis_mcp.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/include/fmw_cmsis_scp.h b/product/rdn1e1/include/fmw_cmsis_scp.h index 5ec642987..2cacddfd7 100644 --- a/product/rdn1e1/include/fmw_cmsis_scp.h +++ b/product/rdn1e1/include/fmw_cmsis_scp.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/include/fmw_io.h b/product/rdn1e1/include/fmw_io.h index 2650c1c26..90491c6db 100644 --- a/product/rdn1e1/include/fmw_io.h +++ b/product/rdn1e1/include/fmw_io.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/include/mcp_rdn1e1_mmap.h b/product/rdn1e1/include/mcp_rdn1e1_mmap.h index 9056e10cd..7bc42760d 100644 --- a/product/rdn1e1/include/mcp_rdn1e1_mmap.h +++ b/product/rdn1e1/include/mcp_rdn1e1_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/include/mcp_rdn1e1_mmap_mcp.h b/product/rdn1e1/include/mcp_rdn1e1_mmap_mcp.h index 230cb4ce7..4c4e39913 100644 --- a/product/rdn1e1/include/mcp_rdn1e1_mmap_mcp.h +++ b/product/rdn1e1/include/mcp_rdn1e1_mmap_mcp.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/include/mcp_system_mmap_mcp.h b/product/rdn1e1/include/mcp_system_mmap_mcp.h index 079618918..4fedb76f2 100644 --- a/product/rdn1e1/include/mcp_system_mmap_mcp.h +++ b/product/rdn1e1/include/mcp_system_mmap_mcp.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/include/rdn1e1_core.h b/product/rdn1e1/include/rdn1e1_core.h index 9cb16eec8..1c4792580 100644 --- a/product/rdn1e1/include/rdn1e1_core.h +++ b/product/rdn1e1/include/rdn1e1_core.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/include/rdn1e1_pik_cpu.h b/product/rdn1e1/include/rdn1e1_pik_cpu.h index bf021a089..2534caf99 100644 --- a/product/rdn1e1/include/rdn1e1_pik_cpu.h +++ b/product/rdn1e1/include/rdn1e1_pik_cpu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/include/rdn1e1_pik_debug.h b/product/rdn1e1/include/rdn1e1_pik_debug.h index 817cd747e..6f7dedf3c 100644 --- a/product/rdn1e1/include/rdn1e1_pik_debug.h +++ b/product/rdn1e1/include/rdn1e1_pik_debug.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/include/rdn1e1_pik_scp.h b/product/rdn1e1/include/rdn1e1_pik_scp.h index 6f989732f..57978ba3f 100644 --- a/product/rdn1e1/include/rdn1e1_pik_scp.h +++ b/product/rdn1e1/include/rdn1e1_pik_scp.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/rdn1e1/include/rdn1e1_pik_system.h b/product/rdn1e1/include/rdn1e1_pik_system.h index 5ac9a4d22..cb4ea035f 100644 --- a/product/rdn1e1/include/rdn1e1_pik_system.h +++ b/product/rdn1e1/include/rdn1e1_pik_system.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/include/rdn1e1_power_domain.h b/product/rdn1e1/include/rdn1e1_power_domain.h index e31464e15..2618b249b 100644 --- a/product/rdn1e1/include/rdn1e1_power_domain.h +++ b/product/rdn1e1/include/rdn1e1_power_domain.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/rdn1e1/include/rdn1e1_sds.h b/product/rdn1e1/include/rdn1e1_sds.h index 17ed96f4c..183007b76 100644 --- a/product/rdn1e1/include/rdn1e1_sds.h +++ b/product/rdn1e1/include/rdn1e1_sds.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/include/scp_rdn1e1_mhu.h b/product/rdn1e1/include/scp_rdn1e1_mhu.h index c2863a34d..d676ae57f 100644 --- a/product/rdn1e1/include/scp_rdn1e1_mhu.h +++ b/product/rdn1e1/include/scp_rdn1e1_mhu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/rdn1e1/include/scp_rdn1e1_mmap.h b/product/rdn1e1/include/scp_rdn1e1_mmap.h index 7dd721fea..7f039690f 100644 --- a/product/rdn1e1/include/scp_rdn1e1_mmap.h +++ b/product/rdn1e1/include/scp_rdn1e1_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/include/scp_rdn1e1_mmap_scp.h b/product/rdn1e1/include/scp_rdn1e1_mmap_scp.h index 1963d224b..3ccedf004 100644 --- a/product/rdn1e1/include/scp_rdn1e1_mmap_scp.h +++ b/product/rdn1e1/include/scp_rdn1e1_mmap_scp.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/include/scp_rdn1e1_pik.h b/product/rdn1e1/include/scp_rdn1e1_pik.h index 6954a4381..8114bcc5e 100644 --- a/product/rdn1e1/include/scp_rdn1e1_pik.h +++ b/product/rdn1e1/include/scp_rdn1e1_pik.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/include/scp_rdn1e1_scmi.h b/product/rdn1e1/include/scp_rdn1e1_scmi.h index ab30a53af..e6f41a4f5 100644 --- a/product/rdn1e1/include/scp_rdn1e1_scmi.h +++ b/product/rdn1e1/include/scp_rdn1e1_scmi.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/rdn1e1/include/scp_software_mmap.h b/product/rdn1e1/include/scp_software_mmap.h index 552c8c265..288005a30 100644 --- a/product/rdn1e1/include/scp_software_mmap.h +++ b/product/rdn1e1/include/scp_software_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/rdn1e1/include/scp_system_mmap.h b/product/rdn1e1/include/scp_system_mmap.h index b4b7851de..97f8ce3cf 100644 --- a/product/rdn1e1/include/scp_system_mmap.h +++ b/product/rdn1e1/include/scp_system_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/include/scp_system_mmap_scp.h b/product/rdn1e1/include/scp_system_mmap_scp.h index 31d5d9803..9d6605fbc 100644 --- a/product/rdn1e1/include/scp_system_mmap_scp.h +++ b/product/rdn1e1/include/scp_system_mmap_scp.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/include/system_clock.h b/product/rdn1e1/include/system_clock.h index 4f478bc3c..0f297868c 100644 --- a/product/rdn1e1/include/system_clock.h +++ b/product/rdn1e1/include/system_clock.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/mcp_romfw/config_bootloader.c b/product/rdn1e1/mcp_romfw/config_bootloader.c index 76471bc22..ac70ae207 100644 --- a/product/rdn1e1/mcp_romfw/config_bootloader.c +++ b/product/rdn1e1/mcp_romfw/config_bootloader.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/mcp_romfw/config_clock.c b/product/rdn1e1/mcp_romfw/config_clock.c index 02b9c9f6c..c65038489 100644 --- a/product/rdn1e1/mcp_romfw/config_clock.c +++ b/product/rdn1e1/mcp_romfw/config_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/mcp_romfw/config_pl011.c b/product/rdn1e1/mcp_romfw/config_pl011.c index adc8df0ba..a4ed093bc 100644 --- a/product/rdn1e1/mcp_romfw/config_pl011.c +++ b/product/rdn1e1/mcp_romfw/config_pl011.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/mcp_romfw/firmware.mk b/product/rdn1e1/mcp_romfw/firmware.mk index 3f6a6d130..faf9217d0 100644 --- a/product/rdn1e1/mcp_romfw/firmware.mk +++ b/product/rdn1e1/mcp_romfw/firmware.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/rdn1e1/mcp_romfw/fmw_cmsis.h b/product/rdn1e1/mcp_romfw/fmw_cmsis.h index 34fb79fa9..b953fbf08 100644 --- a/product/rdn1e1/mcp_romfw/fmw_cmsis.h +++ b/product/rdn1e1/mcp_romfw/fmw_cmsis.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/mcp_romfw/fmw_memory.h b/product/rdn1e1/mcp_romfw/fmw_memory.h index dbee7048a..ab032d50e 100644 --- a/product/rdn1e1/mcp_romfw/fmw_memory.h +++ b/product/rdn1e1/mcp_romfw/fmw_memory.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/rdn1e1/module/rdn1e1_system/include/mod_rdn1e1_system.h b/product/rdn1e1/module/rdn1e1_system/include/mod_rdn1e1_system.h index 64c8aae64..6e64711fe 100644 --- a/product/rdn1e1/module/rdn1e1_system/include/mod_rdn1e1_system.h +++ b/product/rdn1e1/module/rdn1e1_system/include/mod_rdn1e1_system.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/rdn1e1/module/rdn1e1_system/src/Makefile b/product/rdn1e1/module/rdn1e1_system/src/Makefile index 3714abf5a..9baca0d96 100644 --- a/product/rdn1e1/module/rdn1e1_system/src/Makefile +++ b/product/rdn1e1/module/rdn1e1_system/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/rdn1e1/module/rdn1e1_system/src/mod_rdn1e1_system.c b/product/rdn1e1/module/rdn1e1_system/src/mod_rdn1e1_system.c index 46335665e..7398f69df 100644 --- a/product/rdn1e1/module/rdn1e1_system/src/mod_rdn1e1_system.c +++ b/product/rdn1e1/module/rdn1e1_system/src/mod_rdn1e1_system.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/rdn1e1/product.mk b/product/rdn1e1/product.mk index 8555ebf97..cd2da54dd 100644 --- a/product/rdn1e1/product.mk +++ b/product/rdn1e1/product.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/rdn1e1/scp_ramfw/RTX_Config.h b/product/rdn1e1/scp_ramfw/RTX_Config.h index b706dbd34..777b014d1 100644 --- a/product/rdn1e1/scp_ramfw/RTX_Config.h +++ b/product/rdn1e1/scp_ramfw/RTX_Config.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/rdn1e1/scp_ramfw/config_apcontext.c b/product/rdn1e1/scp_ramfw/config_apcontext.c index 51a93ac16..30be97e87 100644 --- a/product/rdn1e1/scp_ramfw/config_apcontext.c +++ b/product/rdn1e1/scp_ramfw/config_apcontext.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/scp_ramfw/config_armv7m_mpu.c b/product/rdn1e1/scp_ramfw/config_armv7m_mpu.c index d8635b809..b50f5567b 100644 --- a/product/rdn1e1/scp_ramfw/config_armv7m_mpu.c +++ b/product/rdn1e1/scp_ramfw/config_armv7m_mpu.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/scp_ramfw/config_clock.c b/product/rdn1e1/scp_ramfw/config_clock.c index 4d6868a82..4fb7a5b08 100644 --- a/product/rdn1e1/scp_ramfw/config_clock.c +++ b/product/rdn1e1/scp_ramfw/config_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/scp_ramfw/config_clock.h b/product/rdn1e1/scp_ramfw/config_clock.h index 10a582306..0741a676d 100644 --- a/product/rdn1e1/scp_ramfw/config_clock.h +++ b/product/rdn1e1/scp_ramfw/config_clock.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/scp_ramfw/config_cmn600.c b/product/rdn1e1/scp_ramfw/config_cmn600.c index 639094724..1c3dd3c8d 100644 --- a/product/rdn1e1/scp_ramfw/config_cmn600.c +++ b/product/rdn1e1/scp_ramfw/config_cmn600.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/scp_ramfw/config_css_clock.c b/product/rdn1e1/scp_ramfw/config_css_clock.c index e16502344..37b842670 100644 --- a/product/rdn1e1/scp_ramfw/config_css_clock.c +++ b/product/rdn1e1/scp_ramfw/config_css_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/scp_ramfw/config_ddr_phy500.c b/product/rdn1e1/scp_ramfw/config_ddr_phy500.c index e38a5df7b..5af1b0fce 100644 --- a/product/rdn1e1/scp_ramfw/config_ddr_phy500.c +++ b/product/rdn1e1/scp_ramfw/config_ddr_phy500.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/scp_ramfw/config_dmc620.c b/product/rdn1e1/scp_ramfw/config_dmc620.c index 04028a323..95d50e602 100644 --- a/product/rdn1e1/scp_ramfw/config_dmc620.c +++ b/product/rdn1e1/scp_ramfw/config_dmc620.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/scp_ramfw/config_dvfs.c b/product/rdn1e1/scp_ramfw/config_dvfs.c index 4bb8d03c1..9eed9740b 100644 --- a/product/rdn1e1/scp_ramfw/config_dvfs.c +++ b/product/rdn1e1/scp_ramfw/config_dvfs.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/scp_ramfw/config_mhu2.c b/product/rdn1e1/scp_ramfw/config_mhu2.c index 5fddd5cfa..b04213875 100644 --- a/product/rdn1e1/scp_ramfw/config_mhu2.c +++ b/product/rdn1e1/scp_ramfw/config_mhu2.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/scp_ramfw/config_mock_psu.c b/product/rdn1e1/scp_ramfw/config_mock_psu.c index 050b89b5d..6898be12b 100644 --- a/product/rdn1e1/scp_ramfw/config_mock_psu.c +++ b/product/rdn1e1/scp_ramfw/config_mock_psu.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/scp_ramfw/config_pik_clock.c b/product/rdn1e1/scp_ramfw/config_pik_clock.c index a7004180b..8905fc26a 100644 --- a/product/rdn1e1/scp_ramfw/config_pik_clock.c +++ b/product/rdn1e1/scp_ramfw/config_pik_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/scp_ramfw/config_pl011.c b/product/rdn1e1/scp_ramfw/config_pl011.c index d4b23de8b..097d2f77f 100644 --- a/product/rdn1e1/scp_ramfw/config_pl011.c +++ b/product/rdn1e1/scp_ramfw/config_pl011.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/scp_ramfw/config_power_domain.c b/product/rdn1e1/scp_ramfw/config_power_domain.c index 0eabbb324..72559bd3c 100644 --- a/product/rdn1e1/scp_ramfw/config_power_domain.c +++ b/product/rdn1e1/scp_ramfw/config_power_domain.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/scp_ramfw/config_power_domain.h b/product/rdn1e1/scp_ramfw/config_power_domain.h index 580e2fe5b..11601dab1 100644 --- a/product/rdn1e1/scp_ramfw/config_power_domain.h +++ b/product/rdn1e1/scp_ramfw/config_power_domain.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/scp_ramfw/config_ppu_v0.c b/product/rdn1e1/scp_ramfw/config_ppu_v0.c index b77b401e8..6619acdec 100644 --- a/product/rdn1e1/scp_ramfw/config_ppu_v0.c +++ b/product/rdn1e1/scp_ramfw/config_ppu_v0.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/scp_ramfw/config_ppu_v0.h b/product/rdn1e1/scp_ramfw/config_ppu_v0.h index 6a80331bc..2df147f7d 100644 --- a/product/rdn1e1/scp_ramfw/config_ppu_v0.h +++ b/product/rdn1e1/scp_ramfw/config_ppu_v0.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/scp_ramfw/config_ppu_v1.c b/product/rdn1e1/scp_ramfw/config_ppu_v1.c index dbd8b4e3a..c29a468c5 100644 --- a/product/rdn1e1/scp_ramfw/config_ppu_v1.c +++ b/product/rdn1e1/scp_ramfw/config_ppu_v1.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/scp_ramfw/config_psu.c b/product/rdn1e1/scp_ramfw/config_psu.c index 11c9f199a..a1daa61f7 100644 --- a/product/rdn1e1/scp_ramfw/config_psu.c +++ b/product/rdn1e1/scp_ramfw/config_psu.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/scp_ramfw/config_resource_perms.c b/product/rdn1e1/scp_ramfw/config_resource_perms.c index a518e5809..f18f3d6ab 100644 --- a/product/rdn1e1/scp_ramfw/config_resource_perms.c +++ b/product/rdn1e1/scp_ramfw/config_resource_perms.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/scp_ramfw/config_scmi.c b/product/rdn1e1/scp_ramfw/config_scmi.c index 0b7f91d17..7014c5646 100644 --- a/product/rdn1e1/scp_ramfw/config_scmi.c +++ b/product/rdn1e1/scp_ramfw/config_scmi.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/scp_ramfw/config_scmi_apcore.c b/product/rdn1e1/scp_ramfw/config_scmi_apcore.c index 27ac92803..e500e81bf 100644 --- a/product/rdn1e1/scp_ramfw/config_scmi_apcore.c +++ b/product/rdn1e1/scp_ramfw/config_scmi_apcore.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/scp_ramfw/config_scmi_perf.c b/product/rdn1e1/scp_ramfw/config_scmi_perf.c index 7954f11ea..ebf97d99d 100644 --- a/product/rdn1e1/scp_ramfw/config_scmi_perf.c +++ b/product/rdn1e1/scp_ramfw/config_scmi_perf.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/scp_ramfw/config_scmi_power_domain.c b/product/rdn1e1/scp_ramfw/config_scmi_power_domain.c index 2d344b267..29277afdf 100644 --- a/product/rdn1e1/scp_ramfw/config_scmi_power_domain.c +++ b/product/rdn1e1/scp_ramfw/config_scmi_power_domain.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/scp_ramfw/config_scmi_system_power.c b/product/rdn1e1/scp_ramfw/config_scmi_system_power.c index f1767fe20..991630036 100644 --- a/product/rdn1e1/scp_ramfw/config_scmi_system_power.c +++ b/product/rdn1e1/scp_ramfw/config_scmi_system_power.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/scp_ramfw/config_sds.c b/product/rdn1e1/scp_ramfw/config_sds.c index bd723a548..bc44b7f92 100644 --- a/product/rdn1e1/scp_ramfw/config_sds.c +++ b/product/rdn1e1/scp_ramfw/config_sds.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/scp_ramfw/config_sensor.c b/product/rdn1e1/scp_ramfw/config_sensor.c index 818619c48..39ae9a782 100644 --- a/product/rdn1e1/scp_ramfw/config_sensor.c +++ b/product/rdn1e1/scp_ramfw/config_sensor.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/scp_ramfw/config_smt.c b/product/rdn1e1/scp_ramfw/config_smt.c index de41ea709..3d59bb05a 100644 --- a/product/rdn1e1/scp_ramfw/config_smt.c +++ b/product/rdn1e1/scp_ramfw/config_smt.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/scp_ramfw/config_system_pll.c b/product/rdn1e1/scp_ramfw/config_system_pll.c index 2ed82eac6..8d4528e45 100644 --- a/product/rdn1e1/scp_ramfw/config_system_pll.c +++ b/product/rdn1e1/scp_ramfw/config_system_pll.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/scp_ramfw/config_system_power.c b/product/rdn1e1/scp_ramfw/config_system_power.c index 12c853a0f..5a194ff63 100644 --- a/product/rdn1e1/scp_ramfw/config_system_power.c +++ b/product/rdn1e1/scp_ramfw/config_system_power.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/scp_ramfw/config_timer.c b/product/rdn1e1/scp_ramfw/config_timer.c index 4d9d199a9..c633ebbc6 100644 --- a/product/rdn1e1/scp_ramfw/config_timer.c +++ b/product/rdn1e1/scp_ramfw/config_timer.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/scp_ramfw/firmware.mk b/product/rdn1e1/scp_ramfw/firmware.mk index 11c966394..d4685cd8e 100644 --- a/product/rdn1e1/scp_ramfw/firmware.mk +++ b/product/rdn1e1/scp_ramfw/firmware.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/rdn1e1/scp_ramfw/fmw_cmsis.h b/product/rdn1e1/scp_ramfw/fmw_cmsis.h index 691120c15..d7cc226d9 100644 --- a/product/rdn1e1/scp_ramfw/fmw_cmsis.h +++ b/product/rdn1e1/scp_ramfw/fmw_cmsis.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/scp_ramfw/fmw_memory.h b/product/rdn1e1/scp_ramfw/fmw_memory.h index abb1dd0b4..f0b7aa78d 100644 --- a/product/rdn1e1/scp_ramfw/fmw_memory.h +++ b/product/rdn1e1/scp_ramfw/fmw_memory.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/rdn1e1/scp_ramfw/rtx_config.c b/product/rdn1e1/scp_ramfw/rtx_config.c index 714761e2f..788b690de 100644 --- a/product/rdn1e1/scp_ramfw/rtx_config.c +++ b/product/rdn1e1/scp_ramfw/rtx_config.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/scp_romfw/config_bootloader.c b/product/rdn1e1/scp_romfw/config_bootloader.c index 95857378f..cf7dadba8 100644 --- a/product/rdn1e1/scp_romfw/config_bootloader.c +++ b/product/rdn1e1/scp_romfw/config_bootloader.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/scp_romfw/config_clock.c b/product/rdn1e1/scp_romfw/config_clock.c index 02b9c9f6c..c65038489 100644 --- a/product/rdn1e1/scp_romfw/config_clock.c +++ b/product/rdn1e1/scp_romfw/config_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/scp_romfw/config_gtimer.c b/product/rdn1e1/scp_romfw/config_gtimer.c index ad4211c70..e59036bbb 100644 --- a/product/rdn1e1/scp_romfw/config_gtimer.c +++ b/product/rdn1e1/scp_romfw/config_gtimer.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/scp_romfw/config_pl011.c b/product/rdn1e1/scp_romfw/config_pl011.c index 9a064c2da..168167fcb 100644 --- a/product/rdn1e1/scp_romfw/config_pl011.c +++ b/product/rdn1e1/scp_romfw/config_pl011.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/scp_romfw/firmware.mk b/product/rdn1e1/scp_romfw/firmware.mk index fe14229da..2b791be04 100644 --- a/product/rdn1e1/scp_romfw/firmware.mk +++ b/product/rdn1e1/scp_romfw/firmware.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/rdn1e1/scp_romfw/fmw_cmsis.h b/product/rdn1e1/scp_romfw/fmw_cmsis.h index 691120c15..d7cc226d9 100644 --- a/product/rdn1e1/scp_romfw/fmw_cmsis.h +++ b/product/rdn1e1/scp_romfw/fmw_cmsis.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/scp_romfw/fmw_memory.h b/product/rdn1e1/scp_romfw/fmw_memory.h index 7b379ea3f..663994893 100644 --- a/product/rdn1e1/scp_romfw/fmw_memory.h +++ b/product/rdn1e1/scp_romfw/fmw_memory.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/rdn1e1/src/config_sid.c b/product/rdn1e1/src/config_sid.c index 5caeadf3c..ab824ecb8 100644 --- a/product/rdn1e1/src/config_sid.c +++ b/product/rdn1e1/src/config_sid.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn1e1/src/config_system_info.c b/product/rdn1e1/src/config_system_info.c index dd124fdd3..40d4b5d12 100644 --- a/product/rdn1e1/src/config_system_info.c +++ b/product/rdn1e1/src/config_system_info.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn2/include/clock_soc.h b/product/rdn2/include/clock_soc.h index d7326cb3e..4084c7857 100644 --- a/product/rdn2/include/clock_soc.h +++ b/product/rdn2/include/clock_soc.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn2/include/config_power_domain.h b/product/rdn2/include/config_power_domain.h index 28d3da145..9c383143f 100644 --- a/product/rdn2/include/config_power_domain.h +++ b/product/rdn2/include/config_power_domain.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn2/include/cpu_pik.h b/product/rdn2/include/cpu_pik.h index c7522d150..deecab019 100644 --- a/product/rdn2/include/cpu_pik.h +++ b/product/rdn2/include/cpu_pik.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn2/include/fmw_cmsis.h b/product/rdn2/include/fmw_cmsis.h index 72dafe25a..cd2498798 100644 --- a/product/rdn2/include/fmw_cmsis.h +++ b/product/rdn2/include/fmw_cmsis.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn2/include/fmw_io.h b/product/rdn2/include/fmw_io.h index c808b06b8..bd452ad4d 100644 --- a/product/rdn2/include/fmw_io.h +++ b/product/rdn2/include/fmw_io.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn2/include/mcp_platform_mmap.h b/product/rdn2/include/mcp_platform_mmap.h index d5265018c..aa14c4636 100644 --- a/product/rdn2/include/mcp_platform_mmap.h +++ b/product/rdn2/include/mcp_platform_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn2/include/mcp_software_mmap.h b/product/rdn2/include/mcp_software_mmap.h index e10396cce..c6c382f74 100644 --- a/product/rdn2/include/mcp_software_mmap.h +++ b/product/rdn2/include/mcp_software_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn2/include/platform_core.h b/product/rdn2/include/platform_core.h index ec0dffadb..2a0065b3e 100644 --- a/product/rdn2/include/platform_core.h +++ b/product/rdn2/include/platform_core.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn2/include/platform_power_domain.h b/product/rdn2/include/platform_power_domain.h index cba29fd07..539f81b29 100644 --- a/product/rdn2/include/platform_power_domain.h +++ b/product/rdn2/include/platform_power_domain.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn2/include/platform_scmi.h b/product/rdn2/include/platform_scmi.h index 53e618393..1f2c8293e 100644 --- a/product/rdn2/include/platform_scmi.h +++ b/product/rdn2/include/platform_scmi.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/rdn2/include/platform_sds.h b/product/rdn2/include/platform_sds.h index a0c3dce1b..55137695e 100644 --- a/product/rdn2/include/platform_sds.h +++ b/product/rdn2/include/platform_sds.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn2/include/scp_css_mmap.h b/product/rdn2/include/scp_css_mmap.h index 6934fb7ee..f68a4818b 100644 --- a/product/rdn2/include/scp_css_mmap.h +++ b/product/rdn2/include/scp_css_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn2/include/scp_mmap.h b/product/rdn2/include/scp_mmap.h index b55baaef4..7e3d128d2 100644 --- a/product/rdn2/include/scp_mmap.h +++ b/product/rdn2/include/scp_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn2/include/scp_pik.h b/product/rdn2/include/scp_pik.h index 3bd604cb5..0d05a2fb5 100644 --- a/product/rdn2/include/scp_pik.h +++ b/product/rdn2/include/scp_pik.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/rdn2/include/scp_platform_mhu.h b/product/rdn2/include/scp_platform_mhu.h index 3b3ee929e..54f2af67e 100644 --- a/product/rdn2/include/scp_platform_mhu.h +++ b/product/rdn2/include/scp_platform_mhu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/rdn2/include/scp_soc_mmap.h b/product/rdn2/include/scp_soc_mmap.h index af7e7e33c..e6aa68fc2 100644 --- a/product/rdn2/include/scp_soc_mmap.h +++ b/product/rdn2/include/scp_soc_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn2/include/scp_software_mmap.h b/product/rdn2/include/scp_software_mmap.h index 809609921..f49ed9d00 100644 --- a/product/rdn2/include/scp_software_mmap.h +++ b/product/rdn2/include/scp_software_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn2/include/system_pik.h b/product/rdn2/include/system_pik.h index 51487e977..2bd9e23f0 100644 --- a/product/rdn2/include/system_pik.h +++ b/product/rdn2/include/system_pik.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn2/mcp_romfw/config_bootloader.c b/product/rdn2/mcp_romfw/config_bootloader.c index 76471bc22..ac70ae207 100644 --- a/product/rdn2/mcp_romfw/config_bootloader.c +++ b/product/rdn2/mcp_romfw/config_bootloader.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn2/mcp_romfw/config_clock.c b/product/rdn2/mcp_romfw/config_clock.c index 4afc18468..e3c6ad0cd 100644 --- a/product/rdn2/mcp_romfw/config_clock.c +++ b/product/rdn2/mcp_romfw/config_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn2/mcp_romfw/config_pl011.c b/product/rdn2/mcp_romfw/config_pl011.c index 462303a59..53793b43c 100644 --- a/product/rdn2/mcp_romfw/config_pl011.c +++ b/product/rdn2/mcp_romfw/config_pl011.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn2/mcp_romfw/firmware.mk b/product/rdn2/mcp_romfw/firmware.mk index a3e92b230..92cb44d25 100644 --- a/product/rdn2/mcp_romfw/firmware.mk +++ b/product/rdn2/mcp_romfw/firmware.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/rdn2/mcp_romfw/fmw_memory.h b/product/rdn2/mcp_romfw/fmw_memory.h index 7fc1c04c1..3e886b143 100644 --- a/product/rdn2/mcp_romfw/fmw_memory.h +++ b/product/rdn2/mcp_romfw/fmw_memory.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/rdn2/module/platform_system/include/mod_platform_system.h b/product/rdn2/module/platform_system/include/mod_platform_system.h index c4f6c88bb..3144ea8a8 100644 --- a/product/rdn2/module/platform_system/include/mod_platform_system.h +++ b/product/rdn2/module/platform_system/include/mod_platform_system.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/rdn2/module/platform_system/src/Makefile b/product/rdn2/module/platform_system/src/Makefile index b66fbf804..b5ad1d514 100644 --- a/product/rdn2/module/platform_system/src/Makefile +++ b/product/rdn2/module/platform_system/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/rdn2/module/platform_system/src/mod_platform_system.c b/product/rdn2/module/platform_system/src/mod_platform_system.c index af5dd62cd..9c024a9bc 100644 --- a/product/rdn2/module/platform_system/src/mod_platform_system.c +++ b/product/rdn2/module/platform_system/src/mod_platform_system.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/rdn2/product.mk b/product/rdn2/product.mk index 7d15c98b7..e9d68b5df 100644 --- a/product/rdn2/product.mk +++ b/product/rdn2/product.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/rdn2/scp_ramfw/RTX_Config.h b/product/rdn2/scp_ramfw/RTX_Config.h index f921be3c7..4e5dc5e44 100644 --- a/product/rdn2/scp_ramfw/RTX_Config.h +++ b/product/rdn2/scp_ramfw/RTX_Config.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/rdn2/scp_ramfw/config_apcontext.c b/product/rdn2/scp_ramfw/config_apcontext.c index 2febaf94d..16bfe763a 100644 --- a/product/rdn2/scp_ramfw/config_apcontext.c +++ b/product/rdn2/scp_ramfw/config_apcontext.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn2/scp_ramfw/config_armv7m_mpu.c b/product/rdn2/scp_ramfw/config_armv7m_mpu.c index d44268759..02a012ab5 100644 --- a/product/rdn2/scp_ramfw/config_armv7m_mpu.c +++ b/product/rdn2/scp_ramfw/config_armv7m_mpu.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn2/scp_ramfw/config_clock.c b/product/rdn2/scp_ramfw/config_clock.c index b595e9506..d776a081a 100644 --- a/product/rdn2/scp_ramfw/config_clock.c +++ b/product/rdn2/scp_ramfw/config_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn2/scp_ramfw/config_cmn700.c b/product/rdn2/scp_ramfw/config_cmn700.c index cc9de996e..40e11c9e9 100644 --- a/product/rdn2/scp_ramfw/config_cmn700.c +++ b/product/rdn2/scp_ramfw/config_cmn700.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn2/scp_ramfw/config_css_clock.c b/product/rdn2/scp_ramfw/config_css_clock.c index 5e484012e..d02dd760f 100644 --- a/product/rdn2/scp_ramfw/config_css_clock.c +++ b/product/rdn2/scp_ramfw/config_css_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn2/scp_ramfw/config_gtimer.c b/product/rdn2/scp_ramfw/config_gtimer.c index 8f83fb51a..be1c6e91f 100644 --- a/product/rdn2/scp_ramfw/config_gtimer.c +++ b/product/rdn2/scp_ramfw/config_gtimer.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn2/scp_ramfw/config_mhu2.c b/product/rdn2/scp_ramfw/config_mhu2.c index b3aeec26c..d9914cd67 100644 --- a/product/rdn2/scp_ramfw/config_mhu2.c +++ b/product/rdn2/scp_ramfw/config_mhu2.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn2/scp_ramfw/config_pik_clock.c b/product/rdn2/scp_ramfw/config_pik_clock.c index 6ea6a5333..5de9c1187 100644 --- a/product/rdn2/scp_ramfw/config_pik_clock.c +++ b/product/rdn2/scp_ramfw/config_pik_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn2/scp_ramfw/config_power_domain.c b/product/rdn2/scp_ramfw/config_power_domain.c index 15669f9fe..e4ae84848 100644 --- a/product/rdn2/scp_ramfw/config_power_domain.c +++ b/product/rdn2/scp_ramfw/config_power_domain.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn2/scp_ramfw/config_ppu_v1.c b/product/rdn2/scp_ramfw/config_ppu_v1.c index 9a3f10ba1..5635c1c0b 100644 --- a/product/rdn2/scp_ramfw/config_ppu_v1.c +++ b/product/rdn2/scp_ramfw/config_ppu_v1.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn2/scp_ramfw/config_scmi.c b/product/rdn2/scp_ramfw/config_scmi.c index 601a9f4d0..265db2359 100644 --- a/product/rdn2/scp_ramfw/config_scmi.c +++ b/product/rdn2/scp_ramfw/config_scmi.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn2/scp_ramfw/config_scmi_power_domain.c b/product/rdn2/scp_ramfw/config_scmi_power_domain.c index 2d344b267..29277afdf 100644 --- a/product/rdn2/scp_ramfw/config_scmi_power_domain.c +++ b/product/rdn2/scp_ramfw/config_scmi_power_domain.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn2/scp_ramfw/config_scmi_system_power.c b/product/rdn2/scp_ramfw/config_scmi_system_power.c index e5a491aee..8ed2df4fe 100644 --- a/product/rdn2/scp_ramfw/config_scmi_system_power.c +++ b/product/rdn2/scp_ramfw/config_scmi_system_power.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn2/scp_ramfw/config_sds.c b/product/rdn2/scp_ramfw/config_sds.c index 9888de682..e64f4ba5e 100644 --- a/product/rdn2/scp_ramfw/config_sds.c +++ b/product/rdn2/scp_ramfw/config_sds.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn2/scp_ramfw/config_smt.c b/product/rdn2/scp_ramfw/config_smt.c index eb46f147f..3c7bcbbbe 100644 --- a/product/rdn2/scp_ramfw/config_smt.c +++ b/product/rdn2/scp_ramfw/config_smt.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn2/scp_ramfw/config_system_pll.c b/product/rdn2/scp_ramfw/config_system_pll.c index 240e0a678..61bc7aea5 100644 --- a/product/rdn2/scp_ramfw/config_system_pll.c +++ b/product/rdn2/scp_ramfw/config_system_pll.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn2/scp_ramfw/config_system_power.c b/product/rdn2/scp_ramfw/config_system_power.c index beefe0635..b628ac76a 100644 --- a/product/rdn2/scp_ramfw/config_system_power.c +++ b/product/rdn2/scp_ramfw/config_system_power.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn2/scp_ramfw/config_timer.c b/product/rdn2/scp_ramfw/config_timer.c index 87be05fd8..2c86ca8de 100644 --- a/product/rdn2/scp_ramfw/config_timer.c +++ b/product/rdn2/scp_ramfw/config_timer.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn2/scp_ramfw/firmware.mk b/product/rdn2/scp_ramfw/firmware.mk index 1ffdb2b40..1f01ec9fe 100644 --- a/product/rdn2/scp_ramfw/firmware.mk +++ b/product/rdn2/scp_ramfw/firmware.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/rdn2/scp_ramfw/fmw_memory.h b/product/rdn2/scp_ramfw/fmw_memory.h index a7a9311f1..0c69734fe 100644 --- a/product/rdn2/scp_ramfw/fmw_memory.h +++ b/product/rdn2/scp_ramfw/fmw_memory.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/rdn2/scp_ramfw/fmw_notification.h b/product/rdn2/scp_ramfw/fmw_notification.h index 8971f9bf8..33ee50eb9 100644 --- a/product/rdn2/scp_ramfw/fmw_notification.h +++ b/product/rdn2/scp_ramfw/fmw_notification.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/rdn2/scp_ramfw/rtx_config.c b/product/rdn2/scp_ramfw/rtx_config.c index ce88d98f8..cfcd53ac5 100644 --- a/product/rdn2/scp_ramfw/rtx_config.c +++ b/product/rdn2/scp_ramfw/rtx_config.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn2/scp_romfw/config_bootloader.c b/product/rdn2/scp_romfw/config_bootloader.c index 34d4ad0e5..dc6978681 100644 --- a/product/rdn2/scp_romfw/config_bootloader.c +++ b/product/rdn2/scp_romfw/config_bootloader.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn2/scp_romfw/config_clock.c b/product/rdn2/scp_romfw/config_clock.c index 4afc18468..e3c6ad0cd 100644 --- a/product/rdn2/scp_romfw/config_clock.c +++ b/product/rdn2/scp_romfw/config_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn2/scp_romfw/firmware.mk b/product/rdn2/scp_romfw/firmware.mk index ec7869325..b0fcdea83 100644 --- a/product/rdn2/scp_romfw/firmware.mk +++ b/product/rdn2/scp_romfw/firmware.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/rdn2/scp_romfw/fmw_memory.h b/product/rdn2/scp_romfw/fmw_memory.h index 8dab8aa9b..897b38607 100644 --- a/product/rdn2/scp_romfw/fmw_memory.h +++ b/product/rdn2/scp_romfw/fmw_memory.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/rdn2/src/config_pl011.c b/product/rdn2/src/config_pl011.c index b229fff6f..f7dd584ee 100644 --- a/product/rdn2/src/config_pl011.c +++ b/product/rdn2/src/config_pl011.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn2/src/config_sid.c b/product/rdn2/src/config_sid.c index 65519ac52..33a1627ba 100644 --- a/product/rdn2/src/config_sid.c +++ b/product/rdn2/src/config_sid.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/rdn2/src/config_system_info.c b/product/rdn2/src/config_system_info.c index dd124fdd3..40d4b5d12 100644 --- a/product/rdn2/src/config_system_info.c +++ b/product/rdn2/src/config_system_info.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/include/dbg_system_map.h b/product/sgi575/include/dbg_system_map.h index 47de5db45..3dc3f40d4 100644 --- a/product/sgi575/include/dbg_system_map.h +++ b/product/sgi575/include/dbg_system_map.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/include/fmw_cmsis_mcp.h b/product/sgi575/include/fmw_cmsis_mcp.h index 3f56bcc1c..7a5f23520 100644 --- a/product/sgi575/include/fmw_cmsis_mcp.h +++ b/product/sgi575/include/fmw_cmsis_mcp.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/include/fmw_cmsis_scp.h b/product/sgi575/include/fmw_cmsis_scp.h index aa696a950..7b009b8c3 100644 --- a/product/sgi575/include/fmw_cmsis_scp.h +++ b/product/sgi575/include/fmw_cmsis_scp.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/include/fmw_io.h b/product/sgi575/include/fmw_io.h index 2650c1c26..90491c6db 100644 --- a/product/sgi575/include/fmw_io.h +++ b/product/sgi575/include/fmw_io.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/include/mcp_sgi575_mmap.h b/product/sgi575/include/mcp_sgi575_mmap.h index 1cd6214bd..6fce18457 100644 --- a/product/sgi575/include/mcp_sgi575_mmap.h +++ b/product/sgi575/include/mcp_sgi575_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/include/mcp_sgi575_mmap_mcp.h b/product/sgi575/include/mcp_sgi575_mmap_mcp.h index 2371a54c1..e48ae62cb 100644 --- a/product/sgi575/include/mcp_sgi575_mmap_mcp.h +++ b/product/sgi575/include/mcp_sgi575_mmap_mcp.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/include/mcp_system_mmap_mcp.h b/product/sgi575/include/mcp_system_mmap_mcp.h index d4b8aa27d..0e63ed231 100644 --- a/product/sgi575/include/mcp_system_mmap_mcp.h +++ b/product/sgi575/include/mcp_system_mmap_mcp.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/include/scp_sgi575_mhu.h b/product/sgi575/include/scp_sgi575_mhu.h index 4b64e1941..ab5c96fb0 100644 --- a/product/sgi575/include/scp_sgi575_mhu.h +++ b/product/sgi575/include/scp_sgi575_mhu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/sgi575/include/scp_sgi575_mmap.h b/product/sgi575/include/scp_sgi575_mmap.h index 95003c6d0..5bb38e75b 100644 --- a/product/sgi575/include/scp_sgi575_mmap.h +++ b/product/sgi575/include/scp_sgi575_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/include/scp_sgi575_mmap_scp.h b/product/sgi575/include/scp_sgi575_mmap_scp.h index 9d4ca4308..5cb2b130f 100644 --- a/product/sgi575/include/scp_sgi575_mmap_scp.h +++ b/product/sgi575/include/scp_sgi575_mmap_scp.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/include/scp_sgi575_pik.h b/product/sgi575/include/scp_sgi575_pik.h index 46512ecef..e34913d46 100644 --- a/product/sgi575/include/scp_sgi575_pik.h +++ b/product/sgi575/include/scp_sgi575_pik.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/include/scp_sgi575_scmi.h b/product/sgi575/include/scp_sgi575_scmi.h index f9b0aa718..fcc401521 100644 --- a/product/sgi575/include/scp_sgi575_scmi.h +++ b/product/sgi575/include/scp_sgi575_scmi.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/sgi575/include/scp_software_mmap.h b/product/sgi575/include/scp_software_mmap.h index 5d997f92e..a56fc09b8 100644 --- a/product/sgi575/include/scp_software_mmap.h +++ b/product/sgi575/include/scp_software_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/sgi575/include/scp_system_mmap.h b/product/sgi575/include/scp_system_mmap.h index 86f4b93b9..6bd9cc5bf 100644 --- a/product/sgi575/include/scp_system_mmap.h +++ b/product/sgi575/include/scp_system_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/include/scp_system_mmap_scp.h b/product/sgi575/include/scp_system_mmap_scp.h index 3aeca2455..2d7b07979 100644 --- a/product/sgi575/include/scp_system_mmap_scp.h +++ b/product/sgi575/include/scp_system_mmap_scp.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/include/sgi575_core.h b/product/sgi575/include/sgi575_core.h index ec18022d6..0f6e68002 100644 --- a/product/sgi575/include/sgi575_core.h +++ b/product/sgi575/include/sgi575_core.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/include/sgi575_pik_cpu.h b/product/sgi575/include/sgi575_pik_cpu.h index b0b13e8dd..364bb806f 100644 --- a/product/sgi575/include/sgi575_pik_cpu.h +++ b/product/sgi575/include/sgi575_pik_cpu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/include/sgi575_pik_debug.h b/product/sgi575/include/sgi575_pik_debug.h index e0858c722..813d77289 100644 --- a/product/sgi575/include/sgi575_pik_debug.h +++ b/product/sgi575/include/sgi575_pik_debug.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/include/sgi575_pik_scp.h b/product/sgi575/include/sgi575_pik_scp.h index 2d92324db..2dea9fe1f 100644 --- a/product/sgi575/include/sgi575_pik_scp.h +++ b/product/sgi575/include/sgi575_pik_scp.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/sgi575/include/sgi575_pik_system.h b/product/sgi575/include/sgi575_pik_system.h index a4741fec8..00067c220 100644 --- a/product/sgi575/include/sgi575_pik_system.h +++ b/product/sgi575/include/sgi575_pik_system.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/include/sgi575_power_domain.h b/product/sgi575/include/sgi575_power_domain.h index f760e31ed..213e229d0 100644 --- a/product/sgi575/include/sgi575_power_domain.h +++ b/product/sgi575/include/sgi575_power_domain.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/sgi575/include/sgi575_sds.h b/product/sgi575/include/sgi575_sds.h index 84166a77c..b89a17461 100644 --- a/product/sgi575/include/sgi575_sds.h +++ b/product/sgi575/include/sgi575_sds.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/include/sgi575_ssc.h b/product/sgi575/include/sgi575_ssc.h index 186e9135b..490af7e0e 100644 --- a/product/sgi575/include/sgi575_ssc.h +++ b/product/sgi575/include/sgi575_ssc.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/include/system_clock.h b/product/sgi575/include/system_clock.h index 00ca748a6..ba2ada7e5 100644 --- a/product/sgi575/include/system_clock.h +++ b/product/sgi575/include/system_clock.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/mcp_romfw/config_bootloader.c b/product/sgi575/mcp_romfw/config_bootloader.c index 76471bc22..ac70ae207 100644 --- a/product/sgi575/mcp_romfw/config_bootloader.c +++ b/product/sgi575/mcp_romfw/config_bootloader.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/mcp_romfw/config_clock.c b/product/sgi575/mcp_romfw/config_clock.c index 02b9c9f6c..c65038489 100644 --- a/product/sgi575/mcp_romfw/config_clock.c +++ b/product/sgi575/mcp_romfw/config_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/mcp_romfw/config_pl011.c b/product/sgi575/mcp_romfw/config_pl011.c index babecd567..52ac7b9c2 100644 --- a/product/sgi575/mcp_romfw/config_pl011.c +++ b/product/sgi575/mcp_romfw/config_pl011.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/mcp_romfw/firmware.mk b/product/sgi575/mcp_romfw/firmware.mk index 2a70eb734..53c51fb37 100644 --- a/product/sgi575/mcp_romfw/firmware.mk +++ b/product/sgi575/mcp_romfw/firmware.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/sgi575/mcp_romfw/fmw_cmsis.h b/product/sgi575/mcp_romfw/fmw_cmsis.h index 34fb79fa9..b953fbf08 100644 --- a/product/sgi575/mcp_romfw/fmw_cmsis.h +++ b/product/sgi575/mcp_romfw/fmw_cmsis.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/mcp_romfw/fmw_memory.h b/product/sgi575/mcp_romfw/fmw_memory.h index e3634bf8b..669b733bd 100644 --- a/product/sgi575/mcp_romfw/fmw_memory.h +++ b/product/sgi575/mcp_romfw/fmw_memory.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/sgi575/module/sgi575_system/include/mod_sgi575_system.h b/product/sgi575/module/sgi575_system/include/mod_sgi575_system.h index 9d12ef7b1..9f62ca945 100644 --- a/product/sgi575/module/sgi575_system/include/mod_sgi575_system.h +++ b/product/sgi575/module/sgi575_system/include/mod_sgi575_system.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/sgi575/module/sgi575_system/src/Makefile b/product/sgi575/module/sgi575_system/src/Makefile index b63b2dddb..77c118383 100644 --- a/product/sgi575/module/sgi575_system/src/Makefile +++ b/product/sgi575/module/sgi575_system/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/sgi575/module/sgi575_system/src/mod_sgi575_system.c b/product/sgi575/module/sgi575_system/src/mod_sgi575_system.c index 576f060ba..83ddf3622 100644 --- a/product/sgi575/module/sgi575_system/src/mod_sgi575_system.c +++ b/product/sgi575/module/sgi575_system/src/mod_sgi575_system.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/sgi575/product.mk b/product/sgi575/product.mk index faa9aca1d..5958adb74 100644 --- a/product/sgi575/product.mk +++ b/product/sgi575/product.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/sgi575/scp_ramfw/RTX_Config.h b/product/sgi575/scp_ramfw/RTX_Config.h index d7c50e23f..523c75e02 100644 --- a/product/sgi575/scp_ramfw/RTX_Config.h +++ b/product/sgi575/scp_ramfw/RTX_Config.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/sgi575/scp_ramfw/config_apcontext.c b/product/sgi575/scp_ramfw/config_apcontext.c index 51a93ac16..30be97e87 100644 --- a/product/sgi575/scp_ramfw/config_apcontext.c +++ b/product/sgi575/scp_ramfw/config_apcontext.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/config_armv7m_mpu.c b/product/sgi575/scp_ramfw/config_armv7m_mpu.c index 4f55fbb63..5226cefb0 100644 --- a/product/sgi575/scp_ramfw/config_armv7m_mpu.c +++ b/product/sgi575/scp_ramfw/config_armv7m_mpu.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/config_clock.c b/product/sgi575/scp_ramfw/config_clock.c index a027e810b..b62a62adf 100644 --- a/product/sgi575/scp_ramfw/config_clock.c +++ b/product/sgi575/scp_ramfw/config_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/config_clock.h b/product/sgi575/scp_ramfw/config_clock.h index 10a582306..0741a676d 100644 --- a/product/sgi575/scp_ramfw/config_clock.h +++ b/product/sgi575/scp_ramfw/config_clock.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/config_cmn600.c b/product/sgi575/scp_ramfw/config_cmn600.c index 94c53ef5b..ba779d957 100644 --- a/product/sgi575/scp_ramfw/config_cmn600.c +++ b/product/sgi575/scp_ramfw/config_cmn600.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/config_css_clock.c b/product/sgi575/scp_ramfw/config_css_clock.c index d44355ea6..a1f81175f 100644 --- a/product/sgi575/scp_ramfw/config_css_clock.c +++ b/product/sgi575/scp_ramfw/config_css_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/config_ddr_phy500.c b/product/sgi575/scp_ramfw/config_ddr_phy500.c index 7c884978b..1da566030 100644 --- a/product/sgi575/scp_ramfw/config_ddr_phy500.c +++ b/product/sgi575/scp_ramfw/config_ddr_phy500.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/config_dmc620.c b/product/sgi575/scp_ramfw/config_dmc620.c index 823bc4b4c..3a6dc19f0 100644 --- a/product/sgi575/scp_ramfw/config_dmc620.c +++ b/product/sgi575/scp_ramfw/config_dmc620.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/config_dvfs.c b/product/sgi575/scp_ramfw/config_dvfs.c index a992e36e4..2a54aa641 100644 --- a/product/sgi575/scp_ramfw/config_dvfs.c +++ b/product/sgi575/scp_ramfw/config_dvfs.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/config_mhu.c b/product/sgi575/scp_ramfw/config_mhu.c index 399d8b5a8..3bdcbcd68 100644 --- a/product/sgi575/scp_ramfw/config_mhu.c +++ b/product/sgi575/scp_ramfw/config_mhu.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/config_mock_psu.c b/product/sgi575/scp_ramfw/config_mock_psu.c index 99d73d9ec..d33f1af49 100644 --- a/product/sgi575/scp_ramfw/config_mock_psu.c +++ b/product/sgi575/scp_ramfw/config_mock_psu.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/config_pik_clock.c b/product/sgi575/scp_ramfw/config_pik_clock.c index 5e992e900..5df21fa2e 100644 --- a/product/sgi575/scp_ramfw/config_pik_clock.c +++ b/product/sgi575/scp_ramfw/config_pik_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/config_pl011.c b/product/sgi575/scp_ramfw/config_pl011.c index 30ff5f796..8fb5878bb 100644 --- a/product/sgi575/scp_ramfw/config_pl011.c +++ b/product/sgi575/scp_ramfw/config_pl011.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/config_power_domain.c b/product/sgi575/scp_ramfw/config_power_domain.c index d900c670b..74610f83f 100644 --- a/product/sgi575/scp_ramfw/config_power_domain.c +++ b/product/sgi575/scp_ramfw/config_power_domain.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/config_power_domain.h b/product/sgi575/scp_ramfw/config_power_domain.h index f18258623..36aaaa6c3 100644 --- a/product/sgi575/scp_ramfw/config_power_domain.h +++ b/product/sgi575/scp_ramfw/config_power_domain.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/config_ppu_v0.c b/product/sgi575/scp_ramfw/config_ppu_v0.c index 7830ddec4..5abe6368a 100644 --- a/product/sgi575/scp_ramfw/config_ppu_v0.c +++ b/product/sgi575/scp_ramfw/config_ppu_v0.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/config_ppu_v0.h b/product/sgi575/scp_ramfw/config_ppu_v0.h index 727c085df..8e38ecdd4 100644 --- a/product/sgi575/scp_ramfw/config_ppu_v0.h +++ b/product/sgi575/scp_ramfw/config_ppu_v0.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/config_ppu_v1.c b/product/sgi575/scp_ramfw/config_ppu_v1.c index 211f88fdf..9da97c7c8 100644 --- a/product/sgi575/scp_ramfw/config_ppu_v1.c +++ b/product/sgi575/scp_ramfw/config_ppu_v1.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/config_psu.c b/product/sgi575/scp_ramfw/config_psu.c index b45cf1de3..2cdc0520a 100644 --- a/product/sgi575/scp_ramfw/config_psu.c +++ b/product/sgi575/scp_ramfw/config_psu.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/config_resource_perms.c b/product/sgi575/scp_ramfw/config_resource_perms.c index 0c005f249..ef943259e 100644 --- a/product/sgi575/scp_ramfw/config_resource_perms.c +++ b/product/sgi575/scp_ramfw/config_resource_perms.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/config_scmi.c b/product/sgi575/scp_ramfw/config_scmi.c index eb61ca654..badf72b54 100644 --- a/product/sgi575/scp_ramfw/config_scmi.c +++ b/product/sgi575/scp_ramfw/config_scmi.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/config_scmi_apcore.c b/product/sgi575/scp_ramfw/config_scmi_apcore.c index 88e841920..8552629ff 100644 --- a/product/sgi575/scp_ramfw/config_scmi_apcore.c +++ b/product/sgi575/scp_ramfw/config_scmi_apcore.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/config_scmi_perf.c b/product/sgi575/scp_ramfw/config_scmi_perf.c index 81e6d692f..1557a1c88 100644 --- a/product/sgi575/scp_ramfw/config_scmi_perf.c +++ b/product/sgi575/scp_ramfw/config_scmi_perf.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/config_scmi_power_domain.c b/product/sgi575/scp_ramfw/config_scmi_power_domain.c index 2d344b267..29277afdf 100644 --- a/product/sgi575/scp_ramfw/config_scmi_power_domain.c +++ b/product/sgi575/scp_ramfw/config_scmi_power_domain.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/config_scmi_system_power.c b/product/sgi575/scp_ramfw/config_scmi_system_power.c index 1ba439210..a008e1173 100644 --- a/product/sgi575/scp_ramfw/config_scmi_system_power.c +++ b/product/sgi575/scp_ramfw/config_scmi_system_power.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/config_sds.c b/product/sgi575/scp_ramfw/config_sds.c index 2ce32e888..59606949f 100644 --- a/product/sgi575/scp_ramfw/config_sds.c +++ b/product/sgi575/scp_ramfw/config_sds.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/config_sensor.c b/product/sgi575/scp_ramfw/config_sensor.c index 5adef76c3..addb511aa 100644 --- a/product/sgi575/scp_ramfw/config_sensor.c +++ b/product/sgi575/scp_ramfw/config_sensor.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/config_smt.c b/product/sgi575/scp_ramfw/config_smt.c index e9dea5432..26cba205f 100644 --- a/product/sgi575/scp_ramfw/config_smt.c +++ b/product/sgi575/scp_ramfw/config_smt.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/config_ssc.c b/product/sgi575/scp_ramfw/config_ssc.c index 69652dfc1..adfff9be5 100644 --- a/product/sgi575/scp_ramfw/config_ssc.c +++ b/product/sgi575/scp_ramfw/config_ssc.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/config_system_info.c b/product/sgi575/scp_ramfw/config_system_info.c index 08c70f1e3..f714d79ca 100644 --- a/product/sgi575/scp_ramfw/config_system_info.c +++ b/product/sgi575/scp_ramfw/config_system_info.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/config_system_pll.c b/product/sgi575/scp_ramfw/config_system_pll.c index 0e30b8a38..05addce80 100644 --- a/product/sgi575/scp_ramfw/config_system_pll.c +++ b/product/sgi575/scp_ramfw/config_system_pll.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/config_system_power.c b/product/sgi575/scp_ramfw/config_system_power.c index e392a1e01..7bac5b910 100644 --- a/product/sgi575/scp_ramfw/config_system_power.c +++ b/product/sgi575/scp_ramfw/config_system_power.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/config_timer.c b/product/sgi575/scp_ramfw/config_timer.c index 6a77ea2d3..85fa69ac3 100644 --- a/product/sgi575/scp_ramfw/config_timer.c +++ b/product/sgi575/scp_ramfw/config_timer.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/firmware.mk b/product/sgi575/scp_ramfw/firmware.mk index f08448127..904565d59 100644 --- a/product/sgi575/scp_ramfw/firmware.mk +++ b/product/sgi575/scp_ramfw/firmware.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/sgi575/scp_ramfw/fmw_cmsis.h b/product/sgi575/scp_ramfw/fmw_cmsis.h index 691120c15..d7cc226d9 100644 --- a/product/sgi575/scp_ramfw/fmw_cmsis.h +++ b/product/sgi575/scp_ramfw/fmw_cmsis.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/fmw_memory.h b/product/sgi575/scp_ramfw/fmw_memory.h index 4350458a3..104f2f6c0 100644 --- a/product/sgi575/scp_ramfw/fmw_memory.h +++ b/product/sgi575/scp_ramfw/fmw_memory.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/sgi575/scp_ramfw/rtx_config.c b/product/sgi575/scp_ramfw/rtx_config.c index 83c7c682b..f351f6fcc 100644 --- a/product/sgi575/scp_ramfw/rtx_config.c +++ b/product/sgi575/scp_ramfw/rtx_config.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_romfw/config_bootloader.c b/product/sgi575/scp_romfw/config_bootloader.c index b934000a0..36a54aaca 100644 --- a/product/sgi575/scp_romfw/config_bootloader.c +++ b/product/sgi575/scp_romfw/config_bootloader.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_romfw/config_clock.c b/product/sgi575/scp_romfw/config_clock.c index 02b9c9f6c..c65038489 100644 --- a/product/sgi575/scp_romfw/config_clock.c +++ b/product/sgi575/scp_romfw/config_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_romfw/config_gtimer.c b/product/sgi575/scp_romfw/config_gtimer.c index 8725f7335..62dd1889e 100644 --- a/product/sgi575/scp_romfw/config_gtimer.c +++ b/product/sgi575/scp_romfw/config_gtimer.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_romfw/config_pl011.c b/product/sgi575/scp_romfw/config_pl011.c index 4c10c146a..4b61377bc 100644 --- a/product/sgi575/scp_romfw/config_pl011.c +++ b/product/sgi575/scp_romfw/config_pl011.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_romfw/firmware.mk b/product/sgi575/scp_romfw/firmware.mk index 76fba23d6..83e9bc815 100644 --- a/product/sgi575/scp_romfw/firmware.mk +++ b/product/sgi575/scp_romfw/firmware.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/sgi575/scp_romfw/fmw_cmsis.h b/product/sgi575/scp_romfw/fmw_cmsis.h index 691120c15..d7cc226d9 100644 --- a/product/sgi575/scp_romfw/fmw_cmsis.h +++ b/product/sgi575/scp_romfw/fmw_cmsis.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_romfw/fmw_memory.h b/product/sgi575/scp_romfw/fmw_memory.h index 33e3dbe52..c86786487 100644 --- a/product/sgi575/scp_romfw/fmw_memory.h +++ b/product/sgi575/scp_romfw/fmw_memory.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/sgm775/include/dbg_system_map.h b/product/sgm775/include/dbg_system_map.h index 921b62633..74878349d 100644 --- a/product/sgm775/include/dbg_system_map.h +++ b/product/sgm775/include/dbg_system_map.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/include/fmw_cmsis.h b/product/sgm775/include/fmw_cmsis.h index 452b3a319..72efc2c90 100644 --- a/product/sgm775/include/fmw_cmsis.h +++ b/product/sgm775/include/fmw_cmsis.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/include/fmw_io.h b/product/sgm775/include/fmw_io.h index 2650c1c26..90491c6db 100644 --- a/product/sgm775/include/fmw_io.h +++ b/product/sgm775/include/fmw_io.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/include/sgm775_core.h b/product/sgm775/include/sgm775_core.h index 7ff3f44e9..5e8651536 100644 --- a/product/sgm775/include/sgm775_core.h +++ b/product/sgm775/include/sgm775_core.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/include/sgm775_mhu.h b/product/sgm775/include/sgm775_mhu.h index 4ade15414..3f2d4f7c7 100644 --- a/product/sgm775/include/sgm775_mhu.h +++ b/product/sgm775/include/sgm775_mhu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/sgm775/include/sgm775_mmap.h b/product/sgm775/include/sgm775_mmap.h index 327c50740..4a049e096 100644 --- a/product/sgm775/include/sgm775_mmap.h +++ b/product/sgm775/include/sgm775_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/include/sgm775_mmap_scp.h b/product/sgm775/include/sgm775_mmap_scp.h index 496bb1323..c6bede237 100644 --- a/product/sgm775/include/sgm775_mmap_scp.h +++ b/product/sgm775/include/sgm775_mmap_scp.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/sgm775/include/sgm775_pik.h b/product/sgm775/include/sgm775_pik.h index 732b8ad23..af7112e8e 100644 --- a/product/sgm775/include/sgm775_pik.h +++ b/product/sgm775/include/sgm775_pik.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/include/sgm775_pik_cpu.h b/product/sgm775/include/sgm775_pik_cpu.h index aa8d560b4..1fe851ab8 100644 --- a/product/sgm775/include/sgm775_pik_cpu.h +++ b/product/sgm775/include/sgm775_pik_cpu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/include/sgm775_pik_debug.h b/product/sgm775/include/sgm775_pik_debug.h index 280719edf..ae5981876 100644 --- a/product/sgm775/include/sgm775_pik_debug.h +++ b/product/sgm775/include/sgm775_pik_debug.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/include/sgm775_pik_dpu.h b/product/sgm775/include/sgm775_pik_dpu.h index dfed445fb..a59a42315 100644 --- a/product/sgm775/include/sgm775_pik_dpu.h +++ b/product/sgm775/include/sgm775_pik_dpu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/include/sgm775_pik_gpu.h b/product/sgm775/include/sgm775_pik_gpu.h index 51c3fd43b..ca5c5a20b 100644 --- a/product/sgm775/include/sgm775_pik_gpu.h +++ b/product/sgm775/include/sgm775_pik_gpu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/include/sgm775_pik_scp.h b/product/sgm775/include/sgm775_pik_scp.h index 45a3e57c8..7072f380d 100644 --- a/product/sgm775/include/sgm775_pik_scp.h +++ b/product/sgm775/include/sgm775_pik_scp.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/include/sgm775_pik_system.h b/product/sgm775/include/sgm775_pik_system.h index a19f0029b..edf0dfe97 100644 --- a/product/sgm775/include/sgm775_pik_system.h +++ b/product/sgm775/include/sgm775_pik_system.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/include/sgm775_pik_vpu.h b/product/sgm775/include/sgm775_pik_vpu.h index ba48f493e..65e99ff2c 100644 --- a/product/sgm775/include/sgm775_pik_vpu.h +++ b/product/sgm775/include/sgm775_pik_vpu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/include/sgm775_scmi.h b/product/sgm775/include/sgm775_scmi.h index 89bcb38b8..5b49e627e 100644 --- a/product/sgm775/include/sgm775_scmi.h +++ b/product/sgm775/include/sgm775_scmi.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/sgm775/include/sgm775_sds.h b/product/sgm775/include/sgm775_sds.h index ddb49db46..d47910a55 100644 --- a/product/sgm775/include/sgm775_sds.h +++ b/product/sgm775/include/sgm775_sds.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/include/sgm775_ssc.h b/product/sgm775/include/sgm775_ssc.h index 36a245492..caf3be45b 100644 --- a/product/sgm775/include/sgm775_ssc.h +++ b/product/sgm775/include/sgm775_ssc.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/include/software_mmap.h b/product/sgm775/include/software_mmap.h index 4b80c7c73..ea6311934 100644 --- a/product/sgm775/include/software_mmap.h +++ b/product/sgm775/include/software_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/sgm775/include/system_clock.h b/product/sgm775/include/system_clock.h index b44ddae18..81ed297fb 100644 --- a/product/sgm775/include/system_clock.h +++ b/product/sgm775/include/system_clock.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/include/system_mmap.h b/product/sgm775/include/system_mmap.h index c00a52758..9cdc6d236 100644 --- a/product/sgm775/include/system_mmap.h +++ b/product/sgm775/include/system_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/include/system_mmap_scp.h b/product/sgm775/include/system_mmap_scp.h index 0c31c4fad..ee71c65f3 100644 --- a/product/sgm775/include/system_mmap_scp.h +++ b/product/sgm775/include/system_mmap_scp.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/sgm775/module/sgm775_ddr_phy500/include/mod_sgm775_ddr_phy500.h b/product/sgm775/module/sgm775_ddr_phy500/include/mod_sgm775_ddr_phy500.h index 893c70557..9384e453e 100644 --- a/product/sgm775/module/sgm775_ddr_phy500/include/mod_sgm775_ddr_phy500.h +++ b/product/sgm775/module/sgm775_ddr_phy500/include/mod_sgm775_ddr_phy500.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/sgm775/module/sgm775_ddr_phy500/src/Makefile b/product/sgm775/module/sgm775_ddr_phy500/src/Makefile index ca92d7d43..a97653479 100644 --- a/product/sgm775/module/sgm775_ddr_phy500/src/Makefile +++ b/product/sgm775/module/sgm775_ddr_phy500/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/sgm775/module/sgm775_ddr_phy500/src/mod_sgm775_ddr_phy500.c b/product/sgm775/module/sgm775_ddr_phy500/src/mod_sgm775_ddr_phy500.c index 72e91142b..762082a4a 100644 --- a/product/sgm775/module/sgm775_ddr_phy500/src/mod_sgm775_ddr_phy500.c +++ b/product/sgm775/module/sgm775_ddr_phy500/src/mod_sgm775_ddr_phy500.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/sgm775/module/sgm775_dmc500/include/mod_sgm775_dmc500.h b/product/sgm775/module/sgm775_dmc500/include/mod_sgm775_dmc500.h index df3624d34..eabd23863 100644 --- a/product/sgm775/module/sgm775_dmc500/include/mod_sgm775_dmc500.h +++ b/product/sgm775/module/sgm775_dmc500/include/mod_sgm775_dmc500.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/sgm775/module/sgm775_dmc500/src/Makefile b/product/sgm775/module/sgm775_dmc500/src/Makefile index 97dcfd8cd..fe5245e96 100644 --- a/product/sgm775/module/sgm775_dmc500/src/Makefile +++ b/product/sgm775/module/sgm775_dmc500/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/sgm775/module/sgm775_dmc500/src/mod_sgm775_dmc500.c b/product/sgm775/module/sgm775_dmc500/src/mod_sgm775_dmc500.c index 2008b9098..c95ba61c4 100644 --- a/product/sgm775/module/sgm775_dmc500/src/mod_sgm775_dmc500.c +++ b/product/sgm775/module/sgm775_dmc500/src/mod_sgm775_dmc500.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/sgm775/module/sgm775_system/include/mod_sgm775_system.h b/product/sgm775/module/sgm775_system/include/mod_sgm775_system.h index 6ade2bf92..7d7084562 100644 --- a/product/sgm775/module/sgm775_system/include/mod_sgm775_system.h +++ b/product/sgm775/module/sgm775_system/include/mod_sgm775_system.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/sgm775/module/sgm775_system/src/Makefile b/product/sgm775/module/sgm775_system/src/Makefile index d253944f3..c27a6b068 100644 --- a/product/sgm775/module/sgm775_system/src/Makefile +++ b/product/sgm775/module/sgm775_system/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/sgm775/module/sgm775_system/src/mod_sgm775_system.c b/product/sgm775/module/sgm775_system/src/mod_sgm775_system.c index 819b3b2b9..adf22d340 100644 --- a/product/sgm775/module/sgm775_system/src/mod_sgm775_system.c +++ b/product/sgm775/module/sgm775_system/src/mod_sgm775_system.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/sgm775/product.mk b/product/sgm775/product.mk index 8afdd6173..4d69c706a 100644 --- a/product/sgm775/product.mk +++ b/product/sgm775/product.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/sgm775/scp_ramfw/RTX_Config.h b/product/sgm775/scp_ramfw/RTX_Config.h index b706dbd34..777b014d1 100644 --- a/product/sgm775/scp_ramfw/RTX_Config.h +++ b/product/sgm775/scp_ramfw/RTX_Config.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/sgm775/scp_ramfw/clock_devices.h b/product/sgm775/scp_ramfw/clock_devices.h index dfcbef2dd..a33bdfee6 100644 --- a/product/sgm775/scp_ramfw/clock_devices.h +++ b/product/sgm775/scp_ramfw/clock_devices.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/config_clock.c b/product/sgm775/scp_ramfw/config_clock.c index fe7cb2498..ea871f4df 100644 --- a/product/sgm775/scp_ramfw/config_clock.c +++ b/product/sgm775/scp_ramfw/config_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/config_css_clock.c b/product/sgm775/scp_ramfw/config_css_clock.c index 2fe234c3b..6e2babeb5 100644 --- a/product/sgm775/scp_ramfw/config_css_clock.c +++ b/product/sgm775/scp_ramfw/config_css_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/config_debugger_cli.c b/product/sgm775/scp_ramfw/config_debugger_cli.c index 45b36c791..500129045 100644 --- a/product/sgm775/scp_ramfw/config_debugger_cli.c +++ b/product/sgm775/scp_ramfw/config_debugger_cli.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/config_dvfs.c b/product/sgm775/scp_ramfw/config_dvfs.c index 937f0f486..1aefdc082 100644 --- a/product/sgm775/scp_ramfw/config_dvfs.c +++ b/product/sgm775/scp_ramfw/config_dvfs.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/config_dvfs.h b/product/sgm775/scp_ramfw/config_dvfs.h index f5ec5ee39..1b084e59d 100644 --- a/product/sgm775/scp_ramfw/config_dvfs.h +++ b/product/sgm775/scp_ramfw/config_dvfs.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/config_mhu.c b/product/sgm775/scp_ramfw/config_mhu.c index e2cf48eca..30e181989 100644 --- a/product/sgm775/scp_ramfw/config_mhu.c +++ b/product/sgm775/scp_ramfw/config_mhu.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/config_mock_psu.c b/product/sgm775/scp_ramfw/config_mock_psu.c index 569cb4a65..16b9f8ece 100644 --- a/product/sgm775/scp_ramfw/config_mock_psu.c +++ b/product/sgm775/scp_ramfw/config_mock_psu.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/config_mock_psu.h b/product/sgm775/scp_ramfw/config_mock_psu.h index d54d60f04..515371f23 100644 --- a/product/sgm775/scp_ramfw/config_mock_psu.h +++ b/product/sgm775/scp_ramfw/config_mock_psu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/config_pik_clock.c b/product/sgm775/scp_ramfw/config_pik_clock.c index 4edccbb46..984658e8c 100644 --- a/product/sgm775/scp_ramfw/config_pik_clock.c +++ b/product/sgm775/scp_ramfw/config_pik_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/config_pl011.c b/product/sgm775/scp_ramfw/config_pl011.c index 491d6936d..28d3490de 100644 --- a/product/sgm775/scp_ramfw/config_pl011.c +++ b/product/sgm775/scp_ramfw/config_pl011.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/config_power_domain.c b/product/sgm775/scp_ramfw/config_power_domain.c index f0e1ab775..a1a8d112f 100644 --- a/product/sgm775/scp_ramfw/config_power_domain.c +++ b/product/sgm775/scp_ramfw/config_power_domain.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/config_power_domain.h b/product/sgm775/scp_ramfw/config_power_domain.h index 2dc9c66ec..ec9e64312 100644 --- a/product/sgm775/scp_ramfw/config_power_domain.h +++ b/product/sgm775/scp_ramfw/config_power_domain.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/config_ppu_v0.c b/product/sgm775/scp_ramfw/config_ppu_v0.c index f77977983..300a4818a 100644 --- a/product/sgm775/scp_ramfw/config_ppu_v0.c +++ b/product/sgm775/scp_ramfw/config_ppu_v0.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/config_ppu_v0.h b/product/sgm775/scp_ramfw/config_ppu_v0.h index 114de490b..933331e65 100644 --- a/product/sgm775/scp_ramfw/config_ppu_v0.h +++ b/product/sgm775/scp_ramfw/config_ppu_v0.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/config_ppu_v1.c b/product/sgm775/scp_ramfw/config_ppu_v1.c index 9a4db9905..e33ffd2a5 100644 --- a/product/sgm775/scp_ramfw/config_ppu_v1.c +++ b/product/sgm775/scp_ramfw/config_ppu_v1.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/config_psu.c b/product/sgm775/scp_ramfw/config_psu.c index fae099134..c9ca736ac 100644 --- a/product/sgm775/scp_ramfw/config_psu.c +++ b/product/sgm775/scp_ramfw/config_psu.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/config_psu.h b/product/sgm775/scp_ramfw/config_psu.h index 5b575e584..507b0e2c4 100644 --- a/product/sgm775/scp_ramfw/config_psu.h +++ b/product/sgm775/scp_ramfw/config_psu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/config_resource_perms.c b/product/sgm775/scp_ramfw/config_resource_perms.c index 89feaef62..7cdb10ac6 100644 --- a/product/sgm775/scp_ramfw/config_resource_perms.c +++ b/product/sgm775/scp_ramfw/config_resource_perms.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/config_scmi.c b/product/sgm775/scp_ramfw/config_scmi.c index 5e5ca4610..447874077 100644 --- a/product/sgm775/scp_ramfw/config_scmi.c +++ b/product/sgm775/scp_ramfw/config_scmi.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/config_scmi_apcore.c b/product/sgm775/scp_ramfw/config_scmi_apcore.c index 9690c9ad2..c8cbdb49a 100644 --- a/product/sgm775/scp_ramfw/config_scmi_apcore.c +++ b/product/sgm775/scp_ramfw/config_scmi_apcore.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/config_scmi_clock.c b/product/sgm775/scp_ramfw/config_scmi_clock.c index 8042922bd..0b06f6812 100644 --- a/product/sgm775/scp_ramfw/config_scmi_clock.c +++ b/product/sgm775/scp_ramfw/config_scmi_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/config_scmi_perf.c b/product/sgm775/scp_ramfw/config_scmi_perf.c index deee66c4d..49dafc050 100644 --- a/product/sgm775/scp_ramfw/config_scmi_perf.c +++ b/product/sgm775/scp_ramfw/config_scmi_perf.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/config_scmi_power_domain.c b/product/sgm775/scp_ramfw/config_scmi_power_domain.c index 2d344b267..29277afdf 100644 --- a/product/sgm775/scp_ramfw/config_scmi_power_domain.c +++ b/product/sgm775/scp_ramfw/config_scmi_power_domain.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/config_scmi_system_power.c b/product/sgm775/scp_ramfw/config_scmi_system_power.c index 47681867c..3f37ba379 100644 --- a/product/sgm775/scp_ramfw/config_scmi_system_power.c +++ b/product/sgm775/scp_ramfw/config_scmi_system_power.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/config_sds.c b/product/sgm775/scp_ramfw/config_sds.c index b7634f749..81f0d6ce4 100644 --- a/product/sgm775/scp_ramfw/config_sds.c +++ b/product/sgm775/scp_ramfw/config_sds.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/config_sensor.c b/product/sgm775/scp_ramfw/config_sensor.c index 7c1ff747d..8bb473965 100644 --- a/product/sgm775/scp_ramfw/config_sensor.c +++ b/product/sgm775/scp_ramfw/config_sensor.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/config_sgm775_ddr_phy500.c b/product/sgm775/scp_ramfw/config_sgm775_ddr_phy500.c index 8ac907124..1e5afd4bb 100644 --- a/product/sgm775/scp_ramfw/config_sgm775_ddr_phy500.c +++ b/product/sgm775/scp_ramfw/config_sgm775_ddr_phy500.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/config_sgm775_dmc500.c b/product/sgm775/scp_ramfw/config_sgm775_dmc500.c index 0b5452526..3173716fa 100644 --- a/product/sgm775/scp_ramfw/config_sgm775_dmc500.c +++ b/product/sgm775/scp_ramfw/config_sgm775_dmc500.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/config_smt.c b/product/sgm775/scp_ramfw/config_smt.c index 7eec69b43..98aff5de9 100644 --- a/product/sgm775/scp_ramfw/config_smt.c +++ b/product/sgm775/scp_ramfw/config_smt.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/config_system_pll.c b/product/sgm775/scp_ramfw/config_system_pll.c index 4251b31fb..5b75eb933 100644 --- a/product/sgm775/scp_ramfw/config_system_pll.c +++ b/product/sgm775/scp_ramfw/config_system_pll.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/config_system_power.c b/product/sgm775/scp_ramfw/config_system_power.c index a5ba4748e..0463a99ce 100644 --- a/product/sgm775/scp_ramfw/config_system_power.c +++ b/product/sgm775/scp_ramfw/config_system_power.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/config_timer.c b/product/sgm775/scp_ramfw/config_timer.c index b042d845f..224053670 100644 --- a/product/sgm775/scp_ramfw/config_timer.c +++ b/product/sgm775/scp_ramfw/config_timer.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/config_timer.h b/product/sgm775/scp_ramfw/config_timer.h index 893eefb53..46d8005a7 100644 --- a/product/sgm775/scp_ramfw/config_timer.h +++ b/product/sgm775/scp_ramfw/config_timer.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/firmware.mk b/product/sgm775/scp_ramfw/firmware.mk index bd3f46043..b0f02a7d5 100644 --- a/product/sgm775/scp_ramfw/firmware.mk +++ b/product/sgm775/scp_ramfw/firmware.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/sgm775/scp_ramfw/fmw_memory.h b/product/sgm775/scp_ramfw/fmw_memory.h index f1e5c67a5..1b077f0f7 100644 --- a/product/sgm775/scp_ramfw/fmw_memory.h +++ b/product/sgm775/scp_ramfw/fmw_memory.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/rtx_config.c b/product/sgm775/scp_ramfw/rtx_config.c index 75273716b..4eb391964 100644 --- a/product/sgm775/scp_ramfw/rtx_config.c +++ b/product/sgm775/scp_ramfw/rtx_config.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_romfw/clock_devices.h b/product/sgm775/scp_romfw/clock_devices.h index eb7326fc0..25f2b9dae 100644 --- a/product/sgm775/scp_romfw/clock_devices.h +++ b/product/sgm775/scp_romfw/clock_devices.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_romfw/config_bootloader.c b/product/sgm775/scp_romfw/config_bootloader.c index 75d4e75dc..e9b89d075 100644 --- a/product/sgm775/scp_romfw/config_bootloader.c +++ b/product/sgm775/scp_romfw/config_bootloader.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_romfw/config_clock.c b/product/sgm775/scp_romfw/config_clock.c index ad76b6c0d..abc530c07 100644 --- a/product/sgm775/scp_romfw/config_clock.c +++ b/product/sgm775/scp_romfw/config_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_romfw/config_css_clock.c b/product/sgm775/scp_romfw/config_css_clock.c index 6cb9fee97..62c8ab5a2 100644 --- a/product/sgm775/scp_romfw/config_css_clock.c +++ b/product/sgm775/scp_romfw/config_css_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_romfw/config_msys_rom.c b/product/sgm775/scp_romfw/config_msys_rom.c index 0f59e2104..48f06ae0e 100644 --- a/product/sgm775/scp_romfw/config_msys_rom.c +++ b/product/sgm775/scp_romfw/config_msys_rom.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_romfw/config_pik_clock.c b/product/sgm775/scp_romfw/config_pik_clock.c index 2fc253980..13fd198f5 100644 --- a/product/sgm775/scp_romfw/config_pik_clock.c +++ b/product/sgm775/scp_romfw/config_pik_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_romfw/config_pl011.c b/product/sgm775/scp_romfw/config_pl011.c index 25dc9ba29..e620b20f9 100644 --- a/product/sgm775/scp_romfw/config_pl011.c +++ b/product/sgm775/scp_romfw/config_pl011.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_romfw/config_ppu_v0.c b/product/sgm775/scp_romfw/config_ppu_v0.c index f72bd55a9..25864dca5 100644 --- a/product/sgm775/scp_romfw/config_ppu_v0.c +++ b/product/sgm775/scp_romfw/config_ppu_v0.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_romfw/config_ppu_v1.c b/product/sgm775/scp_romfw/config_ppu_v1.c index 9e5322521..01e0ddd36 100644 --- a/product/sgm775/scp_romfw/config_ppu_v1.c +++ b/product/sgm775/scp_romfw/config_ppu_v1.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_romfw/config_sds.c b/product/sgm775/scp_romfw/config_sds.c index b8948b815..76467d138 100644 --- a/product/sgm775/scp_romfw/config_sds.c +++ b/product/sgm775/scp_romfw/config_sds.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_romfw/config_system_pll.c b/product/sgm775/scp_romfw/config_system_pll.c index a84f1aff3..485006b2a 100644 --- a/product/sgm775/scp_romfw/config_system_pll.c +++ b/product/sgm775/scp_romfw/config_system_pll.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_romfw/config_timer.c b/product/sgm775/scp_romfw/config_timer.c index d55138568..6768c529a 100644 --- a/product/sgm775/scp_romfw/config_timer.c +++ b/product/sgm775/scp_romfw/config_timer.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_romfw/firmware.mk b/product/sgm775/scp_romfw/firmware.mk index fe926a8fa..ff0379ceb 100644 --- a/product/sgm775/scp_romfw/firmware.mk +++ b/product/sgm775/scp_romfw/firmware.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/sgm775/scp_romfw/fmw_memory.h b/product/sgm775/scp_romfw/fmw_memory.h index b36fda574..51c104abd 100644 --- a/product/sgm775/scp_romfw/fmw_memory.h +++ b/product/sgm775/scp_romfw/fmw_memory.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/sgm775/src/config_sid.c b/product/sgm775/src/config_sid.c index c4917c7e5..2fc370a1c 100644 --- a/product/sgm775/src/config_sid.c +++ b/product/sgm775/src/config_sid.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/src/config_system_info.c b/product/sgm775/src/config_system_info.c index dd124fdd3..40d4b5d12 100644 --- a/product/sgm775/src/config_system_info.c +++ b/product/sgm775/src/config_system_info.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/src/sgm775_core.c b/product/sgm775/src/sgm775_core.c index 7bcb4a058..216427dd4 100644 --- a/product/sgm775/src/sgm775_core.c +++ b/product/sgm775/src/sgm775_core.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm776/include/fmw_cmsis.h b/product/sgm776/include/fmw_cmsis.h index 9f516574f..a740832d1 100644 --- a/product/sgm776/include/fmw_cmsis.h +++ b/product/sgm776/include/fmw_cmsis.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm776/include/fmw_io.h b/product/sgm776/include/fmw_io.h index 2650c1c26..90491c6db 100644 --- a/product/sgm776/include/fmw_io.h +++ b/product/sgm776/include/fmw_io.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm776/include/sgm776_core.h b/product/sgm776/include/sgm776_core.h index 928d9103c..331e1ceb2 100644 --- a/product/sgm776/include/sgm776_core.h +++ b/product/sgm776/include/sgm776_core.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm776/include/sgm776_mhu.h b/product/sgm776/include/sgm776_mhu.h index 6ec8101a9..3fefe7247 100644 --- a/product/sgm776/include/sgm776_mhu.h +++ b/product/sgm776/include/sgm776_mhu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/sgm776/include/sgm776_mmap.h b/product/sgm776/include/sgm776_mmap.h index 9ae9f58a7..36b7bd496 100644 --- a/product/sgm776/include/sgm776_mmap.h +++ b/product/sgm776/include/sgm776_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm776/include/sgm776_mmap_scp.h b/product/sgm776/include/sgm776_mmap_scp.h index 147b1f16a..eb375f5b9 100644 --- a/product/sgm776/include/sgm776_mmap_scp.h +++ b/product/sgm776/include/sgm776_mmap_scp.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/sgm776/include/sgm776_pik.h b/product/sgm776/include/sgm776_pik.h index 3b1fc73b0..98b38b8bc 100644 --- a/product/sgm776/include/sgm776_pik.h +++ b/product/sgm776/include/sgm776_pik.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm776/include/sgm776_pik_cpu.h b/product/sgm776/include/sgm776_pik_cpu.h index 63f0fe8f0..6aebacc69 100644 --- a/product/sgm776/include/sgm776_pik_cpu.h +++ b/product/sgm776/include/sgm776_pik_cpu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm776/include/sgm776_pik_debug.h b/product/sgm776/include/sgm776_pik_debug.h index 063e08dfd..119b90528 100644 --- a/product/sgm776/include/sgm776_pik_debug.h +++ b/product/sgm776/include/sgm776_pik_debug.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm776/include/sgm776_pik_dpu.h b/product/sgm776/include/sgm776_pik_dpu.h index 7130a198d..14628e294 100644 --- a/product/sgm776/include/sgm776_pik_dpu.h +++ b/product/sgm776/include/sgm776_pik_dpu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm776/include/sgm776_pik_gpu.h b/product/sgm776/include/sgm776_pik_gpu.h index 7a86a26aa..bd433ed79 100644 --- a/product/sgm776/include/sgm776_pik_gpu.h +++ b/product/sgm776/include/sgm776_pik_gpu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm776/include/sgm776_pik_scp.h b/product/sgm776/include/sgm776_pik_scp.h index aec2f7989..15909806b 100644 --- a/product/sgm776/include/sgm776_pik_scp.h +++ b/product/sgm776/include/sgm776_pik_scp.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm776/include/sgm776_pik_system.h b/product/sgm776/include/sgm776_pik_system.h index 83d355ad4..f8f9460b6 100644 --- a/product/sgm776/include/sgm776_pik_system.h +++ b/product/sgm776/include/sgm776_pik_system.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm776/include/sgm776_pik_vpu.h b/product/sgm776/include/sgm776_pik_vpu.h index 08fb537ed..2fee06d3b 100644 --- a/product/sgm776/include/sgm776_pik_vpu.h +++ b/product/sgm776/include/sgm776_pik_vpu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm776/include/sgm776_scmi.h b/product/sgm776/include/sgm776_scmi.h index b06607f1d..26d4edcab 100644 --- a/product/sgm776/include/sgm776_scmi.h +++ b/product/sgm776/include/sgm776_scmi.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/sgm776/include/sgm776_sds.h b/product/sgm776/include/sgm776_sds.h index 340625e89..3db692338 100644 --- a/product/sgm776/include/sgm776_sds.h +++ b/product/sgm776/include/sgm776_sds.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm776/include/sgm776_sid.h b/product/sgm776/include/sgm776_sid.h index bcbb4fe92..54d2724ca 100644 --- a/product/sgm776/include/sgm776_sid.h +++ b/product/sgm776/include/sgm776_sid.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm776/include/software_mmap.h b/product/sgm776/include/software_mmap.h index 8954bc3d2..ca4ee84ec 100644 --- a/product/sgm776/include/software_mmap.h +++ b/product/sgm776/include/software_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/sgm776/include/system_clock.h b/product/sgm776/include/system_clock.h index 923e3d34d..a5c628c16 100644 --- a/product/sgm776/include/system_clock.h +++ b/product/sgm776/include/system_clock.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm776/include/system_mmap.h b/product/sgm776/include/system_mmap.h index 350627de2..7033f6a20 100644 --- a/product/sgm776/include/system_mmap.h +++ b/product/sgm776/include/system_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm776/include/system_mmap_scp.h b/product/sgm776/include/system_mmap_scp.h index 98ccb5053..80d724bb3 100644 --- a/product/sgm776/include/system_mmap_scp.h +++ b/product/sgm776/include/system_mmap_scp.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/sgm776/module/sgm776_system/include/mod_sgm776_system.h b/product/sgm776/module/sgm776_system/include/mod_sgm776_system.h index efed586a4..96a14cb8f 100644 --- a/product/sgm776/module/sgm776_system/include/mod_sgm776_system.h +++ b/product/sgm776/module/sgm776_system/include/mod_sgm776_system.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/sgm776/module/sgm776_system/src/Makefile b/product/sgm776/module/sgm776_system/src/Makefile index b2408fcc5..ec5cba155 100644 --- a/product/sgm776/module/sgm776_system/src/Makefile +++ b/product/sgm776/module/sgm776_system/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/sgm776/module/sgm776_system/src/mod_sgm776_system.c b/product/sgm776/module/sgm776_system/src/mod_sgm776_system.c index 85fc6c358..e2e016a00 100644 --- a/product/sgm776/module/sgm776_system/src/mod_sgm776_system.c +++ b/product/sgm776/module/sgm776_system/src/mod_sgm776_system.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/sgm776/product.mk b/product/sgm776/product.mk index 9333cd505..5f657614a 100644 --- a/product/sgm776/product.mk +++ b/product/sgm776/product.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/sgm776/scp_ramfw/RTX_Config.h b/product/sgm776/scp_ramfw/RTX_Config.h index eaa90d802..434700283 100644 --- a/product/sgm776/scp_ramfw/RTX_Config.h +++ b/product/sgm776/scp_ramfw/RTX_Config.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/sgm776/scp_ramfw/clock_devices.h b/product/sgm776/scp_ramfw/clock_devices.h index 495c8c6f7..d5ec8e5de 100644 --- a/product/sgm776/scp_ramfw/clock_devices.h +++ b/product/sgm776/scp_ramfw/clock_devices.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm776/scp_ramfw/config_clock.c b/product/sgm776/scp_ramfw/config_clock.c index f9263f48f..a7fb5595f 100644 --- a/product/sgm776/scp_ramfw/config_clock.c +++ b/product/sgm776/scp_ramfw/config_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm776/scp_ramfw/config_css_clock.c b/product/sgm776/scp_ramfw/config_css_clock.c index 164d2e1c3..356a83b2e 100644 --- a/product/sgm776/scp_ramfw/config_css_clock.c +++ b/product/sgm776/scp_ramfw/config_css_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm776/scp_ramfw/config_ddr_phy500.c b/product/sgm776/scp_ramfw/config_ddr_phy500.c index a3c48b348..53eb2bab8 100644 --- a/product/sgm776/scp_ramfw/config_ddr_phy500.c +++ b/product/sgm776/scp_ramfw/config_ddr_phy500.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm776/scp_ramfw/config_dmc500.c b/product/sgm776/scp_ramfw/config_dmc500.c index 080dbf593..019ca6c1e 100644 --- a/product/sgm776/scp_ramfw/config_dmc500.c +++ b/product/sgm776/scp_ramfw/config_dmc500.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm776/scp_ramfw/config_dvfs.c b/product/sgm776/scp_ramfw/config_dvfs.c index b82e4e345..69dada47a 100644 --- a/product/sgm776/scp_ramfw/config_dvfs.c +++ b/product/sgm776/scp_ramfw/config_dvfs.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm776/scp_ramfw/config_dvfs.h b/product/sgm776/scp_ramfw/config_dvfs.h index f5ec5ee39..1b084e59d 100644 --- a/product/sgm776/scp_ramfw/config_dvfs.h +++ b/product/sgm776/scp_ramfw/config_dvfs.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm776/scp_ramfw/config_mhu.c b/product/sgm776/scp_ramfw/config_mhu.c index 149f7c593..0a16267b6 100644 --- a/product/sgm776/scp_ramfw/config_mhu.c +++ b/product/sgm776/scp_ramfw/config_mhu.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm776/scp_ramfw/config_mock_psu.c b/product/sgm776/scp_ramfw/config_mock_psu.c index 436e93dec..1b62ba458 100644 --- a/product/sgm776/scp_ramfw/config_mock_psu.c +++ b/product/sgm776/scp_ramfw/config_mock_psu.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm776/scp_ramfw/config_pik_clock.c b/product/sgm776/scp_ramfw/config_pik_clock.c index cb8e67a66..640d4b9b4 100644 --- a/product/sgm776/scp_ramfw/config_pik_clock.c +++ b/product/sgm776/scp_ramfw/config_pik_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm776/scp_ramfw/config_pl011.c b/product/sgm776/scp_ramfw/config_pl011.c index 93e8a8fae..d165a53ba 100644 --- a/product/sgm776/scp_ramfw/config_pl011.c +++ b/product/sgm776/scp_ramfw/config_pl011.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm776/scp_ramfw/config_power_domain.c b/product/sgm776/scp_ramfw/config_power_domain.c index 8e9274cb1..5f79bcaac 100644 --- a/product/sgm776/scp_ramfw/config_power_domain.c +++ b/product/sgm776/scp_ramfw/config_power_domain.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm776/scp_ramfw/config_power_domain.h b/product/sgm776/scp_ramfw/config_power_domain.h index e1cba64ac..52f16fb6f 100644 --- a/product/sgm776/scp_ramfw/config_power_domain.h +++ b/product/sgm776/scp_ramfw/config_power_domain.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm776/scp_ramfw/config_ppu_v1.c b/product/sgm776/scp_ramfw/config_ppu_v1.c index c9c46f19a..2bdf5207c 100644 --- a/product/sgm776/scp_ramfw/config_ppu_v1.c +++ b/product/sgm776/scp_ramfw/config_ppu_v1.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm776/scp_ramfw/config_ppu_v1.h b/product/sgm776/scp_ramfw/config_ppu_v1.h index 0e8c6cec4..09e059726 100644 --- a/product/sgm776/scp_ramfw/config_ppu_v1.h +++ b/product/sgm776/scp_ramfw/config_ppu_v1.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm776/scp_ramfw/config_psu.c b/product/sgm776/scp_ramfw/config_psu.c index 95534c110..c23eaa0c6 100644 --- a/product/sgm776/scp_ramfw/config_psu.c +++ b/product/sgm776/scp_ramfw/config_psu.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm776/scp_ramfw/config_resource_perms.c b/product/sgm776/scp_ramfw/config_resource_perms.c index 24d6df41f..082c16153 100644 --- a/product/sgm776/scp_ramfw/config_resource_perms.c +++ b/product/sgm776/scp_ramfw/config_resource_perms.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm776/scp_ramfw/config_scmi.c b/product/sgm776/scp_ramfw/config_scmi.c index a66566454..f4dcb6e02 100644 --- a/product/sgm776/scp_ramfw/config_scmi.c +++ b/product/sgm776/scp_ramfw/config_scmi.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm776/scp_ramfw/config_scmi_apcore.c b/product/sgm776/scp_ramfw/config_scmi_apcore.c index 522e7f2dd..06de28feb 100644 --- a/product/sgm776/scp_ramfw/config_scmi_apcore.c +++ b/product/sgm776/scp_ramfw/config_scmi_apcore.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm776/scp_ramfw/config_scmi_clock.c b/product/sgm776/scp_ramfw/config_scmi_clock.c index a70173e47..08c617a17 100644 --- a/product/sgm776/scp_ramfw/config_scmi_clock.c +++ b/product/sgm776/scp_ramfw/config_scmi_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm776/scp_ramfw/config_scmi_perf.c b/product/sgm776/scp_ramfw/config_scmi_perf.c index 5f3ace118..feb8d72f5 100644 --- a/product/sgm776/scp_ramfw/config_scmi_perf.c +++ b/product/sgm776/scp_ramfw/config_scmi_perf.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm776/scp_ramfw/config_scmi_power_domain.c b/product/sgm776/scp_ramfw/config_scmi_power_domain.c index 2d344b267..29277afdf 100644 --- a/product/sgm776/scp_ramfw/config_scmi_power_domain.c +++ b/product/sgm776/scp_ramfw/config_scmi_power_domain.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm776/scp_ramfw/config_scmi_system_power.c b/product/sgm776/scp_ramfw/config_scmi_system_power.c index 47681867c..3f37ba379 100644 --- a/product/sgm776/scp_ramfw/config_scmi_system_power.c +++ b/product/sgm776/scp_ramfw/config_scmi_system_power.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm776/scp_ramfw/config_sds.c b/product/sgm776/scp_ramfw/config_sds.c index cb3a7314e..7dc61e01d 100644 --- a/product/sgm776/scp_ramfw/config_sds.c +++ b/product/sgm776/scp_ramfw/config_sds.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm776/scp_ramfw/config_sensor.c b/product/sgm776/scp_ramfw/config_sensor.c index bc0298fb5..f99ba21dc 100644 --- a/product/sgm776/scp_ramfw/config_sensor.c +++ b/product/sgm776/scp_ramfw/config_sensor.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm776/scp_ramfw/config_smt.c b/product/sgm776/scp_ramfw/config_smt.c index 5dc7d456b..8ab31ef75 100644 --- a/product/sgm776/scp_ramfw/config_smt.c +++ b/product/sgm776/scp_ramfw/config_smt.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm776/scp_ramfw/config_system_pll.c b/product/sgm776/scp_ramfw/config_system_pll.c index ddd076395..077765726 100644 --- a/product/sgm776/scp_ramfw/config_system_pll.c +++ b/product/sgm776/scp_ramfw/config_system_pll.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm776/scp_ramfw/config_system_power.c b/product/sgm776/scp_ramfw/config_system_power.c index e26826ff5..ad29403da 100644 --- a/product/sgm776/scp_ramfw/config_system_power.c +++ b/product/sgm776/scp_ramfw/config_system_power.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm776/scp_ramfw/config_timer.c b/product/sgm776/scp_ramfw/config_timer.c index ab05dfefa..14d938e34 100644 --- a/product/sgm776/scp_ramfw/config_timer.c +++ b/product/sgm776/scp_ramfw/config_timer.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm776/scp_ramfw/firmware.mk b/product/sgm776/scp_ramfw/firmware.mk index 7b235e671..ddadd2250 100644 --- a/product/sgm776/scp_ramfw/firmware.mk +++ b/product/sgm776/scp_ramfw/firmware.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/sgm776/scp_ramfw/fmw_memory.h b/product/sgm776/scp_ramfw/fmw_memory.h index f1e5c67a5..1b077f0f7 100644 --- a/product/sgm776/scp_ramfw/fmw_memory.h +++ b/product/sgm776/scp_ramfw/fmw_memory.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm776/scp_ramfw/rtx_config.c b/product/sgm776/scp_ramfw/rtx_config.c index e4476a7fe..505a07f3a 100644 --- a/product/sgm776/scp_ramfw/rtx_config.c +++ b/product/sgm776/scp_ramfw/rtx_config.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm776/scp_romfw/clock_devices.h b/product/sgm776/scp_romfw/clock_devices.h index be2f007a1..11c1569cd 100644 --- a/product/sgm776/scp_romfw/clock_devices.h +++ b/product/sgm776/scp_romfw/clock_devices.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm776/scp_romfw/config_bootloader.c b/product/sgm776/scp_romfw/config_bootloader.c index 7d45d0447..54563ace7 100644 --- a/product/sgm776/scp_romfw/config_bootloader.c +++ b/product/sgm776/scp_romfw/config_bootloader.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm776/scp_romfw/config_clock.c b/product/sgm776/scp_romfw/config_clock.c index e8ce74499..aa81eaf46 100644 --- a/product/sgm776/scp_romfw/config_clock.c +++ b/product/sgm776/scp_romfw/config_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm776/scp_romfw/config_css_clock.c b/product/sgm776/scp_romfw/config_css_clock.c index 3c2eff1a0..f28b1b8ac 100644 --- a/product/sgm776/scp_romfw/config_css_clock.c +++ b/product/sgm776/scp_romfw/config_css_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm776/scp_romfw/config_msys_rom.c b/product/sgm776/scp_romfw/config_msys_rom.c index eab1c8bcb..0d261df18 100644 --- a/product/sgm776/scp_romfw/config_msys_rom.c +++ b/product/sgm776/scp_romfw/config_msys_rom.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm776/scp_romfw/config_pik_clock.c b/product/sgm776/scp_romfw/config_pik_clock.c index f2da692d2..c63d926ed 100644 --- a/product/sgm776/scp_romfw/config_pik_clock.c +++ b/product/sgm776/scp_romfw/config_pik_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm776/scp_romfw/config_pl011.c b/product/sgm776/scp_romfw/config_pl011.c index cedb8687a..040d55273 100644 --- a/product/sgm776/scp_romfw/config_pl011.c +++ b/product/sgm776/scp_romfw/config_pl011.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm776/scp_romfw/config_ppu_v1.c b/product/sgm776/scp_romfw/config_ppu_v1.c index 32b8a6cb1..3bdf07e2f 100644 --- a/product/sgm776/scp_romfw/config_ppu_v1.c +++ b/product/sgm776/scp_romfw/config_ppu_v1.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm776/scp_romfw/config_sds.c b/product/sgm776/scp_romfw/config_sds.c index cce37aaf6..196492159 100644 --- a/product/sgm776/scp_romfw/config_sds.c +++ b/product/sgm776/scp_romfw/config_sds.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm776/scp_romfw/config_system_pll.c b/product/sgm776/scp_romfw/config_system_pll.c index bdab0a62f..581b87a70 100644 --- a/product/sgm776/scp_romfw/config_system_pll.c +++ b/product/sgm776/scp_romfw/config_system_pll.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm776/scp_romfw/config_timer.c b/product/sgm776/scp_romfw/config_timer.c index de93b6c28..b3876ced5 100644 --- a/product/sgm776/scp_romfw/config_timer.c +++ b/product/sgm776/scp_romfw/config_timer.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm776/scp_romfw/firmware.mk b/product/sgm776/scp_romfw/firmware.mk index 53ab26453..715e3eaa7 100644 --- a/product/sgm776/scp_romfw/firmware.mk +++ b/product/sgm776/scp_romfw/firmware.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/sgm776/scp_romfw/fmw_memory.h b/product/sgm776/scp_romfw/fmw_memory.h index b36fda574..51c104abd 100644 --- a/product/sgm776/scp_romfw/fmw_memory.h +++ b/product/sgm776/scp_romfw/fmw_memory.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/sgm776/src/config_sid.c b/product/sgm776/src/config_sid.c index 1f5f3ac96..79e44cacb 100644 --- a/product/sgm776/src/config_sid.c +++ b/product/sgm776/src/config_sid.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm776/src/config_system_info.c b/product/sgm776/src/config_system_info.c index dd124fdd3..40d4b5d12 100644 --- a/product/sgm776/src/config_system_info.c +++ b/product/sgm776/src/config_system_info.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm776/src/sgm776_core.c b/product/sgm776/src/sgm776_core.c index 6a27d1609..d435fe22b 100644 --- a/product/sgm776/src/sgm776_core.c +++ b/product/sgm776/src/sgm776_core.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/include/fmw_cmsis.h b/product/synquacer/include/fmw_cmsis.h index 3a5b58ad0..d0593eb7d 100644 --- a/product/synquacer/include/fmw_cmsis.h +++ b/product/synquacer/include/fmw_cmsis.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/include/fmw_io.h b/product/synquacer/include/fmw_io.h index 3e0fbf164..c313fa81c 100644 --- a/product/synquacer/include/fmw_io.h +++ b/product/synquacer/include/fmw_io.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/include/low_level_access.h b/product/synquacer/include/low_level_access.h index 0428447af..8809b9462 100644 --- a/product/synquacer/include/low_level_access.h +++ b/product/synquacer/include/low_level_access.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/include/mmu500.h b/product/synquacer/include/mmu500.h index 41cb073ed..8ec99edc7 100644 --- a/product/synquacer/include/mmu500.h +++ b/product/synquacer/include/mmu500.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/include/pik_cpu.h b/product/synquacer/include/pik_cpu.h index 9c392431f..e82ae613e 100644 --- a/product/synquacer/include/pik_cpu.h +++ b/product/synquacer/include/pik_cpu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/include/pik_scp.h b/product/synquacer/include/pik_scp.h index 7e01a1139..1ba230fca 100644 --- a/product/synquacer/include/pik_scp.h +++ b/product/synquacer/include/pik_scp.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/include/pik_system.h b/product/synquacer/include/pik_system.h index 711a03c31..871eb3089 100644 --- a/product/synquacer/include/pik_system.h +++ b/product/synquacer/include/pik_system.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/include/scp_system_mmap_scp.h b/product/synquacer/include/scp_system_mmap_scp.h index 6664261a1..30517abe6 100644 --- a/product/synquacer/include/scp_system_mmap_scp.h +++ b/product/synquacer/include/scp_system_mmap_scp.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/include/synquacer_common.h b/product/synquacer/include/synquacer_common.h index d6dec2a13..e806c5a7a 100644 --- a/product/synquacer/include/synquacer_common.h +++ b/product/synquacer/include/synquacer_common.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/include/synquacer_config.h b/product/synquacer/include/synquacer_config.h index 80c4765a4..34f610def 100644 --- a/product/synquacer/include/synquacer_config.h +++ b/product/synquacer/include/synquacer_config.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/include/synquacer_core.h b/product/synquacer/include/synquacer_core.h index 8704c87f2..7a99708af 100644 --- a/product/synquacer/include/synquacer_core.h +++ b/product/synquacer/include/synquacer_core.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/include/synquacer_mmap.h b/product/synquacer/include/synquacer_mmap.h index 7a7b41047..8c1741840 100644 --- a/product/synquacer/include/synquacer_mmap.h +++ b/product/synquacer/include/synquacer_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/include/synquacer_pik.h b/product/synquacer/include/synquacer_pik.h index dba12a8b1..cfde0c69d 100644 --- a/product/synquacer/include/synquacer_pik.h +++ b/product/synquacer/include/synquacer_pik.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/include/system_clock.h b/product/synquacer/include/system_clock.h index 9a05465f2..640577a65 100644 --- a/product/synquacer/include/system_clock.h +++ b/product/synquacer/include/system_clock.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/ccn512/include/internal/ccn512.h b/product/synquacer/module/ccn512/include/internal/ccn512.h index 6d314dcc9..f0d717075 100644 --- a/product/synquacer/module/ccn512/include/internal/ccn512.h +++ b/product/synquacer/module/ccn512/include/internal/ccn512.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/ccn512/include/mod_ccn512.h b/product/synquacer/module/ccn512/include/mod_ccn512.h index 776c7bdce..f8ef8ae1f 100644 --- a/product/synquacer/module/ccn512/include/mod_ccn512.h +++ b/product/synquacer/module/ccn512/include/mod_ccn512.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/ccn512/src/Makefile b/product/synquacer/module/ccn512/src/Makefile index 6c2da3875..0841ed7db 100644 --- a/product/synquacer/module/ccn512/src/Makefile +++ b/product/synquacer/module/ccn512/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/synquacer/module/ccn512/src/mod_ccn512.c b/product/synquacer/module/ccn512/src/mod_ccn512.c index 905b27742..885de7d0d 100644 --- a/product/synquacer/module/ccn512/src/mod_ccn512.c +++ b/product/synquacer/module/ccn512/src/mod_ccn512.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/f_i2c/include/i2c_api.h b/product/synquacer/module/f_i2c/include/i2c_api.h index 45ecf2222..83f04ac67 100644 --- a/product/synquacer/module/f_i2c/include/i2c_api.h +++ b/product/synquacer/module/f_i2c/include/i2c_api.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/f_i2c/include/internal/i2c_depend.h b/product/synquacer/module/f_i2c/include/internal/i2c_depend.h index 3f78206b2..ef1d1544a 100644 --- a/product/synquacer/module/f_i2c/include/internal/i2c_depend.h +++ b/product/synquacer/module/f_i2c/include/internal/i2c_depend.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/f_i2c/include/internal/i2c_driver.h b/product/synquacer/module/f_i2c/include/internal/i2c_driver.h index 84c16e962..2d3ea6525 100644 --- a/product/synquacer/module/f_i2c/include/internal/i2c_driver.h +++ b/product/synquacer/module/f_i2c/include/internal/i2c_driver.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/f_i2c/include/internal/i2c_reg.h b/product/synquacer/module/f_i2c/include/internal/i2c_reg.h index c36645df9..f90b7b84f 100644 --- a/product/synquacer/module/f_i2c/include/internal/i2c_reg.h +++ b/product/synquacer/module/f_i2c/include/internal/i2c_reg.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/f_i2c/include/internal/i2c_reg_access.h b/product/synquacer/module/f_i2c/include/internal/i2c_reg_access.h index 8b713cdf6..d5ef3d1ca 100644 --- a/product/synquacer/module/f_i2c/include/internal/i2c_reg_access.h +++ b/product/synquacer/module/f_i2c/include/internal/i2c_reg_access.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/f_i2c/include/mod_f_i2c.h b/product/synquacer/module/f_i2c/include/mod_f_i2c.h index 60ea62b08..4234d5e98 100644 --- a/product/synquacer/module/f_i2c/include/mod_f_i2c.h +++ b/product/synquacer/module/f_i2c/include/mod_f_i2c.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/f_i2c/src/Makefile b/product/synquacer/module/f_i2c/src/Makefile index 1182531e4..e1a94c6c8 100644 --- a/product/synquacer/module/f_i2c/src/Makefile +++ b/product/synquacer/module/f_i2c/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/synquacer/module/f_i2c/src/i2c_api.c b/product/synquacer/module/f_i2c/src/i2c_api.c index a5fcf3040..d6b30014e 100644 --- a/product/synquacer/module/f_i2c/src/i2c_api.c +++ b/product/synquacer/module/f_i2c/src/i2c_api.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/f_i2c/src/i2c_depend.c b/product/synquacer/module/f_i2c/src/i2c_depend.c index dfe60d32d..1b4bd53ac 100644 --- a/product/synquacer/module/f_i2c/src/i2c_depend.c +++ b/product/synquacer/module/f_i2c/src/i2c_depend.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/f_i2c/src/i2c_driver.c b/product/synquacer/module/f_i2c/src/i2c_driver.c index 08ec2c671..e6e7a4204 100644 --- a/product/synquacer/module/f_i2c/src/i2c_driver.c +++ b/product/synquacer/module/f_i2c/src/i2c_driver.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/f_i2c/src/i2c_reg_access.c b/product/synquacer/module/f_i2c/src/i2c_reg_access.c index 788f37868..1d584223d 100644 --- a/product/synquacer/module/f_i2c/src/i2c_reg_access.c +++ b/product/synquacer/module/f_i2c/src/i2c_reg_access.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/f_i2c/src/mod_f_i2c.c b/product/synquacer/module/f_i2c/src/mod_f_i2c.c index c0fbca7e1..719c44c53 100644 --- a/product/synquacer/module/f_i2c/src/mod_f_i2c.c +++ b/product/synquacer/module/f_i2c/src/mod_f_i2c.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/f_uart3/include/mod_f_uart3.h b/product/synquacer/module/f_uart3/include/mod_f_uart3.h index 8fec4ee3f..c2020c39c 100644 --- a/product/synquacer/module/f_uart3/include/mod_f_uart3.h +++ b/product/synquacer/module/f_uart3/include/mod_f_uart3.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/f_uart3/src/Makefile b/product/synquacer/module/f_uart3/src/Makefile index aed31bd7f..1e6cd5bc3 100644 --- a/product/synquacer/module/f_uart3/src/Makefile +++ b/product/synquacer/module/f_uart3/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/synquacer/module/f_uart3/src/f_uart3.h b/product/synquacer/module/f_uart3/src/f_uart3.h index c032fb424..882777312 100644 --- a/product/synquacer/module/f_uart3/src/f_uart3.h +++ b/product/synquacer/module/f_uart3/src/f_uart3.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/f_uart3/src/mod_f_uart3.c b/product/synquacer/module/f_uart3/src/mod_f_uart3.c index 59ac850b8..76db9efa3 100644 --- a/product/synquacer/module/f_uart3/src/mod_f_uart3.c +++ b/product/synquacer/module/f_uart3/src/mod_f_uart3.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/hsspi/include/internal/hsspi_api.h b/product/synquacer/module/hsspi/include/internal/hsspi_api.h index bf1e2e780..8937d50d5 100644 --- a/product/synquacer/module/hsspi/include/internal/hsspi_api.h +++ b/product/synquacer/module/hsspi/include/internal/hsspi_api.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/hsspi/include/internal/hsspi_driver.h b/product/synquacer/module/hsspi/include/internal/hsspi_driver.h index dadd1781a..9fd652ba7 100644 --- a/product/synquacer/module/hsspi/include/internal/hsspi_driver.h +++ b/product/synquacer/module/hsspi/include/internal/hsspi_driver.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/hsspi/include/internal/reg_HSSPI.h b/product/synquacer/module/hsspi/include/internal/reg_HSSPI.h index 120bc1660..00a099b62 100644 --- a/product/synquacer/module/hsspi/include/internal/reg_HSSPI.h +++ b/product/synquacer/module/hsspi/include/internal/reg_HSSPI.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/hsspi/include/mod_hsspi.h b/product/synquacer/module/hsspi/include/mod_hsspi.h index ab68bde83..7a18c30ec 100644 --- a/product/synquacer/module/hsspi/include/mod_hsspi.h +++ b/product/synquacer/module/hsspi/include/mod_hsspi.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/hsspi/src/Makefile b/product/synquacer/module/hsspi/src/Makefile index f41df97aa..f97705f7b 100644 --- a/product/synquacer/module/hsspi/src/Makefile +++ b/product/synquacer/module/hsspi/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/synquacer/module/hsspi/src/hsspi_api.c b/product/synquacer/module/hsspi/src/hsspi_api.c index e5a869e2e..f9ed19d80 100644 --- a/product/synquacer/module/hsspi/src/hsspi_api.c +++ b/product/synquacer/module/hsspi/src/hsspi_api.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/hsspi/src/hsspi_driver.c b/product/synquacer/module/hsspi/src/hsspi_driver.c index c95ccc21b..91f094517 100644 --- a/product/synquacer/module/hsspi/src/hsspi_driver.c +++ b/product/synquacer/module/hsspi/src/hsspi_driver.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/hsspi/src/mod_hsspi.c b/product/synquacer/module/hsspi/src/mod_hsspi.c index b889881fc..f3d92d36e 100644 --- a/product/synquacer/module/hsspi/src/mod_hsspi.c +++ b/product/synquacer/module/hsspi/src/mod_hsspi.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/ppu_v0_synquacer/include/mod_ppu_v0.h b/product/synquacer/module/ppu_v0_synquacer/include/mod_ppu_v0.h index 72844eb86..f676f84f0 100644 --- a/product/synquacer/module/ppu_v0_synquacer/include/mod_ppu_v0.h +++ b/product/synquacer/module/ppu_v0_synquacer/include/mod_ppu_v0.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/synquacer/module/ppu_v0_synquacer/include/ppu_v0.h b/product/synquacer/module/ppu_v0_synquacer/include/ppu_v0.h index 2023f6e55..1e57b10f4 100644 --- a/product/synquacer/module/ppu_v0_synquacer/include/ppu_v0.h +++ b/product/synquacer/module/ppu_v0_synquacer/include/ppu_v0.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/ppu_v0_synquacer/src/Makefile b/product/synquacer/module/ppu_v0_synquacer/src/Makefile index b73fa2a59..7ccc8db52 100644 --- a/product/synquacer/module/ppu_v0_synquacer/src/Makefile +++ b/product/synquacer/module/ppu_v0_synquacer/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/synquacer/module/ppu_v0_synquacer/src/mod_ppu_v0.c b/product/synquacer/module/ppu_v0_synquacer/src/mod_ppu_v0.c index 3048208bc..40c5efb64 100644 --- a/product/synquacer/module/ppu_v0_synquacer/src/mod_ppu_v0.c +++ b/product/synquacer/module/ppu_v0_synquacer/src/mod_ppu_v0.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/synquacer/module/ppu_v0_synquacer/src/ppu_v0.c b/product/synquacer/module/ppu_v0_synquacer/src/ppu_v0.c index e5b24b4f9..367e7d670 100644 --- a/product/synquacer/module/ppu_v0_synquacer/src/ppu_v0.c +++ b/product/synquacer/module/ppu_v0_synquacer/src/ppu_v0.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/scmi_vendor_ext/include/internal/scmi_vendor_ext.h b/product/synquacer/module/scmi_vendor_ext/include/internal/scmi_vendor_ext.h index 77f45170d..1096ed151 100644 --- a/product/synquacer/module/scmi_vendor_ext/include/internal/scmi_vendor_ext.h +++ b/product/synquacer/module/scmi_vendor_ext/include/internal/scmi_vendor_ext.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/synquacer/module/scmi_vendor_ext/src/Makefile b/product/synquacer/module/scmi_vendor_ext/src/Makefile index 98a880a71..b27e9e6d7 100644 --- a/product/synquacer/module/scmi_vendor_ext/src/Makefile +++ b/product/synquacer/module/scmi_vendor_ext/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/synquacer/module/scmi_vendor_ext/src/mod_scmi_vendor_ext.c b/product/synquacer/module/scmi_vendor_ext/src/mod_scmi_vendor_ext.c index 16c01e273..a381476d8 100644 --- a/product/synquacer/module/scmi_vendor_ext/src/mod_scmi_vendor_ext.c +++ b/product/synquacer/module/scmi_vendor_ext/src/mod_scmi_vendor_ext.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/synquacer_memc/include/ddr_init.h b/product/synquacer/module/synquacer_memc/include/ddr_init.h index 3327541e3..a569e02b2 100644 --- a/product/synquacer/module/synquacer_memc/include/ddr_init.h +++ b/product/synquacer/module/synquacer_memc/include/ddr_init.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/synquacer_memc/include/internal/reg_DDRPHY_CONFIG.h b/product/synquacer/module/synquacer_memc/include/internal/reg_DDRPHY_CONFIG.h index 90f4e7ef0..f69f6e140 100644 --- a/product/synquacer/module/synquacer_memc/include/internal/reg_DDRPHY_CONFIG.h +++ b/product/synquacer/module/synquacer_memc/include/internal/reg_DDRPHY_CONFIG.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/synquacer_memc/include/internal/reg_DMA330.h b/product/synquacer/module/synquacer_memc/include/internal/reg_DMA330.h index 921668ecf..34acd5b8e 100644 --- a/product/synquacer/module/synquacer_memc/include/internal/reg_DMA330.h +++ b/product/synquacer/module/synquacer_memc/include/internal/reg_DMA330.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/synquacer_memc/include/internal/reg_DMC520.h b/product/synquacer/module/synquacer_memc/include/internal/reg_DMC520.h index dd8257050..7de10e95a 100644 --- a/product/synquacer/module/synquacer_memc/include/internal/reg_DMC520.h +++ b/product/synquacer/module/synquacer_memc/include/internal/reg_DMC520.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/synquacer_memc/include/mod_synquacer_memc.h b/product/synquacer/module/synquacer_memc/include/mod_synquacer_memc.h index 802a21ce5..2f4ab6d46 100644 --- a/product/synquacer/module/synquacer_memc/include/mod_synquacer_memc.h +++ b/product/synquacer/module/synquacer_memc/include/mod_synquacer_memc.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/synquacer_memc/include/synquacer_ddr.h b/product/synquacer/module/synquacer_memc/include/synquacer_ddr.h index fb653ca67..d957e6d55 100644 --- a/product/synquacer/module/synquacer_memc/include/synquacer_ddr.h +++ b/product/synquacer/module/synquacer_memc/include/synquacer_ddr.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/synquacer_memc/src/Makefile b/product/synquacer/module/synquacer_memc/src/Makefile index 1196e96bc..67014b02f 100644 --- a/product/synquacer/module/synquacer_memc/src/Makefile +++ b/product/synquacer/module/synquacer_memc/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/synquacer/module/synquacer_memc/src/ddr_init.c b/product/synquacer/module/synquacer_memc/src/ddr_init.c index 6a8d5f448..ac7ec2ace 100644 --- a/product/synquacer/module/synquacer_memc/src/ddr_init.c +++ b/product/synquacer/module/synquacer_memc/src/ddr_init.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/synquacer_memc/src/mod_synquacer_memc.c b/product/synquacer/module/synquacer_memc/src/mod_synquacer_memc.c index 5e8fbb09d..6c6ae34e4 100644 --- a/product/synquacer/module/synquacer_memc/src/mod_synquacer_memc.c +++ b/product/synquacer/module/synquacer_memc/src/mod_synquacer_memc.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/synquacer_memc/src/synquacer_ddr.c b/product/synquacer/module/synquacer_memc/src/synquacer_ddr.c index c6b000806..55e68775f 100644 --- a/product/synquacer/module/synquacer_memc/src/synquacer_ddr.c +++ b/product/synquacer/module/synquacer_memc/src/synquacer_ddr.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/synquacer_pik_clock/include/mod_synquacer_pik_clock.h b/product/synquacer/module/synquacer_pik_clock/include/mod_synquacer_pik_clock.h index 5d539bbfd..b18283d97 100644 --- a/product/synquacer/module/synquacer_pik_clock/include/mod_synquacer_pik_clock.h +++ b/product/synquacer/module/synquacer_pik_clock/include/mod_synquacer_pik_clock.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/synquacer_pik_clock/src/Makefile b/product/synquacer/module/synquacer_pik_clock/src/Makefile index 005576f70..9f0fb372f 100644 --- a/product/synquacer/module/synquacer_pik_clock/src/Makefile +++ b/product/synquacer/module/synquacer_pik_clock/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/synquacer/module/synquacer_pik_clock/src/mod_synquacer_pik_clock.c b/product/synquacer/module/synquacer_pik_clock/src/mod_synquacer_pik_clock.c index 8d8ba0307..c029a1a2a 100644 --- a/product/synquacer/module/synquacer_pik_clock/src/mod_synquacer_pik_clock.c +++ b/product/synquacer/module/synquacer_pik_clock/src/mod_synquacer_pik_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/synquacer_rom/include/mod_synquacer_rom.h b/product/synquacer/module/synquacer_rom/include/mod_synquacer_rom.h index 5419ca42e..b0997506b 100644 --- a/product/synquacer/module/synquacer_rom/include/mod_synquacer_rom.h +++ b/product/synquacer/module/synquacer_rom/include/mod_synquacer_rom.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/synquacer_rom/src/Makefile b/product/synquacer/module/synquacer_rom/src/Makefile index 344cc15fa..cf89ac173 100644 --- a/product/synquacer/module/synquacer_rom/src/Makefile +++ b/product/synquacer/module/synquacer_rom/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/synquacer/module/synquacer_rom/src/mod_synquacer_rom.c b/product/synquacer/module/synquacer_rom/src/mod_synquacer_rom.c index 89ab6207b..b41eba22e 100644 --- a/product/synquacer/module/synquacer_rom/src/mod_synquacer_rom.c +++ b/product/synquacer/module/synquacer_rom/src/mod_synquacer_rom.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/synquacer_rom/src/synquacer_init.c b/product/synquacer/module/synquacer_rom/src/synquacer_init.c index e5f3237b7..d8bc62f68 100644 --- a/product/synquacer/module/synquacer_rom/src/synquacer_init.c +++ b/product/synquacer/module/synquacer_rom/src/synquacer_init.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/synquacer_system/include/boot_ctl.h b/product/synquacer/module/synquacer_system/include/boot_ctl.h index 8087ff1c8..93f3604f3 100644 --- a/product/synquacer/module/synquacer_system/include/boot_ctl.h +++ b/product/synquacer/module/synquacer_system/include/boot_ctl.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/synquacer_system/include/internal/crg11.h b/product/synquacer/module/synquacer_system/include/internal/crg11.h index bdfe1a9a1..c20669e91 100644 --- a/product/synquacer/module/synquacer_system/include/internal/crg11.h +++ b/product/synquacer/module/synquacer_system/include/internal/crg11.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/synquacer_system/include/internal/gpio.h b/product/synquacer/module/synquacer_system/include/internal/gpio.h index 37f8c2e59..13e5d965d 100644 --- a/product/synquacer/module/synquacer_system/include/internal/gpio.h +++ b/product/synquacer/module/synquacer_system/include/internal/gpio.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/synquacer_system/include/internal/nic400.h b/product/synquacer/module/synquacer_system/include/internal/nic400.h index 7ca442995..d7db14c6d 100644 --- a/product/synquacer/module/synquacer_system/include/internal/nic400.h +++ b/product/synquacer/module/synquacer_system/include/internal/nic400.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/synquacer_system/include/internal/pmu.h b/product/synquacer/module/synquacer_system/include/internal/pmu.h index 791e1beba..3d43dc380 100644 --- a/product/synquacer/module/synquacer_system/include/internal/pmu.h +++ b/product/synquacer/module/synquacer_system/include/internal/pmu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/synquacer_system/include/internal/reg_PPU.h b/product/synquacer/module/synquacer_system/include/internal/reg_PPU.h index 25515a35c..e596549d5 100644 --- a/product/synquacer/module/synquacer_system/include/internal/reg_PPU.h +++ b/product/synquacer/module/synquacer_system/include/internal/reg_PPU.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/synquacer_system/include/internal/reset.h b/product/synquacer/module/synquacer_system/include/internal/reset.h index 42f4a2c63..66d8d15a6 100644 --- a/product/synquacer/module/synquacer_system/include/internal/reset.h +++ b/product/synquacer/module/synquacer_system/include/internal/reset.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/synquacer_system/include/internal/smmu_wrapper.h b/product/synquacer/module/synquacer_system/include/internal/smmu_wrapper.h index bbe0a381a..b4a6a7878 100644 --- a/product/synquacer/module/synquacer_system/include/internal/smmu_wrapper.h +++ b/product/synquacer/module/synquacer_system/include/internal/smmu_wrapper.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/synquacer_system/include/internal/synquacer_pd.h b/product/synquacer/module/synquacer_system/include/internal/synquacer_pd.h index 427f54077..ad8045a00 100644 --- a/product/synquacer/module/synquacer_system/include/internal/synquacer_pd.h +++ b/product/synquacer/module/synquacer_system/include/internal/synquacer_pd.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/synquacer_system/include/internal/synquacer_ppu_driver.h b/product/synquacer/module/synquacer_system/include/internal/synquacer_ppu_driver.h index f5b016be9..85033a0fd 100644 --- a/product/synquacer/module/synquacer_system/include/internal/synquacer_ppu_driver.h +++ b/product/synquacer/module/synquacer_system/include/internal/synquacer_ppu_driver.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/synquacer_system/include/internal/sysoc.h b/product/synquacer/module/synquacer_system/include/internal/sysoc.h index 66093c51d..ecddbb048 100644 --- a/product/synquacer/module/synquacer_system/include/internal/sysoc.h +++ b/product/synquacer/module/synquacer_system/include/internal/sysoc.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/synquacer_system/include/internal/thermal_sensor.h b/product/synquacer/module/synquacer_system/include/internal/thermal_sensor.h index e48ac4c9d..c931b9473 100644 --- a/product/synquacer/module/synquacer_system/include/internal/thermal_sensor.h +++ b/product/synquacer/module/synquacer_system/include/internal/thermal_sensor.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/synquacer_system/include/internal/transaction_sw.h b/product/synquacer/module/synquacer_system/include/internal/transaction_sw.h index e5f8458a0..cf20a73ff 100644 --- a/product/synquacer/module/synquacer_system/include/internal/transaction_sw.h +++ b/product/synquacer/module/synquacer_system/include/internal/transaction_sw.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/synquacer_system/include/mod_synquacer_system.h b/product/synquacer/module/synquacer_system/include/mod_synquacer_system.h index bcf906baf..c12465865 100644 --- a/product/synquacer/module/synquacer_system/include/mod_synquacer_system.h +++ b/product/synquacer/module/synquacer_system/include/mod_synquacer_system.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/synquacer_system/include/sysdef_option.h b/product/synquacer/module/synquacer_system/include/sysdef_option.h index 4ab276014..685a9deeb 100644 --- a/product/synquacer/module/synquacer_system/include/sysdef_option.h +++ b/product/synquacer/module/synquacer_system/include/sysdef_option.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/synquacer_system/src/Makefile b/product/synquacer/module/synquacer_system/src/Makefile index da107a00b..d10cc6f09 100644 --- a/product/synquacer/module/synquacer_system/src/Makefile +++ b/product/synquacer/module/synquacer_system/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/synquacer/module/synquacer_system/src/boot_ctl.c b/product/synquacer/module/synquacer_system/src/boot_ctl.c index b4e577d19..cc03650a7 100644 --- a/product/synquacer/module/synquacer_system/src/boot_ctl.c +++ b/product/synquacer/module/synquacer_system/src/boot_ctl.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/synquacer_system/src/gpio.c b/product/synquacer/module/synquacer_system/src/gpio.c index eb4a0ffd4..8e3841adf 100644 --- a/product/synquacer/module/synquacer_system/src/gpio.c +++ b/product/synquacer/module/synquacer_system/src/gpio.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/synquacer_system/src/load_secure_fw.c b/product/synquacer/module/synquacer_system/src/load_secure_fw.c index 92c6b1c0c..378f9b235 100644 --- a/product/synquacer/module/synquacer_system/src/load_secure_fw.c +++ b/product/synquacer/module/synquacer_system/src/load_secure_fw.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/synquacer_system/src/mmu500.c b/product/synquacer/module/synquacer_system/src/mmu500.c index e612aba92..304defa4a 100644 --- a/product/synquacer/module/synquacer_system/src/mmu500.c +++ b/product/synquacer/module/synquacer_system/src/mmu500.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/synquacer_system/src/mod_synquacer_system.c b/product/synquacer/module/synquacer_system/src/mod_synquacer_system.c index 7591d772c..e971d917b 100644 --- a/product/synquacer/module/synquacer_system/src/mod_synquacer_system.c +++ b/product/synquacer/module/synquacer_system/src/mod_synquacer_system.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/synquacer_system/src/nic400.c b/product/synquacer/module/synquacer_system/src/nic400.c index a982a8db9..7f9f55402 100644 --- a/product/synquacer/module/synquacer_system/src/nic400.c +++ b/product/synquacer/module/synquacer_system/src/nic400.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/synquacer_system/src/pmu_driver.c b/product/synquacer/module/synquacer_system/src/pmu_driver.c index 6a26c7f55..68853015d 100644 --- a/product/synquacer/module/synquacer_system/src/pmu_driver.c +++ b/product/synquacer/module/synquacer_system/src/pmu_driver.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/synquacer_system/src/smmu_config.c b/product/synquacer/module/synquacer_system/src/smmu_config.c index 6b91bba35..45f5e7b6b 100644 --- a/product/synquacer/module/synquacer_system/src/smmu_config.c +++ b/product/synquacer/module/synquacer_system/src/smmu_config.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/synquacer_system/src/synquacer_main.c b/product/synquacer/module/synquacer_system/src/synquacer_main.c index b5a0a48f4..b0639e7a8 100644 --- a/product/synquacer/module/synquacer_system/src/synquacer_main.c +++ b/product/synquacer/module/synquacer_system/src/synquacer_main.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/synquacer_system/src/synquacer_pd_manage.c b/product/synquacer/module/synquacer_system/src/synquacer_pd_manage.c index 35a802c54..1467c576e 100644 --- a/product/synquacer/module/synquacer_system/src/synquacer_pd_manage.c +++ b/product/synquacer/module/synquacer_system/src/synquacer_pd_manage.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/synquacer_system/src/sysdef_option.c b/product/synquacer/module/synquacer_system/src/sysdef_option.c index f1e42b408..07cd8ee8c 100644 --- a/product/synquacer/module/synquacer_system/src/sysdef_option.c +++ b/product/synquacer/module/synquacer_system/src/sysdef_option.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/synquacer_system/src/sysoc.c b/product/synquacer/module/synquacer_system/src/sysoc.c index 9c8bc161f..247372377 100644 --- a/product/synquacer/module/synquacer_system/src/sysoc.c +++ b/product/synquacer/module/synquacer_system/src/sysoc.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/synquacer_system/src/thermal_sensor.c b/product/synquacer/module/synquacer_system/src/thermal_sensor.c index ce788438d..98c62e91b 100644 --- a/product/synquacer/module/synquacer_system/src/thermal_sensor.c +++ b/product/synquacer/module/synquacer_system/src/thermal_sensor.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/module/synquacer_system/src/transaction_sw.c b/product/synquacer/module/synquacer_system/src/transaction_sw.c index 2398b0086..271b92074 100644 --- a/product/synquacer/module/synquacer_system/src/transaction_sw.c +++ b/product/synquacer/module/synquacer_system/src/transaction_sw.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/product.mk b/product/synquacer/product.mk index 50874545d..b71c61509 100644 --- a/product/synquacer/product.mk +++ b/product/synquacer/product.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/synquacer/scp_ramfw/RTX_Config.h b/product/synquacer/scp_ramfw/RTX_Config.h index f708b43cc..798dc8f3b 100644 --- a/product/synquacer/scp_ramfw/RTX_Config.h +++ b/product/synquacer/scp_ramfw/RTX_Config.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/synquacer/scp_ramfw/config_armv7m_mpu.c b/product/synquacer/scp_ramfw/config_armv7m_mpu.c index d251a1d1a..57b53818f 100644 --- a/product/synquacer/scp_ramfw/config_armv7m_mpu.c +++ b/product/synquacer/scp_ramfw/config_armv7m_mpu.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/scp_ramfw/config_ccn512.c b/product/synquacer/scp_ramfw/config_ccn512.c index 032dac142..ca778680e 100644 --- a/product/synquacer/scp_ramfw/config_ccn512.c +++ b/product/synquacer/scp_ramfw/config_ccn512.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/scp_ramfw/config_clock.c b/product/synquacer/scp_ramfw/config_clock.c index 02b9c9f6c..c65038489 100644 --- a/product/synquacer/scp_ramfw/config_clock.c +++ b/product/synquacer/scp_ramfw/config_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/scp_ramfw/config_clock.h b/product/synquacer/scp_ramfw/config_clock.h index bfdc7b8c4..f98925be9 100644 --- a/product/synquacer/scp_ramfw/config_clock.h +++ b/product/synquacer/scp_ramfw/config_clock.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/scp_ramfw/config_css_clock.c b/product/synquacer/scp_ramfw/config_css_clock.c index 973333027..c8e32a7c9 100644 --- a/product/synquacer/scp_ramfw/config_css_clock.c +++ b/product/synquacer/scp_ramfw/config_css_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/scp_ramfw/config_f_i2c.c b/product/synquacer/scp_ramfw/config_f_i2c.c index cb4ea8a8f..81a7af70c 100644 --- a/product/synquacer/scp_ramfw/config_f_i2c.c +++ b/product/synquacer/scp_ramfw/config_f_i2c.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/scp_ramfw/config_f_uart3.c b/product/synquacer/scp_ramfw/config_f_uart3.c index 66aaaba1c..80d4fb44f 100644 --- a/product/synquacer/scp_ramfw/config_f_uart3.c +++ b/product/synquacer/scp_ramfw/config_f_uart3.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/scp_ramfw/config_hsspi.c b/product/synquacer/scp_ramfw/config_hsspi.c index 633c7d893..f8e262b61 100644 --- a/product/synquacer/scp_ramfw/config_hsspi.c +++ b/product/synquacer/scp_ramfw/config_hsspi.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/scp_ramfw/config_mhu.c b/product/synquacer/scp_ramfw/config_mhu.c index 09bfba1ba..d1f28674d 100644 --- a/product/synquacer/scp_ramfw/config_mhu.c +++ b/product/synquacer/scp_ramfw/config_mhu.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/scp_ramfw/config_mhu.h b/product/synquacer/scp_ramfw/config_mhu.h index 71c7d7585..ef8989e24 100644 --- a/product/synquacer/scp_ramfw/config_mhu.h +++ b/product/synquacer/scp_ramfw/config_mhu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/scp_ramfw/config_pik_clock.c b/product/synquacer/scp_ramfw/config_pik_clock.c index d9511203a..6572e8b2f 100644 --- a/product/synquacer/scp_ramfw/config_pik_clock.c +++ b/product/synquacer/scp_ramfw/config_pik_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/scp_ramfw/config_pl011.c b/product/synquacer/scp_ramfw/config_pl011.c index e81cb521a..52a9ecad4 100644 --- a/product/synquacer/scp_ramfw/config_pl011.c +++ b/product/synquacer/scp_ramfw/config_pl011.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/scp_ramfw/config_power_domain.c b/product/synquacer/scp_ramfw/config_power_domain.c index 87e7cb48a..25013bd4a 100644 --- a/product/synquacer/scp_ramfw/config_power_domain.c +++ b/product/synquacer/scp_ramfw/config_power_domain.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/scp_ramfw/config_power_domain.h b/product/synquacer/scp_ramfw/config_power_domain.h index 235d290ab..1fe3e8f28 100644 --- a/product/synquacer/scp_ramfw/config_power_domain.h +++ b/product/synquacer/scp_ramfw/config_power_domain.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/scp_ramfw/config_ppu_v0.h b/product/synquacer/scp_ramfw/config_ppu_v0.h index 5c8026a07..0b3221a9d 100644 --- a/product/synquacer/scp_ramfw/config_ppu_v0.h +++ b/product/synquacer/scp_ramfw/config_ppu_v0.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/scp_ramfw/config_ppu_v0_synquacer.c b/product/synquacer/scp_ramfw/config_ppu_v0_synquacer.c index bb4779f87..7d476a987 100644 --- a/product/synquacer/scp_ramfw/config_ppu_v0_synquacer.c +++ b/product/synquacer/scp_ramfw/config_ppu_v0_synquacer.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/scp_ramfw/config_scmi.c b/product/synquacer/scp_ramfw/config_scmi.c index 3e6a93493..ff8c0d21a 100644 --- a/product/synquacer/scp_ramfw/config_scmi.c +++ b/product/synquacer/scp_ramfw/config_scmi.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/scp_ramfw/config_scmi.h b/product/synquacer/scp_ramfw/config_scmi.h index 25767f678..81257eb28 100644 --- a/product/synquacer/scp_ramfw/config_scmi.h +++ b/product/synquacer/scp_ramfw/config_scmi.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/scp_ramfw/config_scmi_apcore.c b/product/synquacer/scp_ramfw/config_scmi_apcore.c index 0410383be..904840802 100644 --- a/product/synquacer/scp_ramfw/config_scmi_apcore.c +++ b/product/synquacer/scp_ramfw/config_scmi_apcore.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/scp_ramfw/config_scmi_power_domain.c b/product/synquacer/scp_ramfw/config_scmi_power_domain.c index 2d344b267..29277afdf 100644 --- a/product/synquacer/scp_ramfw/config_scmi_power_domain.c +++ b/product/synquacer/scp_ramfw/config_scmi_power_domain.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/scp_ramfw/config_scmi_system_power.c b/product/synquacer/scp_ramfw/config_scmi_system_power.c index 1ba439210..a008e1173 100644 --- a/product/synquacer/scp_ramfw/config_scmi_system_power.c +++ b/product/synquacer/scp_ramfw/config_scmi_system_power.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/scp_ramfw/config_smt.c b/product/synquacer/scp_ramfw/config_smt.c index 5d9f9af25..0e3c40bb6 100644 --- a/product/synquacer/scp_ramfw/config_smt.c +++ b/product/synquacer/scp_ramfw/config_smt.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/scp_ramfw/config_synquacer_memc.c b/product/synquacer/scp_ramfw/config_synquacer_memc.c index cf03e1a90..eda44b58a 100644 --- a/product/synquacer/scp_ramfw/config_synquacer_memc.c +++ b/product/synquacer/scp_ramfw/config_synquacer_memc.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/scp_ramfw/config_system_power.c b/product/synquacer/scp_ramfw/config_system_power.c index 034f4b294..e53636541 100644 --- a/product/synquacer/scp_ramfw/config_system_power.c +++ b/product/synquacer/scp_ramfw/config_system_power.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/scp_ramfw/config_timer.c b/product/synquacer/scp_ramfw/config_timer.c index 236f79b24..83bb2a456 100644 --- a/product/synquacer/scp_ramfw/config_timer.c +++ b/product/synquacer/scp_ramfw/config_timer.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/scp_ramfw/firmware.mk b/product/synquacer/scp_ramfw/firmware.mk index a4e54d23c..2614748a0 100644 --- a/product/synquacer/scp_ramfw/firmware.mk +++ b/product/synquacer/scp_ramfw/firmware.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/synquacer/scp_ramfw/fmw_memory.h b/product/synquacer/scp_ramfw/fmw_memory.h index bc664ff4b..a2298e143 100644 --- a/product/synquacer/scp_ramfw/fmw_memory.h +++ b/product/synquacer/scp_ramfw/fmw_memory.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/synquacer/scp_ramfw/rtx_config.c b/product/synquacer/scp_ramfw/rtx_config.c index 706ea8dc9..5d1bcecf3 100644 --- a/product/synquacer/scp_ramfw/rtx_config.c +++ b/product/synquacer/scp_ramfw/rtx_config.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/scp_romfw/config_armv7m_mpu.c b/product/synquacer/scp_romfw/config_armv7m_mpu.c index d251a1d1a..57b53818f 100644 --- a/product/synquacer/scp_romfw/config_armv7m_mpu.c +++ b/product/synquacer/scp_romfw/config_armv7m_mpu.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/scp_romfw/config_clock.c b/product/synquacer/scp_romfw/config_clock.c index 02b9c9f6c..c65038489 100644 --- a/product/synquacer/scp_romfw/config_clock.c +++ b/product/synquacer/scp_romfw/config_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/scp_romfw/config_clock.h b/product/synquacer/scp_romfw/config_clock.h index 9e293ad3c..7ced685f0 100644 --- a/product/synquacer/scp_romfw/config_clock.h +++ b/product/synquacer/scp_romfw/config_clock.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/scp_romfw/config_f_uart3.c b/product/synquacer/scp_romfw/config_f_uart3.c index 66aaaba1c..80d4fb44f 100644 --- a/product/synquacer/scp_romfw/config_f_uart3.c +++ b/product/synquacer/scp_romfw/config_f_uart3.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/scp_romfw/config_log.c b/product/synquacer/scp_romfw/config_log.c index 03c6f6598..9f26c5a6f 100644 --- a/product/synquacer/scp_romfw/config_log.c +++ b/product/synquacer/scp_romfw/config_log.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/scp_romfw/config_synquacer_pik_clock.c b/product/synquacer/scp_romfw/config_synquacer_pik_clock.c index b3b15e5f9..8e4aa5a01 100644 --- a/product/synquacer/scp_romfw/config_synquacer_pik_clock.c +++ b/product/synquacer/scp_romfw/config_synquacer_pik_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/scp_romfw/config_synquacer_rom.c b/product/synquacer/scp_romfw/config_synquacer_rom.c index a7bd1fc59..0b9675653 100644 --- a/product/synquacer/scp_romfw/config_synquacer_rom.c +++ b/product/synquacer/scp_romfw/config_synquacer_rom.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/scp_romfw/config_timer.c b/product/synquacer/scp_romfw/config_timer.c index 236f79b24..83bb2a456 100644 --- a/product/synquacer/scp_romfw/config_timer.c +++ b/product/synquacer/scp_romfw/config_timer.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/synquacer/scp_romfw/firmware.mk b/product/synquacer/scp_romfw/firmware.mk index ddf99c538..c79e66dfc 100644 --- a/product/synquacer/scp_romfw/firmware.mk +++ b/product/synquacer/scp_romfw/firmware.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/synquacer/scp_romfw/fmw_memory.h b/product/synquacer/scp_romfw/fmw_memory.h index 33e3dbe52..c86786487 100644 --- a/product/synquacer/scp_romfw/fmw_memory.h +++ b/product/synquacer/scp_romfw/fmw_memory.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/tc0/include/clock_soc.h b/product/tc0/include/clock_soc.h index 1303cf5f3..affcdf899 100644 --- a/product/tc0/include/clock_soc.h +++ b/product/tc0/include/clock_soc.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/tc0/include/config_power_domain.h b/product/tc0/include/config_power_domain.h index cd3d2e3dd..980a228a6 100644 --- a/product/tc0/include/config_power_domain.h +++ b/product/tc0/include/config_power_domain.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/tc0/include/cpu_pik.h b/product/tc0/include/cpu_pik.h index ab3fd95a1..b7ad50f51 100644 --- a/product/tc0/include/cpu_pik.h +++ b/product/tc0/include/cpu_pik.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/tc0/include/dpu_pik.h b/product/tc0/include/dpu_pik.h index 25af04048..2e1167517 100644 --- a/product/tc0/include/dpu_pik.h +++ b/product/tc0/include/dpu_pik.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/tc0/include/fmw_cmsis.h b/product/tc0/include/fmw_cmsis.h index bfd3f372b..40555a62c 100644 --- a/product/tc0/include/fmw_cmsis.h +++ b/product/tc0/include/fmw_cmsis.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/tc0/include/fmw_io.h b/product/tc0/include/fmw_io.h index 2650c1c26..90491c6db 100644 --- a/product/tc0/include/fmw_io.h +++ b/product/tc0/include/fmw_io.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/tc0/include/scp_css_mmap.h b/product/tc0/include/scp_css_mmap.h index 65c9bbc95..9e384b984 100644 --- a/product/tc0/include/scp_css_mmap.h +++ b/product/tc0/include/scp_css_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/tc0/include/scp_mmap.h b/product/tc0/include/scp_mmap.h index 5ac8837e2..12c22221f 100644 --- a/product/tc0/include/scp_mmap.h +++ b/product/tc0/include/scp_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/tc0/include/scp_pik.h b/product/tc0/include/scp_pik.h index 1a6df42c2..e4364104e 100644 --- a/product/tc0/include/scp_pik.h +++ b/product/tc0/include/scp_pik.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/tc0/include/scp_soc_mmap.h b/product/tc0/include/scp_soc_mmap.h index 433f90926..14f8a8d5b 100644 --- a/product/tc0/include/scp_soc_mmap.h +++ b/product/tc0/include/scp_soc_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/tc0/include/scp_software_mmap.h b/product/tc0/include/scp_software_mmap.h index 89e8fc8c1..e21f50e46 100644 --- a/product/tc0/include/scp_software_mmap.h +++ b/product/tc0/include/scp_software_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/tc0/include/scp_tc0_mhu.h b/product/tc0/include/scp_tc0_mhu.h index fb84f727e..61a59cd3e 100644 --- a/product/tc0/include/scp_tc0_mhu.h +++ b/product/tc0/include/scp_tc0_mhu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/tc0/include/system_pik.h b/product/tc0/include/system_pik.h index 495d0af71..152176a0e 100644 --- a/product/tc0/include/system_pik.h +++ b/product/tc0/include/system_pik.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/tc0/include/tc0_core.h b/product/tc0/include/tc0_core.h index 493086e0c..f7a38a632 100644 --- a/product/tc0/include/tc0_core.h +++ b/product/tc0/include/tc0_core.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/tc0/include/tc0_power_domain.h b/product/tc0/include/tc0_power_domain.h index 6eab16121..9a7636d13 100644 --- a/product/tc0/include/tc0_power_domain.h +++ b/product/tc0/include/tc0_power_domain.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/tc0/include/tc0_scmi.h b/product/tc0/include/tc0_scmi.h index edccc0854..387f75550 100644 --- a/product/tc0/include/tc0_scmi.h +++ b/product/tc0/include/tc0_scmi.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/tc0/include/tc0_sds.h b/product/tc0/include/tc0_sds.h index ccf0d8646..826d7f1ff 100644 --- a/product/tc0/include/tc0_sds.h +++ b/product/tc0/include/tc0_sds.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/tc0/include/tc0_timer.h b/product/tc0/include/tc0_timer.h index 2ca478f4a..03d6893cb 100644 --- a/product/tc0/include/tc0_timer.h +++ b/product/tc0/include/tc0_timer.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/tc0/module/tc0_system/include/mod_tc0_system.h b/product/tc0/module/tc0_system/include/mod_tc0_system.h index f0ccc73ac..c706f9388 100644 --- a/product/tc0/module/tc0_system/include/mod_tc0_system.h +++ b/product/tc0/module/tc0_system/include/mod_tc0_system.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/tc0/module/tc0_system/src/Makefile b/product/tc0/module/tc0_system/src/Makefile index 52f7cc4a9..7875a0668 100644 --- a/product/tc0/module/tc0_system/src/Makefile +++ b/product/tc0/module/tc0_system/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/tc0/module/tc0_system/src/mod_tc0_system.c b/product/tc0/module/tc0_system/src/mod_tc0_system.c index e375f6f46..1d1ff315c 100644 --- a/product/tc0/module/tc0_system/src/mod_tc0_system.c +++ b/product/tc0/module/tc0_system/src/mod_tc0_system.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/tc0/product.mk b/product/tc0/product.mk index 35170cd45..2d34d330f 100644 --- a/product/tc0/product.mk +++ b/product/tc0/product.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/tc0/scp_ramfw/RTX_Config.h b/product/tc0/scp_ramfw/RTX_Config.h index 2fae6ea2c..60c7714b9 100644 --- a/product/tc0/scp_ramfw/RTX_Config.h +++ b/product/tc0/scp_ramfw/RTX_Config.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/tc0/scp_ramfw/config_armv7m_mpu.c b/product/tc0/scp_ramfw/config_armv7m_mpu.c index 99aaddd81..d6b95ebc9 100644 --- a/product/tc0/scp_ramfw/config_armv7m_mpu.c +++ b/product/tc0/scp_ramfw/config_armv7m_mpu.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/tc0/scp_ramfw/config_clock.c b/product/tc0/scp_ramfw/config_clock.c index 56fc073cd..db5451193 100644 --- a/product/tc0/scp_ramfw/config_clock.c +++ b/product/tc0/scp_ramfw/config_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/tc0/scp_ramfw/config_css_clock.c b/product/tc0/scp_ramfw/config_css_clock.c index e4c90f654..122032225 100644 --- a/product/tc0/scp_ramfw/config_css_clock.c +++ b/product/tc0/scp_ramfw/config_css_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/tc0/scp_ramfw/config_dvfs.c b/product/tc0/scp_ramfw/config_dvfs.c index a5f071ea4..a0b59b2b8 100644 --- a/product/tc0/scp_ramfw/config_dvfs.c +++ b/product/tc0/scp_ramfw/config_dvfs.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/tc0/scp_ramfw/config_gtimer.c b/product/tc0/scp_ramfw/config_gtimer.c index eb063a2c1..127a3c5a5 100644 --- a/product/tc0/scp_ramfw/config_gtimer.c +++ b/product/tc0/scp_ramfw/config_gtimer.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/tc0/scp_ramfw/config_mhu2.c b/product/tc0/scp_ramfw/config_mhu2.c index fa91f2cdd..1a3e20a2c 100644 --- a/product/tc0/scp_ramfw/config_mhu2.c +++ b/product/tc0/scp_ramfw/config_mhu2.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/tc0/scp_ramfw/config_mock_psu.c b/product/tc0/scp_ramfw/config_mock_psu.c index 1d622fff3..1f9411ca2 100644 --- a/product/tc0/scp_ramfw/config_mock_psu.c +++ b/product/tc0/scp_ramfw/config_mock_psu.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/tc0/scp_ramfw/config_pik_clock.c b/product/tc0/scp_ramfw/config_pik_clock.c index f97cf77b3..20f33858f 100644 --- a/product/tc0/scp_ramfw/config_pik_clock.c +++ b/product/tc0/scp_ramfw/config_pik_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/tc0/scp_ramfw/config_pl011.c b/product/tc0/scp_ramfw/config_pl011.c index 427780635..e82f79767 100644 --- a/product/tc0/scp_ramfw/config_pl011.c +++ b/product/tc0/scp_ramfw/config_pl011.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/tc0/scp_ramfw/config_power_domain.c b/product/tc0/scp_ramfw/config_power_domain.c index 60a63d956..e7867fe81 100644 --- a/product/tc0/scp_ramfw/config_power_domain.c +++ b/product/tc0/scp_ramfw/config_power_domain.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/tc0/scp_ramfw/config_ppu_v1.c b/product/tc0/scp_ramfw/config_ppu_v1.c index ba4759112..bf7d962fd 100644 --- a/product/tc0/scp_ramfw/config_ppu_v1.c +++ b/product/tc0/scp_ramfw/config_ppu_v1.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/tc0/scp_ramfw/config_psu.c b/product/tc0/scp_ramfw/config_psu.c index 59f42f54c..8e3bcb5a2 100644 --- a/product/tc0/scp_ramfw/config_psu.c +++ b/product/tc0/scp_ramfw/config_psu.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/tc0/scp_ramfw/config_resource_perms.c b/product/tc0/scp_ramfw/config_resource_perms.c index afc0fddf0..5a31312a9 100644 --- a/product/tc0/scp_ramfw/config_resource_perms.c +++ b/product/tc0/scp_ramfw/config_resource_perms.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/tc0/scp_ramfw/config_scmi.c b/product/tc0/scp_ramfw/config_scmi.c index 7ba77d078..f3ef643d6 100644 --- a/product/tc0/scp_ramfw/config_scmi.c +++ b/product/tc0/scp_ramfw/config_scmi.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/tc0/scp_ramfw/config_scmi_clock.c b/product/tc0/scp_ramfw/config_scmi_clock.c index 84b3d3814..792d2ec05 100644 --- a/product/tc0/scp_ramfw/config_scmi_clock.c +++ b/product/tc0/scp_ramfw/config_scmi_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/tc0/scp_ramfw/config_scmi_perf.c b/product/tc0/scp_ramfw/config_scmi_perf.c index d2017f812..f2be2253c 100644 --- a/product/tc0/scp_ramfw/config_scmi_perf.c +++ b/product/tc0/scp_ramfw/config_scmi_perf.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/tc0/scp_ramfw/config_scmi_power_domain.c b/product/tc0/scp_ramfw/config_scmi_power_domain.c index 2d344b267..29277afdf 100644 --- a/product/tc0/scp_ramfw/config_scmi_power_domain.c +++ b/product/tc0/scp_ramfw/config_scmi_power_domain.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/tc0/scp_ramfw/config_scmi_system_power.c b/product/tc0/scp_ramfw/config_scmi_system_power.c index 167f213c6..afa5675fc 100644 --- a/product/tc0/scp_ramfw/config_scmi_system_power.c +++ b/product/tc0/scp_ramfw/config_scmi_system_power.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/tc0/scp_ramfw/config_sds.c b/product/tc0/scp_ramfw/config_sds.c index 94b3a405c..4b006dc99 100644 --- a/product/tc0/scp_ramfw/config_sds.c +++ b/product/tc0/scp_ramfw/config_sds.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/tc0/scp_ramfw/config_smt.c b/product/tc0/scp_ramfw/config_smt.c index 08faa1ada..0883fb6cb 100644 --- a/product/tc0/scp_ramfw/config_smt.c +++ b/product/tc0/scp_ramfw/config_smt.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/tc0/scp_ramfw/config_system_pll.c b/product/tc0/scp_ramfw/config_system_pll.c index 0fe4c7772..b55dd642e 100644 --- a/product/tc0/scp_ramfw/config_system_pll.c +++ b/product/tc0/scp_ramfw/config_system_pll.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/tc0/scp_ramfw/config_system_power.c b/product/tc0/scp_ramfw/config_system_power.c index 737ab94e9..7ae64572c 100644 --- a/product/tc0/scp_ramfw/config_system_power.c +++ b/product/tc0/scp_ramfw/config_system_power.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/tc0/scp_ramfw/config_timer.c b/product/tc0/scp_ramfw/config_timer.c index a5b9266fe..95ade7ff3 100644 --- a/product/tc0/scp_ramfw/config_timer.c +++ b/product/tc0/scp_ramfw/config_timer.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/tc0/scp_ramfw/firmware.mk b/product/tc0/scp_ramfw/firmware.mk index f92a0cf7d..a8b2fc742 100644 --- a/product/tc0/scp_ramfw/firmware.mk +++ b/product/tc0/scp_ramfw/firmware.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/tc0/scp_ramfw/fmw_memory.h b/product/tc0/scp_ramfw/fmw_memory.h index 69dde67db..689fc0d3c 100644 --- a/product/tc0/scp_ramfw/fmw_memory.h +++ b/product/tc0/scp_ramfw/fmw_memory.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/tc0/scp_ramfw/fmw_notification.h b/product/tc0/scp_ramfw/fmw_notification.h index 8971f9bf8..33ee50eb9 100644 --- a/product/tc0/scp_ramfw/fmw_notification.h +++ b/product/tc0/scp_ramfw/fmw_notification.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/tc0/scp_ramfw/rtx_config.c b/product/tc0/scp_ramfw/rtx_config.c index ce88d98f8..cfcd53ac5 100644 --- a/product/tc0/scp_ramfw/rtx_config.c +++ b/product/tc0/scp_ramfw/rtx_config.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/tc0/scp_romfw/config_bootloader.c b/product/tc0/scp_romfw/config_bootloader.c index 1a7ad3f36..5a74f25a0 100644 --- a/product/tc0/scp_romfw/config_bootloader.c +++ b/product/tc0/scp_romfw/config_bootloader.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/tc0/scp_romfw/config_clock.c b/product/tc0/scp_romfw/config_clock.c index 2fe204f50..f43b61b08 100644 --- a/product/tc0/scp_romfw/config_clock.c +++ b/product/tc0/scp_romfw/config_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/tc0/scp_romfw/config_cmn_booker.c b/product/tc0/scp_romfw/config_cmn_booker.c index ae94f0f7d..5911ad719 100644 --- a/product/tc0/scp_romfw/config_cmn_booker.c +++ b/product/tc0/scp_romfw/config_cmn_booker.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/tc0/scp_romfw/config_css_clock.c b/product/tc0/scp_romfw/config_css_clock.c index 554f1c021..ad92c6e27 100644 --- a/product/tc0/scp_romfw/config_css_clock.c +++ b/product/tc0/scp_romfw/config_css_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/tc0/scp_romfw/config_gtimer.c b/product/tc0/scp_romfw/config_gtimer.c index 8f83fb51a..be1c6e91f 100644 --- a/product/tc0/scp_romfw/config_gtimer.c +++ b/product/tc0/scp_romfw/config_gtimer.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/tc0/scp_romfw/config_msys_rom.c b/product/tc0/scp_romfw/config_msys_rom.c index c84899291..93e0723e3 100644 --- a/product/tc0/scp_romfw/config_msys_rom.c +++ b/product/tc0/scp_romfw/config_msys_rom.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/tc0/scp_romfw/config_pik_clock.c b/product/tc0/scp_romfw/config_pik_clock.c index ee847f4d8..e883bd6df 100644 --- a/product/tc0/scp_romfw/config_pik_clock.c +++ b/product/tc0/scp_romfw/config_pik_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/tc0/scp_romfw/config_pl011.c b/product/tc0/scp_romfw/config_pl011.c index ec6e2baa3..d548a13b8 100644 --- a/product/tc0/scp_romfw/config_pl011.c +++ b/product/tc0/scp_romfw/config_pl011.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/tc0/scp_romfw/config_ppu_v1.c b/product/tc0/scp_romfw/config_ppu_v1.c index 949fd6b4f..7035631a4 100644 --- a/product/tc0/scp_romfw/config_ppu_v1.c +++ b/product/tc0/scp_romfw/config_ppu_v1.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/tc0/scp_romfw/config_sds.c b/product/tc0/scp_romfw/config_sds.c index fdfb9fef1..544934e44 100644 --- a/product/tc0/scp_romfw/config_sds.c +++ b/product/tc0/scp_romfw/config_sds.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/tc0/scp_romfw/config_system_pll.c b/product/tc0/scp_romfw/config_system_pll.c index 192514bd4..e6b578ff1 100644 --- a/product/tc0/scp_romfw/config_system_pll.c +++ b/product/tc0/scp_romfw/config_system_pll.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/tc0/scp_romfw/config_timer.c b/product/tc0/scp_romfw/config_timer.c index 746e6b29c..9d1665582 100644 --- a/product/tc0/scp_romfw/config_timer.c +++ b/product/tc0/scp_romfw/config_timer.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/tc0/scp_romfw/firmware.mk b/product/tc0/scp_romfw/firmware.mk index 4d2f440f4..d4f1f7f51 100644 --- a/product/tc0/scp_romfw/firmware.mk +++ b/product/tc0/scp_romfw/firmware.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/tc0/scp_romfw/fmw_memory.h b/product/tc0/scp_romfw/fmw_memory.h index 1f12e45ed..029e6d548 100644 --- a/product/tc0/scp_romfw/fmw_memory.h +++ b/product/tc0/scp_romfw/fmw_memory.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/tools/build_string.py b/tools/build_string.py index 7c5c32301..c7d9f33a0 100755 --- a/tools/build_string.py +++ b/tools/build_string.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # Arm SCP/MCP Software -# Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/tools/build_system/cpu.mk b/tools/build_system/cpu.mk index 188fcaa99..95eb9b48d 100644 --- a/tools/build_system/cpu.mk +++ b/tools/build_system/cpu.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/tools/build_system/defs.mk b/tools/build_system/defs.mk index 4c4241946..1159d7527 100644 --- a/tools/build_system/defs.mk +++ b/tools/build_system/defs.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/tools/build_system/firmware.mk b/tools/build_system/firmware.mk index d0a662fca..2e6343716 100644 --- a/tools/build_system/firmware.mk +++ b/tools/build_system/firmware.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/tools/build_system/lib.mk b/tools/build_system/lib.mk index f86ad372f..074596341 100644 --- a/tools/build_system/lib.mk +++ b/tools/build_system/lib.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/tools/build_system/rules.mk b/tools/build_system/rules.mk index 4bbfc86c0..b444d396e 100644 --- a/tools/build_system/rules.mk +++ b/tools/build_system/rules.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/tools/build_system/test.mk b/tools/build_system/test.mk index a8240a308..ff305cd66 100644 --- a/tools/build_system/test.mk +++ b/tools/build_system/test.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/tools/build_system/toolchain.mk b/tools/build_system/toolchain.mk index 5b82f617b..3353dc161 100644 --- a/tools/build_system/toolchain.mk +++ b/tools/build_system/toolchain.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/tools/check_api.py b/tools/check_api.py index ad29549f9..d067692ab 100755 --- a/tools/check_api.py +++ b/tools/check_api.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # Arm SCP/MCP Software -# Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/tools/check_copyright.py b/tools/check_copyright.py index f6ebe8551..d549ecaab 100755 --- a/tools/check_copyright.py +++ b/tools/check_copyright.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # Arm SCP/MCP Software -# Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/tools/check_doc.py b/tools/check_doc.py index 2044866f6..d2629059a 100755 --- a/tools/check_doc.py +++ b/tools/check_doc.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # Arm SCP/MCP Software -# Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause diff --git a/tools/check_spacing.py b/tools/check_spacing.py index e5910d668..cf29f9fc2 100755 --- a/tools/check_spacing.py +++ b/tools/check_spacing.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # Arm SCP/MCP Software -# Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/tools/check_style.py b/tools/check_style.py index 77ba0af09..bbdf11837 100755 --- a/tools/check_style.py +++ b/tools/check_style.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # Arm SCP/MCP Software -# Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/tools/check_tabs.py b/tools/check_tabs.py index 9e327ee34..ae2543887 100755 --- a/tools/check_tabs.py +++ b/tools/check_tabs.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # Arm SCP/MCP Software -# Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/tools/ci.py b/tools/ci.py index 8b1f6618c..5589eebe7 100755 --- a/tools/ci.py +++ b/tools/ci.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # Arm SCP/MCP Software -# Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/tools/gen_module_code.py b/tools/gen_module_code.py index ee099b713..2240397de 100755 --- a/tools/gen_module_code.py +++ b/tools/gen_module_code.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # Arm SCP/MCP Software -# Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # -- GitLab