Changeset f0f6e888 in rtems
- Timestamp:
- 03/03/22 09:17:19 (5 months ago)
- Branches:
- master
- Children:
- 5028a9f
- Parents:
- 3fb2a815
- git-author:
- Christian Mauderer <christian.mauderer@…> (03/03/22 09:17:19)
- git-committer:
- Christian Mauderer <christian.mauderer@…> (03/10/22 08:15:19)
- Location:
- bsps/powerpc
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
bsps/powerpc/include/bsp/tsec.h
r3fb2a815 rf0f6e888 1 /*===============================================================*\ 2 | Project: RTEMS support for MPC83xx | 3 +-----------------------------------------------------------------+ 4 | Copyright (c) 2007 | 5 | embedded brains GmbH | 6 | Obere Lagerstr. 30 | 7 | 82178 Puchheim | 8 | Germany | 9 | rtems@embedded-brains.de | 10 +-----------------------------------------------------------------+ 11 | The license and distribution terms for this file may be | 12 | found in the file LICENSE in this distribution or at | 13 | | 14 | http://www.rtems.org/license/LICENSE. | 15 | | 16 +-----------------------------------------------------------------+ 17 | this file declares the MPC83xx TSEC networking driver | 18 \*===============================================================*/ 1 /* 2 * RTEMS support for MPC83xx 3 * 4 * This file declares the MPC83xx TSEC networking driver. 5 */ 6 7 /* 8 * Copyright (c) 2007 embedded brains GmbH. All rights reserved. 9 * 10 * The license and distribution terms for this file may be 11 * found in the file LICENSE in this distribution or at 12 * http://www.rtems.org/license/LICENSE. 13 */ 19 14 20 15 #ifndef LIBCPU_POWERPC_TSEC_H -
bsps/powerpc/include/mpc83xx/mpc83xx_i2cdrv.h
r3fb2a815 rf0f6e888 1 /*===============================================================*\ 2 | Project: RTEMS support for MPC83xx | 3 +-----------------------------------------------------------------+ 4 | Copyright (c) 2007 | 5 | embedded brains GmbH | 6 | Obere Lagerstr. 30 | 7 | 82178 Puchheim | 8 | Germany | 9 | rtems@embedded-brains.de | 10 +-----------------------------------------------------------------+ 11 | The license and distribution terms for this file may be | 12 | found in the file LICENSE in this distribution or at | 13 | | 14 | http://www.rtems.org/license/LICENSE. | 15 | | 16 +-----------------------------------------------------------------+ 17 | this file contains the MPC83xx I2C driver declarations | 18 \*===============================================================*/ 1 /* 2 * RTEMS support for MPC83xx 3 * 4 * This file contains the MPC83xx I2C driver declarations. 5 */ 6 7 /* 8 * Copyright (c) 2007 embedded brains GmbH. All rights reserved. 9 * 10 * The license and distribution terms for this file may be 11 * found in the file LICENSE in this distribution or at 12 * http://www.rtems.org/license/LICENSE. 13 */ 14 19 15 #ifndef _MPC83XX_I2CDRV_H 20 16 #define _MPC83XX_I2CDRV_H -
bsps/powerpc/include/mpc83xx/mpc83xx_spidrv.h
r3fb2a815 rf0f6e888 1 /*===============================================================*\ 2 | Project: RTEMS support for MPC83xx | 3 +-----------------------------------------------------------------+ 4 | Copyright (c) 2007 | 5 | embedded brains GmbH | 6 | Obere Lagerstr. 30 | 7 | 82178 Puchheim | 8 | Germany | 9 | rtems@embedded-brains.de | 10 +-----------------------------------------------------------------+ 11 | The license and distribution terms for this file may be | 12 | found in the file LICENSE in this distribution or at | 13 | | 14 | http://www.rtems.org/license/LICENSE. | 15 | | 16 +-----------------------------------------------------------------+ 17 | this file contains the MPC83xx SPI driver declarations | 18 | NOTE: this driver has the same API as a I2C driver | 19 \*===============================================================*/ 1 /* 2 * RTEMS support for MPC83xx 3 * 4 * This file contains the MPC83xx SPI driver declarations. 5 * NOTE: This driver has the same API as a I2C driver. 6 */ 7 8 /* 9 * Copyright (c) 2007 embedded brains GmbH. All rights reserved. 10 * 11 * The license and distribution terms for this file may be 12 * found in the file LICENSE in this distribution or at 13 * http://www.rtems.org/license/LICENSE. 14 */ 15 20 16 #ifndef _MPC83XX_SPIDRV_H 21 17 #define _MPC83XX_SPIDRV_H -
bsps/powerpc/virtex/include/bsp/irq.h
r3fb2a815 rf0f6e888 1 /*===============================================================*\ 2 | Project: RTEMS virtex BSP | 3 +-----------------------------------------------------------------+ 4 | Copyright (c) 2007 | 5 | embedded brains GmbH | 6 | Obere Lagerstr. 30 | 7 | 82178 Puchheim | 8 | Germany | 9 | rtems@embedded-brains.de | 10 +-----------------------------------------------------------------+ 11 | The license and distribution terms for this file may be | 12 | found in the file LICENSE in this distribution or at | 13 | | 14 | http://www.rtems.org/license/LICENSE. | 15 | | 16 +-----------------------------------------------------------------+ 17 | this file declares constants of the interrupt controller | 18 \*===============================================================*/ 1 /* 2 * RTEMS virtex BSP 3 * 4 * This file declares constants of the interrupt controller. 5 */ 6 7 /* 8 * Copyright (c) 2007 embedded brains GmbH. All rights reserved. 9 * 10 * The license and distribution terms for this file may be 11 * found in the file LICENSE in this distribution or at 12 * http://www.rtems.org/license/LICENSE. 13 */ 14 19 15 #ifndef VIRTEX_IRQ_IRQ_H 20 16 #define VIRTEX_IRQ_IRQ_H -
bsps/powerpc/virtex/irq/irq_init.c
r3fb2a815 rf0f6e888 1 /*===============================================================*\ 2 | Project: RTEMS virtex BSP | 3 +-----------------------------------------------------------------+ 4 | Partially based on the code references which are named below. | 5 | Adaptions, modifications, enhancements and any recent parts of | 6 | the code are: | 7 | Copyright (c) 2007 | 8 | embedded brains GmbH | 9 | Obere Lagerstr. 30 | 10 | 82178 Puchheim | 11 | Germany | 12 | rtems@embedded-brains.de | 13 +-----------------------------------------------------------------+ 14 | The license and distribution terms for this file may be | 15 | found in the file LICENSE in this distribution or at | 16 | | 17 | http://www.rtems.org/license/LICENSE. | 18 | | 19 +-----------------------------------------------------------------+ 20 | this file contains the irq controller handler | 21 \*===============================================================*/ 22 23 /* Content moved from opbintctrl.c: 1 /* 2 * RTEMS virtex BSP 3 * 4 * This file contains the irq controller handler. 5 * 6 * Content moved from opbintctrl.c: 24 7 * 25 8 * This file contains definitions and declarations for the 26 9 * Xilinx Off Processor Bus (OPB) Interrupt Controller 27 * 28 * Author: Keith Robertson <kjrobert@alumni.uwaterloo.ca> 29 * COPYRIGHT (c) 2005 Linn Products Ltd, Scotland. 30 * 31 * The license and distribution terms for this file may be 32 * found in the file LICENSE in this distribution or at 33 * http://www.rtems.org/license/LICENSE. 10 */ 11 12 /* 13 * Author: Keith Robertson <kjrobert@alumni.uwaterloo.ca> 14 * COPYRIGHT (c) 2005 Linn Products Ltd, Scotland. 15 * Copyright (c) 2007 embedded brains GmbH. All rights reserved. 16 * 17 * The license and distribution terms for this file may be 18 * found in the file LICENSE in this distribution or at 19 * http://www.rtems.org/license/LICENSE. 34 20 */ 35 21 -
bsps/powerpc/virtex5/include/bsp/irq.h
r3fb2a815 rf0f6e888 1 /*===============================================================*\ 2 | Project: RTEMS virtex BSP | 3 +-----------------------------------------------------------------+ 4 | Copyright (c) 2007 | 5 | embedded brains GmbH | 6 | Obere Lagerstr. 30 | 7 | 82178 Puchheim | 8 | Germany | 9 | rtems@embedded-brains.de | 10 +-----------------------------------------------------------------+ 11 | The license and distribution terms for this file may be | 12 | found in the file LICENSE in this distribution or at | 13 | | 14 | http://www.rtems.org/license/LICENSE. | 15 | | 16 +-----------------------------------------------------------------+ 17 | this file declares constants of the interrupt controller | 18 \*===============================================================*/ 1 /* 2 * RTEMS virtex BSP 3 * 4 * This file declares constants of the interrupt controller. 5 */ 6 7 /* 8 * Copyright (c) 2007 embedded brains GmbH. All rights reserved. 9 * 10 * The license and distribution terms for this file may be 11 * found in the file LICENSE in this distribution or at 12 * http://www.rtems.org/license/LICENSE. 13 */ 14 19 15 #ifndef VIRTEX5_IRQ_IRQ_H 20 16 #define VIRTEX5_IRQ_IRQ_H -
bsps/powerpc/virtex5/irq/irq_init.c
r3fb2a815 rf0f6e888 1 /*===============================================================*\ 2 | Project: RTEMS virtex BSP | 3 +-----------------------------------------------------------------+ 4 | Partially based on the code references which are named below. | 5 | Adaptions, modifications, enhancements and any recent parts of | 6 | the code are: | 7 | Copyright (c) 2007 | 8 | embedded brains GmbH | 9 | Obere Lagerstr. 30 | 10 | 82178 Puchheim | 11 | Germany | 12 | rtems@embedded-brains.de | 13 +-----------------------------------------------------------------+ 14 | The license and distribution terms for this file may be | 15 | found in the file LICENSE in this distribution or at | 16 | | 17 | http://www.rtems.org/license/LICENSE. | 18 | | 19 +-----------------------------------------------------------------+ 20 | this file contains the irq controller handler | 21 \*===============================================================*/ 1 /* 2 * RTEMS virtex BSP 3 * 4 * This file contains the irq controller handler. 5 */ 6 7 /* 8 * Copyright (c) 2007 embedded brains GmbH. All rights reserved. 9 * 10 * The license and distribution terms for this file may be 11 * found in the file LICENSE in this distribution or at 12 * http://www.rtems.org/license/LICENSE. 13 */ 14 22 15 #include <libcpu/spr.h> 23 16 #include <bsp/irq.h>
Note: See TracChangeset
for help on using the changeset viewer.