Changeset 1c554014 in rtems
- Timestamp:
- 07/19/12 14:14:53 (11 years ago)
- Branches:
- 4.11, 5, master
- Children:
- d7af336
- Parents:
- 59bd5115
- git-author:
- Ralf Corsépius <ralf.corsepius@…> (07/19/12 14:14:53)
- git-committer:
- Ralf Corsépius <ralf.corsepius@…> (07/19/12 14:55:18)
- Files:
-
- 52 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/m68k/csb360/include/bsp.h
r59bd5115 r1c554014 14 14 * 15 15 * http://www.rtems.com/license/LICENSE. 16 *17 * bsp.h,v 1.1 2001/10/26 19:30:10 joel Exp18 16 */ 19 17 -
c/src/lib/libbsp/mips/csb350/README
r59bd5115 r1c554014 1 1 # 2 # README ,v 1.4 2000/12/13 22:16:27 joel Exp2 # README 3 3 # 4 4 -
c/src/lib/libbsp/mips/hurricane/make/custom/hurricane.cfg
r59bd5115 r1c554014 1 1 # 2 2 # Config file for the Quick Logic Hurricane evaluation board with PMC-Sierra RM5231 cpu 3 #4 # hurricane.cfg,v 1.21 2002/06/14 17:31:20 joel Exp5 3 # 6 4 -
c/src/lib/libbsp/mips/hurricane/startup/ghlinkcmds
r59bd5115 r1c554014 1 1 # 2 # ghlinkcmds ,v 1.2 1998/01/16 16:56:32 joel Exp2 # ghlinkcmds 3 3 # 4 4 -
c/src/lib/libbsp/mips/hurricane/startup/linkcmds
r59bd5115 r1c554014 1 1 /* 2 * linkcmds ,v 1.6 2003/01/20 20:20:10 joel Exp2 * linkcmds 3 3 */ 4 4 -
c/src/lib/libbsp/mips/rbtx4925/README
r59bd5115 r1c554014 1 1 # 2 # README,v 1.2 1998/01/16 16:56:31 joel Exp 3 # 4 # @(#)README 08/20/96 1.2 2 # README 5 3 # 6 4 -
c/src/lib/libbsp/mips/rbtx4925/make/custom/rbtx4925.cfg
r59bd5115 r1c554014 1 1 # 2 2 # Config file for the Toshiba RBTX4925 evaluation board with TX4925 cpu 3 #4 # rbtx4925.cfg,v 1.21 2002/06/14 17:31:20 joel Exp5 3 # 6 4 -
c/src/lib/libbsp/mips/rbtx4925/startup/idttlb.S
r59bd5115 r1c554014 20 20 COPYRIGHT IDT CORPORATION 1996 21 21 LICENSED MATERIAL - PROGRAM PROPERTY OF IDT 22 23 idttlb.S,v 1.3 2000/10/24 21:50:37 joel Exp24 22 */ 25 23 -
c/src/lib/libbsp/mips/rbtx4925/startup/inittlb.c
r59bd5115 r1c554014 1 1 /* 2 * inittlb.c ,v 1.2 1999/03/31 23:21:19 joel Exp2 * inittlb.c 3 3 */ 4 4 -
c/src/lib/libbsp/mips/rbtx4925/startup/linkcmds
r59bd5115 r1c554014 1 1 /* 2 * linkcmds,v 1.10 2003/01/20 20:20:11 joel Exp 3 * 2 * linkcmds 4 3 */ 5 4 -
c/src/lib/libbsp/mips/rbtx4938/README
r59bd5115 r1c554014 1 1 # 2 # README,v 1.2 1998/01/16 16:56:31 joel Exp 3 # 4 # @(#)README 08/20/96 1.2 2 # README 5 3 # 6 4 -
c/src/lib/libbsp/mips/rbtx4938/make/custom/rbtx4938.cfg
r59bd5115 r1c554014 1 1 # 2 2 # Config file for the Toshiba RBTX4938 evaluation board with TX4938 cpu 3 #4 # rbtx4938.cfg,v 1.21 2002/06/14 17:31:20 joel Exp5 3 # 6 4 -
c/src/lib/libbsp/mips/rbtx4938/startup/inittlb.c
r59bd5115 r1c554014 1 1 /* 2 * inittlb.c ,v 1.2 1999/03/31 23:21:19 joel Exp2 * inittlb.c 3 3 */ 4 4 -
c/src/lib/libbsp/mips/rbtx4938/startup/linkcmds
r59bd5115 r1c554014 1 1 /* 2 * linkcmds,v 1.10 2003/01/20 20:20:11 joel Exp 3 * 2 * linkcmds 4 3 */ 5 4 -
c/src/lib/libbsp/mips/shared/liblnk/lnklib.S
r59bd5115 r1c554014 1 1 /* 2 * lnklib.S ,v 1.4 1999/03/31 23:21:19 joel Exp2 * lnklib.S 3 3 */ 4 4 -
c/src/lib/libbsp/mips/shared/startup/idttlb.S
r59bd5115 r1c554014 20 20 COPYRIGHT IDT CORPORATION 1996 21 21 LICENSED MATERIAL - PROGRAM PROPERTY OF IDT 22 23 idttlb.S,v 1.3 2000/10/24 21:50:37 joel Exp24 22 */ 25 23 -
c/src/lib/libbsp/powerpc/beatnik/include/bsp.h
r59bd5115 r1c554014 11 11 * 12 12 * Modified for the 'beatnik' BSP by T. Straumann, 2005-2007. 13 *14 * bsp.h,v 1.9.4.2 2003/09/04 18:45:20 joel Exp15 13 */ 16 14 #ifndef LIBBSP_BEATNIK_BSP_H -
c/src/lib/libbsp/powerpc/beatnik/irq/irq_test_app.c
r59bd5115 r1c554014 20 20 * OAR init.c Template modified by T. Straumann who provided 21 21 * the implementation of this application. 22 *23 * init.c,v 1.12.4.1 2003/09/04 18:46:30 joel Exp24 22 */ 25 23 -
c/src/lib/libbsp/powerpc/ep1a/console/polled_io.c
r59bd5115 r1c554014 12 12 * found in the file LICENSE in this distribution or at 13 13 * http://www.rtems.com/license/LICENSE. 14 *15 * polled_io.c,v 1.4.2.3 2003/09/04 18:45:20 joel Exp16 14 */ 17 15 -
c/src/lib/libbsp/powerpc/ep1a/start/start.S
r59bd5115 r1c554014 29 29 * the new terms are clearly indicated on the first page of each file where 30 30 * they apply. 31 *32 * start.S,v 1.4 2002/04/19 13:25:27 joel Exp33 31 */ 34 32 /* -
c/src/lib/libbsp/powerpc/gen5200/README
r59bd5115 r1c554014 1 1 # 2 # README ,v 1.1 2001/10/22 14:45:58 joel Exp2 # README 3 3 # 4 4 -
c/src/lib/libbsp/powerpc/gen5200/i2c/i2c.c
r59bd5115 r1c554014 8 8 * 9 9 * http://www.rtems.com/license/LICENSE. 10 *11 * @(#) i2c.c,v 1.5 2004/04/21 16:01:34 ralf Exp12 10 */ 13 11 -
c/src/lib/libbsp/powerpc/gen5200/i2c/i2cdrv.c
r59bd5115 r1c554014 34 34 * 35 35 * http://www.rtems.com/license/LICENSE. 36 *37 * @(#) i2cdrv.c,v 1.6 2004/04/21 16:01:34 ralf Exp38 36 */ 39 37 -
c/src/lib/libbsp/powerpc/gen5200/i2c/mpc5200mbus.c
r59bd5115 r1c554014 30 30 * 31 31 * http://www.rtems.com/license/LICENSE. 32 *33 * @(#) mcfmbus.c,v 1.4 2004/03/31 01:59:32 ralf Exp34 32 */ 35 33 #include "mpc5200mbus.h" -
c/src/lib/libbsp/powerpc/gen5200/include/i2c.h
r59bd5115 r1c554014 9 9 * 10 10 * http://www.rtems.com/license/LICENSE. 11 *12 * @(#) i2c.h,v 1.4 2004/04/21 10:42:52 ralf Exp13 11 */ 14 12 -
c/src/lib/libbsp/powerpc/gen5200/include/i2cdrv.h
r59bd5115 r1c554014 9 9 * 10 10 * http://www.rtems.com/license/LICENSE. 11 *12 * @(#) i2cdrv.h,v 1.3 2004/04/21 10:42:52 ralf Exp13 11 */ 14 12 -
c/src/lib/libbsp/powerpc/gen5200/include/tm27.h
r59bd5115 r1c554014 5 5 * found in the file LICENSE in this distribution or at 6 6 * http://www.rtems.com/license/LICENSE. 7 *8 * tm27.h,v 1.2 2004/04/23 04:47:38 ralf Exp9 7 */ 10 8 -
c/src/lib/libbsp/powerpc/gen5200/tod/pcf8563.c
r59bd5115 r1c554014 39 39 * 40 40 * http://www.rtems.com/license/LICENSE. 41 *42 * @(#) ds1307.c,v 1.5 2004/04/21 10:42:52 ralf Exp43 41 */ 44 42 -
c/src/lib/libbsp/powerpc/gen5200/tod/todcfg.c
r59bd5115 r1c554014 31 31 * 32 32 * http://www.rtems.com/license/LICENSE. 33 *34 * @(#) todcfg.c,v 1.4 2005/01/22 04:12:39 ralf Exp35 33 */ 36 34 -
c/src/lib/libbsp/powerpc/haleakala/dlentry/dlentry.S
r59bd5115 r1c554014 34 34 * Further changes to derive for the PPC405CR/GP/GPr/EX/EXr 35 35 * by Michael Hamel ADInstruments Ltd 2008 36 *37 *38 * Id: dlentry.S,v 1.2 2000/08/02 16:30:57 joel Exp39 36 */ 40 37 -
c/src/lib/libbsp/powerpc/motorola_powerpc/README.mtx603e
r59bd5115 r1c554014 1 1 # 2 # README.mtx603e ,v 1.1 2002/11/6 1:00:00 gregm Exp2 # README.mtx603e 3 3 # 4 4 -
c/src/lib/libbsp/powerpc/mvme5500/pci/pci.c
r59bd5115 r1c554014 13 13 * found in the file LICENSE in this distribution or at 14 14 * http://www.rtems.com/rtems/license.html. 15 *16 * pci.c,v 1.2 2002/05/14 17:10:16 joel Exp17 15 * 18 16 * Copyright 2004, 2008 Brookhaven National Laboratory and -
c/src/lib/libbsp/powerpc/mvme5500/startup/pgtbl_activate.c
r59bd5115 r1c554014 1 /* pgtbl_activate.c,v 1.1.2.1 2003/02/20 21:45:49 joel Exp */2 3 1 #include <rtems.h> 4 2 #include <libcpu/pte121.h> -
c/src/lib/libbsp/powerpc/qemuppc/irq/irq.h
r59bd5115 r1c554014 15 15 * found in the file LICENSE in this distribution or at 16 16 * http://www.rtems.com/license/LICENSE. 17 *18 * irq.h,v 1.2.4.2 2003/09/04 18:45:20 joel Exp19 17 */ 20 18 -
c/src/lib/libbsp/sparc/leon3/leon_greth/leon_greth.c
r59bd5115 r1c554014 8 8 * found in the file LICENSE in this distribution or at 9 9 * http://www.rtems.com/license/LICENSE. 10 *11 * leon_open_eth.c,v 1.1.2.1 2005/10/05 19:26:00 joel Exp12 10 */ 13 11 -
c/src/lib/libbsp/sparc/leon3/pci/pci.c
r59bd5115 r1c554014 13 13 * found in the file LICENSE in this distribution or at 14 14 * http://www.rtems.com/license/LICENSE. 15 *16 * pci.c,v 1.2.4.4 2004/11/10 22:15:01 joel Exp17 15 * 18 16 * Till Straumann, <strauman@slac.stanford.edu>, 1/2002 -
c/src/lib/libbsp/sparc/leon3/shmsupp/addrconv.c
r59bd5115 r1c554014 15 15 * found in the file LICENSE in this distribution or at 16 16 * http://www.rtems.com/license/LICENSE. 17 *18 * addrconv.c,v 1.7.8.1 2003/09/04 18:44:55 joel Exp19 17 */ 20 18 -
c/src/lib/libbsp/sparc/leon3/shmsupp/getcfg.c
r59bd5115 r1c554014 28 28 * found in the file LICENSE in this distribution or at 29 29 * http://www.rtems.com/license/LICENSE. 30 *31 * getcfg.c,v 1.7.8.1 2003/09/04 18:44:56 joel Exp32 30 */ 33 31 -
c/src/lib/libbsp/sparc/leon3/shmsupp/lock.c
r59bd5115 r1c554014 13 13 * found in the file LICENSE in this distribution or at 14 14 * http://www.rtems.com/license/LICENSE. 15 *16 * lock.c,v 1.9.4.1 2003/09/04 18:44:56 joel Exp17 15 */ 18 16 -
c/src/lib/libbsp/sparc/leon3/shmsupp/mpisr.c
r59bd5115 r1c554014 7 7 * found in the file LICENSE in this distribution or at 8 8 * http://www.rtems.com/license/LICENSE. 9 *10 * mpisr.c,v 1.7.8.1 2003/09/04 18:44:56 joel Exp11 9 */ 12 10 -
c/src/lib/libbsp/sparc/shared/include/pci.h
r59bd5115 r1c554014 12 12 * PCI to PCI Bridge Specification 13 13 * PCI System Design Guide 14 *15 * pci.h,v 1.2.4.2 2004/11/10 22:15:01 joel Exp16 14 */ 17 15 -
c/src/lib/libcpu/m68k/mcf5272/clock/ckinit.c
r59bd5115 r1c554014 21 21 * found in the file LICENSE in this distribution or at 22 22 * http://www.rtems.com/license/LICENSE. 23 *24 * ckinit.c,v 1.1 2001/10/26 19:32:40 joel Exp25 23 */ 26 24 -
c/src/lib/libcpu/m68k/mcf5272/timer/timer.c
r59bd5115 r1c554014 18 18 * found in the file LICENSE in this distribution or at 19 19 * http://www.rtems.com/license/LICENSE. 20 *21 * timer.c,v 1.1 2001/10/26 19:32:40 joel Exp22 20 */ 23 21 -
c/src/lib/libcpu/m68k/mcf5272/timer/timerisr.S
r59bd5115 r1c554014 27 27 * found in the file LICENSE in this distribution or at 28 28 * http://www.rtems.com/license/LICENSE. 29 *30 * timerisr.S,v 1.1 2001/10/26 19:32:40 joel Exp31 29 */ 32 30 -
c/src/libchip/network/README.3com
r59bd5115 r1c554014 1 1 # 2 # README.3com ,v 1.1 2003/03/19 15:00:00 Gregm Exp2 # README.3com 3 3 # 4 -
c/src/libchip/network/cs8900.c
r59bd5115 r1c554014 1 1 /* 2 ------------------------------------------------------------------------3 cs8900.c,v 1.5 2002/11/13 15:34:39 joel Exp4 2 ------------------------------------------------------------------------ 5 3 -
c/src/libchip/network/cs8900.h
r59bd5115 r1c554014 1 1 /* 2 ------------------------------------------------------------------------3 cs8900.h,v 1.3 2002/09/07 23:09:47 joel Exp4 2 ------------------------------------------------------------------------ 5 3 -
cpukit/libblock/include/rtems/bdbuf.h
r59bd5115 r1c554014 17 17 * 18 18 * Copyright (c) 2009-2012 embedded brains GmbH. 19 *20 * @(#) bdbuf.h,v 1.9 2005/02/02 00:06:18 joel Exp21 19 */ 22 20 -
cpukit/libblock/src/bdbuf.c
r59bd5115 r1c554014 21 21 * 22 22 * Copyright (c) 2009-2012 embedded brains GmbH. 23 *24 * @(#) bdbuf.c,v 1.14 2004/04/17 08:15:17 ralf Exp25 23 */ 26 24 -
cpukit/libmisc/fsmount/README
r59bd5115 r1c554014 4 4 # 5 5 # Author: Thomas Doerfler 02/07/2003 6 #7 # README,v 1.1 1999/07/09 17:23:15 joel Exp8 6 # 9 7 -
cpukit/posix/src/ptimer.c
r59bd5115 r1c554014 6 6 * found in the file LICENSE in this distribution or at 7 7 * http://www.rtems.com/license/LICENSE. 8 *9 * ptimer.c,v 1.1 1996/06/03 16:29:58 joel Exp10 8 */ 11 9 -
testsuites/samples/fileio/system.h
r59bd5115 r1c554014 10 10 * found in the file LICENSE in this distribution or at 11 11 * http://www.rtems.com/license/LICENSE. 12 *13 * system.h,v 1.13 2000/06/12 15:00:12 joel Exp14 12 */ 15 13
Note: See TracChangeset
for help on using the changeset viewer.