mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-13 19:35:21 +08:00
@@ -1,21 +1,16 @@
|
|||||||
/*===============================================================*\
|
/*
|
||||||
| Project: RTEMS support for GWLCFM |
|
* RTEMS support for GWLCFM
|
||||||
+-----------------------------------------------------------------+
|
*
|
||||||
| Copyright (c) 2010 |
|
* This file contains the low level MPC5516 I2C driver parameters.
|
||||||
| embedded brains GmbH |
|
*/
|
||||||
| Obere Lagerstr. 30 |
|
|
||||||
| 82178 Puchheim |
|
/*
|
||||||
| Germany |
|
* Copyright (c) 2010 embedded brains GmbH. All rights reserved.
|
||||||
| rtems@embedded-brains.de |
|
*
|
||||||
+-----------------------------------------------------------------+
|
* The license and distribution terms for this file may be
|
||||||
| The license and distribution terms for this file may be |
|
* found in the file LICENSE in this distribution or at
|
||||||
| found in the file LICENSE in this distribution or at |
|
* http://www.rtems.org/license/LICENSE.
|
||||||
| |
|
*/
|
||||||
| http://www.rtems.org/license/LICENSE. |
|
|
||||||
| |
|
|
||||||
+-----------------------------------------------------------------+
|
|
||||||
| this file contains the low level MPC5516 I2C driver parameters |
|
|
||||||
\*===============================================================*/
|
|
||||||
|
|
||||||
#include <libchip/i2c-2b-eeprom.h>
|
#include <libchip/i2c-2b-eeprom.h>
|
||||||
|
|
||||||
|
|||||||
@@ -1,21 +1,16 @@
|
|||||||
/*===============================================================*\
|
/*
|
||||||
| Project: RTEMS generic MPC83xx BSP |
|
* RTEMS generic MPC83xx BSP
|
||||||
+-----------------------------------------------------------------+
|
*
|
||||||
| Copyright (c) 2007 |
|
* This file integrates the IPIC irq controller.
|
||||||
| embedded brains GmbH |
|
*/
|
||||||
| Obere Lagerstr. 30 |
|
|
||||||
| 82178 Puchheim |
|
/*
|
||||||
| Germany |
|
* Copyright (c) 2007 embedded brains GmbH. All rights reserved.
|
||||||
| rtems@embedded-brains.de |
|
*
|
||||||
+-----------------------------------------------------------------+
|
* The license and distribution terms for this file may be
|
||||||
| The license and distribution terms for this file may be |
|
* found in the file LICENSE in this distribution or at
|
||||||
| found in the file LICENSE in this distribution or at |
|
* http://www.rtems.org/license/LICENSE.
|
||||||
| |
|
*/
|
||||||
| http://www.rtems.org/license/LICENSE. |
|
|
||||||
| |
|
|
||||||
+-----------------------------------------------------------------+
|
|
||||||
| this file integrates the IPIC irq controller |
|
|
||||||
\*===============================================================*/
|
|
||||||
|
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
|
|
||||||
|
|||||||
@@ -1,30 +1,24 @@
|
|||||||
/*===============================================================*\
|
|
||||||
| Project: RTEMS BSP support for TQ modules |
|
|
||||||
+-----------------------------------------------------------------+
|
|
||||||
| Partially based on the code references which are named below. |
|
|
||||||
| Adaptions, modifications, enhancements and any recent parts of |
|
|
||||||
| the code are: |
|
|
||||||
| Copyright (c) 2007 |
|
|
||||||
| embedded brains GmbH |
|
|
||||||
| Obere Lagerstr. 30 |
|
|
||||||
| 82178 Puchheim |
|
|
||||||
| Germany |
|
|
||||||
| rtems@embedded-brains.de |
|
|
||||||
+-----------------------------------------------------------------+
|
|
||||||
| The license and distribution terms for this file may be |
|
|
||||||
| found in the file LICENSE in this distribution or at |
|
|
||||||
| |
|
|
||||||
| http://www.rtems.org/license/LICENSE. |
|
|
||||||
| |
|
|
||||||
+-----------------------------------------------------------------+
|
|
||||||
| this file contains definitions to interact with TQC's |
|
|
||||||
| processor modules |
|
|
||||||
\*===============================================================*/
|
|
||||||
/* derived from mbx8xx BSP */
|
|
||||||
/*
|
/*
|
||||||
* MPC8xx Internal Memory Map
|
* RTEMS BSP support for TQ modules
|
||||||
* Copyright (c) 1997 Dan Malek (dmalek@jlc.net)
|
|
||||||
*
|
*
|
||||||
|
* This file contains definitions to interact with TQC's
|
||||||
|
* processor modules.
|
||||||
|
*
|
||||||
|
* derived from mbx8xx BSP
|
||||||
|
*
|
||||||
|
* MPC8xx Internal Memory Map
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Copyright (c) 1997 Dan Malek (dmalek@jlc.net)
|
||||||
|
* Copyright (c) 2007 embedded brains GmbH. All rights reserved.
|
||||||
|
*
|
||||||
|
* The license and distribution terms for this file may be
|
||||||
|
* found in the file LICENSE in this distribution or at
|
||||||
|
* http://www.rtems.org/license/LICENSE.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
* The I/O on the MPC860 is comprised of blocks of special registers
|
* The I/O on the MPC860 is comprised of blocks of special registers
|
||||||
* and the dual port ram for the Communication Processor Module.
|
* and the dual port ram for the Communication Processor Module.
|
||||||
* Within this space are functional units such as the SIU, memory
|
* Within this space are functional units such as the SIU, memory
|
||||||
|
|||||||
@@ -1,21 +1,17 @@
|
|||||||
/*===============================================================*\
|
/*
|
||||||
| Project: RTEMS virtex BSP |
|
* RTEMS virtex BSP
|
||||||
+-----------------------------------------------------------------+
|
*
|
||||||
| Copyright (c) 2007 |
|
* This file declares constants of the interrupt controller.
|
||||||
| embedded brains GmbH |
|
*/
|
||||||
| Obere Lagerstr. 30 |
|
|
||||||
| 82178 Puchheim |
|
/*
|
||||||
| Germany |
|
* Copyright (c) 2007 embedded brains GmbH. All rights reserved.
|
||||||
| rtems@embedded-brains.de |
|
*
|
||||||
+-----------------------------------------------------------------+
|
* The license and distribution terms for this file may be
|
||||||
| The license and distribution terms for this file may be |
|
* found in the file LICENSE in this distribution or at
|
||||||
| found in the file LICENSE in this distribution or at |
|
* http://www.rtems.org/license/LICENSE.
|
||||||
| |
|
*/
|
||||||
| http://www.rtems.org/license/LICENSE. |
|
|
||||||
| |
|
|
||||||
+-----------------------------------------------------------------+
|
|
||||||
| this file declares constants of the interrupt controller |
|
|
||||||
\*===============================================================*/
|
|
||||||
#ifndef VIRTEX4_IRQ_IRQ_H
|
#ifndef VIRTEX4_IRQ_IRQ_H
|
||||||
#define VIRTEX4_IRQ_IRQ_H
|
#define VIRTEX4_IRQ_IRQ_H
|
||||||
|
|
||||||
|
|||||||
@@ -1,24 +1,17 @@
|
|||||||
/*===============================================================*\
|
/*
|
||||||
| Project: RTEMS virtex BSP |
|
* RTEMS virtex BSP
|
||||||
+-----------------------------------------------------------------+
|
*
|
||||||
| Partially based on the code references which are named below. |
|
* This file contains the irq controller handler.
|
||||||
| Adaptions, modifications, enhancements and any recent parts of |
|
*/
|
||||||
| the code are: |
|
|
||||||
| Copyright (c) 2007 |
|
/*
|
||||||
| embedded brains GmbH |
|
* Copyright (c) 2007 embedded brains GmbH. All rights reserved.
|
||||||
| Obere Lagerstr. 30 |
|
*
|
||||||
| 82178 Puchheim |
|
* The license and distribution terms for this file may be
|
||||||
| Germany |
|
* found in the file LICENSE in this distribution or at
|
||||||
| rtems@embedded-brains.de |
|
* http://www.rtems.org/license/LICENSE.
|
||||||
+-----------------------------------------------------------------+
|
*/
|
||||||
| The license and distribution terms for this file may be |
|
|
||||||
| found in the file LICENSE in this distribution or at |
|
|
||||||
| |
|
|
||||||
| http://www.rtems.org/license/LICENSE. |
|
|
||||||
| |
|
|
||||||
+-----------------------------------------------------------------+
|
|
||||||
| this file contains the irq controller handler |
|
|
||||||
\*===============================================================*/
|
|
||||||
#include <libcpu/spr.h>
|
#include <libcpu/spr.h>
|
||||||
#include <bsp/irq.h>
|
#include <bsp/irq.h>
|
||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user