bsps/powerpc: Manual file header clean up

Updates #4625.
This commit is contained in:
Christian Mauderer
2022-03-03 10:17:19 +01:00
parent 3fb2a815c7
commit f0f6e88882
7 changed files with 99 additions and 141 deletions

View File

@@ -1,21 +1,16 @@
/*===============================================================*\ /*
| Project: RTEMS support for MPC83xx | * RTEMS support for MPC83xx
+-----------------------------------------------------------------+ *
| Copyright (c) 2007 | * This file declares the MPC83xx TSEC networking driver.
| embedded brains GmbH | */
| Obere Lagerstr. 30 |
| 82178 Puchheim | /*
| Germany | * Copyright (c) 2007 embedded brains GmbH. All rights reserved.
| rtems@embedded-brains.de | *
+-----------------------------------------------------------------+ * The license and distribution terms for this file may be
| The license and distribution terms for this file may be | * found in the file LICENSE in this distribution or at
| found in the file LICENSE in this distribution or at | * http://www.rtems.org/license/LICENSE.
| | */
| http://www.rtems.org/license/LICENSE. |
| |
+-----------------------------------------------------------------+
| this file declares the MPC83xx TSEC networking driver |
\*===============================================================*/
#ifndef LIBCPU_POWERPC_TSEC_H #ifndef LIBCPU_POWERPC_TSEC_H
#define LIBCPU_POWERPC_TSEC_H #define LIBCPU_POWERPC_TSEC_H

View File

@@ -1,21 +1,17 @@
/*===============================================================*\ /*
| Project: RTEMS support for MPC83xx | * RTEMS support for MPC83xx
+-----------------------------------------------------------------+ *
| Copyright (c) 2007 | * This file contains the MPC83xx I2C driver declarations.
| embedded brains GmbH | */
| Obere Lagerstr. 30 |
| 82178 Puchheim | /*
| Germany | * Copyright (c) 2007 embedded brains GmbH. All rights reserved.
| rtems@embedded-brains.de | *
+-----------------------------------------------------------------+ * The license and distribution terms for this file may be
| The license and distribution terms for this file may be | * found in the file LICENSE in this distribution or at
| found in the file LICENSE in this distribution or at | * http://www.rtems.org/license/LICENSE.
| | */
| http://www.rtems.org/license/LICENSE. |
| |
+-----------------------------------------------------------------+
| this file contains the MPC83xx I2C driver declarations |
\*===============================================================*/
#ifndef _MPC83XX_I2CDRV_H #ifndef _MPC83XX_I2CDRV_H
#define _MPC83XX_I2CDRV_H #define _MPC83XX_I2CDRV_H

View File

@@ -1,22 +1,18 @@
/*===============================================================*\ /*
| Project: RTEMS support for MPC83xx | * RTEMS support for MPC83xx
+-----------------------------------------------------------------+ *
| Copyright (c) 2007 | * This file contains the MPC83xx SPI driver declarations.
| embedded brains GmbH | * NOTE: This driver has the same API as a I2C driver.
| Obere Lagerstr. 30 | */
| 82178 Puchheim |
| Germany | /*
| rtems@embedded-brains.de | * Copyright (c) 2007 embedded brains GmbH. All rights reserved.
+-----------------------------------------------------------------+ *
| The license and distribution terms for this file may be | * The license and distribution terms for this file may be
| found in the file LICENSE in this distribution or at | * found in the file LICENSE in this distribution or at
| | * http://www.rtems.org/license/LICENSE.
| 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 |
\*===============================================================*/
#ifndef _MPC83XX_SPIDRV_H #ifndef _MPC83XX_SPIDRV_H
#define _MPC83XX_SPIDRV_H #define _MPC83XX_SPIDRV_H

View File

@@ -1,21 +1,17 @@
/*===============================================================*\ /*
| Project: RTEMS virtex BSP | * RTEMS virtex BSP
+-----------------------------------------------------------------+ *
| Copyright (c) 2007 | * This file declares constants of the interrupt controller.
| embedded brains GmbH | */
| Obere Lagerstr. 30 |
| 82178 Puchheim | /*
| Germany | * Copyright (c) 2007 embedded brains GmbH. All rights reserved.
| rtems@embedded-brains.de | *
+-----------------------------------------------------------------+ * The license and distribution terms for this file may be
| The license and distribution terms for this file may be | * found in the file LICENSE in this distribution or at
| found in the file LICENSE in this distribution or at | * http://www.rtems.org/license/LICENSE.
| | */
| http://www.rtems.org/license/LICENSE. |
| |
+-----------------------------------------------------------------+
| this file declares constants of the interrupt controller |
\*===============================================================*/
#ifndef VIRTEX_IRQ_IRQ_H #ifndef VIRTEX_IRQ_IRQ_H
#define VIRTEX_IRQ_IRQ_H #define VIRTEX_IRQ_IRQ_H

View File

@@ -1,32 +1,18 @@
/*===============================================================*\ /*
| Project: RTEMS virtex BSP | * RTEMS virtex BSP
+-----------------------------------------------------------------+ *
| Partially based on the code references which are named below. | * This file contains the irq controller handler.
| Adaptions, modifications, enhancements and any recent parts of | *
| the code are: | * Content moved from opbintctrl.c:
| 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:
* *
* This file contains definitions and declarations for the * This file contains definitions and declarations for the
* Xilinx Off Processor Bus (OPB) Interrupt Controller * Xilinx Off Processor Bus (OPB) Interrupt Controller
* */
/*
* Author: Keith Robertson <kjrobert@alumni.uwaterloo.ca> * Author: Keith Robertson <kjrobert@alumni.uwaterloo.ca>
* COPYRIGHT (c) 2005 Linn Products Ltd, Scotland. * COPYRIGHT (c) 2005 Linn Products Ltd, Scotland.
* Copyright (c) 2007 embedded brains GmbH. All rights reserved.
* *
* The license and distribution terms for this file may be * The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at * found in the file LICENSE in this distribution or at

View File

@@ -1,21 +1,17 @@
/*===============================================================*\ /*
| Project: RTEMS virtex BSP | * RTEMS virtex BSP
+-----------------------------------------------------------------+ *
| Copyright (c) 2007 | * This file declares constants of the interrupt controller.
| embedded brains GmbH | */
| Obere Lagerstr. 30 |
| 82178 Puchheim | /*
| Germany | * Copyright (c) 2007 embedded brains GmbH. All rights reserved.
| rtems@embedded-brains.de | *
+-----------------------------------------------------------------+ * The license and distribution terms for this file may be
| The license and distribution terms for this file may be | * found in the file LICENSE in this distribution or at
| found in the file LICENSE in this distribution or at | * http://www.rtems.org/license/LICENSE.
| | */
| http://www.rtems.org/license/LICENSE. |
| |
+-----------------------------------------------------------------+
| this file declares constants of the interrupt controller |
\*===============================================================*/
#ifndef VIRTEX5_IRQ_IRQ_H #ifndef VIRTEX5_IRQ_IRQ_H
#define VIRTEX5_IRQ_IRQ_H #define VIRTEX5_IRQ_IRQ_H

View File

@@ -1,24 +1,17 @@
/*===============================================================*\ /*
| Project: RTEMS virtex BSP | * RTEMS virtex BSP
+-----------------------------------------------------------------+ *
| Partially based on the code references which are named below. | * This file contains the irq controller handler.
| Adaptions, modifications, enhancements and any recent parts of | */
| the code are: |
| Copyright (c) 2007 | /*
| embedded brains GmbH | * Copyright (c) 2007 embedded brains GmbH. All rights reserved.
| Obere Lagerstr. 30 | *
| 82178 Puchheim | * The license and distribution terms for this file may be
| Germany | * found in the file LICENSE in this distribution or at
| rtems@embedded-brains.de | * 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. |
| |
+-----------------------------------------------------------------+
| this file contains the irq controller handler |
\*===============================================================*/
#include <libcpu/spr.h> #include <libcpu/spr.h>
#include <bsp/irq.h> #include <bsp/irq.h>
#include <bsp.h> #include <bsp.h>