mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +00:00
Cleanup CVS data.
This commit is contained in:
@@ -1,8 +1,6 @@
|
|||||||
/*===============================================================*\
|
/*===============================================================*\
|
||||||
| Project: RTEMS generic MPC5200 BSP |
|
| Project: RTEMS generic MPC5200 BSP |
|
||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| File: bestcomm_glue.c
|
|
||||||
+-----------------------------------------------------------------+
|
|
||||||
| Copyright (c) 2004-2005 |
|
| Copyright (c) 2004-2005 |
|
||||||
| Embedded Brains GmbH |
|
| Embedded Brains GmbH |
|
||||||
| Obere Lagerstr. 30 |
|
| Obere Lagerstr. 30 |
|
||||||
@@ -17,31 +15,6 @@
|
|||||||
| |
|
| |
|
||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| this file contains glue functions to the Freescale BestComm API |
|
| 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.h>
|
||||||
#include <rtems/error.h>
|
#include <rtems/error.h>
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
/*===============================================================*\
|
/*===============================================================*\
|
||||||
| Project: RTEMS generic MPC5200 BSP |
|
| Project: RTEMS generic MPC5200 BSP |
|
||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| File: bestcomm_glue.h
|
|
||||||
+-----------------------------------------------------------------+
|
|
||||||
| Copyright (c) 2004-2005 |
|
| Copyright (c) 2004-2005 |
|
||||||
| Embedded Brains GmbH |
|
| Embedded Brains GmbH |
|
||||||
| Obere Lagerstr. 30 |
|
| Obere Lagerstr. 30 |
|
||||||
@@ -17,24 +15,6 @@
|
|||||||
| |
|
| |
|
||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| this file declares glue functions to the Freescale BestComm API |
|
| 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
|
#ifndef _BESTCOMM_GLUE_H
|
||||||
#define _BESTCOMM_GLUE_H
|
#define _BESTCOMM_GLUE_H
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
/*===============================================================*\
|
/*===============================================================*\
|
||||||
| Project: RTEMS generic MPC5200 BSP |
|
| Project: RTEMS generic MPC5200 BSP |
|
||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| File: clock.c
|
|
||||||
+-----------------------------------------------------------------+
|
|
||||||
| Partially based on the code references which are named below. |
|
| Partially based on the code references which are named below. |
|
||||||
| Adaptions, modifications, enhancements and any recent parts of |
|
| Adaptions, modifications, enhancements and any recent parts of |
|
||||||
| the code are: |
|
| the code are: |
|
||||||
@@ -20,31 +18,6 @@
|
|||||||
| |
|
| |
|
||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| this file contains the clock driver functions |
|
| 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;
|
return RTEMS_SUCCESSFUL;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
/*===============================================================*\
|
/*===============================================================*\
|
||||||
| Project: RTEMS generic MPC5200 BSP |
|
| Project: RTEMS generic MPC5200 BSP |
|
||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| File: console.c
|
|
||||||
+-----------------------------------------------------------------+
|
|
||||||
| Partially based on the code references which are named below. |
|
| Partially based on the code references which are named below. |
|
||||||
| Adaptions, modifications, enhancements and any recent parts of |
|
| Adaptions, modifications, enhancements and any recent parts of |
|
||||||
| the code are: |
|
| the code are: |
|
||||||
@@ -20,25 +18,6 @@
|
|||||||
| |
|
| |
|
||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| this file contains the console driver functions |
|
| 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
|
|
||||||
|*
|
|
||||||
*
|
|
||||||
|*****************************************************************|
|
|
||||||
\*===============================================================*/
|
\*===============================================================*/
|
||||||
/***********************************************************************/
|
/***********************************************************************/
|
||||||
/* */
|
/* */
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
/*===============================================================*\
|
/*===============================================================*\
|
||||||
| Project: RTEMS generic MPC5200 BSP |
|
| Project: RTEMS generic MPC5200 BSP |
|
||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| File: i2cdrv.c
|
|
||||||
+-----------------------------------------------------------------+
|
|
||||||
| Copyright (c) 2005 |
|
| Copyright (c) 2005 |
|
||||||
| Embedded Brains GmbH |
|
| Embedded Brains GmbH |
|
||||||
| Obere Lagerstr. 30 |
|
| Obere Lagerstr. 30 |
|
||||||
@@ -20,28 +18,6 @@
|
|||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| This file has been adapted from an existing source code file, |
|
| This file has been adapted from an existing source code file, |
|
||||||
| see the original file header below for reference |
|
| 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
|
/* I2C driver for MCF5206eLITE board. I2C bus accessed through on-chip
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
/*===============================================================*\
|
/*===============================================================*\
|
||||||
| Project: RTEMS generic MPC5200 BSP |
|
| Project: RTEMS generic MPC5200 BSP |
|
||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| File: mpc5200mbus.c
|
|
||||||
+-----------------------------------------------------------------+
|
|
||||||
| Copyright (c) 2005 |
|
| Copyright (c) 2005 |
|
||||||
| Embedded Brains GmbH |
|
| Embedded Brains GmbH |
|
||||||
| Obere Lagerstr. 30 |
|
| Obere Lagerstr. 30 |
|
||||||
@@ -20,27 +18,6 @@
|
|||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| This file has been adapted from an existing source code file, |
|
| This file has been adapted from an existing source code file, |
|
||||||
| see the original file header below for reference |
|
| 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
|
/* MCF5206e MBUS module (I2C bus) driver
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
/*===============================================================*\
|
/*===============================================================*\
|
||||||
| Project: RTEMS generic MPC5200 BSP |
|
| Project: RTEMS generic MPC5200 BSP |
|
||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| File: mpc5200mbus.h
|
|
||||||
+-----------------------------------------------------------------+
|
|
||||||
| Copyright (c) 2005 |
|
| Copyright (c) 2005 |
|
||||||
| Embedded Brains GmbH |
|
| Embedded Brains GmbH |
|
||||||
| Obere Lagerstr. 30 |
|
| Obere Lagerstr. 30 |
|
||||||
@@ -20,24 +18,6 @@
|
|||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| This file has been adapted from an existing source code file, |
|
| This file has been adapted from an existing source code file, |
|
||||||
| see the original file header below for reference |
|
| 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
|
* MCF5206e MBUS module (I2C bus) driver header file
|
||||||
@@ -49,8 +29,6 @@
|
|||||||
* found in the file LICENSE in this distribution or at
|
* found in the file LICENSE in this distribution or at
|
||||||
*
|
*
|
||||||
* http://www.rtems.com/license/LICENSE.
|
* http://www.rtems.com/license/LICENSE.
|
||||||
*
|
|
||||||
* @(#) mcfmbus.h,v 1.3 2004/03/31 01:59:32 ralf Exp
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __MPC5200BSP_MPC5200MBUS_H__
|
#ifndef __MPC5200BSP_MPC5200MBUS_H__
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
/*===============================================================*\
|
/*===============================================================*\
|
||||||
| Project: RTEMS generic MPC5200 BSP |
|
| Project: RTEMS generic MPC5200 BSP |
|
||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| File: idecfg.c
|
|
||||||
+-----------------------------------------------------------------+
|
|
||||||
| Copyright (c) 2005 |
|
| Copyright (c) 2005 |
|
||||||
| Embedded Brains GmbH |
|
| Embedded Brains GmbH |
|
||||||
| Obere Lagerstr. 30 |
|
| Obere Lagerstr. 30 |
|
||||||
@@ -17,31 +15,6 @@
|
|||||||
| |
|
| |
|
||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| this file contains the IDE configuration |
|
| 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 <rtems.h>
|
||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
/*===============================================================*\
|
/*===============================================================*\
|
||||||
| Project: RTEMS generic MPC5200 BSP |
|
| Project: RTEMS generic MPC5200 BSP |
|
||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| File: pcmcia_ide.c
|
|
||||||
+-----------------------------------------------------------------+
|
|
||||||
| Partially based on the code references which are named below. |
|
| Partially based on the code references which are named below. |
|
||||||
| Adaptions, modifications, enhancements and any recent parts of |
|
| Adaptions, modifications, enhancements and any recent parts of |
|
||||||
| the code are: |
|
| the code are: |
|
||||||
@@ -20,34 +18,6 @@
|
|||||||
| |
|
| |
|
||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| this file contains the PCMCIA IDE access functions |
|
| 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
|
|
||||||
|*
|
|
||||||
*
|
|
||||||
|*****************************************************************|
|
|
||||||
\*===============================================================*/
|
\*===============================================================*/
|
||||||
/***********************************************************************/
|
/***********************************************************************/
|
||||||
/* */
|
/* */
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
/*===============================================================*\
|
/*===============================================================*\
|
||||||
| Project: RTEMS generic MPC5200 BSP |
|
| Project: RTEMS generic MPC5200 BSP |
|
||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| File: pcmcia_ide.h
|
|
||||||
+-----------------------------------------------------------------+
|
|
||||||
| Partially based on the code references which are named below. |
|
| Partially based on the code references which are named below. |
|
||||||
| Adaptions, modifications, enhancements and any recent parts of |
|
| Adaptions, modifications, enhancements and any recent parts of |
|
||||||
| the code are: |
|
| the code are: |
|
||||||
@@ -20,28 +18,6 @@
|
|||||||
| |
|
| |
|
||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| this file contains declarations for the PCMCIA IDE Interface |
|
| 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
|
|
||||||
|*
|
|
||||||
*
|
|
||||||
|*****************************************************************|
|
|
||||||
\*===============================================================*/
|
\*===============================================================*/
|
||||||
/***********************************************************************/
|
/***********************************************************************/
|
||||||
/* */
|
/* */
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
/*===============================================================*\
|
/*===============================================================*\
|
||||||
| Project: RTEMS generic MPC5200 BSP |
|
| Project: RTEMS generic MPC5200 BSP |
|
||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| File: bsp.h
|
|
||||||
+-----------------------------------------------------------------+
|
|
||||||
| Partially based on the code references which are named below. |
|
| Partially based on the code references which are named below. |
|
||||||
| Adaptions, modifications, enhancements and any recent parts of |
|
| Adaptions, modifications, enhancements and any recent parts of |
|
||||||
| the code are: |
|
| the code are: |
|
||||||
@@ -20,24 +18,6 @@
|
|||||||
| |
|
| |
|
||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| this file contains board specific definitions |
|
| 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
|
#ifndef __GEN5200_BSP_h
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
/*===============================================================*\
|
/*===============================================================*\
|
||||||
| Project: RTEMS generic MPC5200 BSP |
|
| Project: RTEMS generic MPC5200 BSP |
|
||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| File: mpc5200.h
|
|
||||||
+-----------------------------------------------------------------+
|
|
||||||
| Partially based on the code references which are named below. |
|
| Partially based on the code references which are named below. |
|
||||||
| Adaptions, modifications, enhancements and any recent parts of |
|
| Adaptions, modifications, enhancements and any recent parts of |
|
||||||
| the code are: |
|
| the code are: |
|
||||||
@@ -20,27 +18,6 @@
|
|||||||
| |
|
| |
|
||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| this file contains definitions for the mpc5200 hw registers |
|
| 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__
|
#ifndef __MPC5200_h__
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
/*===============================================================*\
|
/*===============================================================*\
|
||||||
| Project: RTEMS generic MPC5200 BSP |
|
| Project: RTEMS generic MPC5200 BSP |
|
||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| File: irq.c
|
|
||||||
+-----------------------------------------------------------------+
|
|
||||||
| Partially based on the code references which are named below. |
|
| Partially based on the code references which are named below. |
|
||||||
| Adaptions, modifications, enhancements and any recent parts of |
|
| Adaptions, modifications, enhancements and any recent parts of |
|
||||||
| the code are: |
|
| the code are: |
|
||||||
@@ -20,34 +18,6 @@
|
|||||||
| |
|
| |
|
||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| this file contains the irq controller handler |
|
| 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
|
|
||||||
|*
|
|
||||||
*
|
|
||||||
|*****************************************************************|
|
|
||||||
\*===============================================================*/
|
\*===============================================================*/
|
||||||
/***********************************************************************/
|
/***********************************************************************/
|
||||||
/* */
|
/* */
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
/*===============================================================*\
|
/*===============================================================*\
|
||||||
| Project: RTEMS generic MPC5200 BSP |
|
| Project: RTEMS generic MPC5200 BSP |
|
||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| File: irq.h
|
|
||||||
+-----------------------------------------------------------------+
|
|
||||||
| Partially based on the code references which are named below. |
|
| Partially based on the code references which are named below. |
|
||||||
| Adaptions, modifications, enhancements and any recent parts of |
|
| Adaptions, modifications, enhancements and any recent parts of |
|
||||||
| the code are: |
|
| the code are: |
|
||||||
@@ -20,24 +18,6 @@
|
|||||||
| |
|
| |
|
||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| this file contains declarations for the irq controller handler |
|
| 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
|
|
||||||
|*
|
|
||||||
*
|
|
||||||
|*****************************************************************|
|
|
||||||
\*===============================================================*/
|
\*===============================================================*/
|
||||||
/***********************************************************************/
|
/***********************************************************************/
|
||||||
/* */
|
/* */
|
||||||
|
|||||||
@@ -21,23 +21,6 @@
|
|||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| this file contains the assembler portion of the irq handling |
|
| 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/cpuopts.h> /* for PPC_HAS_FPU */
|
||||||
#include <rtems/score/cpu.h>
|
#include <rtems/score/cpu.h>
|
||||||
#include <rtems/asm.h>
|
#include <rtems/asm.h>
|
||||||
#include "../include/raw_exception.h"
|
#include <libcpu/raw_exception.h>
|
||||||
|
|
||||||
#define SYNC \
|
#define SYNC \
|
||||||
sync; \
|
sync; \
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
/*===============================================================*\
|
/*===============================================================*\
|
||||||
| Project: RTEMS generic MPC5200 BSP |
|
| Project: RTEMS generic MPC5200 BSP |
|
||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| File: irq_init.c
|
|
||||||
+-----------------------------------------------------------------+
|
|
||||||
| Partially based on the code references which are named below. |
|
| Partially based on the code references which are named below. |
|
||||||
| Adaptions, modifications, enhancements and any recent parts of |
|
| Adaptions, modifications, enhancements and any recent parts of |
|
||||||
| the code are: |
|
| the code are: |
|
||||||
@@ -20,34 +18,6 @@
|
|||||||
| |
|
| |
|
||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| this file contains the IRQ controller/system initialization |
|
| 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
|
|
||||||
|*
|
|
||||||
*
|
|
||||||
|*****************************************************************|
|
|
||||||
\*===============================================================*/
|
\*===============================================================*/
|
||||||
/***********************************************************************/
|
/***********************************************************************/
|
||||||
/* */
|
/* */
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
/*===============================================================*\
|
/*===============================================================*\
|
||||||
| Project: RTEMS generic MPC5200 BSP |
|
| Project: RTEMS generic MPC5200 BSP |
|
||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| File: $File$
|
|
||||||
+-----------------------------------------------------------------+
|
|
||||||
| Copyright (c) 2005 |
|
| Copyright (c) 2005 |
|
||||||
| Embedded Brains GmbH |
|
| Embedded Brains GmbH |
|
||||||
| Obere Lagerstr. 30 |
|
| Obere Lagerstr. 30 |
|
||||||
@@ -17,34 +15,6 @@
|
|||||||
| |
|
| |
|
||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| this file contains the MSCAN driver |
|
| 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>
|
#include <stdio.h>
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
/*===============================================================*\
|
/*===============================================================*\
|
||||||
| Project: RTEMS generic MPC5200 BSP |
|
| Project: RTEMS generic MPC5200 BSP |
|
||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| File: $File$
|
|
||||||
+-----------------------------------------------------------------+
|
|
||||||
| Partially based on the code references which are named below. |
|
| Partially based on the code references which are named below. |
|
||||||
| Adaptions, modifications, enhancements and any recent parts of |
|
| Adaptions, modifications, enhancements and any recent parts of |
|
||||||
| the code are: |
|
| the code are: |
|
||||||
@@ -20,24 +18,6 @@
|
|||||||
| |
|
| |
|
||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| this file declares stuff for the mscan driver |
|
| 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__
|
#ifndef __MSCAN_H__
|
||||||
#define __MSCAN_H__
|
#define __MSCAN_H__
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
/*===============================================================*\
|
/*===============================================================*\
|
||||||
| Project: RTEMS generic MPC5200 BSP |
|
| Project: RTEMS generic MPC5200 BSP |
|
||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| File: $File$
|
|
||||||
+-----------------------------------------------------------------+
|
|
||||||
| Partially based on the code references which are named below. |
|
| Partially based on the code references which are named below. |
|
||||||
| Adaptions, modifications, enhancements and any recent parts of |
|
| Adaptions, modifications, enhancements and any recent parts of |
|
||||||
| the code are: |
|
| the code are: |
|
||||||
@@ -20,28 +18,6 @@
|
|||||||
| |
|
| |
|
||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| this file contains the networking driver |
|
| 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
|
* RTEMS/TCPIP driver for MPC5200 FEC Ethernet
|
||||||
@@ -76,8 +52,6 @@
|
|||||||
* and Charles-Antoine Gauthier <charles.gauthier@iit.nrc.ca>
|
* and Charles-Antoine Gauthier <charles.gauthier@iit.nrc.ca>
|
||||||
* Copyright (c) 1999, National Research Council of Canada
|
* 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.h>
|
||||||
#include <rtems/error.h>
|
#include <rtems/error.h>
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
/*===============================================================*\
|
/*===============================================================*\
|
||||||
| Project: RTEMS generic MPC5200 BSP |
|
| Project: RTEMS generic MPC5200 BSP |
|
||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| File: m93cxx.h
|
|
||||||
+-----------------------------------------------------------------+
|
|
||||||
| Partially based on the code references which are named below. |
|
| Partially based on the code references which are named below. |
|
||||||
| Adaptions, modifications, enhancements and any recent parts of |
|
| Adaptions, modifications, enhancements and any recent parts of |
|
||||||
| the code are: |
|
| the code are: |
|
||||||
@@ -20,21 +18,6 @@
|
|||||||
| |
|
| |
|
||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| this file contains definitions for the M93Cxx EEPROM devices |
|
| 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
|
|
||||||
|*
|
|
||||||
*
|
|
||||||
|*****************************************************************|
|
|
||||||
\*===============================================================*/
|
\*===============================================================*/
|
||||||
/***********************************************************************/
|
/***********************************************************************/
|
||||||
/* */
|
/* */
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
/*===============================================================*\
|
/*===============================================================*\
|
||||||
| Project: RTEMS generic MPC5200 BSP |
|
| Project: RTEMS generic MPC5200 BSP |
|
||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| File: nvram.c
|
|
||||||
+-----------------------------------------------------------------+
|
|
||||||
| Partially based on the code references which are named below. |
|
| Partially based on the code references which are named below. |
|
||||||
| Adaptions, modifications, enhancements and any recent parts of |
|
| Adaptions, modifications, enhancements and any recent parts of |
|
||||||
| the code are: |
|
| the code are: |
|
||||||
@@ -20,25 +18,6 @@
|
|||||||
| |
|
| |
|
||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| this file contains the nvram functions |
|
| 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
|
|
||||||
|*
|
|
||||||
*
|
|
||||||
|*****************************************************************|
|
|
||||||
\*===============================================================*/
|
\*===============================================================*/
|
||||||
/***********************************************************************/
|
/***********************************************************************/
|
||||||
/* */
|
/* */
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
/*===============================================================*\
|
/*===============================================================*\
|
||||||
| Project: RTEMS generic MPC5200 BSP |
|
| Project: RTEMS generic MPC5200 BSP |
|
||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| File: nvram.h
|
|
||||||
+-----------------------------------------------------------------+
|
|
||||||
| Partially based on the code references which are named below. |
|
| Partially based on the code references which are named below. |
|
||||||
| Adaptions, modifications, enhancements and any recent parts of |
|
| Adaptions, modifications, enhancements and any recent parts of |
|
||||||
| the code are: |
|
| the code are: |
|
||||||
@@ -20,25 +18,6 @@
|
|||||||
| |
|
| |
|
||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| this file contains the nvram declarations |
|
| 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
|
|
||||||
|*
|
|
||||||
*
|
|
||||||
|*****************************************************************|
|
|
||||||
\*===============================================================*/
|
\*===============================================================*/
|
||||||
/***********************************************************************/
|
/***********************************************************************/
|
||||||
/* */
|
/* */
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
/*===============================================================*\
|
/*===============================================================*\
|
||||||
| Project: RTEMS generic MPC5200 BSP |
|
| Project: RTEMS generic MPC5200 BSP |
|
||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| File: slicetimer.c
|
|
||||||
+-----------------------------------------------------------------+
|
|
||||||
| Partially based on the code references which are named below. |
|
| Partially based on the code references which are named below. |
|
||||||
| Adaptions, modifications, enhancements and any recent parts of |
|
| Adaptions, modifications, enhancements and any recent parts of |
|
||||||
| the code are: |
|
| the code are: |
|
||||||
@@ -20,25 +18,6 @@
|
|||||||
| |
|
| |
|
||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| this file contains functions to implement a slice timer |
|
| 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
|
|
||||||
|*
|
|
||||||
*
|
|
||||||
|*****************************************************************|
|
|
||||||
\*===============================================================*/
|
\*===============================================================*/
|
||||||
/***********************************************************************/
|
/***********************************************************************/
|
||||||
/* */
|
/* */
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
/*===============================================================*\
|
/*===============================================================*\
|
||||||
| Project: RTEMS generic MPC5200 BSP |
|
| Project: RTEMS generic MPC5200 BSP |
|
||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| File: slicetimer.h
|
|
||||||
+-----------------------------------------------------------------+
|
|
||||||
| Partially based on the code references which are named below. |
|
| Partially based on the code references which are named below. |
|
||||||
| Adaptions, modifications, enhancements and any recent parts of |
|
| Adaptions, modifications, enhancements and any recent parts of |
|
||||||
| the code are: |
|
| the code are: |
|
||||||
@@ -20,21 +18,6 @@
|
|||||||
| |
|
| |
|
||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| this file declares functions to use the slice timer module
|
| 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__
|
#ifndef __SLICETIMER_H__
|
||||||
#define __SLICETIMER_H__
|
#define __SLICETIMER_H__
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
/*===============================================================*\
|
/*===============================================================*\
|
||||||
| Project: RTEMS generic MPC5200 BSP |
|
| Project: RTEMS generic MPC5200 BSP |
|
||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| File: $File$
|
|
||||||
+-----------------------------------------------------------------+
|
|
||||||
| Partially based on the code references which are named below. |
|
| Partially based on the code references which are named below. |
|
||||||
| Adaptions, modifications, enhancements and any recent parts of |
|
| Adaptions, modifications, enhancements and any recent parts of |
|
||||||
| the code are: |
|
| the code are: |
|
||||||
@@ -20,24 +18,6 @@
|
|||||||
| |
|
| |
|
||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| this file contains the startup assembly code |
|
| 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
|
|
||||||
|*
|
|
||||||
*
|
|
||||||
|*****************************************************************|
|
|
||||||
\*===============================================================*/
|
\*===============================================================*/
|
||||||
/***********************************************************************/
|
/***********************************************************************/
|
||||||
/* */
|
/* */
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
/*===============================================================*\
|
/*===============================================================*\
|
||||||
| Project: RTEMS generic MPC5200 BSP |
|
| Project: RTEMS generic MPC5200 BSP |
|
||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| File: $File$
|
|
||||||
+-----------------------------------------------------------------+
|
|
||||||
| Partially based on the code references which are named below. |
|
| Partially based on the code references which are named below. |
|
||||||
| Adaptions, modifications, enhancements and any recent parts of |
|
| Adaptions, modifications, enhancements and any recent parts of |
|
||||||
| the code are: |
|
| the code are: |
|
||||||
@@ -20,28 +18,6 @@
|
|||||||
| |
|
| |
|
||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| this file contains the BSP initialization code |
|
| 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
|
|
||||||
|*
|
|
||||||
*
|
|
||||||
|*****************************************************************|
|
|
||||||
\*===============================================================*/
|
\*===============================================================*/
|
||||||
/***********************************************************************/
|
/***********************************************************************/
|
||||||
/* */
|
/* */
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
/*===============================================================*\
|
/*===============================================================*\
|
||||||
| Project: RTEMS generic MPC5200 BSP |
|
| Project: RTEMS generic MPC5200 BSP |
|
||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| File: $File$
|
|
||||||
+-----------------------------------------------------------------+
|
|
||||||
| Partially based on the code references which are named below. |
|
| Partially based on the code references which are named below. |
|
||||||
| Adaptions, modifications, enhancements and any recent parts of |
|
| Adaptions, modifications, enhancements and any recent parts of |
|
||||||
| the code are: |
|
| the code are: |
|
||||||
@@ -20,31 +18,6 @@
|
|||||||
| |
|
| |
|
||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| this file contains the code to initialize the cpu |
|
| 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
|
|
||||||
|*
|
|
||||||
*
|
|
||||||
|*****************************************************************|
|
|
||||||
\*===============================================================*/
|
\*===============================================================*/
|
||||||
/***********************************************************************/
|
/***********************************************************************/
|
||||||
/* */
|
/* */
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
/*===============================================================*\
|
/*===============================================================*\
|
||||||
| Project: RTEMS generic MPC5200 BSP |
|
| Project: RTEMS generic MPC5200 BSP |
|
||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| File: $File$
|
|
||||||
+-----------------------------------------------------------------+
|
|
||||||
| Partially based on the code references which are named below. |
|
| Partially based on the code references which are named below. |
|
||||||
| Adaptions, modifications, enhancements and any recent parts of |
|
| Adaptions, modifications, enhancements and any recent parts of |
|
||||||
| the code are: |
|
| the code are: |
|
||||||
@@ -20,21 +18,6 @@
|
|||||||
| |
|
| |
|
||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| this file contains the tod driver for a Philips pcf8563 I2C RTC |
|
| 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
|
* This file interfaces with the real-time clock found in a
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
/*===============================================================*\
|
/*===============================================================*\
|
||||||
| Project: RTEMS generic MPC5200 BSP |
|
| Project: RTEMS generic MPC5200 BSP |
|
||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| File: $File$
|
|
||||||
+-----------------------------------------------------------------+
|
|
||||||
| Partially based on the code references which are named below. |
|
| Partially based on the code references which are named below. |
|
||||||
| Adaptions, modifications, enhancements and any recent parts of |
|
| Adaptions, modifications, enhancements and any recent parts of |
|
||||||
| the code are: |
|
| the code are: |
|
||||||
@@ -20,21 +18,6 @@
|
|||||||
| |
|
| |
|
||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| this file contains declarations for the pcf8563 RTC driver |
|
| 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
|
* This file contains the definitions for Dallas Semiconductor
|
||||||
@@ -47,8 +30,6 @@
|
|||||||
* found in the file LICENSE in this distribution or at
|
* found in the file LICENSE in this distribution or at
|
||||||
*
|
*
|
||||||
* http://www.rtems.com/license/LICENSE.
|
* http://www.rtems.com/license/LICENSE.
|
||||||
*
|
|
||||||
* @(#) ds1307.h,v 1.2 2003/09/04 18:51:56 joel Exp
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __RTC_PCF8563__
|
#ifndef __RTC_PCF8563__
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
/*===============================================================*\
|
/*===============================================================*\
|
||||||
| Project: RTEMS generic MPC5200 BSP |
|
| Project: RTEMS generic MPC5200 BSP |
|
||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| File: $File$
|
|
||||||
+-----------------------------------------------------------------+
|
|
||||||
| Partially based on the code references which are named below. |
|
| Partially based on the code references which are named below. |
|
||||||
| Adaptions, modifications, enhancements and any recent parts of |
|
| Adaptions, modifications, enhancements and any recent parts of |
|
||||||
| the code are: |
|
| the code are: |
|
||||||
@@ -20,25 +18,6 @@
|
|||||||
| |
|
| |
|
||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| this file configures the pcf8563 RTC for a PM520 board |
|
| 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
|
* This file contains the RTC driver table for Motorola MCF5206eLITE
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
/*===============================================================*\
|
/*===============================================================*\
|
||||||
| Project: RTEMS generic MPC5200 BSP |
|
| Project: RTEMS generic MPC5200 BSP |
|
||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| File: vectors.S
|
|
||||||
+-----------------------------------------------------------------+
|
|
||||||
| Partially based on the code references which are named below. |
|
| Partially based on the code references which are named below. |
|
||||||
| Adaptions, modifications, enhancements and any recent parts of |
|
| Adaptions, modifications, enhancements and any recent parts of |
|
||||||
| the code are: |
|
| the code are: |
|
||||||
@@ -20,21 +18,6 @@
|
|||||||
| |
|
| |
|
||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| this file contains the irq controller handler |
|
| 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/asm.h>
|
||||||
#include <rtems/score/cpu.h>
|
#include <rtems/score/cpu.h>
|
||||||
/*#include <bsp/vectors.h>*/
|
|
||||||
#include "vectors.h"
|
#include "vectors.h"
|
||||||
|
|
||||||
#define SYNC \
|
#define SYNC \
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
/*===============================================================*\
|
/*===============================================================*\
|
||||||
| Project: RTEMS generic MPC5200 BSP |
|
| Project: RTEMS generic MPC5200 BSP |
|
||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| File: vectors_init.c
|
|
||||||
+-----------------------------------------------------------------+
|
|
||||||
| Partially based on the code references which are named below. |
|
| Partially based on the code references which are named below. |
|
||||||
| Adaptions, modifications, enhancements and any recent parts of |
|
| Adaptions, modifications, enhancements and any recent parts of |
|
||||||
| the code are: |
|
| the code are: |
|
||||||
@@ -20,28 +18,6 @@
|
|||||||
| |
|
| |
|
||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| this file contains the irq controller handler |
|
| 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
|
|
||||||
|*
|
|
||||||
*
|
|
||||||
|*****************************************************************|
|
|
||||||
\*===============================================================*/
|
\*===============================================================*/
|
||||||
/***********************************************************************/
|
/***********************************************************************/
|
||||||
/* */
|
/* */
|
||||||
|
|||||||
Reference in New Issue
Block a user