Changeset b5bc659 in rtems
- Timestamp:
- Sep 4, 2003, 6:52:50 PM (17 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 7050ec70
- Parents:
- f48d86a8
- Location:
- c/src/lib/libbsp/sh/simsh4
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/sh/simsh4/ChangeLog
rf48d86a8 rb5bc659 1 2003-09-04 Joel Sherrill <joel@OARcorp.com> 2 3 * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h, 4 include/ramdisk.h, start/start.S, startup/bspstart.c, 5 startup/hw_init.c, startup/linkcmds, startup/linkcmds-le.coff, 6 timer/timer.c, tools/runtest.in: URL for license changed. 7 1 8 2003-08-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 9 -
c/src/lib/libbsp/sh/simsh4/clock/ckinit.c
rf48d86a8 rb5bc659 11 11 * found in the file LICENSE in this distribution or at 12 12 * 13 * http://www. OARcorp.com/rtems/license.html.13 * http://www.rtems.com/license/LICENSE. 14 14 * 15 15 * $Id$ -
c/src/lib/libbsp/sh/simsh4/console/console.c
rf48d86a8 rb5bc659 11 11 * found in the file LICENSE in this distribution or at 12 12 * 13 * http://www. OARcorp.com/rtems/license.html.13 * http://www.rtems.com/license/LICENSE. 14 14 * 15 15 * $Id$ -
c/src/lib/libbsp/sh/simsh4/include/bsp.h
rf48d86a8 rb5bc659 23 23 * The license and distribution terms for this file may be 24 24 * found in the file LICENSE in this distribution or at 25 * http://www. OARcorp.com/rtems/license.html.25 * http://www.rtems.com/license/LICENSE. 26 26 * 27 27 * Minor adaptations for sh2 by: -
c/src/lib/libbsp/sh/simsh4/include/coverhd.h
rf48d86a8 rb5bc659 22 22 * The license and distribution terms for this file may be 23 23 * found in the file LICENSE in this distribution or at 24 * http://www. OARcorp.com/rtems/license.html.24 * http://www.rtems.com/license/LICENSE. 25 25 * 26 26 * This file may be copied and distributed in accordance -
c/src/lib/libbsp/sh/simsh4/include/ramdisk.h
rf48d86a8 rb5bc659 11 11 * The license and distribution terms for this file may be 12 12 * found in the file LICENSE in this distribution or at 13 * http://www. OARcorp.com/rtems/license.html.13 * http://www.rtems.com/license/LICENSE. 14 14 * 15 15 * $Id$ -
c/src/lib/libbsp/sh/simsh4/start/start.S
rf48d86a8 rb5bc659 32 32 * The license and distribution terms for this file may be 33 33 * found in the file LICENSE in this distribution or at 34 * http://www. OARcorp.com/rtems/license.html.34 * http://www.rtems.com/license/LICENSE. 35 35 * 36 36 * $Id$ -
c/src/lib/libbsp/sh/simsh4/startup/bspstart.c
rf48d86a8 rb5bc659 20 20 * The license and distribution terms for this file may be 21 21 * found in the file LICENSE in this distribution or at 22 * http://www. OARcorp.com/rtems/license.html.22 * http://www.rtems.com/license/LICENSE. 23 23 * 24 24 * $Id$ -
c/src/lib/libbsp/sh/simsh4/startup/hw_init.c
rf48d86a8 rb5bc659 14 14 * The license and distribution terms for this file may be 15 15 * found in the file LICENSE in this distribution or at 16 * http://www. OARcorp.com/rtems/license.html.16 * http://www.rtems.com/license/LICENSE. 17 17 * 18 18 * $Id$ -
c/src/lib/libbsp/sh/simsh4/startup/linkcmds
rf48d86a8 rb5bc659 15 15 * The license and distribution terms for this file may be 16 16 * found in the file LICENSE in this distribution or at 17 * http://www. OARcorp.com/rtems/license.html.17 * http://www.rtems.com/license/LICENSE. 18 18 * 19 19 * $Id$ -
c/src/lib/libbsp/sh/simsh4/startup/linkcmds-le.coff
rf48d86a8 rb5bc659 15 15 * The license and distribution terms for this file may be 16 16 * found in the file LICENSE in this distribution or at 17 * http://www. OARcorp.com/rtems/license.html.17 * http://www.rtems.com/license/LICENSE. 18 18 * 19 19 * $Id$ -
c/src/lib/libbsp/sh/simsh4/timer/timer.c
rf48d86a8 rb5bc659 13 13 * found in the file LICENSE in this distribution or at 14 14 * 15 * http://www. OARcorp.com/rtems/license.html.15 * http://www.rtems.com/license/LICENSE. 16 16 * 17 17 * $Id$ -
c/src/lib/libbsp/sh/simsh4/tools/runtest.in
rf48d86a8 rb5bc659 18 18 # The license and distribution terms for this file may be 19 19 # found in found in the file LICENSE in this distribution or at 20 # http://www. OARcorp.com/rtems/license.html.20 # http://www.rtems.com/license/LICENSE. 21 21 # 22 22 # @(#) $Id$
Note: See TracChangeset
for help on using the changeset viewer.