source: rtems/c/src/lib/libbsp/sh/gensh2/ChangeLog @ 7ae5125

4.104.114.84.95
Last change on this file since 7ae5125 was ede9699c, checked in by Joel Sherrill <joel.sherrill@…>, on 08/16/01 at 21:07:41

2001-08-01 Radzislaw Galler <rgaller@…>

  • include/bsp.h: Disabled redefinition of CONSOLE_DRIVER_TABLE_ENTRY. Some "FIXME:" comments added.
  • console/config.c: New file. Definitions of externs referenced from libbsp/shared/console.c.
  • console/Makefile.am: Changed VPATH to point to libbsp/shared. Added config.c to C_FILES and EXTRA_DIST.
  • Property mode set to 100644
File size: 2.6 KB
Line 
12001-08-01  Radzislaw Galler  <rgaller@et.put.poznan.pl>
2
3        * include/bsp.h: Disabled redefinition of
4        CONSOLE_DRIVER_TABLE_ENTRY. Some "FIXME:" comments added.
5        * console/config.c: New file. Definitions of externs referenced
6        from libbsp/shared/console.c.
7        * console/Makefile.am: Changed VPATH to point to
8        libbsp/shared. Added config.c to C_FILES and EXTRA_DIST.
9
102001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * configure.in: Add bspopts.h.
13        * include/.cvsignore: Add bspopts.h*, stamp-h*.
14        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
15        * include/bsp.h: Include bspopts.h.
16        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
17
182001-06-19      Joel Sherrill <joel@OARcorp.com>
19
20        * scitab/Makefile.am, startup/Makefile.am: Use CPU_CLOCK_RATE_HZ as
21        it is called in configure.in instead of HZ.
22
232001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
24
25        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), add
26        bspopts.h.     
27        * include/.cvsignore: Add stamp-h*, bspopts.h*.
28        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
29        * include/bsp.h: Add bspopts.h.
30        * startup/bspstart.c: Replace HZ w/ CPU_CLOCK_RATE_HZ.
31
322001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * startup/linkcmds: Remove OUTPUT_FORMAT.
35
362001-01-22  Radzislaw Galler  <rgaller@et.put.poznan.pl>
37
38        * README.EVB7045F: New file.
39        * README: Additions and corrections.
40        * include/bsp.h: Switch console to sci0.
41
422001-01-05      Joel Sherrill <joel@OARcorp.com>
43
44        * include/bsp.h: Changed <sh/null.h> to <rtems/devnull.h> to reflect
45        the movement of this component to libmisc.
46        * wrapup/Makefile.am: /dev/null driver is no longer in libcpu/sh.
47
482000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
51
522000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
55
562000-11-01      Joel Sherrill <joel@OARcorp.com>
57
58        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
59        and libcsupport.h moved from libc to lib/include/rtems and
60        now must be referenced as <rtems/XXX.h>.   Header file order
61        was cleaned up while doing this.
62
632000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
66        Switch to GNU canonicalization.
67
682000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * scitab/Makefile.am: PROJECT_TOPdir.
71
722000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * console/Makefile.am, scitab/Makefile.am, start/Makefile.am,
75        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
76
772000-08-10      Joel Sherrill <joel@OARcorp.com>
78
79        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.