Changeset eeea4fee in rtems
- Timestamp:
- 03/02/22 11:58:53 (4 months ago)
- Branches:
- master
- Children:
- a11e1219
- Parents:
- 4a85ce8
- git-author:
- Christian Mauderer <christian.mauderer@…> (03/02/22 11:58:53)
- git-committer:
- Christian Mauderer <christian.mauderer@…> (03/10/22 08:15:19)
- Location:
- bsps/powerpc/tqm8xx
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
bsps/powerpc/tqm8xx/btimer/btimer.c
r4a85ce8 reeea4fee 1 /*===============================================================*\ 2 | Project: RTEMS TQM8xx BSP | 3 +-----------------------------------------------------------------+ 4 | This file has been adapted to MPC8xx by | 5 | Thomas Doerfler <Thomas.Doerfler@embedded-brains.de> | 6 | Copyright (c) 2008 | 7 | embedded brains GmbH | 8 | Obere Lagerstr. 30 | 9 | 82178 Puchheim | 10 | Germany | 11 | rtems@embedded-brains.de | 12 | | 13 | See the other copyright notice below for the original parts. | 14 +-----------------------------------------------------------------+ 15 | The license and distribution terms for this file may be | 16 | found in the file LICENSE in this distribution or at | 17 | | 18 | http://www.rtems.org/license/LICENSE. | 19 | | 20 +-----------------------------------------------------------------+ 21 | this file contains the console driver | 22 \*===============================================================*/ 1 /* 2 * RTEMS TQM8xx BSP 3 * 4 * This file contains the console driver. 5 */ 6 7 /* 8 * Copyright (c) 2008 Thomas Doerfler, embedded brains GmbH. 9 * 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 23 16 /* 24 17 * benchmark_timer_initialize() -
bsps/powerpc/tqm8xx/console/console.c
r4a85ce8 reeea4fee 1 /*===============================================================*\ 2 | Project: RTEMS TQM8xx BSP | 3 +-----------------------------------------------------------------+ 4 | This file has been adapted to MPC8xx by | 5 | Thomas Doerfler <Thomas.Doerfler@embedded-brains.de> | 6 | Copyright (c) 2008 | 7 | embedded brains GmbH | 8 | Obere Lagerstr. 30 | 9 | 82178 Puchheim | 10 | Germany | 11 | rtems@embedded-brains.de | 12 | | 13 | See the other copyright notice below for the original parts. | 14 +-----------------------------------------------------------------+ 15 | The license and distribution terms for this file may be | 16 | found in the file LICENSE in this distribution or at | 17 | | 18 | http://www.rtems.org/license/LICENSE. | 19 | | 20 +-----------------------------------------------------------------+ 21 | this file contains the console driver | 22 \*===============================================================*/ 23 /* derived from: */ 24 /* 1 /* 2 * RTEMS TQM8xx BSP 3 * 4 * This file contains the console driver. 5 * 25 6 * SMC1/2 SCC1..4 raw console serial I/O. 26 7 * adapted to work with up to 4 SCC and 2 SMC … … 30 11 * To run with interrupt-driven I/O, ensure m8xx_smc1_interrupt 31 12 * is set before calling the initialization routine. 32 * 13 */ 14 15 /* 33 16 * Author: 34 17 * W. Eric Norum … … 41 24 * On-Line Applications Research Corporation (OAR). 42 25 * Copyright assigned to U.S. Government, 1994. 26 * 27 * Copyright (c) 2008 Thomas Doerfler, embedded brains GmbH. 28 * All rights reserved. 43 29 * 44 30 * The license and distribution terms for this file may be -
bsps/powerpc/tqm8xx/include/bsp.h
r4a85ce8 reeea4fee 13 13 14 14 /* 15 * This file has been adapted to MPC8xx by:16 * Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>17 * Copyright (c) 200818 * embedded brains GmbH19 * Obere Lagerstr. 3020 * 82178 Puchheim21 * Germany22 * rtems@embedded-brains.de23 *24 15 * COPYRIGHT (c) 1989-2008. 25 16 * On-Line Applications Research Corporation (OAR). 17 * 18 * Copyright (c) 2008 Thomas Doerfler, embedded brains GmbH. 19 * All rights reserved. 26 20 * 27 21 * The license and distribution terms for this file may be -
bsps/powerpc/tqm8xx/include/bsp/irq.h
r4a85ce8 reeea4fee 1 /*===============================================================*\ 2 | Project: RTEMS TQM8xx BSP | 3 +-----------------------------------------------------------------+ 4 | This file has been adapted to MPC8xx by | 5 | Thomas Doerfler <Thomas.Doerfler@embedded-brains.de> | 6 | Copyright (c) 2008 | 7 | embedded brains GmbH | 8 | Obere Lagerstr. 30 | 9 | 82178 Puchheim | 10 | Germany | 11 | rtems@embedded-brains.de | 12 | | 13 | See the other copyright notice below for the original parts. | 14 +-----------------------------------------------------------------+ 15 | The license and distribution terms for this file may be | 16 | found in the file LICENSE in this distribution or at | 17 | | 18 | http://www.rtems.org/license/LICENSE. | 19 | | 20 +-----------------------------------------------------------------+ 21 | this file contains the console driver | 22 \*===============================================================*/ 23 /* derived from: generic MPC83xx BSP */ 1 /* 2 * RTEMS TQM8xx BSP 3 * 4 * This file contains the console driver. 5 * 6 * Derived from: generic MPC83xx BSP 7 */ 8 9 /* 10 * Copyright (c) 2008 Thomas Doerfler, embedded brains GmbH. 11 * All rights reserved. 12 * 13 * The license and distribution terms for this file may be 14 * found in the file LICENSE in this distribution or at 15 * http://www.rtems.org/license/LICENSE. 16 */ 17 24 18 #ifndef TQM8xx_IRQ_IRQ_H 25 19 #define TQM8xx_IRQ_IRQ_H -
bsps/powerpc/tqm8xx/include/bsp/spi.h
r4a85ce8 reeea4fee 1 /*===============================================================*\ 2 | Project: RTEMS support for MPC8xx | 3 +-----------------------------------------------------------------+ 4 | Copyright (c) 2009 | 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 MPC8xx SPI driver declarations | 18 \*===============================================================*/ 1 /* 2 * RTEMS support for MPC8xx 3 * 4 * This file contains the MPC8xx SPI driver declarations. 5 */ 6 7 /* 8 * Copyright (c) 2009 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 _M8XX_SPIDRV_H 20 16 #define _M8XX_SPIDRV_H -
bsps/powerpc/tqm8xx/include/bsp/tqm.h
r4a85ce8 reeea4fee 1 /*===============================================================*\ 2 | Project: RTEMS BSP support for TQ modules | 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 definitions to interact with TQC's | 21 | processor modules | 22 \*===============================================================*/ 1 /* 2 * RTEMS BSP support for TQ modules 3 * 4 * This file contains definitions to interact with TQC's 5 * processor modules. 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 */ 23 15 24 16 #ifndef __TQM_H__ -
bsps/powerpc/tqm8xx/irq/irq.c
r4a85ce8 reeea4fee 1 /*===============================================================*\ 2 | Project: RTEMS TQM8xx BSP | 3 +-----------------------------------------------------------------+ 4 | This file has been adapted to MPC8xx by | 5 | Thomas Doerfler <Thomas.Doerfler@embedded-brains.de> | 6 | Copyright (c) 2008 | 7 | embedded brains GmbH | 8 | Obere Lagerstr. 30 | 9 | 82178 Puchheim | 10 | Germany | 11 | rtems@embedded-brains.de | 12 | | 13 | See the other copyright notice below for the original parts. | 14 +-----------------------------------------------------------------+ 15 | The license and distribution terms for this file may be | 16 | found in the file LICENSE in this distribution or at | 17 | | 18 | http://www.rtems.org/license/LICENSE. | 19 | | 20 +-----------------------------------------------------------------+ 21 | this file contains the console driver | 22 \*===============================================================*/ 23 /* derived from: generic MPC83xx BSP */ 1 /* 2 * RTEMS TQM8xx BSP 3 * 4 * This file contains the console driver. 5 * 6 * Derived from: generic MPC83xx BSP 7 */ 8 9 /* 10 * Copyright (c) 2008 Thomas Doerfler, embedded brains GmbH. 11 * All rights reserved. 12 * 13 * The license and distribution terms for this file may be 14 * found in the file LICENSE in this distribution or at 15 * http://www.rtems.org/license/LICENSE. 16 */ 24 17 25 18 #include <rtems.h> -
bsps/powerpc/tqm8xx/spi/spi.c
r4a85ce8 reeea4fee 1 /*===============================================================*\ 2 | Project: RTEMS support for tqm8xx | 3 +-----------------------------------------------------------------+ 4 | Copyright (c) 2009 | 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 MPC8xx SPI driver | 18 \*===============================================================*/ 1 /* 2 * RTEMS support for tqm8xx 3 * 4 * This file contains the MPC8xx SPI driver. 5 */ 6 7 /* 8 * Copyright (c) 2009 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 #include <stdlib.h> 20 16 #include <bsp.h> -
bsps/powerpc/tqm8xx/start/mmutlbtab.c
r4a85ce8 reeea4fee 1 /*===============================================================*\2 | Project: RTEMS TQM8xx BSP |3 +-----------------------------------------------------------------+4 | This file has been adapted to MPC8xx by |5 | Thomas Doerfler <Thomas.Doerfler@embedded-brains.de> |6 | Copyright (c) 2008 |7 | embedded brains GmbH |8 | Obere Lagerstr. 30 |9 | 82178 Puchheim |10 | Germany |11 | rtems@embedded-brains.de |12 | |13 | See the other copyright notice below for the original parts. |14 +-----------------------------------------------------------------+15 | The license and distribution terms for this file may be |16 | found in the file LICENSE in this distribution or at |17 | |18 | http://www.rtems.org/license/LICENSE. |19 | |20 +-----------------------------------------------------------------+21 | this file contains the console driver |22 \*===============================================================*/23 /* derived from: */24 1 /* 25 * mmutlbtab.c2 * RTEMS TQM8xx BSP 26 3 * 4 * This file contains the console driver. 5 */ 6 7 /* 27 8 * Copyright (c) 1999, National Research Council of Canada 9 * Copyright (c) 2008 Thomas Doerfler, embedded brains GmbH. 10 * All rights reserved. 28 11 * 29 12 * The license and distribution terms for this file may be -
bsps/powerpc/tqm8xx/start/start.S
r4a85ce8 reeea4fee 1 /*===============================================================*\ 2 | Project: RTEMS generic TQM8xx BSP | 3 +-----------------------------------------------------------------+ 4 | Copyright (c) 2008 | 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 startup assembly code | 18 | it is based on the gen83xx BSP | 19 \*===============================================================*/ 1 /* 2 * RTEMS generic TQM8xx BSP 3 * 4 * This file contains the startup assembly code. 5 * It is based on the gen83xx BSP. 6 */ 7 8 /* 9 * Copyright (c) 2008 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 */ 20 15 21 16 #include <libcpu/powerpc-utility.h>
Note: See TracChangeset
for help on using the changeset viewer.