source: rtems/c/src/lib/libbsp/sh/gensh2/ChangeLog @ 81d4759

4.104.114.84.95
Last change on this file since 81d4759 was 2b4c86e, checked in by Joel Sherrill <joel.sherrill@…>, on 10/12/01 at 21:05:26

2001-10-12 Joel Sherrill <joel@…>

  • include/bsp.h, start/start.S, start/start.ram, start/start.rom, startup/bspclean.c, startup/bspstart.c, startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Fixed typo.
  • Property mode set to 100644
File size: 3.4 KB
Line 
12001-10-12      Joel Sherrill <joel@OARcorp.com>
2
3        * include/bsp.h, start/start.S, start/start.ram, start/start.rom,
4        startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
5        startup/linkcmds.ram, startup/linkcmds.rom: Fixed typo.
6
72001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
10        * configure.in: Remove.
11        * configure.ac: New file, generated from configure.in by autoupdate.
12
132001-09-27      Joel Sherrill <joel@OARcorp.com>
14
15        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
16
172001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
20        * startup/Makefile.am: Use 'PREINSTALL_FILES ='.
21
222001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * scitab/Makefile.am: Remove stray blank from SCITAB rule.
25
262001-08-01  Radzislaw Galler  <rgaller@et.put.poznan.pl>
27
28        * include/bsp.h: Disabled redefinition of
29        CONSOLE_DRIVER_TABLE_ENTRY. Some "FIXME:" comments added.
30        * console/config.c: New file. Definitions of externs referenced
31        from libbsp/shared/console.c.
32        * console/Makefile.am: Changed VPATH to point to
33        libbsp/shared. Added config.c to C_FILES and EXTRA_DIST.
34
352001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * configure.in: Add bspopts.h.
38        * include/.cvsignore: Add bspopts.h*, stamp-h*.
39        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
40        * include/bsp.h: Include bspopts.h.
41        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
42
432001-06-19      Joel Sherrill <joel@OARcorp.com>
44
45        * scitab/Makefile.am, startup/Makefile.am: Use CPU_CLOCK_RATE_HZ as
46        it is called in configure.in instead of HZ.
47
482001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
49
50        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), add
51        bspopts.h.     
52        * include/.cvsignore: Add stamp-h*, bspopts.h*.
53        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
54        * include/bsp.h: Add bspopts.h.
55        * startup/bspstart.c: Replace HZ w/ CPU_CLOCK_RATE_HZ.
56
572001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * startup/linkcmds: Remove OUTPUT_FORMAT.
60
612001-01-22  Radzislaw Galler  <rgaller@et.put.poznan.pl>
62
63        * README.EVB7045F: New file.
64        * README: Additions and corrections.
65        * include/bsp.h: Switch console to sci0.
66
672001-01-05      Joel Sherrill <joel@OARcorp.com>
68
69        * include/bsp.h: Changed <sh/null.h> to <rtems/devnull.h> to reflect
70        the movement of this component to libmisc.
71        * wrapup/Makefile.am: /dev/null driver is no longer in libcpu/sh.
72
732000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
76
772000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
80
812000-11-01      Joel Sherrill <joel@OARcorp.com>
82
83        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
84        and libcsupport.h moved from libc to lib/include/rtems and
85        now must be referenced as <rtems/XXX.h>.   Header file order
86        was cleaned up while doing this.
87
882000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
91        Switch to GNU canonicalization.
92
932000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * scitab/Makefile.am: PROJECT_TOPdir.
96
972000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * console/Makefile.am, scitab/Makefile.am, start/Makefile.am,
100        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
101
1022000-08-10      Joel Sherrill <joel@OARcorp.com>
103
104        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.