arm/xilinx-zynqmp-rpu: Fix file header and copyrights

Remove copyright from DornerWorks since the files contain not contributions
from this company.  Fix the copyright years of the embedded brains
contributions.
This commit is contained in:
Sebastian Huber
2024-09-19 07:43:31 +02:00
parent c91b26ef76
commit a78d31de7f
7 changed files with 75 additions and 67 deletions

View File

@@ -1,18 +1,14 @@
/**
* @file
* @ingroup RTEMSBSPsARMZynqMP
* @brief Global BSP definitions.
*
* @ingroup RTEMSBSPsARMZynqMPRPU
*
* @brief This header file provides BSP-specific interfaces.
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2013, 2014 embedded brains GmbH
*
* Copyright (C) 2019 DornerWorks
*
* Written by Jeff Kubascik <jeff.kubascik@dornerworks.com>
* and Josh Whitehead <josh.whitehead@dornerworks.com>
* Copyright (C) 2024 embedded brains GmbH & Co. KG
* Copyright (C) 2023 Reflex Aerospace GmbH
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -40,11 +36,13 @@
#define LIBBSP_ARM_XILINX_ZYNQMP_BSP_H
/**
* @defgroup RTEMSBSPsARMZynqMP Xilinx Zynq UltraScale+ MPSoC
* @defgroup RTEMSBSPsARMZynqMPRPU \
* AMD Zynq UltraScale+ MPSoC and RFSoC - Real-time Processing Unit
*
* @ingroup RTEMSBSPsARM
*
* @brief Xilinx Zynq UltraScale+ MPSoC Board Support Package.
* @brief This group contains the BSP for the Real-time Processing Unit (RPU)
* contained in AMD Zynq UltraScale+ MPSoC and RFSoC devices.
*
* @{
*/

View File

@@ -1,18 +1,16 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @ingroup zynqmp_interrupt
* @brief Interrupt definitions.
*
* @ingroup RTEMSBSPsARMZynqMPRPU
*
* @brief This header file provides BSP-specific interrupt interfaces.
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2013 embedded brains GmbH
*
* Copyright (C) 2019 DornerWorks
*
* Written by Jeff Kubascik <jeff.kubascik@dornerworks.com>
* and Josh Whitehead <josh.whitehead@dornerworks.com>
* Copyright (C) 2024 embedded brains GmbH & Co. KG
* Copyright (C) 2023 Reflex Aerospace GmbH
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -36,8 +34,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#ifndef LIBBSP_ARM_XILINX_ZYNQMP_IRQ_H
#define LIBBSP_ARM_XILINX_ZYNQMP_IRQ_H
#ifndef LIBBSP_ARM_XILINX_ZYNQMP_RPU_IRQ_H
#define LIBBSP_ARM_XILINX_ZYNQMP_RPU_IRQ_H
#ifndef ASM
@@ -60,4 +58,4 @@ extern "C" {
#endif /* ASM */
#endif /* LIBBSP_ARM_XILINX_ZYNQMP_IRQ_H */
#endif /* LIBBSP_ARM_XILINX_ZYNQMP_RPU_IRQ_H */

View File

@@ -1,18 +1,15 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* @ingroup zynqmp_tm27
* @brief Interrupt mechanisms for tm27 test.
*
* @ingroup RTEMSBSPsARMZynqMPRPU
*
* @brief This header file provides a Time Test 27 support implementation.
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2013 embedded brains GmbH
*
* Copyright (C) 2019 DornerWorks
*
* Written by Jeff Kubascik <jeff.kubascik@dornerworks.com>
* and Josh Whitehead <josh.whitehead@dornerworks.com>
* Copyright (C) 2013, 2024 embedded brains GmbH & Co. KG
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -43,12 +40,6 @@
#ifndef __tm27_h
#define __tm27_h
/**
* @defgroup zynqmp_tm27 TM27 Test Support
* @ingroup RTEMSBSPsARMZynqMP
* @brief Interrupt Mechanisms for tm27 test
*/
#include <dev/irq/arm-gic-tm27.h>
#endif /* __tm27_h */

View File

@@ -1,12 +1,16 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
*
* @ingroup RTEMSBSPsARMZynqMPRPU
*
* @brief This source file contains the implementation of bsp_reset().
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2013 embedded brains GmbH
*
* Copyright (C) 2019 DornerWorks
*
* Written by Jeff Kubascik <jeff.kubascik@dornerworks.com>
* and Josh Whitehead <josh.whitehead@dornerworks.com>
* Copyright (C) 2024 embedded brains GmbH & Co. KG
* Copyright (C) 2023 Reflex Aerospace GmbH
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions

View File

@@ -1,12 +1,16 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
*
* @ingroup RTEMSBSPsARMZynqMPRPU
*
* @brief This source file contains the implementation of bsp_start().
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2013, 2015 embedded brains GmbH
*
* Copyright (C) 2019 DornerWorks
*
* Written by Jeff Kubascik <jeff.kubascik@dornerworks.com>
* and Josh Whitehead <josh.whitehead@dornerworks.com>
* Copyright (C) 2024 embedded brains GmbH & Co. KG
* Copyright (C) 2023 Reflex Aerospace GmbH
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions

View File

@@ -1,12 +1,16 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
*
* @ingroup RTEMSBSPsARMZynqMPRPU
*
* @brief This source file contains the implementation of bsp_start_hook_0().
*/
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2013, 2014 embedded brains GmbH
*
* Copyright (C) 2019 DornerWorks
*
* Written by Jeff Kubascik <jeff.kubascik@dornerworks.com>
* and Josh Whitehead <josh.whitehead@dornerworks.com>
* Copyright (C) 2024 embedded brains GmbH & Co. KG
* Copyright (C) 2023 Reflex Aerospace GmbH
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions

View File

@@ -1,6 +1,15 @@
/*
* SPDX-License-Identifier: BSD-2-Clause
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
*
* @ingroup RTEMSBSPsARMZynqMPRPU
*
* @brief This source file contains the implementation of
* zynqmp_setup_mpu_and_cache().
*/
/*
* Copyright (C) 2023 Reflex Aerospace GmbH
*
* Written by Philip Kirkpatrick <p.kirkpatrick@reflexaerospace.com>