bsps/powerpc: Manual file header clean up

Updates #4625.
This commit is contained in:
Christian Mauderer
2022-03-03 10:14:04 +01:00
parent a11e1219c4
commit 6d4a72eb06
5 changed files with 73 additions and 100 deletions

View File

@@ -1,21 +1,16 @@
/*===============================================================*\ /*
| Project: RTEMS support for GWLCFM | * RTEMS support for GWLCFM
+-----------------------------------------------------------------+ *
| Copyright (c) 2010 | * This file contains the low level MPC5516 I2C driver parameters.
| embedded brains GmbH | */
| Obere Lagerstr. 30 |
| 82178 Puchheim | /*
| Germany | * Copyright (c) 2010 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 low level MPC5516 I2C driver parameters |
\*===============================================================*/
#include <libchip/i2c-2b-eeprom.h> #include <libchip/i2c-2b-eeprom.h>

View File

@@ -1,21 +1,16 @@
/*===============================================================*\ /*
| Project: RTEMS generic MPC83xx BSP | * RTEMS generic MPC83xx BSP
+-----------------------------------------------------------------+ *
| Copyright (c) 2007 | * This file integrates the IPIC irq 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 integrates the IPIC irq controller |
\*===============================================================*/
#include <rtems.h> #include <rtems.h>

View File

@@ -1,30 +1,24 @@
/*===============================================================*\
| Project: RTEMS BSP support for TQ modules |
+-----------------------------------------------------------------+
| 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 definitions to interact with TQC's |
| processor modules |
\*===============================================================*/
/* derived from mbx8xx BSP */
/* /*
* MPC8xx Internal Memory Map * RTEMS BSP support for TQ modules
* Copyright (c) 1997 Dan Malek (dmalek@jlc.net)
* *
* This file contains definitions to interact with TQC's
* processor modules.
*
* derived from mbx8xx BSP
*
* MPC8xx Internal Memory Map
*/
/*
* Copyright (c) 1997 Dan Malek (dmalek@jlc.net)
* 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.
*/
/*
* The I/O on the MPC860 is comprised of blocks of special registers * The I/O on the MPC860 is comprised of blocks of special registers
* and the dual port ram for the Communication Processor Module. * and the dual port ram for the Communication Processor Module.
* Within this space are functional units such as the SIU, memory * Within this space are functional units such as the SIU, memory

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 VIRTEX4_IRQ_IRQ_H #ifndef VIRTEX4_IRQ_IRQ_H
#define VIRTEX4_IRQ_IRQ_H #define VIRTEX4_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>