summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-01-01 07:52:00 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-01-01 07:52:00 +0000
commitff28d60b96faaa329397cf6f846154d0a47d8b4b (patch)
tree3273b012d4d064d6f559b33983eb60c28e9dea56 /c/src/lib/libbsp
parent2005-11-31 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-ff28d60b96faaa329397cf6f846154d0a47d8b4b.tar.bz2
Cleanup CVS data.
Diffstat (limited to 'c/src/lib/libbsp')
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/bestcomm/bestcomm_glue.c27
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/bestcomm/bestcomm_glue.h20
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/clock/clock.c28
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/console/console.c21
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/i2c/i2cdrv.c24
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/i2c/mpc5200mbus.c23
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/i2c/mpc5200mbus.h22
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/ide/idecfg.c27
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/ide/pcmcia_ide.c30
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/ide/pcmcia_ide.h24
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/include/bsp.h20
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/include/mpc5200.h23
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/irq/irq.c30
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/irq/irq.h20
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/irq/irq_asm.S19
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/irq/irq_init.c30
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/mscan/mscan.c30
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/mscan/mscan.h20
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/network_5200/network.c26
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/nvram/m93cxx.h17
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/nvram/nvram.c21
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/nvram/nvram.h21
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/slicetimer/slicetimer.c21
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/slicetimer/slicetimer.h17
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/start/start.S20
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/startup/bspstart.c24
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/startup/cpuinit.c27
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/tod/pcf8563.c17
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/tod/pcf8563.h19
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/tod/todcfg.c21
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/vectors/vectors.S18
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/vectors/vectors_init.c24
32 files changed, 1 insertions, 730 deletions
diff --git a/c/src/lib/libbsp/powerpc/gen5200/bestcomm/bestcomm_glue.c b/c/src/lib/libbsp/powerpc/gen5200/bestcomm/bestcomm_glue.c
index 13cb6b9024..db35588245 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/bestcomm/bestcomm_glue.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/bestcomm/bestcomm_glue.c
@@ -1,8 +1,6 @@
/*===============================================================*\
| Project: RTEMS generic MPC5200 BSP |
+-----------------------------------------------------------------+
-| File: bestcomm_glue.c
-+-----------------------------------------------------------------+
| Copyright (c) 2004-2005 |
| Embedded Brains GmbH |
| Obere Lagerstr. 30 |
@@ -17,31 +15,6 @@
| |
+-----------------------------------------------------------------+
| this file contains glue functions to the Freescale BestComm API |
-+-----------------------------------------------------------------+
-| date history ID |
-| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
-| 01.12.05 creation doe |
-|*****************************************************************|
-|*CVS information: |
-|*(the following information is created automatically, |
-|*do not edit here) |
-|*****************************************************************|
-|* $Log$
-|* Revision 1.1 2005/12/31 05:09:25 ralf
-|* New (CVS import Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>'s
-|* submission).
-|*
-|* Revision 1.10 2005/12/09 08:57:03 thomas
-|* added/modifed file headers
-|*
-|* Revision 1.9 2005/12/06 14:30:42 thomas
-|* updated name for peripheral register block
-|*
-|* Revision 1.8 2005/12/06 14:11:11 thomas
-|* added EB file headers
-|*
- *
-|*****************************************************************|
\*===============================================================*/
#include <rtems.h>
#include <rtems/error.h>
diff --git a/c/src/lib/libbsp/powerpc/gen5200/bestcomm/bestcomm_glue.h b/c/src/lib/libbsp/powerpc/gen5200/bestcomm/bestcomm_glue.h
index 1bd68cf143..13c3687fc0 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/bestcomm/bestcomm_glue.h
+++ b/c/src/lib/libbsp/powerpc/gen5200/bestcomm/bestcomm_glue.h
@@ -1,8 +1,6 @@
/*===============================================================*\
| Project: RTEMS generic MPC5200 BSP |
+-----------------------------------------------------------------+
-| File: bestcomm_glue.h
-+-----------------------------------------------------------------+
| Copyright (c) 2004-2005 |
| Embedded Brains GmbH |
| Obere Lagerstr. 30 |
@@ -17,24 +15,6 @@
| |
+-----------------------------------------------------------------+
| this file declares glue functions to the Freescale BestComm API |
-+-----------------------------------------------------------------+
-| date history ID |
-| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
-| 01.12.05 creation doe |
-|*****************************************************************|
-|*CVS information: |
-|*(the following information is created automatically, |
-|*do not edit here) |
-|*****************************************************************|
-|* $Log$
-|* Revision 1.4 2005/12/09 08:57:03 thomas
-|* added/modifed file headers
-|*
-|* Revision 1.3 2005/12/06 14:11:11 thomas
-|* added EB file headers
-|*
- *
-|*****************************************************************|
\*===============================================================*/
#ifndef _BESTCOMM_GLUE_H
#define _BESTCOMM_GLUE_H
diff --git a/c/src/lib/libbsp/powerpc/gen5200/clock/clock.c b/c/src/lib/libbsp/powerpc/gen5200/clock/clock.c
index 5455bcc2c5..33605decbf 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/clock/clock.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/clock/clock.c
@@ -1,8 +1,6 @@
/*===============================================================*\
| Project: RTEMS generic MPC5200 BSP |
+-----------------------------------------------------------------+
-| File: clock.c
-+-----------------------------------------------------------------+
| Partially based on the code references which are named below. |
| Adaptions, modifications, enhancements and any recent parts of |
| the code are: |
@@ -20,31 +18,6 @@
| |
+-----------------------------------------------------------------+
| this file contains the clock driver functions |
-+-----------------------------------------------------------------+
-| date history ID |
-| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
-| 01.12.05 creation doe |
-|*****************************************************************|
-|*CVS information: |
-|*(the following information is created automatically, |
-|*do not edit here) |
-|*****************************************************************|
-|* $Log$
-|* Revision 1.1 2005/12/31 05:09:25 ralf
-|* New (CVS import Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>'s
-|* submission).
-|*
-|* Revision 1.9 2005/12/09 08:57:03 thomas
-|* added/modifed file headers
-|*
-|* Revision 1.8 2005/12/06 14:30:42 thomas
-|* updated name for peripheral register block
-|*
-|* Revision 1.7 2005/12/06 14:11:11 thomas
-|* added EB file headers
-|*
- *
-|*****************************************************************|
\*===============================================================*/
/***********************************************************************/
/* */
@@ -471,4 +444,3 @@ rtems_device_driver Clock_control
return RTEMS_SUCCESSFUL;
}
-
diff --git a/c/src/lib/libbsp/powerpc/gen5200/console/console.c b/c/src/lib/libbsp/powerpc/gen5200/console/console.c
index 270c6bbb8c..b5cda81de5 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/console/console.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/console/console.c
@@ -1,8 +1,6 @@
/*===============================================================*\
| Project: RTEMS generic MPC5200 BSP |
+-----------------------------------------------------------------+
-| File: console.c
-+-----------------------------------------------------------------+
| Partially based on the code references which are named below. |
| Adaptions, modifications, enhancements and any recent parts of |
| the code are: |
@@ -20,25 +18,6 @@
| |
+-----------------------------------------------------------------+
| this file contains the console driver functions |
-+-----------------------------------------------------------------+
-| date history ID |
-| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
-| 01.12.05 creation doe |
-|*****************************************************************|
-|*CVS information: |
-|*(the following information is created automatically, |
-|*do not edit here) |
-|*****************************************************************|
-|* $Log$
-|* Revision 1.1 2005/12/31 05:09:25 ralf
-|* New (CVS import Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>'s
-|* submission).
-|*
-|* Revision 1.11 2005/12/09 08:57:03 thomas
-|* added/modifed file headers
-|*
- *
-|*****************************************************************|
\*===============================================================*/
/***********************************************************************/
/* */
diff --git a/c/src/lib/libbsp/powerpc/gen5200/i2c/i2cdrv.c b/c/src/lib/libbsp/powerpc/gen5200/i2c/i2cdrv.c
index 3ce14c2f85..2309d605a8 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/i2c/i2cdrv.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/i2c/i2cdrv.c
@@ -1,8 +1,6 @@
/*===============================================================*\
| Project: RTEMS generic MPC5200 BSP |
+-----------------------------------------------------------------+
-| File: i2cdrv.c
-+-----------------------------------------------------------------+
| Copyright (c) 2005 |
| Embedded Brains GmbH |
| Obere Lagerstr. 30 |
@@ -20,28 +18,6 @@
+-----------------------------------------------------------------+
| This file has been adapted from an existing source code file, |
| see the original file header below for reference |
-+-----------------------------------------------------------------+
-| date history ID |
-| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
-| 01.12.05 creation doe |
-|*****************************************************************|
-|*CVS information: |
-|*(the following information is created automatically, |
-|*do not edit here) |
-|*****************************************************************|
-|* $Log$
-|* Revision 1.1 2005/12/31 05:09:25 ralf
-|* New (CVS import Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>'s
-|* submission).
-|*
-|* Revision 1.8 2005/12/09 08:57:03 thomas
-|* added/modifed file headers
-|*
-|* Revision 1.7 2005/12/06 14:11:11 thomas
-|* added EB file headers
-|*
- *
-|*****************************************************************|
\*===============================================================*/
/* I2C driver for MCF5206eLITE board. I2C bus accessed through on-chip
diff --git a/c/src/lib/libbsp/powerpc/gen5200/i2c/mpc5200mbus.c b/c/src/lib/libbsp/powerpc/gen5200/i2c/mpc5200mbus.c
index 74c74e1a79..0c9d3141af 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/i2c/mpc5200mbus.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/i2c/mpc5200mbus.c
@@ -1,8 +1,6 @@
/*===============================================================*\
| Project: RTEMS generic MPC5200 BSP |
+-----------------------------------------------------------------+
-| File: mpc5200mbus.c
-+-----------------------------------------------------------------+
| Copyright (c) 2005 |
| Embedded Brains GmbH |
| Obere Lagerstr. 30 |
@@ -20,27 +18,6 @@
+-----------------------------------------------------------------+
| This file has been adapted from an existing source code file, |
| see the original file header below for reference |
-+-----------------------------------------------------------------+
-| date history ID |
-| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
-| 01.12.05 creation doe |
-|*****************************************************************|
-|*CVS information: |
-|*(the following information is created automatically, |
-|*do not edit here) |
-|*****************************************************************|
-|* $Log$
-|* Revision 1.7 2005/12/09 08:57:03 thomas
-|* added/modifed file headers
-|*
-|* Revision 1.6 2005/12/06 14:30:42 thomas
-|* updated name for peripheral register block
-|*
-|* Revision 1.5 2005/12/06 14:11:11 thomas
-|* added EB file headers
-|*
- *
-|*****************************************************************|
\*===============================================================*/
/* MCF5206e MBUS module (I2C bus) driver
diff --git a/c/src/lib/libbsp/powerpc/gen5200/i2c/mpc5200mbus.h b/c/src/lib/libbsp/powerpc/gen5200/i2c/mpc5200mbus.h
index 78975d66d8..30d18a1015 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/i2c/mpc5200mbus.h
+++ b/c/src/lib/libbsp/powerpc/gen5200/i2c/mpc5200mbus.h
@@ -1,8 +1,6 @@
/*===============================================================*\
| Project: RTEMS generic MPC5200 BSP |
+-----------------------------------------------------------------+
-| File: mpc5200mbus.h
-+-----------------------------------------------------------------+
| Copyright (c) 2005 |
| Embedded Brains GmbH |
| Obere Lagerstr. 30 |
@@ -20,24 +18,6 @@
+-----------------------------------------------------------------+
| This file has been adapted from an existing source code file, |
| see the original file header below for reference |
-+-----------------------------------------------------------------+
-| date history ID |
-| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
-| 01.12.05 creation doe |
-|*****************************************************************|
-|*CVS information: |
-|*(the following information is created automatically, |
-|*do not edit here) |
-|*****************************************************************|
-|* $Log$
-|* Revision 1.5 2005/12/09 08:57:03 thomas
-|* added/modifed file headers
-|*
-|* Revision 1.4 2005/12/06 14:11:11 thomas
-|* added EB file headers
-|*
- *
-|*****************************************************************|
\*===============================================================*/
/*
* MCF5206e MBUS module (I2C bus) driver header file
@@ -49,8 +29,6 @@
* found in the file LICENSE in this distribution or at
*
* http://www.rtems.com/license/LICENSE.
- *
- * @(#) mcfmbus.h,v 1.3 2004/03/31 01:59:32 ralf Exp
*/
#ifndef __MPC5200BSP_MPC5200MBUS_H__
diff --git a/c/src/lib/libbsp/powerpc/gen5200/ide/idecfg.c b/c/src/lib/libbsp/powerpc/gen5200/ide/idecfg.c
index be1917ac1f..9083d16a22 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/ide/idecfg.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/ide/idecfg.c
@@ -1,8 +1,6 @@
/*===============================================================*\
| Project: RTEMS generic MPC5200 BSP |
+-----------------------------------------------------------------+
-| File: idecfg.c
-+-----------------------------------------------------------------+
| Copyright (c) 2005 |
| Embedded Brains GmbH |
| Obere Lagerstr. 30 |
@@ -17,31 +15,6 @@
| |
+-----------------------------------------------------------------+
| this file contains the IDE configuration |
-+-----------------------------------------------------------------+
-| date history ID |
-| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
-| 01.12.05 creation doe |
-|*****************************************************************|
-|*CVS information: |
-|*(the following information is created automatically, |
-|*do not edit here) |
-|*****************************************************************|
-|* $Log$
-|* Revision 1.1 2005/12/31 05:09:25 ralf
-|* New (CVS import Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>'s
-|* submission).
-|*
-|* Revision 1.5 2005/12/09 08:57:03 thomas
-|* added/modifed file headers
-|*
-|* Revision 1.4 2005/12/06 14:30:42 thomas
-|* updated name for peripheral register block
-|*
-|* Revision 1.3 2005/12/06 14:11:11 thomas
-|* added EB file headers
-|*
- *
-|*****************************************************************|
\*===============================================================*/
#include <rtems.h>
#include <bsp.h>
diff --git a/c/src/lib/libbsp/powerpc/gen5200/ide/pcmcia_ide.c b/c/src/lib/libbsp/powerpc/gen5200/ide/pcmcia_ide.c
index b89b07e481..d81342b89a 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/ide/pcmcia_ide.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/ide/pcmcia_ide.c
@@ -1,8 +1,6 @@
/*===============================================================*\
| Project: RTEMS generic MPC5200 BSP |
+-----------------------------------------------------------------+
-| File: pcmcia_ide.c
-+-----------------------------------------------------------------+
| Partially based on the code references which are named below. |
| Adaptions, modifications, enhancements and any recent parts of |
| the code are: |
@@ -20,34 +18,6 @@
| |
+-----------------------------------------------------------------+
| this file contains the PCMCIA IDE access functions |
-+-----------------------------------------------------------------+
-| date history ID |
-| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
-| 01.12.05 creation doe |
-|*****************************************************************|
-|*CVS information: |
-|*(the following information is created automatically, |
-|*do not edit here) |
-|*****************************************************************|
-|* $Log$
-|* Revision 1.1 2005/12/31 05:09:26 ralf
-|* New (CVS import Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>'s
-|* submission).
-|*
-|* Revision 1.10 2005/12/09 09:05:16 thomas
-|* changed names of board variations
-|*
-|* Revision 1.9 2005/12/09 08:57:03 thomas
-|* added/modifed file headers
-|*
-|* Revision 1.8 2005/12/06 14:30:42 thomas
-|* updated name for peripheral register block
-|*
-|* Revision 1.7 2005/12/06 14:11:11 thomas
-|* added EB file headers
-|*
- *
-|*****************************************************************|
\*===============================================================*/
/***********************************************************************/
/* */
diff --git a/c/src/lib/libbsp/powerpc/gen5200/ide/pcmcia_ide.h b/c/src/lib/libbsp/powerpc/gen5200/ide/pcmcia_ide.h
index b0f9968de2..c5d7509a23 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/ide/pcmcia_ide.h
+++ b/c/src/lib/libbsp/powerpc/gen5200/ide/pcmcia_ide.h
@@ -1,8 +1,6 @@
/*===============================================================*\
| Project: RTEMS generic MPC5200 BSP |
+-----------------------------------------------------------------+
-| File: pcmcia_ide.h
-+-----------------------------------------------------------------+
| Partially based on the code references which are named below. |
| Adaptions, modifications, enhancements and any recent parts of |
| the code are: |
@@ -20,28 +18,6 @@
| |
+-----------------------------------------------------------------+
| this file contains declarations for the PCMCIA IDE Interface |
-+-----------------------------------------------------------------+
-| date history ID |
-| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
-| 01.12.05 creation doe |
-|*****************************************************************|
-|*CVS information: |
-|*(the following information is created automatically, |
-|*do not edit here) |
-|*****************************************************************|
-|* $Log$
-|* Revision 1.1 2005/12/31 05:09:26 ralf
-|* New (CVS import Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>'s
-|* submission).
-|*
-|* Revision 1.5 2005/12/09 08:57:03 thomas
-|* added/modifed file headers
-|*
-|* Revision 1.4 2005/12/06 14:11:12 thomas
-|* added EB file headers
-|*
- *
-|*****************************************************************|
\*===============================================================*/
/***********************************************************************/
/* */
diff --git a/c/src/lib/libbsp/powerpc/gen5200/include/bsp.h b/c/src/lib/libbsp/powerpc/gen5200/include/bsp.h
index 7b80905e20..88173de08e 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/gen5200/include/bsp.h
@@ -1,8 +1,6 @@
/*===============================================================*\
| Project: RTEMS generic MPC5200 BSP |
+-----------------------------------------------------------------+
-| File: bsp.h
-+-----------------------------------------------------------------+
| Partially based on the code references which are named below. |
| Adaptions, modifications, enhancements and any recent parts of |
| the code are: |
@@ -20,24 +18,6 @@
| |
+-----------------------------------------------------------------+
| this file contains board specific definitions |
-+-----------------------------------------------------------------+
-| date history ID |
-| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
-| 01.12.05 creation doe |
-|*****************************************************************|
-|*CVS information: |
-|*(the following information is created automatically, |
-|*do not edit here) |
-|*****************************************************************|
-|* $Log$
-|* Revision 1.11 2005/12/09 08:57:03 thomas
-|* added/modifed file headers
-|*
-|* Revision 1.10 2005/12/06 14:11:12 thomas
-|* added EB file headers
-|*
- *
-|*****************************************************************|
\*===============================================================*/
#ifndef __GEN5200_BSP_h
diff --git a/c/src/lib/libbsp/powerpc/gen5200/include/mpc5200.h b/c/src/lib/libbsp/powerpc/gen5200/include/mpc5200.h
index b93916672b..748eb77d70 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/include/mpc5200.h
+++ b/c/src/lib/libbsp/powerpc/gen5200/include/mpc5200.h
@@ -1,8 +1,6 @@
/*===============================================================*\
| Project: RTEMS generic MPC5200 BSP |
+-----------------------------------------------------------------+
-| File: mpc5200.h
-+-----------------------------------------------------------------+
| Partially based on the code references which are named below. |
| Adaptions, modifications, enhancements and any recent parts of |
| the code are: |
@@ -20,27 +18,6 @@
| |
+-----------------------------------------------------------------+
| this file contains definitions for the mpc5200 hw registers |
-+-----------------------------------------------------------------+
-| date history ID |
-| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
-| 01.12.05 creation doe |
-|*****************************************************************|
-|*CVS information: |
-|*(the following information is created automatically, |
-|*do not edit here) |
-|*****************************************************************|
-|* $Log$
-|* Revision 1.4 2005/12/09 08:57:03 thomas
-|* added/modifed file headers
-|*
-|* Revision 1.3 2005/12/06 14:30:42 thomas
-|* updated name for peripheral register block
-|*
-|* Revision 1.2 2005/12/06 14:11:12 thomas
-|* added EB file headers
-|*
- *
-|*****************************************************************|
\*===============================================================*/
#ifndef __MPC5200_h__
diff --git a/c/src/lib/libbsp/powerpc/gen5200/irq/irq.c b/c/src/lib/libbsp/powerpc/gen5200/irq/irq.c
index 6d37dd231c..955970a3d9 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/irq/irq.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/irq/irq.c
@@ -1,8 +1,6 @@
/*===============================================================*\
| Project: RTEMS generic MPC5200 BSP |
+-----------------------------------------------------------------+
-| File: irq.c
-+-----------------------------------------------------------------+
| Partially based on the code references which are named below. |
| Adaptions, modifications, enhancements and any recent parts of |
| the code are: |
@@ -20,34 +18,6 @@
| |
+-----------------------------------------------------------------+
| this file contains the irq controller handler |
-+-----------------------------------------------------------------+
-| date history ID |
-| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
-| 01.12.05 creation doe |
-|*****************************************************************|
-|*CVS information: |
-|*(the following information is created automatically, |
-|*do not edit here) |
-|*****************************************************************|
-|* $Log$
-|* Revision 1.2 2005/12/31 09:28:01 ralf
-|* Misc include file fixes.
-|*
-|* Revision 1.1 2005/12/31 05:09:26 ralf
-|* New (CVS import Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>'s
-|* submission).
-|*
-|* Revision 1.6 2005/12/09 08:57:03 thomas
-|* added/modifed file headers
-|*
-|* Revision 1.5 2005/12/06 14:30:42 thomas
-|* updated name for peripheral register block
-|*
-|* Revision 1.4 2005/12/06 14:11:12 thomas
-|* added EB file headers
-|*
- *
-|*****************************************************************|
\*===============================================================*/
/***********************************************************************/
/* */
diff --git a/c/src/lib/libbsp/powerpc/gen5200/irq/irq.h b/c/src/lib/libbsp/powerpc/gen5200/irq/irq.h
index e0d54fdba7..f69210094f 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/irq/irq.h
+++ b/c/src/lib/libbsp/powerpc/gen5200/irq/irq.h
@@ -1,8 +1,6 @@
/*===============================================================*\
| Project: RTEMS generic MPC5200 BSP |
+-----------------------------------------------------------------+
-| File: irq.h
-+-----------------------------------------------------------------+
| Partially based on the code references which are named below. |
| Adaptions, modifications, enhancements and any recent parts of |
| the code are: |
@@ -20,24 +18,6 @@
| |
+-----------------------------------------------------------------+
| this file contains declarations for the irq controller handler |
-+-----------------------------------------------------------------+
-| date history ID |
-| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
-| 01.12.05 creation doe |
-|*****************************************************************|
-|*CVS information: |
-|*(the following information is created automatically, |
-|*do not edit here) |
-|*****************************************************************|
-|* $Log$
-|* Revision 1.6 2005/12/09 08:57:03 thomas
-|* added/modifed file headers
-|*
-|* Revision 1.5 2005/12/06 14:11:12 thomas
-|* added EB file headers
-|*
- *
-|*****************************************************************|
\*===============================================================*/
/***********************************************************************/
/* */
diff --git a/c/src/lib/libbsp/powerpc/gen5200/irq/irq_asm.S b/c/src/lib/libbsp/powerpc/gen5200/irq/irq_asm.S
index efb2465891..605ffbaacd 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/irq/irq_asm.S
+++ b/c/src/lib/libbsp/powerpc/gen5200/irq/irq_asm.S
@@ -21,23 +21,6 @@
+-----------------------------------------------------------------+
| this file contains the assembler portion of the irq handling |
+-----------------------------------------------------------------+
-| date history ID |
-| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
-| 01.12.05 creation doe |
-|*****************************************************************|
-|*CVS information: |
-|*(the following information is created automatically, |
-|*do not edit here) |
-|*****************************************************************|
-|* $Log$
-|* Revision 1.5 2005/12/09 08:57:03 thomas
-|* added/modifed file headers
-|*
-|* Revision 1.4 2005/12/06 14:11:12 thomas
-|* added EB file headers
-|*
- *
-|*****************************************************************|
\*===============================================================*/
/***********************************************************************/
/* */
@@ -95,7 +78,7 @@
#include <rtems/score/cpuopts.h> /* for PPC_HAS_FPU */
#include <rtems/score/cpu.h>
#include <rtems/asm.h>
-#include "../include/raw_exception.h"
+#include <libcpu/raw_exception.h>
#define SYNC \
sync; \
diff --git a/c/src/lib/libbsp/powerpc/gen5200/irq/irq_init.c b/c/src/lib/libbsp/powerpc/gen5200/irq/irq_init.c
index 1c1af54bc9..5f47459548 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/irq/irq_init.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/irq/irq_init.c
@@ -1,8 +1,6 @@
/*===============================================================*\
| Project: RTEMS generic MPC5200 BSP |
+-----------------------------------------------------------------+
-| File: irq_init.c
-+-----------------------------------------------------------------+
| Partially based on the code references which are named below. |
| Adaptions, modifications, enhancements and any recent parts of |
| the code are: |
@@ -20,34 +18,6 @@
| |
+-----------------------------------------------------------------+
| this file contains the IRQ controller/system initialization |
-+-----------------------------------------------------------------+
-| date history ID |
-| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
-| 01.12.05 creation doe |
-|*****************************************************************|
-|*CVS information: |
-|*(the following information is created automatically, |
-|*do not edit here) |
-|*****************************************************************|
-|* $Log$
-|* Revision 1.2 2005/12/31 09:28:01 ralf
-|* Misc include file fixes.
-|*
-|* Revision 1.1 2005/12/31 05:09:26 ralf
-|* New (CVS import Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>'s
-|* submission).
-|*
-|* Revision 1.6 2005/12/09 08:57:03 thomas
-|* added/modifed file headers
-|*
-|* Revision 1.5 2005/12/06 14:30:42 thomas
-|* updated name for peripheral register block
-|*
-|* Revision 1.4 2005/12/06 14:11:12 thomas
-|* added EB file headers
-|*
- *
-|*****************************************************************|
\*===============================================================*/
/***********************************************************************/
/* */
diff --git a/c/src/lib/libbsp/powerpc/gen5200/mscan/mscan.c b/c/src/lib/libbsp/powerpc/gen5200/mscan/mscan.c
index f30dc657b4..857a160b9b 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/mscan/mscan.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/mscan/mscan.c
@@ -1,8 +1,6 @@
/*===============================================================*\
| Project: RTEMS generic MPC5200 BSP |
+-----------------------------------------------------------------+
-| File: $File$
-+-----------------------------------------------------------------+
| Copyright (c) 2005 |
| Embedded Brains GmbH |
| Obere Lagerstr. 30 |
@@ -17,34 +15,6 @@
| |
+-----------------------------------------------------------------+
| this file contains the MSCAN driver |
-+-----------------------------------------------------------------+
-| date history ID |
-| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
-| 01.12.05 creation doe |
-|*****************************************************************|
-|*CVS information: |
-|*(the following information is created automatically, |
-|*do not edit here) |
-|*****************************************************************|
-|* $Log$
-|* Revision 1.1 2005/12/31 05:09:26 ralf
-|* New (CVS import Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>'s
-|* submission).
-|*
-|* Revision 1.31 2005/12/11 23:00:27 peter
-|* initialization according to bitrate and max. no of tq per can bit
-|*
-|* Revision 1.30 2005/12/09 08:57:03 thomas
-|* added/modifed file headers
-|*
-|* Revision 1.29 2005/12/06 14:30:42 thomas
-|* updated name for peripheral register block
-|*
-|* Revision 1.28 2005/12/06 14:11:12 thomas
-|* added EB file headers
-|*
- *
-|*****************************************************************|
\*===============================================================*/
#include <stdio.h>
diff --git a/c/src/lib/libbsp/powerpc/gen5200/mscan/mscan.h b/c/src/lib/libbsp/powerpc/gen5200/mscan/mscan.h
index af4a342537..7b70a55d25 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/mscan/mscan.h
+++ b/c/src/lib/libbsp/powerpc/gen5200/mscan/mscan.h
@@ -1,8 +1,6 @@
/*===============================================================*\
| Project: RTEMS generic MPC5200 BSP |
+-----------------------------------------------------------------+
-| File: $File$
-+-----------------------------------------------------------------+
| Partially based on the code references which are named below. |
| Adaptions, modifications, enhancements and any recent parts of |
| the code are: |
@@ -20,24 +18,6 @@
| |
+-----------------------------------------------------------------+
| this file declares stuff for the mscan driver |
-+-----------------------------------------------------------------+
-| date history ID |
-| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
-| 01.12.05 creation doe |
-|*****************************************************************|
-|*CVS information: |
-|*(the following information is created automatically, |
-|*do not edit here) |
-|*****************************************************************|
-|* $Log$
-|* Revision 1.18 2005/12/11 23:02:16 peter
-|* added can bitrate and timings
-|*
-|* Revision 1.17 2005/12/06 14:11:12 thomas
-|* added EB file headers
-|*
- *
-|*****************************************************************|
\*===============================================================*/
#ifndef __MSCAN_H__
#define __MSCAN_H__
diff --git a/c/src/lib/libbsp/powerpc/gen5200/network_5200/network.c b/c/src/lib/libbsp/powerpc/gen5200/network_5200/network.c
index f82f68b8f1..3a5dada349 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/network_5200/network.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/network_5200/network.c
@@ -1,8 +1,6 @@
/*===============================================================*\
| Project: RTEMS generic MPC5200 BSP |
+-----------------------------------------------------------------+
-| File: $File$
-+-----------------------------------------------------------------+
| Partially based on the code references which are named below. |
| Adaptions, modifications, enhancements and any recent parts of |
| the code are: |
@@ -20,28 +18,6 @@
| |
+-----------------------------------------------------------------+
| this file contains the networking driver |
-+-----------------------------------------------------------------+
-| date history ID |
-| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
-| 01.12.05 creation doe |
-|*****************************************************************|
-|*CVS information: |
-|*(the following information is created automatically, |
-|*do not edit here) |
-|*****************************************************************|
-|* $Log$
-|* Revision 1.1 2005/12/31 05:09:26 ralf
-|* New (CVS import Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>'s
-|* submission).
-|*
-|* Revision 1.10 2005/12/06 14:30:42 thomas
-|* updated name for peripheral register block
-|*
-|* Revision 1.9 2005/12/06 14:11:12 thomas
-|* added EB file headers
-|*
- *
-|*****************************************************************|
\*===============================================================*/
/*
* RTEMS/TCPIP driver for MPC5200 FEC Ethernet
@@ -76,8 +52,6 @@
* and Charles-Antoine Gauthier <charles.gauthier@iit.nrc.ca>
* Copyright (c) 1999, National Research Council of Canada
*
- * network.c,v 1.7 2001/08/31 14:57:48 joel Exp
- *
*/
#include <rtems.h>
#include <rtems/error.h>
diff --git a/c/src/lib/libbsp/powerpc/gen5200/nvram/m93cxx.h b/c/src/lib/libbsp/powerpc/gen5200/nvram/m93cxx.h
index f043d696e3..7f7ecbd669 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/nvram/m93cxx.h
+++ b/c/src/lib/libbsp/powerpc/gen5200/nvram/m93cxx.h
@@ -1,8 +1,6 @@
/*===============================================================*\
| Project: RTEMS generic MPC5200 BSP |
+-----------------------------------------------------------------+
-| File: m93cxx.h
-+-----------------------------------------------------------------+
| Partially based on the code references which are named below. |
| Adaptions, modifications, enhancements and any recent parts of |
| the code are: |
@@ -20,21 +18,6 @@
| |
+-----------------------------------------------------------------+
| this file contains definitions for the M93Cxx EEPROM devices |
-+-----------------------------------------------------------------+
-| date history ID |
-| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
-| 01.12.05 creation doe |
-|*****************************************************************|
-|*CVS information: |
-|*(the following information is created automatically, |
-|*do not edit here) |
-|*****************************************************************|
-|* $Log$
-|* Revision 1.4 2005/12/09 08:57:03 thomas
-|* added/modifed file headers
-|*
- *
-|*****************************************************************|
\*===============================================================*/
/***********************************************************************/
/* */
diff --git a/c/src/lib/libbsp/powerpc/gen5200/nvram/nvram.c b/c/src/lib/libbsp/powerpc/gen5200/nvram/nvram.c
index 3596b0ca9f..45039d5c8d 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/nvram/nvram.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/nvram/nvram.c
@@ -1,8 +1,6 @@
/*===============================================================*\
| Project: RTEMS generic MPC5200 BSP |
+-----------------------------------------------------------------+
-| File: nvram.c
-+-----------------------------------------------------------------+
| Partially based on the code references which are named below. |
| Adaptions, modifications, enhancements and any recent parts of |
| the code are: |
@@ -20,25 +18,6 @@
| |
+-----------------------------------------------------------------+
| this file contains the nvram functions |
-+-----------------------------------------------------------------+
-| date history ID |
-| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
-| 01.12.05 creation doe |
-|*****************************************************************|
-|*CVS information: |
-|*(the following information is created automatically, |
-|*do not edit here) |
-|*****************************************************************|
-|* $Log$
-|* Revision 1.1 2005/12/31 05:09:26 ralf
-|* New (CVS import Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>'s
-|* submission).
-|*
-|* Revision 1.4 2005/12/09 08:57:03 thomas
-|* added/modifed file headers
-|*
- *
-|*****************************************************************|
\*===============================================================*/
/***********************************************************************/
/* */
diff --git a/c/src/lib/libbsp/powerpc/gen5200/nvram/nvram.h b/c/src/lib/libbsp/powerpc/gen5200/nvram/nvram.h
index f03a13ecd6..15b525fc97 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/nvram/nvram.h
+++ b/c/src/lib/libbsp/powerpc/gen5200/nvram/nvram.h
@@ -1,8 +1,6 @@
/*===============================================================*\
| Project: RTEMS generic MPC5200 BSP |
+-----------------------------------------------------------------+
-| File: nvram.h
-+-----------------------------------------------------------------+
| Partially based on the code references which are named below. |
| Adaptions, modifications, enhancements and any recent parts of |
| the code are: |
@@ -20,25 +18,6 @@
| |
+-----------------------------------------------------------------+
| this file contains the nvram declarations |
-+-----------------------------------------------------------------+
-| date history ID |
-| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
-| 01.12.05 creation doe |
-|*****************************************************************|
-|*CVS information: |
-|*(the following information is created automatically, |
-|*do not edit here) |
-|*****************************************************************|
-|* $Log$
-|* Revision 1.1 2005/12/31 05:09:26 ralf
-|* New (CVS import Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>'s
-|* submission).
-|*
-|* Revision 1.3 2005/12/09 08:57:03 thomas
-|* added/modifed file headers
-|*
- *
-|*****************************************************************|
\*===============================================================*/
/***********************************************************************/
/* */
diff --git a/c/src/lib/libbsp/powerpc/gen5200/slicetimer/slicetimer.c b/c/src/lib/libbsp/powerpc/gen5200/slicetimer/slicetimer.c
index 2a312a9e33..ddda1791d2 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/slicetimer/slicetimer.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/slicetimer/slicetimer.c
@@ -1,8 +1,6 @@
/*===============================================================*\
| Project: RTEMS generic MPC5200 BSP |
+-----------------------------------------------------------------+
-| File: slicetimer.c
-+-----------------------------------------------------------------+
| Partially based on the code references which are named below. |
| Adaptions, modifications, enhancements and any recent parts of |
| the code are: |
@@ -20,25 +18,6 @@
| |
+-----------------------------------------------------------------+
| this file contains functions to implement a slice timer |
-+-----------------------------------------------------------------+
-| date history ID |
-| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
-| 01.12.05 creation doe |
-|*****************************************************************|
-|*CVS information: |
-|*(the following information is created automatically, |
-|*do not edit here) |
-|*****************************************************************|
-|* $Log$
-|* Revision 1.1 2005/12/31 05:09:26 ralf
-|* New (CVS import Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>'s
-|* submission).
-|*
-|* Revision 1.7 2005/12/09 08:57:03 thomas
-|* added/modifed file headers
-|*
- *
-|*****************************************************************|
\*===============================================================*/
/***********************************************************************/
/* */
diff --git a/c/src/lib/libbsp/powerpc/gen5200/slicetimer/slicetimer.h b/c/src/lib/libbsp/powerpc/gen5200/slicetimer/slicetimer.h
index 822135ba86..916482df3c 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/slicetimer/slicetimer.h
+++ b/c/src/lib/libbsp/powerpc/gen5200/slicetimer/slicetimer.h
@@ -1,8 +1,6 @@
/*===============================================================*\
| Project: RTEMS generic MPC5200 BSP |
+-----------------------------------------------------------------+
-| File: slicetimer.h
-+-----------------------------------------------------------------+
| Partially based on the code references which are named below. |
| Adaptions, modifications, enhancements and any recent parts of |
| the code are: |
@@ -20,21 +18,6 @@
| |
+-----------------------------------------------------------------+
| this file declares functions to use the slice timer module
-+-----------------------------------------------------------------+
-| date history ID |
-| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
-| 01.12.05 creation doe |
-|*****************************************************************|
-|*CVS information: |
-|*(the following information is created automatically, |
-|*do not edit here) |
-|*****************************************************************|
-|* $Log$
-|* Revision 1.4 2005/12/09 08:57:03 thomas
-|* added/modifed file headers
-|*
- *
-|*****************************************************************|
\*===============================================================*/
#ifndef __SLICETIMER_H__
#define __SLICETIMER_H__
diff --git a/c/src/lib/libbsp/powerpc/gen5200/start/start.S b/c/src/lib/libbsp/powerpc/gen5200/start/start.S
index b09fcdcb57..32892d490d 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/start/start.S
+++ b/c/src/lib/libbsp/powerpc/gen5200/start/start.S
@@ -1,8 +1,6 @@
/*===============================================================*\
| Project: RTEMS generic MPC5200 BSP |
+-----------------------------------------------------------------+
-| File: $File$
-+-----------------------------------------------------------------+
| Partially based on the code references which are named below. |
| Adaptions, modifications, enhancements and any recent parts of |
| the code are: |
@@ -20,24 +18,6 @@
| |
+-----------------------------------------------------------------+
| this file contains the startup assembly code |
-+-----------------------------------------------------------------+
-| date history ID |
-| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
-| 01.12.05 creation doe |
-|*****************************************************************|
-|*CVS information: |
-|*(the following information is created automatically, |
-|*do not edit here) |
-|*****************************************************************|
-|* $Log$
-|* Revision 1.10 2005/12/09 08:57:03 thomas
-|* added/modifed file headers
-|*
-|* Revision 1.9 2005/12/06 14:11:12 thomas
-|* added EB file headers
-|*
- *
-|*****************************************************************|
\*===============================================================*/
/***********************************************************************/
/* */
diff --git a/c/src/lib/libbsp/powerpc/gen5200/startup/bspstart.c b/c/src/lib/libbsp/powerpc/gen5200/startup/bspstart.c
index ba8d288f3e..7d768538e8 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/startup/bspstart.c
@@ -1,8 +1,6 @@
/*===============================================================*\
| Project: RTEMS generic MPC5200 BSP |
+-----------------------------------------------------------------+
-| File: $File$
-+-----------------------------------------------------------------+
| Partially based on the code references which are named below. |
| Adaptions, modifications, enhancements and any recent parts of |
| the code are: |
@@ -20,28 +18,6 @@
| |
+-----------------------------------------------------------------+
| this file contains the BSP initialization code |
-+-----------------------------------------------------------------+
-| date history ID |
-| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
-| 01.12.05 creation doe |
-|*****************************************************************|
-|*CVS information: |
-|*(the following information is created automatically, |
-|*do not edit here) |
-|*****************************************************************|
-|* $Log$
-|* Revision 1.1 2005/12/31 05:09:26 ralf
-|* New (CVS import Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>'s
-|* submission).
-|*
-|* Revision 1.8 2005/12/09 08:57:03 thomas
-|* added/modifed file headers
-|*
-|* Revision 1.7 2005/12/06 14:11:12 thomas
-|* added EB file headers
-|*
- *
-|*****************************************************************|
\*===============================================================*/
/***********************************************************************/
/* */
diff --git a/c/src/lib/libbsp/powerpc/gen5200/startup/cpuinit.c b/c/src/lib/libbsp/powerpc/gen5200/startup/cpuinit.c
index 84bc1348ac..e8e466a5b3 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/startup/cpuinit.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/startup/cpuinit.c
@@ -1,8 +1,6 @@
/*===============================================================*\
| Project: RTEMS generic MPC5200 BSP |
+-----------------------------------------------------------------+
-| File: $File$
-+-----------------------------------------------------------------+
| Partially based on the code references which are named below. |
| Adaptions, modifications, enhancements and any recent parts of |
| the code are: |
@@ -20,31 +18,6 @@
| |
+-----------------------------------------------------------------+
| this file contains the code to initialize the cpu |
-+-----------------------------------------------------------------+
-| date history ID |
-| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
-| 01.12.05 creation doe |
-|*****************************************************************|
-|*CVS information: |
-|*(the following information is created automatically, |
-|*do not edit here) |
-|*****************************************************************|
-|* $Log$
-|* Revision 1.1 2005/12/31 05:09:26 ralf
-|* New (CVS import Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>'s
-|* submission).
-|*
-|* Revision 1.8 2005/12/09 09:05:16 thomas
-|* changed names of board variations
-|*
-|* Revision 1.7 2005/12/09 08:57:03 thomas
-|* added/modifed file headers
-|*
-|* Revision 1.6 2005/12/06 14:11:12 thomas
-|* added EB file headers
-|*
- *
-|*****************************************************************|
\*===============================================================*/
/***********************************************************************/
/* */
diff --git a/c/src/lib/libbsp/powerpc/gen5200/tod/pcf8563.c b/c/src/lib/libbsp/powerpc/gen5200/tod/pcf8563.c
index 932e0004a3..376003756c 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/tod/pcf8563.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/tod/pcf8563.c
@@ -1,8 +1,6 @@
/*===============================================================*\
| Project: RTEMS generic MPC5200 BSP |
+-----------------------------------------------------------------+
-| File: $File$
-+-----------------------------------------------------------------+
| Partially based on the code references which are named below. |
| Adaptions, modifications, enhancements and any recent parts of |
| the code are: |
@@ -20,21 +18,6 @@
| |
+-----------------------------------------------------------------+
| this file contains the tod driver for a Philips pcf8563 I2C RTC |
-+-----------------------------------------------------------------+
-| date history ID |
-| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
-| 01.12.05 creation doe |
-|*****************************************************************|
-|*CVS information: |
-|*(the following information is created automatically, |
-|*do not edit here) |
-|*****************************************************************|
-|* $Log$
-|* Revision 1.3 2005/12/06 14:11:12 thomas
-|* added EB file headers
-|*
- *
-|*****************************************************************|
\*===============================================================*/
/*
* This file interfaces with the real-time clock found in a
diff --git a/c/src/lib/libbsp/powerpc/gen5200/tod/pcf8563.h b/c/src/lib/libbsp/powerpc/gen5200/tod/pcf8563.h
index 916a723010..2893c58736 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/tod/pcf8563.h
+++ b/c/src/lib/libbsp/powerpc/gen5200/tod/pcf8563.h
@@ -1,8 +1,6 @@
/*===============================================================*\
| Project: RTEMS generic MPC5200 BSP |
+-----------------------------------------------------------------+
-| File: $File$
-+-----------------------------------------------------------------+
| Partially based on the code references which are named below. |
| Adaptions, modifications, enhancements and any recent parts of |
| the code are: |
@@ -20,21 +18,6 @@
| |
+-----------------------------------------------------------------+
| this file contains declarations for the pcf8563 RTC driver |
-+-----------------------------------------------------------------+
-| date history ID |
-| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
-| 01.12.05 creation doe |
-|*****************************************************************|
-|*CVS information: |
-|*(the following information is created automatically, |
-|*do not edit here) |
-|*****************************************************************|
-|* $Log$
-|* Revision 1.2 2005/12/06 14:11:12 thomas
-|* added EB file headers
-|*
- *
-|*****************************************************************|
\*===============================================================*/
/*
* This file contains the definitions for Dallas Semiconductor
@@ -47,8 +30,6 @@
* found in the file LICENSE in this distribution or at
*
* http://www.rtems.com/license/LICENSE.
- *
- * @(#) ds1307.h,v 1.2 2003/09/04 18:51:56 joel Exp
*/
#ifndef __RTC_PCF8563__
diff --git a/c/src/lib/libbsp/powerpc/gen5200/tod/todcfg.c b/c/src/lib/libbsp/powerpc/gen5200/tod/todcfg.c
index c457b95bef..ea5f7e7e4f 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/tod/todcfg.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/tod/todcfg.c
@@ -1,8 +1,6 @@
/*===============================================================*\
| Project: RTEMS generic MPC5200 BSP |
+-----------------------------------------------------------------+
-| File: $File$
-+-----------------------------------------------------------------+
| Partially based on the code references which are named below. |
| Adaptions, modifications, enhancements and any recent parts of |
| the code are: |
@@ -20,25 +18,6 @@
| |
+-----------------------------------------------------------------+
| this file configures the pcf8563 RTC for a PM520 board |
-+-----------------------------------------------------------------+
-| date history ID |
-| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
-| 01.12.05 creation doe |
-|*****************************************************************|
-|*CVS information: |
-|*(the following information is created automatically, |
-|*do not edit here) |
-|*****************************************************************|
-|* $Log$
-|* Revision 1.1 2005/12/31 05:09:26 ralf
-|* New (CVS import Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>'s
-|* submission).
-|*
-|* Revision 1.4 2005/12/06 14:11:12 thomas
-|* added EB file headers
-|*
- *
-|*****************************************************************|
\*===============================================================*/
/*
* This file contains the RTC driver table for Motorola MCF5206eLITE
diff --git a/c/src/lib/libbsp/powerpc/gen5200/vectors/vectors.S b/c/src/lib/libbsp/powerpc/gen5200/vectors/vectors.S
index 29b6b972f0..01fd29e03a 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/vectors/vectors.S
+++ b/c/src/lib/libbsp/powerpc/gen5200/vectors/vectors.S
@@ -1,8 +1,6 @@
/*===============================================================*\
| Project: RTEMS generic MPC5200 BSP |
+-----------------------------------------------------------------+
-| File: vectors.S
-+-----------------------------------------------------------------+
| Partially based on the code references which are named below. |
| Adaptions, modifications, enhancements and any recent parts of |
| the code are: |
@@ -20,21 +18,6 @@
| |
+-----------------------------------------------------------------+
| this file contains the irq controller handler |
-+-----------------------------------------------------------------+
-| date history ID |
-| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
-| 01.12.05 creation doe |
-|*****************************************************************|
-|*CVS information: |
-|*(the following information is created automatically, |
-|*do not edit here) |
-|*****************************************************************|
-|* $Log$
-|* Revision 1.3 2005/12/09 08:57:03 thomas
-|* added/modifed file headers
-|*
- *
-|*****************************************************************|
\*===============================================================*/
/***********************************************************************/
/* */
@@ -84,7 +67,6 @@
#include <rtems/asm.h>
#include <rtems/score/cpu.h>
-/*#include <bsp/vectors.h>*/
#include "vectors.h"
#define SYNC \
diff --git a/c/src/lib/libbsp/powerpc/gen5200/vectors/vectors_init.c b/c/src/lib/libbsp/powerpc/gen5200/vectors/vectors_init.c
index 49bbb11593..e34da11637 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/vectors/vectors_init.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/vectors/vectors_init.c
@@ -1,8 +1,6 @@
/*===============================================================*\
| Project: RTEMS generic MPC5200 BSP |
+-----------------------------------------------------------------+
-| File: vectors_init.c
-+-----------------------------------------------------------------+
| Partially based on the code references which are named below. |
| Adaptions, modifications, enhancements and any recent parts of |
| the code are: |
@@ -20,28 +18,6 @@
| |
+-----------------------------------------------------------------+
| this file contains the irq controller handler |
-+-----------------------------------------------------------------+
-| date history ID |
-| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
-| 01.12.05 creation doe |
-|*****************************************************************|
-|*CVS information: |
-|*(the following information is created automatically, |
-|*do not edit here) |
-|*****************************************************************|
-|* $Log$
-|* Revision 1.2 2005/12/31 09:28:02 ralf
-|* Misc include file fixes.
-|*
-|* Revision 1.1 2005/12/31 05:09:26 ralf
-|* New (CVS import Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>'s
-|* submission).
-|*
-|* Revision 1.2 2005/12/09 08:57:03 thomas
-|* added/modifed file headers
-|*
- *
-|*****************************************************************|
\*===============================================================*/
/***********************************************************************/
/* */