From f0f6e88882c3bae294debceb4cd351cb75b3fe85 Mon Sep 17 00:00:00 2001 From: Christian Mauderer Date: Thu, 3 Mar 2022 10:17:19 +0100 Subject: bsps/powerpc: Manual file header clean up Updates #4625. --- bsps/powerpc/include/bsp/tsec.h | 31 ++++++++----------- bsps/powerpc/include/mpc83xx/mpc83xx_i2cdrv.h | 32 +++++++++---------- bsps/powerpc/include/mpc83xx/mpc83xx_spidrv.h | 34 +++++++++------------ bsps/powerpc/virtex/include/bsp/irq.h | 32 +++++++++---------- bsps/powerpc/virtex/irq/irq_init.c | 44 +++++++++------------------ bsps/powerpc/virtex5/include/bsp/irq.h | 32 +++++++++---------- bsps/powerpc/virtex5/irq/irq_init.c | 35 +++++++++------------ 7 files changed, 99 insertions(+), 141 deletions(-) (limited to 'bsps/powerpc') diff --git a/bsps/powerpc/include/bsp/tsec.h b/bsps/powerpc/include/bsp/tsec.h index 6e774ebbb8..d3aaad2e65 100644 --- a/bsps/powerpc/include/bsp/tsec.h +++ b/bsps/powerpc/include/bsp/tsec.h @@ -1,21 +1,16 @@ -/*===============================================================*\ -| Project: RTEMS support for MPC83xx | -+-----------------------------------------------------------------+ -| Copyright (c) 2007 | -| embedded brains GmbH | -| Obere Lagerstr. 30 | -| 82178 Puchheim | -| Germany | -| rtems@embedded-brains.de | -+-----------------------------------------------------------------+ -| The license and distribution terms for this file may be | -| found in the file LICENSE in this distribution or at | -| | -| http://www.rtems.org/license/LICENSE. | -| | -+-----------------------------------------------------------------+ -| this file declares the MPC83xx TSEC networking driver | -\*===============================================================*/ +/* + * RTEMS support for MPC83xx + * + * This file declares the MPC83xx TSEC networking driver. + */ + +/* + * Copyright (c) 2007 embedded brains GmbH. All rights reserved. + * + * The license and distribution terms for this file may be + * found in the file LICENSE in this distribution or at + * http://www.rtems.org/license/LICENSE. + */ #ifndef LIBCPU_POWERPC_TSEC_H #define LIBCPU_POWERPC_TSEC_H diff --git a/bsps/powerpc/include/mpc83xx/mpc83xx_i2cdrv.h b/bsps/powerpc/include/mpc83xx/mpc83xx_i2cdrv.h index 8758568876..5ee3d63536 100644 --- a/bsps/powerpc/include/mpc83xx/mpc83xx_i2cdrv.h +++ b/bsps/powerpc/include/mpc83xx/mpc83xx_i2cdrv.h @@ -1,21 +1,17 @@ -/*===============================================================*\ -| Project: RTEMS support for MPC83xx | -+-----------------------------------------------------------------+ -| Copyright (c) 2007 | -| embedded brains GmbH | -| Obere Lagerstr. 30 | -| 82178 Puchheim | -| Germany | -| rtems@embedded-brains.de | -+-----------------------------------------------------------------+ -| The license and distribution terms for this file may be | -| found in the file LICENSE in this distribution or at | -| | -| http://www.rtems.org/license/LICENSE. | -| | -+-----------------------------------------------------------------+ -| this file contains the MPC83xx I2C driver declarations | -\*===============================================================*/ +/* + * RTEMS support for MPC83xx + * + * This file contains the MPC83xx I2C driver declarations. + */ + +/* + * Copyright (c) 2007 embedded brains GmbH. All rights reserved. + * + * The license and distribution terms for this file may be + * found in the file LICENSE in this distribution or at + * http://www.rtems.org/license/LICENSE. + */ + #ifndef _MPC83XX_I2CDRV_H #define _MPC83XX_I2CDRV_H diff --git a/bsps/powerpc/include/mpc83xx/mpc83xx_spidrv.h b/bsps/powerpc/include/mpc83xx/mpc83xx_spidrv.h index 9fcffb114d..48212469ab 100644 --- a/bsps/powerpc/include/mpc83xx/mpc83xx_spidrv.h +++ b/bsps/powerpc/include/mpc83xx/mpc83xx_spidrv.h @@ -1,22 +1,18 @@ -/*===============================================================*\ -| Project: RTEMS support for MPC83xx | -+-----------------------------------------------------------------+ -| Copyright (c) 2007 | -| embedded brains GmbH | -| Obere Lagerstr. 30 | -| 82178 Puchheim | -| Germany | -| rtems@embedded-brains.de | -+-----------------------------------------------------------------+ -| The license and distribution terms for this file may be | -| found in the file LICENSE in this distribution or at | -| | -| http://www.rtems.org/license/LICENSE. | -| | -+-----------------------------------------------------------------+ -| this file contains the MPC83xx SPI driver declarations | -| NOTE: this driver has the same API as a I2C driver | -\*===============================================================*/ +/* + * RTEMS support for MPC83xx + * + * This file contains the MPC83xx SPI driver declarations. + * NOTE: This driver has the same API as a I2C driver. + */ + +/* + * Copyright (c) 2007 embedded brains GmbH. All rights reserved. + * + * The license and distribution terms for this file may be + * found in the file LICENSE in this distribution or at + * http://www.rtems.org/license/LICENSE. + */ + #ifndef _MPC83XX_SPIDRV_H #define _MPC83XX_SPIDRV_H diff --git a/bsps/powerpc/virtex/include/bsp/irq.h b/bsps/powerpc/virtex/include/bsp/irq.h index 57f6d7e7d8..2360c593bc 100644 --- a/bsps/powerpc/virtex/include/bsp/irq.h +++ b/bsps/powerpc/virtex/include/bsp/irq.h @@ -1,21 +1,17 @@ -/*===============================================================*\ -| Project: RTEMS virtex BSP | -+-----------------------------------------------------------------+ -| Copyright (c) 2007 | -| embedded brains GmbH | -| Obere Lagerstr. 30 | -| 82178 Puchheim | -| Germany | -| rtems@embedded-brains.de | -+-----------------------------------------------------------------+ -| The license and distribution terms for this file may be | -| found in the file LICENSE in this distribution or at | -| | -| http://www.rtems.org/license/LICENSE. | -| | -+-----------------------------------------------------------------+ -| this file declares constants of the interrupt controller | -\*===============================================================*/ +/* + * RTEMS virtex BSP + * + * This file declares constants of the interrupt controller. + */ + +/* + * Copyright (c) 2007 embedded brains GmbH. All rights reserved. + * + * The license and distribution terms for this file may be + * found in the file LICENSE in this distribution or at + * http://www.rtems.org/license/LICENSE. + */ + #ifndef VIRTEX_IRQ_IRQ_H #define VIRTEX_IRQ_IRQ_H diff --git a/bsps/powerpc/virtex/irq/irq_init.c b/bsps/powerpc/virtex/irq/irq_init.c index 80b9e3b93b..6511b73886 100644 --- a/bsps/powerpc/virtex/irq/irq_init.c +++ b/bsps/powerpc/virtex/irq/irq_init.c @@ -1,36 +1,22 @@ -/*===============================================================*\ -| Project: RTEMS virtex BSP | -+-----------------------------------------------------------------+ -| Partially based on the code references which are named below. | -| Adaptions, modifications, enhancements and any recent parts of | -| the code are: | -| Copyright (c) 2007 | -| embedded brains GmbH | -| Obere Lagerstr. 30 | -| 82178 Puchheim | -| Germany | -| rtems@embedded-brains.de | -+-----------------------------------------------------------------+ -| The license and distribution terms for this file may be | -| found in the file LICENSE in this distribution or at | -| | -| http://www.rtems.org/license/LICENSE. | -| | -+-----------------------------------------------------------------+ -| this file contains the irq controller handler | -\*===============================================================*/ - -/* Content moved from opbintctrl.c: +/* + * RTEMS virtex BSP + * + * This file contains the irq controller handler. + * + * Content moved from opbintctrl.c: * * This file contains definitions and declarations for the * Xilinx Off Processor Bus (OPB) Interrupt Controller + */ + +/* + * Author: Keith Robertson + * COPYRIGHT (c) 2005 Linn Products Ltd, Scotland. + * Copyright (c) 2007 embedded brains GmbH. All rights reserved. * - * Author: Keith Robertson - * COPYRIGHT (c) 2005 Linn Products Ltd, Scotland. - * - * The license and distribution terms for this file may be - * found in the file LICENSE in this distribution or at - * http://www.rtems.org/license/LICENSE. + * The license and distribution terms for this file may be + * found in the file LICENSE in this distribution or at + * http://www.rtems.org/license/LICENSE. */ #include diff --git a/bsps/powerpc/virtex5/include/bsp/irq.h b/bsps/powerpc/virtex5/include/bsp/irq.h index b77c992c7c..9b2d19e8d8 100644 --- a/bsps/powerpc/virtex5/include/bsp/irq.h +++ b/bsps/powerpc/virtex5/include/bsp/irq.h @@ -1,21 +1,17 @@ -/*===============================================================*\ -| Project: RTEMS virtex BSP | -+-----------------------------------------------------------------+ -| Copyright (c) 2007 | -| embedded brains GmbH | -| Obere Lagerstr. 30 | -| 82178 Puchheim | -| Germany | -| rtems@embedded-brains.de | -+-----------------------------------------------------------------+ -| The license and distribution terms for this file may be | -| found in the file LICENSE in this distribution or at | -| | -| http://www.rtems.org/license/LICENSE. | -| | -+-----------------------------------------------------------------+ -| this file declares constants of the interrupt controller | -\*===============================================================*/ +/* + * RTEMS virtex BSP + * + * This file declares constants of the interrupt controller. + */ + +/* + * Copyright (c) 2007 embedded brains GmbH. All rights reserved. + * + * The license and distribution terms for this file may be + * found in the file LICENSE in this distribution or at + * http://www.rtems.org/license/LICENSE. + */ + #ifndef VIRTEX5_IRQ_IRQ_H #define VIRTEX5_IRQ_IRQ_H diff --git a/bsps/powerpc/virtex5/irq/irq_init.c b/bsps/powerpc/virtex5/irq/irq_init.c index fa55068724..58802b94d3 100644 --- a/bsps/powerpc/virtex5/irq/irq_init.c +++ b/bsps/powerpc/virtex5/irq/irq_init.c @@ -1,24 +1,17 @@ -/*===============================================================*\ -| Project: RTEMS virtex BSP | -+-----------------------------------------------------------------+ -| Partially based on the code references which are named below. | -| Adaptions, modifications, enhancements and any recent parts of | -| the code are: | -| Copyright (c) 2007 | -| embedded brains GmbH | -| Obere Lagerstr. 30 | -| 82178 Puchheim | -| Germany | -| rtems@embedded-brains.de | -+-----------------------------------------------------------------+ -| The license and distribution terms for this file may be | -| found in the file LICENSE in this distribution or at | -| | -| http://www.rtems.org/license/LICENSE. | -| | -+-----------------------------------------------------------------+ -| this file contains the irq controller handler | -\*===============================================================*/ +/* + * RTEMS virtex BSP + * + * This file contains the irq controller handler. + */ + +/* + * Copyright (c) 2007 embedded brains GmbH. All rights reserved. + * + * The license and distribution terms for this file may be + * found in the file LICENSE in this distribution or at + * http://www.rtems.org/license/LICENSE. + */ + #include #include #include -- cgit v1.2.3