forked from Imagelibrary/rtems
@@ -1,21 +1,17 @@
|
||||
/*===============================================================*\
|
||||
| Project: RTEMS generic MPC5200 BSP |
|
||||
+-----------------------------------------------------------------+
|
||||
| Copyright (c) 2005 |
|
||||
| embedded brains GmbH |
|
||||
| Obere Lagerstr. 30 |
|
||||
| 82178 Puchheim |
|
||||
| Germany |
|
||||
| rtems@embedded-brains.de |
|
||||
+-----------------------------------------------------------------+
|
||||
| The license and distribution terms for this file may be |
|
||||
| found in the file LICENSE in this distribution or at |
|
||||
| |
|
||||
| http://www.rtems.org/license/LICENSE. |
|
||||
| |
|
||||
+-----------------------------------------------------------------+
|
||||
| this file contains the IDE configuration |
|
||||
\*===============================================================*/
|
||||
/*
|
||||
* RTEMS generic MPC5200 BSP
|
||||
*
|
||||
* This file contains the IDE configuration.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Copyright (c) 2005 embedded brains GmbH. All rights reserved.
|
||||
*
|
||||
* The license and distribution terms for this file may be
|
||||
* found in the file LICENSE in this distribution or at
|
||||
* http://www.rtems.org/license/LICENSE.
|
||||
*/
|
||||
|
||||
#include <rtems.h>
|
||||
#include <bsp.h>
|
||||
#include <bsp/irq.h>
|
||||
|
||||
@@ -1,21 +1,17 @@
|
||||
/*===============================================================*\
|
||||
| Project: RTEMS generic MPC5200 BSP |
|
||||
+-----------------------------------------------------------------+
|
||||
| Copyright (c) 2004-2005 |
|
||||
| embedded brains GmbH |
|
||||
| Obere Lagerstr. 30 |
|
||||
| 82178 Puchheim |
|
||||
| Germany |
|
||||
| rtems@embedded-brains.de |
|
||||
+-----------------------------------------------------------------+
|
||||
| The license and distribution terms for this file may be |
|
||||
| found in the file LICENSE in this distribution or at |
|
||||
| |
|
||||
| http://www.rtems.org/license/LICENSE. |
|
||||
| |
|
||||
+-----------------------------------------------------------------+
|
||||
| this file contains glue functions to the Freescale BestComm API |
|
||||
\*===============================================================*/
|
||||
/*
|
||||
* RTEMS generic MPC5200 BSP
|
||||
*
|
||||
* This file contains glue functions to the Freescale BestComm API.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Copyright (c) 2004-2005 embedded brains GmbH. All rights reserved.
|
||||
*
|
||||
* The license and distribution terms for this file may be
|
||||
* found in the file LICENSE in this distribution or at
|
||||
* http://www.rtems.org/license/LICENSE.
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include <rtems.h>
|
||||
#include <bsp.h>
|
||||
|
||||
@@ -1,37 +1,24 @@
|
||||
/*===============================================================*\
|
||||
| Project: RTEMS generic MPC5200 BSP |
|
||||
+-----------------------------------------------------------------+
|
||||
| Copyright (c) 2005 |
|
||||
| embedded brains GmbH |
|
||||
| Obere Lagerstr. 30 |
|
||||
| 82178 Puchheim |
|
||||
| Germany |
|
||||
| rtems@embedded-brains.de |
|
||||
+-----------------------------------------------------------------+
|
||||
| The license and distribution terms for this file may be |
|
||||
| found in the file LICENSE in this distribution or at |
|
||||
| |
|
||||
| http://www.rtems.org/license/LICENSE. |
|
||||
| |
|
||||
+-----------------------------------------------------------------+
|
||||
| I2C driver for MPC5200 |
|
||||
+-----------------------------------------------------------------+
|
||||
| This file has been adapted from an existing source code file, |
|
||||
| see the original file header below for reference |
|
||||
\*===============================================================*/
|
||||
|
||||
/* I2C driver for MCF5206eLITE board. I2C bus accessed through on-chip
|
||||
/*
|
||||
* RTEMS generic MPC5200 BSP
|
||||
*
|
||||
* I2C driver for MPC5200
|
||||
*
|
||||
* Adapted from:
|
||||
*
|
||||
* I2C driver for MCF5206eLITE board. I2C bus accessed through on-chip
|
||||
* MCF5206e MBUS controller.
|
||||
*
|
||||
* The purpose of this module is to perform I2C driver initialization
|
||||
* and serialize I2C transfers.
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
* Copyright (C) 2000 OKTET Ltd., St.-Petersburg, Russia
|
||||
* Author: Victor V. Vengerov <vvv@oktet.ru>
|
||||
* Copyright (c) 2005 embedded brains GmbH. All rights reserved.
|
||||
*
|
||||
* The license and distribution terms for this file may be
|
||||
* found in the file LICENSE in this distribution or at
|
||||
*
|
||||
* http://www.rtems.org/license/LICENSE.
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,35 +1,22 @@
|
||||
/*===============================================================*\
|
||||
| Project: RTEMS generic MPC5200 BSP |
|
||||
+-----------------------------------------------------------------+
|
||||
| Copyright (c) 2005 |
|
||||
| embedded brains GmbH |
|
||||
| Obere Lagerstr. 30 |
|
||||
| 82178 Puchheim |
|
||||
| Germany |
|
||||
| rtems@embedded-brains.de |
|
||||
+-----------------------------------------------------------------+
|
||||
| The license and distribution terms for this file may be |
|
||||
| found in the file LICENSE in this distribution or at |
|
||||
| |
|
||||
| http://www.rtems.org/license/LICENSE. |
|
||||
| |
|
||||
+-----------------------------------------------------------------+
|
||||
| MBUS module (I2C bus) driver |
|
||||
+-----------------------------------------------------------------+
|
||||
| This file has been adapted from an existing source code file, |
|
||||
| see the original file header below for reference |
|
||||
\*===============================================================*/
|
||||
|
||||
/* MCF5206e MBUS module (I2C bus) driver
|
||||
/*
|
||||
* RTEMS generic MPC5200 BSP
|
||||
*
|
||||
* MBUS module (I2C bus) driver
|
||||
*
|
||||
* Adapted from:
|
||||
* MCF5206e MBUS module (I2C bus) driver
|
||||
*/
|
||||
|
||||
/*
|
||||
* Copyright (C) 2000 OKTET Ltd., St.-Petersburg, Russia
|
||||
* Author: Victor V. Vengerov <vvv@oktet.ru>
|
||||
* Copyright (c) 2005 embedded brains GmbH. All rights reserved.
|
||||
*
|
||||
* The license and distribution terms for this file may be
|
||||
* found in the file LICENSE in this distribution or at
|
||||
*
|
||||
* http://www.rtems.org/license/LICENSE.
|
||||
*/
|
||||
|
||||
#include "../i2c/mpc5200mbus.h"
|
||||
#include <bsp/mpc5200.h>
|
||||
#include <bsp/irq.h>
|
||||
|
||||
@@ -1,33 +1,18 @@
|
||||
/*===============================================================*\
|
||||
| Project: RTEMS generic MPC5200 BSP |
|
||||
+-----------------------------------------------------------------+
|
||||
| Copyright (c) 2005 |
|
||||
| embedded brains GmbH |
|
||||
| Obere Lagerstr. 30 |
|
||||
| 82178 Puchheim |
|
||||
| Germany |
|
||||
| rtems@embedded-brains.de |
|
||||
+-----------------------------------------------------------------+
|
||||
| The license and distribution terms for this file may be |
|
||||
| found in the file LICENSE in this distribution or at |
|
||||
| |
|
||||
| http://www.rtems.org/license/LICENSE. |
|
||||
| |
|
||||
+-----------------------------------------------------------------+
|
||||
| MBUS module (I2C bus) definitions |
|
||||
+-----------------------------------------------------------------+
|
||||
| This file has been adapted from an existing source code file, |
|
||||
| see the original file header below for reference |
|
||||
\*===============================================================*/
|
||||
/*
|
||||
* MCF5206e MBUS module (I2C bus) driver header file
|
||||
* RTEMS generic MPC5200 BSP
|
||||
*
|
||||
* MBUS module (I2C bus) definitions
|
||||
*
|
||||
* Adapted from: MCF5206e MBUS module (I2C bus) driver header file.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Copyright (C) 2000 OKTET Ltd., St.-Petersburg, Russia
|
||||
* Author: Victor V. Vengerov <vvv@oktet.ru>
|
||||
* Copyright (c) 2005 embedded brains GmbH. All rights reserved.
|
||||
*
|
||||
* The license and distribution terms for this file may be
|
||||
* found in the file LICENSE in this distribution or at
|
||||
*
|
||||
* http://www.rtems.org/license/LICENSE.
|
||||
*/
|
||||
|
||||
|
||||
@@ -6,27 +6,19 @@
|
||||
* @brief Global BSP definitions.
|
||||
*/
|
||||
|
||||
/*===============================================================*\
|
||||
| Project: RTEMS generic MPC5200 BSP |
|
||||
+-----------------------------------------------------------------+
|
||||
| Partially based on the code references which are named below. |
|
||||
| Adaptions, modifications, enhancements and any recent parts of |
|
||||
| the code are: |
|
||||
| Copyright (c) 2005 |
|
||||
| embedded brains GmbH |
|
||||
| Obere Lagerstr. 30 |
|
||||
| 82178 Puchheim |
|
||||
| Germany |
|
||||
| rtems@embedded-brains.de |
|
||||
+-----------------------------------------------------------------+
|
||||
| The license and distribution terms for this file may be |
|
||||
| found in the file LICENSE in this distribution or at |
|
||||
| |
|
||||
| http://www.rtems.org/license/LICENSE. |
|
||||
| |
|
||||
+-----------------------------------------------------------------+
|
||||
| this file contains board specific definitions |
|
||||
\*===============================================================*/
|
||||
/*
|
||||
* RTEMS generic MPC5200 BSP
|
||||
*
|
||||
* This file contains board specific definitions.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Copyright (c) 2005 embedded brains GmbH. All rights reserved.
|
||||
*
|
||||
* The license and distribution terms for this file may be
|
||||
* found in the file LICENSE in this distribution or at
|
||||
* http://www.rtems.org/license/LICENSE.
|
||||
*/
|
||||
|
||||
#ifndef LIBBSP_POWERPC_GEN5200_BSP_H
|
||||
#define LIBBSP_POWERPC_GEN5200_BSP_H
|
||||
|
||||
@@ -1,21 +1,17 @@
|
||||
/*===============================================================*\
|
||||
| Project: RTEMS generic MPC5200 BSP |
|
||||
+-----------------------------------------------------------------+
|
||||
| Copyright (c) 2004-2005 |
|
||||
| embedded brains GmbH |
|
||||
| Obere Lagerstr. 30 |
|
||||
| 82178 Puchheim |
|
||||
| Germany |
|
||||
| rtems@embedded-brains.de |
|
||||
+-----------------------------------------------------------------+
|
||||
| The license and distribution terms for this file may be |
|
||||
| found in the file LICENSE in this distribution or at |
|
||||
| |
|
||||
| http://www.rtems.org/license/LICENSE. |
|
||||
| |
|
||||
+-----------------------------------------------------------------+
|
||||
| this file declares glue functions to the Freescale BestComm API |
|
||||
\*===============================================================*/
|
||||
/*
|
||||
* RTEMS generic MPC5200 BSP
|
||||
*
|
||||
* This file declares glue functions to the Freescale BestComm API.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Copyright (c) 2004-2005 embedded brains GmbH. All rights reserved.
|
||||
*
|
||||
* The license and distribution terms for this file may be
|
||||
* found in the file LICENSE in this distribution or at
|
||||
* http://www.rtems.org/license/LICENSE.
|
||||
*/
|
||||
|
||||
#ifndef _BESTCOMM_GLUE_H
|
||||
#define _BESTCOMM_GLUE_H
|
||||
|
||||
|
||||
@@ -1,24 +1,16 @@
|
||||
/*===============================================================*\
|
||||
| Project: RTEMS generic MPC5200 BSP |
|
||||
+-----------------------------------------------------------------+
|
||||
| Partially based on the code references which are named below. |
|
||||
| Adaptions, modifications, enhancements and any recent parts of |
|
||||
| the code are: |
|
||||
| Copyright (c) 2005 |
|
||||
| embedded brains GmbH |
|
||||
| Obere Lagerstr. 30 |
|
||||
| 82178 Puchheim |
|
||||
| Germany |
|
||||
| rtems@embedded-brains.de |
|
||||
+-----------------------------------------------------------------+
|
||||
| The license and distribution terms for this file may be |
|
||||
| found in the file LICENSE in this distribution or at |
|
||||
| |
|
||||
| http://www.rtems.org/license/LICENSE. |
|
||||
| |
|
||||
+-----------------------------------------------------------------+
|
||||
| this file contains definitions for the mpc5200 hw registers |
|
||||
\*===============================================================*/
|
||||
/*
|
||||
* RTEMS generic MPC5200 BSP.
|
||||
*
|
||||
* This file contains definitions for the mpc5200 hw registers.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Copyright (c) 2005 embedded brains GmbH. All rights reserved.
|
||||
*
|
||||
* The license and distribution terms for this file may be
|
||||
* found in the file LICENSE in this distribution or at
|
||||
* http://www.rtems.org/license/LICENSE.
|
||||
*/
|
||||
|
||||
#ifndef __MPC5200_h__
|
||||
#define __MPC5200_h__
|
||||
|
||||
@@ -1,24 +1,17 @@
|
||||
/*===============================================================*\
|
||||
| Project: RTEMS generic MPC5200 BSP |
|
||||
+-----------------------------------------------------------------+
|
||||
| Partially based on the code references which are named below. |
|
||||
| Adaptions, modifications, enhancements and any recent parts of |
|
||||
| the code are: |
|
||||
| Copyright (c) 2005 |
|
||||
| embedded brains GmbH |
|
||||
| Obere Lagerstr. 30 |
|
||||
| 82178 Puchheim |
|
||||
| Germany |
|
||||
| rtems@embedded-brains.de |
|
||||
+-----------------------------------------------------------------+
|
||||
| The license and distribution terms for this file may be |
|
||||
| found in the file LICENSE in this distribution or at |
|
||||
| |
|
||||
| http://www.rtems.org/license/LICENSE. |
|
||||
| |
|
||||
+-----------------------------------------------------------------+
|
||||
| this file has to be included by application when using mscan |
|
||||
\*===============================================================*/
|
||||
/*
|
||||
* RTEMS generic MPC5200 BSP
|
||||
*
|
||||
* This file has to be included by application when using mscan.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Copyright (c) 2005 embedded brains GmbH. All rights reserved.
|
||||
*
|
||||
* The license and distribution terms for this file may be
|
||||
* found in the file LICENSE in this distribution or at
|
||||
* http://www.rtems.org/license/LICENSE.
|
||||
*/
|
||||
|
||||
#ifndef __MSCAN_H__
|
||||
#define __MSCAN_H__
|
||||
|
||||
|
||||
@@ -1,24 +1,17 @@
|
||||
/*===============================================================*\
|
||||
| Project: RTEMS generic MPC5200 BSP |
|
||||
+-----------------------------------------------------------------+
|
||||
| Partially based on the code references which are named below. |
|
||||
| Adaptions, modifications, enhancements and any recent parts of |
|
||||
| the code are: |
|
||||
| Copyright (c) 2005 |
|
||||
| embedded brains GmbH |
|
||||
| Obere Lagerstr. 30 |
|
||||
| 82178 Puchheim |
|
||||
| Germany |
|
||||
| rtems@embedded-brains.de |
|
||||
+-----------------------------------------------------------------+
|
||||
| The license and distribution terms for this file may be |
|
||||
| found in the file LICENSE in this distribution or at |
|
||||
| |
|
||||
| http://www.rtems.org/license/LICENSE. |
|
||||
| |
|
||||
+-----------------------------------------------------------------+
|
||||
| this file declares functions to use the slice timer module
|
||||
\*===============================================================*/
|
||||
/*
|
||||
* RTEMS generic MPC5200 BSP.
|
||||
*
|
||||
* This file declares functions to use the slice timer module.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Copyright (c) 2005 embedded brains GmbH. All rights reserved.
|
||||
*
|
||||
* The license and distribution terms for this file may be
|
||||
* found in the file LICENSE in this distribution or at
|
||||
* http://www.rtems.org/license/LICENSE.
|
||||
*/
|
||||
|
||||
#ifndef __SLICETIMER_H__
|
||||
#define __SLICETIMER_H__
|
||||
|
||||
|
||||
@@ -1,21 +1,16 @@
|
||||
/*===============================================================*\
|
||||
| Project: RTEMS generic MPC5200 BSP |
|
||||
+-----------------------------------------------------------------+
|
||||
| Copyright (c) 2005 |
|
||||
| embedded brains GmbH |
|
||||
| Obere Lagerstr. 30 |
|
||||
| 82178 Puchheim |
|
||||
| Germany |
|
||||
| rtems@embedded-brains.de |
|
||||
+-----------------------------------------------------------------+
|
||||
| The license and distribution terms for this file may be |
|
||||
| found in the file LICENSE in this distribution or at |
|
||||
| |
|
||||
| http://www.rtems.org/license/LICENSE. |
|
||||
| |
|
||||
+-----------------------------------------------------------------+
|
||||
| this file contains the MSCAN driver |
|
||||
\*===============================================================*/
|
||||
/*
|
||||
* RTEMS generic MPC5200 BSP
|
||||
*
|
||||
* This file contains the MSCAN driver.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Copyright (c) 2005 embedded brains GmbH. All rights reserved.
|
||||
*
|
||||
* The license and distribution terms for this file may be
|
||||
* found in the file LICENSE in this distribution or at
|
||||
* http://www.rtems.org/license/LICENSE.
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
@@ -1,24 +1,17 @@
|
||||
/*===============================================================*\
|
||||
| Project: RTEMS generic MPC5200 BSP |
|
||||
+-----------------------------------------------------------------+
|
||||
| Partially based on the code references which are named below. |
|
||||
| Adaptions, modifications, enhancements and any recent parts of |
|
||||
| the code are: |
|
||||
| Copyright (c) 2005 |
|
||||
| embedded brains GmbH |
|
||||
| Obere Lagerstr. 30 |
|
||||
| 82178 Puchheim |
|
||||
| Germany |
|
||||
| rtems@embedded-brains.de |
|
||||
+-----------------------------------------------------------------+
|
||||
| The license and distribution terms for this file may be |
|
||||
| found in the file LICENSE in this distribution or at |
|
||||
| |
|
||||
| http://www.rtems.org/license/LICENSE. |
|
||||
| |
|
||||
+-----------------------------------------------------------------+
|
||||
| this file has to be included by the m driver |
|
||||
\*===============================================================*/
|
||||
/*
|
||||
* RTEMS generic MPC5200 BSP
|
||||
*
|
||||
* This file has to be included by the m driver.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Copyright (c) 2005 embedded brains GmbH. All rights reserved.
|
||||
*
|
||||
* The license and distribution terms for this file may be
|
||||
* found in the file LICENSE in this distribution or at
|
||||
* http://www.rtems.org/license/LICENSE.
|
||||
*/
|
||||
|
||||
#ifndef __MSCAN_INT_H__
|
||||
#define __MSCAN_INT_H__
|
||||
|
||||
|
||||
@@ -1,25 +1,8 @@
|
||||
/*===============================================================*\
|
||||
| Project: RTEMS generic MPC5200 BSP |
|
||||
+-----------------------------------------------------------------+
|
||||
| Partially based on the code references which are named below. |
|
||||
| Adaptions, modifications, enhancements and any recent parts of |
|
||||
| the code are: |
|
||||
| Copyright (c) 2005 |
|
||||
| embedded brains GmbH |
|
||||
| Obere Lagerstr. 30 |
|
||||
| 82178 Puchheim |
|
||||
| Germany |
|
||||
| rtems@embedded-brains.de |
|
||||
+-----------------------------------------------------------------+
|
||||
| The license and distribution terms for this file may be |
|
||||
| found in the file LICENSE in this distribution or at |
|
||||
| |
|
||||
| http://www.rtems.org/license/LICENSE. |
|
||||
| |
|
||||
+-----------------------------------------------------------------+
|
||||
| this file contains the tod driver for a Philips pcf8563 I2C RTC |
|
||||
\*===============================================================*/
|
||||
/*
|
||||
* RTEMS generic MPC5200 BSP
|
||||
*
|
||||
* This file contains the tod driver for a Philips pcf8563 I2C RTC.
|
||||
*
|
||||
* This file interfaces with the real-time clock found in a
|
||||
* Philips PCF8563 serial real-time clock chip.
|
||||
* This RTC have I2C bus interface. BSP have to provide I2C bus primitives
|
||||
@@ -29,10 +12,13 @@
|
||||
* occurs). ulControlPort contains I2C bus number; ulDataPort contains
|
||||
* RTC I2C device address.
|
||||
*
|
||||
* Based on a ds1307 driver from:
|
||||
*
|
||||
* Based on a ds1307 driver.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Copyright (C) 2000 OKTET Ltd., St.-Petersburg, Russia
|
||||
* Author: Victor V. Vengerov <vvv@oktet.ru>
|
||||
* Copyright (c) 2005 embedded brains GmbH. All rights reserved.
|
||||
*
|
||||
* The license and distribution terms for this file may be
|
||||
* found in the file LICENSE in this distribution or at
|
||||
|
||||
@@ -1,34 +1,20 @@
|
||||
/*===============================================================*\
|
||||
| Project: RTEMS generic MPC5200 BSP |
|
||||
+-----------------------------------------------------------------+
|
||||
| Partially based on the code references which are named below. |
|
||||
| Adaptions, modifications, enhancements and any recent parts of |
|
||||
| the code are: |
|
||||
| Copyright (c) 2005 |
|
||||
| embedded brains GmbH |
|
||||
| Obere Lagerstr. 30 |
|
||||
| 82178 Puchheim |
|
||||
| Germany |
|
||||
| rtems@embedded-brains.de |
|
||||
+-----------------------------------------------------------------+
|
||||
| The license and distribution terms for this file may be |
|
||||
| found in the file LICENSE in this distribution or at |
|
||||
| |
|
||||
| http://www.rtems.org/license/LICENSE. |
|
||||
| |
|
||||
+-----------------------------------------------------------------+
|
||||
| this file contains declarations for the pcf8563 RTC driver |
|
||||
\*===============================================================*/
|
||||
/*
|
||||
* RTEMS generic MPC5200 BSP
|
||||
*
|
||||
* This file contains declarations for the pcf8563 RTC driver.
|
||||
*
|
||||
* Based on:
|
||||
* This file contains the definitions for Dallas Semiconductor
|
||||
* DS1307/DS1308 serial real-time clock/NVRAM.
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
* Copyright (C) 2000 OKTET Ltd., St.-Petersburg, Russia
|
||||
* Author: Victor V. Vengerov <vvv@oktet.ru>
|
||||
* Copyright (c) 2005 embedded brains GmbH. All rights reserved.
|
||||
*
|
||||
* The license and distribution terms for this file may be
|
||||
* found in the file LICENSE in this distribution or at
|
||||
*
|
||||
* http://www.rtems.org/license/LICENSE.
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,34 +1,20 @@
|
||||
/*===============================================================*\
|
||||
| Project: RTEMS generic MPC5200 BSP |
|
||||
+-----------------------------------------------------------------+
|
||||
| Partially based on the code references which are named below. |
|
||||
| Adaptions, modifications, enhancements and any recent parts of |
|
||||
| the code are: |
|
||||
| Copyright (c) 2005 |
|
||||
| embedded brains GmbH |
|
||||
| Obere Lagerstr. 30 |
|
||||
| 82178 Puchheim |
|
||||
| Germany |
|
||||
| rtems@embedded-brains.de |
|
||||
+-----------------------------------------------------------------+
|
||||
| The license and distribution terms for this file may be |
|
||||
| found in the file LICENSE in this distribution or at |
|
||||
| |
|
||||
| http://www.rtems.org/license/LICENSE. |
|
||||
| |
|
||||
+-----------------------------------------------------------------+
|
||||
| this file configures the pcf8563 RTC for a PM520 board |
|
||||
\*===============================================================*/
|
||||
/*
|
||||
* RTEMS generic MPC5200 BSP
|
||||
*
|
||||
* This file configures the pcf8563 RTC for a PM520 board.
|
||||
*
|
||||
* Based on:
|
||||
* This file contains the RTC driver table for Motorola MCF5206eLITE
|
||||
* ColdFire evaluation board.
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
* Copyright (C) 2000 OKTET Ltd., St.-Petersburg, Russia
|
||||
* Author: Victor V. Vengerov <vvv@oktet.ru>
|
||||
* Copyright (c) 2005 embedded brains GmbH. All rights reserved.
|
||||
*
|
||||
* The license and distribution terms for this file may be
|
||||
* found in the file LICENSE in this distribution or at
|
||||
*
|
||||
* http://www.rtems.org/license/LICENSE.
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user