source: rtems/c/src/lib/libbsp/m68k/gen68302/ChangeLog @ c483a4e

4.104.114.84.95
Last change on this file since c483a4e was c483a4e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/18/03 at 06:22:53

Fix broken ChangeLog? entries.

  • Property mode set to 100644
File size: 7.0 KB
Line 
12003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Reflect having moved automake/.
4        * clock/Makefile.am: Reflect having moved automake/.
5        * console/Makefile.am: Reflect having moved automake/.
6        * include/Makefile.am: Reflect having moved automake/.
7        * network/Makefile.am: Reflect having moved automake/.
8        * start/Makefile.am: Reflect having moved automake/.
9        * startup/Makefile.am: Reflect having moved automake/.
10        * timer/Makefile.am: Reflect having moved automake/.
11        * wrapup/Makefile.am: Reflect having moved automake/.
12
132003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        PR 452/bsps
16        * startup/Makefile.am: Remove USE_INIT_FINI.
17
182003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
21
222003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        PR 445/bsps
25        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
26        Remove cpp, old_cpp (now unused).
27
282003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * configure.ac: Remove AC_CONFIG_AUX_DIR.
31
322003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
35
362003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac: AC_PREREQ(2.57).
39
402003-01-20      Joel Sherrill <joel@OARcorp.com>
41
42        * startup/linkcmds*: Add FreeBSD sysctl() sections.
43
442002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
47        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
48        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
49        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
50        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
51        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
52
532002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * start/Makefile.am: Use install-data-local to install startfile.
56
572002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
60
612002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * .cvsignore: Reformat.
64        Add autom4te*cache.
65        Remove autom4te.cache.
66
672002-08-21      Joel Sherrill <joel@OARcorp.com>
68
69        * wrapup/Makefile.am: PR217 required that the idle task be moved to
70        libcpu so it could be more acutely aware of the CPU model.  This
71        file was modified to pick up the idle task from there.
72
732002-08-21      Joel Sherrill <joel@OARcorp.com>
74
75        * bsp_specs: Added support for -nostdlibs.
76
772002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
80        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
81        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
82        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
83        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
84        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
85        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
86
872002-08-05      Joel Sherrill <joel@OARcorp.com>
88
89        * Per PR260 eliminate use of make-target-options.  This impacted
90        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
91        SuperCore and required that the m68k optimized memcpy be moved
92        to libcpu.
93        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
94
952002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * start/Makefile.am: Eliminate PGM.
98        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
99
1002002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
103
1042002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
107        Remove $(OBJS) from all-local.
108
1092002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
112
1132001-05-09      Joel Sherrill <joel@OARcorp.com>
114
115        * startup/linkcmds: In support of gcc 3.1, added one of more
116        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
117        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
118        and direction of segments to memory regions may also have been
119        addressed.  This was a sweep across all BSPs.
120 
1212002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * configure.ac:
124        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
125        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
126        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
127        * Makefile.am: Remove AUTOMAKE_OPTIONS.
128        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
129        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
130        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
131        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
132        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
133        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
134        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
135
1362001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
139
1402001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
143        * configure.in: Remove.
144        * configure.ac: New file, generated from configure.in by autoupdate.
145
1462001-09-27      Joel Sherrill <joel@OARcorp.com>
147
148        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
149
1502001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
153
1542001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * configure.in: Add bspopts.h.
157        * include/.cvsignore: Add bspopts.h*, stamp-h*.
158        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
159        * include/bsp.h: Include bspopts.h.
160
1612001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
162
163        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
164
1652000-12-14      Joel Sherrill <joel@OARcorp.com>
166
167        * network/network.c: Removed unused variable warnings.
168
1692000-12-11      Joel Sherrill <joel@OARcorp.com>
170
171        * Makefile.am, configure.in, include/Makefile.am,
172        wrapup/Makefile.am: Updated to reflect addition of network driver
173        by  Franck Julien <FranckJ@cxr.fr>.
174        * include/m302_int.h, network/.cvsignore, network/Makefile.am,
175        network/network.c: New file.
176
1772000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
180
1812000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
184
1852000-11-01      Joel Sherrill <joel@OARcorp.com>
186
187        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
188        libcsupport.h moved from libc to lib/include/rtems and
189        now must be referenced as <rtems/XXX.h>.   Header file order
190        was cleaned up while doing this.
191
1922000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
195        Switch to GNU canonicalization.
196
1972000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
198
199        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
200
2012000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
202
203        * startup/linkcmds: Added lines so DWARF debug information
204        would be available.  Otherwise gdb complains that the offsets
205        for the debug info are incorrect and doesn't load the files.
206
2072000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
210        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
211        compile.am
212
2132000-08-10      Joel Sherrill <joel@OARcorp.com>
214
215        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.