Changeset d530943 in rtems
- Timestamp:
- 10/12/01 21:06:23 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 64efd55b
- Parents:
- 7358d5b1
- Location:
- c/src/lib/libbsp/powerpc/ppcn_60x
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/ppcn_60x/ChangeLog
r7358d5b1 rd530943 1 2001-10-12 Joel Sherrill <joel@OARcorp.com> 2 3 * clock/clock.c, console/console.c, console/debugio.c, 4 console/ns16550cfg.c, console/ns16550cfg.h, console/z85c30cfg.c, 5 console/z85c30cfg.h, include/bsp.h, startup/bspstart.c, 6 startup/genpvec.c, startup/rtems-ctor.cc, startup/setvec.c, 7 timer/timer.c: Fixed typo. 8 1 9 2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 10 -
c/src/lib/libbsp/powerpc/ppcn_60x/clock/clock.c
r7358d5b1 rd530943 9 9 * COPYRIGHT (c) 1989-1997. 10 10 * On-Line Applications Research Corporation (OAR). 11 * Copyright assigned to U.S. Government, 1994.12 11 * 13 12 * The license and distribution terms for this file may in -
c/src/lib/libbsp/powerpc/ppcn_60x/console/console.c
r7358d5b1 rd530943 19 19 * COPYRIGHT (c) 1989-1997. 20 20 * On-Line Applications Research Corporation (OAR). 21 * Copyright assigned to U.S. Government, 1994.22 21 * 23 22 * The license and distribution terms for this file may be -
c/src/lib/libbsp/powerpc/ppcn_60x/console/debugio.c
r7358d5b1 rd530943 17 17 * COPYRIGHT (c) 1989-1997. 18 18 * On-Line Applications Research Corporation (OAR). 19 * Copyright assigned to U.S. Government, 1994.20 19 * 21 20 * The license and distribution terms for this file may be -
c/src/lib/libbsp/powerpc/ppcn_60x/console/ns16550cfg.c
r7358d5b1 rd530943 18 18 * COPYRIGHT (c) 1989-1997. 19 19 * On-Line Applications Research Corporation (OAR). 20 * Copyright assigned to U.S. Government, 1994.21 20 * 22 21 * The license and distribution terms for this file may in -
c/src/lib/libbsp/powerpc/ppcn_60x/console/ns16550cfg.h
r7358d5b1 rd530943 18 18 * COPYRIGHT (c) 1989-1997. 19 19 * On-Line Applications Research Corporation (OAR). 20 * Copyright assigned to U.S. Government, 1994.21 20 * 22 21 * The license and distribution terms for this file may in -
c/src/lib/libbsp/powerpc/ppcn_60x/console/z85c30cfg.c
r7358d5b1 rd530943 18 18 * COPYRIGHT (c) 1989-1997. 19 19 * On-Line Applications Research Corporation (OAR). 20 * Copyright assigned to U.S. Government, 1994.21 20 * 22 21 * The license and distribution terms for this file may be -
c/src/lib/libbsp/powerpc/ppcn_60x/console/z85c30cfg.h
r7358d5b1 rd530943 18 18 * COPYRIGHT (c) 1989-1997. 19 19 * On-Line Applications Research Corporation (OAR). 20 * Copyright assigned to U.S. Government, 1994.21 20 * 22 21 * The license and distribution terms for this file may in -
c/src/lib/libbsp/powerpc/ppcn_60x/include/bsp.h
r7358d5b1 rd530943 18 18 * COPYRIGHT (c) 1989-1997. 19 19 * On-Line Applications Research Corporation (OAR). 20 * Copyright assigned to U.S. Government, 1994.21 20 * 22 21 * The license and distribution terms for this file may in -
c/src/lib/libbsp/powerpc/ppcn_60x/startup/bspstart.c
r7358d5b1 rd530943 23 23 * COPYRIGHT (c) 1989-1997. 24 24 * On-Line Applications Research Corporation (OAR). 25 * Copyright assigned to U.S. Government, 1994.26 25 * 27 26 * The license and distribution terms for this file may in -
c/src/lib/libbsp/powerpc/ppcn_60x/startup/genpvec.c
r7358d5b1 rd530943 21 21 * COPYRIGHT (c) 1989-1997. 22 22 * On-Line Applications Research Corporation (OAR). 23 * Copyright assigned to U.S. Government, 1994.24 23 * 25 24 * The license and distribution terms for this file may in -
c/src/lib/libbsp/powerpc/ppcn_60x/startup/rtems-ctor.cc
r7358d5b1 rd530943 46 46 * COPYRIGHT (c) 1989-1997. 47 47 * On-Line Applications Research Corporation (OAR). 48 * Copyright assigned to U.S. Government, 1994.49 48 * 50 49 * The license and distribution terms for this file may in -
c/src/lib/libbsp/powerpc/ppcn_60x/startup/setvec.c
r7358d5b1 rd530943 15 15 * COPYRIGHT (c) 1989-1997. 16 16 * On-Line Applications Research Corporation (OAR). 17 * Copyright assigned to U.S. Government, 1994.18 17 * 19 18 * The license and distribution terms for this file may in -
c/src/lib/libbsp/powerpc/ppcn_60x/timer/timer.c
r7358d5b1 rd530943 10 10 * COPYRIGHT (c) 1989-1997. 11 11 * On-Line Applications Research Corporation (OAR). 12 * Copyright assigned to U.S. Government, 1994.13 12 * 14 13 * The license and distribution terms for this file may in
Note: See TracChangeset
for help on using the changeset viewer.