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

4.104.114.84.95
Last change on this file since d516bbf was d516bbf, checked in by Joel Sherrill <joel.sherrill@…>, on 11/15/01 at 16:54:16

2001-11-15 Ralf Corsepius <corsepiu@…>

  • configure.ac: Add RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ), RTEMS_BSPOPTS_*(START_HW_INIT), RTEMS_BSPOPTS_*(STANDALONE_EVB).
  • wrapup/Makefile.am: Apply RTEMS_CPU_MODEL to pickup CPU_PIECES.
  • Property mode set to 100644
File size: 3.7 KB
Line 
12001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Add RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ),
4        RTEMS_BSPOPTS_*(START_HW_INIT),
5        RTEMS_BSPOPTS_*(STANDALONE_EVB).
6        * wrapup/Makefile.am: Apply RTEMS_CPU_MODEL to pickup CPU_PIECES.
7
82001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * startup/Makefile.am: Remove AC_CFLAGS, HZ.
11
122001-10-12      Joel Sherrill <joel@OARcorp.com>
13
14        * include/bsp.h, start/start.S, start/start.ram, start/start.rom,
15        startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
16        startup/linkcmds.ram, startup/linkcmds.rom: Fixed typo.
17
182001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
21        * configure.in: Remove.
22        * configure.ac: New file, generated from configure.in by autoupdate.
23
242001-09-27      Joel Sherrill <joel@OARcorp.com>
25
26        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
27
282001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
31        * startup/Makefile.am: Use 'PREINSTALL_FILES ='.
32
332001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * scitab/Makefile.am: Remove stray blank from SCITAB rule.
36
372001-08-01  Radzislaw Galler  <rgaller@et.put.poznan.pl>
38
39        * include/bsp.h: Disabled redefinition of
40        CONSOLE_DRIVER_TABLE_ENTRY. Some "FIXME:" comments added.
41        * console/config.c: New file. Definitions of externs referenced
42        from libbsp/shared/console.c.
43        * console/Makefile.am: Changed VPATH to point to
44        libbsp/shared. Added config.c to C_FILES and EXTRA_DIST.
45
462001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * configure.in: Add bspopts.h.
49        * include/.cvsignore: Add bspopts.h*, stamp-h*.
50        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
51        * include/bsp.h: Include bspopts.h.
52        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
53
542001-06-19      Joel Sherrill <joel@OARcorp.com>
55
56        * scitab/Makefile.am, startup/Makefile.am: Use CPU_CLOCK_RATE_HZ as
57        it is called in configure.in instead of HZ.
58
592001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
60
61        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), add
62        bspopts.h.     
63        * include/.cvsignore: Add stamp-h*, bspopts.h*.
64        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
65        * include/bsp.h: Add bspopts.h.
66        * startup/bspstart.c: Replace HZ w/ CPU_CLOCK_RATE_HZ.
67
682001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * startup/linkcmds: Remove OUTPUT_FORMAT.
71
722001-01-22  Radzislaw Galler  <rgaller@et.put.poznan.pl>
73
74        * README.EVB7045F: New file.
75        * README: Additions and corrections.
76        * include/bsp.h: Switch console to sci0.
77
782001-01-05      Joel Sherrill <joel@OARcorp.com>
79
80        * include/bsp.h: Changed <sh/null.h> to <rtems/devnull.h> to reflect
81        the movement of this component to libmisc.
82        * wrapup/Makefile.am: /dev/null driver is no longer in libcpu/sh.
83
842000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
87
882000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
91
922000-11-01      Joel Sherrill <joel@OARcorp.com>
93
94        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
95        and libcsupport.h moved from libc to lib/include/rtems and
96        now must be referenced as <rtems/XXX.h>.   Header file order
97        was cleaned up while doing this.
98
992000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
102        Switch to GNU canonicalization.
103
1042000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * scitab/Makefile.am: PROJECT_TOPdir.
107
1082000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * console/Makefile.am, scitab/Makefile.am, start/Makefile.am,
111        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
112
1132000-08-10      Joel Sherrill <joel@OARcorp.com>
114
115        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.