source: rtems/c/src/lib/libbsp/m68k/ods68302/ChangeLog @ 14b7d360

4.104.114.84.95
Last change on this file since 14b7d360 was b35414a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/13/03 at 05:09:48

2003-12-13 Ralf Corsepius <corsepiu@…>

  • start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
  • startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
  • Property mode set to 100644
File size: 10.3 KB
Line 
12003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
4        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
5
62003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
9        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
10
112003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
14
152003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * start/Makefile.am: Misc cleanups and fixes.
18        * startup/Makefile.am: Misc cleanups and fixes.
19        * wrapup/Makefile.am: Misc cleanups and fixes.
20
212003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * Makefile.am: Add preinstallation dirstamp support.
24        * clock/Makefile.am: Cosmetics.
25        * console/Makefile.am: Cosmetics.
26        * startup/Makefile.am: Cosmetics.
27        * timer/Makefile.am: Cosmetics.
28        * wrapup/Makefile.am: Cosmetics.
29
302003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * clock/Makefile.am: Remove all-local: $(ARCH).
33        * console/Makefile.am: Remove all-local: $(ARCH).
34        * start/Makefile.am: Remove all-local: $(ARCH).
35        * startup/Makefile.am: Remove all-local: $(ARCH).
36        * timer/Makefile.am: Remove all-local: $(ARCH).
37        * wrapup/Makefile.am: Remove all-local: $(ARCH).
38
392003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * include/bsp.h: Replace stringification madness to pick up bare.h
42        (Doesn't work with gcc >= 3.3) with a somewhat cleaner madness.
43
442003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * Makefile.am: Merge-in include/Makefile.am.
47        Reflect changes to bsp.am.
48        * include/Makefile.am: Remove.
49        * configure.ac: Reflect changes above.
50
512003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * bsp_specs: Remove *lib:.
54
552003-09-04      Joel Sherrill <joel@OARcorp.com>
56
57        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
58        startup/bspclean.c, startup/bspstart.c, timer/timer.c: URL for
59        license changed.
60
612003-09-04      Joel Sherrill <joel@OARcorp.com>
62
63        * start/debugreset.S, start/reset.S: Removed incorrect statement about
64        copyright assignment.
65
662003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * Makefile.am: Reflect having moved aclocal/.
69
702003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * Makefile.am: Reflect having moved automake/.
73        * clock/Makefile.am: Reflect having moved automake/.
74        * console/Makefile.am: Reflect having moved automake/.
75        * include/Makefile.am: Reflect having moved automake/.
76        * start/Makefile.am: Reflect having moved automake/.
77        * startup/Makefile.am: Reflect having moved automake/.
78        * timer/Makefile.am: Reflect having moved automake/.
79        * wrapup/Makefile.am: Reflect having moved automake/.
80
812003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        PR 452/bsps
84        * startup/Makefile.am: Remove USE_INIT_FINI.
85
862003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
89
902003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        PR 445/bsps
93        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
94        Remove cpp, old_cpp (now unused).
95
962003-06-22      Chris Johns <cjohns@cybertec.com.au>
97
98        PR 264/bsps
99        PR 414/bsps
100        * start/reset.S, startup/cpuboot.c, startup/linkcmds:
101        PR264 - Stopped the core dump by removing the bad instruction.
102        PR414 - Fixed the global interupt vector register.
103        Linker command file to have the boot code in the first 8K.
104        The chip select remap needed to be volatile.
105
1062003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * configure.ac: Remove AC_CONFIG_AUX_DIR.
109
1102003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
113
1142003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * configure.ac: AC_PREREQ(2.57).
117
1182003-01-20      Joel Sherrill <joel@OARcorp.com>
119
120        * startup/linkcmds*: Add FreeBSD sysctl() sections.
121
1222002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
125        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
126        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
127        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
128        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
129
1302002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * start/Makefile.am: Use install-data-local to install startfile.
133
1342002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
137
1382002-11-01      Joel Sherrill <joel@OARcorp.com>
139
140        * startup/m68k-stub.c: Removed typos.
141
1422002-11-01      Joel Sherrill <joel@OARcorp.com>
143
144        * startup/m68k-stub.c: Removed warnings.
145
1462002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * .cvsignore: Reformat.
149        Add autom4te*cache.
150        Remove autom4te.cache.
151
1522002-08-21      Joel Sherrill <joel@OARcorp.com>
153
154        * wrapup/Makefile.am: PR217 required that the idle task be moved to
155        libcpu so it could be more acutely aware of the CPU model.  This
156        file was modified to pick up the idle task from there.
157
1582002-08-21      Joel Sherrill <joel@OARcorp.com>
159
160        * bsp_specs: Added support for -nostdlibs.
161
1622002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
165        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
166        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
167        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
168        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
169        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
170
1712002-08-07      Joel Sherrill <joel@OARcorp.com>
172
173        * start/Makefile.am: Pick up rest of Ralf'f changes and use
174        cp not make-rel since there is no point in this case.
175        * start/debugreset.S: Rights were not assigned.
176        * start/reset.S: Add ifdef to avoid core dump until Chris can
177        track it down.
178        * start/cpuboot.c: Moved to startup.
179        * startup/Makefile.am: Account for above.
180
1812002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * startup/Makefile.am: Remove -DGDB_MONITOR_ACTIVE (Not used
184        anywhere).
185        Add ODS60302_DEBUG conditional.
186        * include/bsp.h: Fix broken bsp_cat macros (Not compliant to gcc31).
187        * configure.ac: Add --enable-ods60302-debug.
188        Add ODS60302_DEBUG conditional.
189
1902002-08-05      Joel Sherrill <joel@OARcorp.com>
191
192        * Per PR260 eliminate use of make-target-options.  This impacted
193        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
194        SuperCore and required that the m68k optimized memcpy be moved
195        to libcpu.
196        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
197
1982002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * start/Makefile.am: Fix bug in previous patch.
201        Really add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
202
2032002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * start/Makefile.am: Eliminate PGM.
206        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
207
2082002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * startup/Makefile.am: Add bsplib_DATA = linkcmds rom debugger.
211
2122002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
215        Remove $(OBJS) from all-local.
216
2172002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
220
2212001-05-09      Joel Sherrill <joel@OARcorp.com>
222
223        * startup/linkcmds: In support of gcc 3.1, added one of more
224        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
225        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
226        and direction of segments to memory regions may also have been
227        addressed.  This was a sweep across all BSPs.
228 
2292002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * configure.ac:
232        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
233        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
234        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
235        * Makefile.am: Remove AUTOMAKE_OPTIONS.
236        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
237        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
238        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
239        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
240        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
241        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
242
2432001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
246
2472001-11-27      Joel Sherrill <joel@OARcorp.com>,
248
249        This was tracked as PR39.
250        * include/bsp.h, start/cpuboot.c, start/reset.S, startup/debugger,
251        startup/linkcmds, startup/rom: Eliminated required definition of
252        macros in the custom file for the BSP to compile.  The ROM and ROM
253        address and size settings are now linker script items. 
254
2552001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
258        * configure.in: Remove.
259        * configure.ac: New file, generated from configure.in by autoupdate.
260
2612001-09-27      Joel Sherrill <joel@OARcorp.com>
262
263        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
264
2652001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
268
2692001-06-19      Joel Sherrill <joel@OARcorp.com>
270
271        * include/Makefile.am: Fixed typo.
272
2732001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * configure.in: Add bspopts.h.
276        * include/.cvsignore: Add bspopts.h*, stamp-h*.
277        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
278        * include/bsp.h: Include bspopts.h.
279
2802001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
281
282        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
283
2842000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
287
2882000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
291
2922000-11-01      Joel Sherrill <joel@OARcorp.com>
293
294        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
295        and libcsupport.h moved from libc to lib/include/rtems and
296        now must be referenced as <rtems/XXX.h>.   Header file order
297        was cleaned up while doing this.
298
2992000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
302        Switch to GNU canonicalization.
303
3042000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
305
306        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
307
3082000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
309
310        * startup/linkcmds: Added lines so DWARF debug information
311        would be available.  Otherwise gdb complains that the offsets
312        for the debug info are incorrect and doesn't load the files.
313
3142000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
317        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
318        compile.am
319
3202000-08-10      Joel Sherrill <joel@OARcorp.com>
321
322        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.