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

4.115
Last change on this file since ea8a958 was ea8a958, checked in by Chris Johns <chrisj@…>, on 06/22/10 at 02:03:36

2010-06-22 Chris Johns <chrisj@…>

  • startup/m68k-stub.c: PR 1539. Fix buffer overrun.
  • Property mode set to 100644
File size: 21.3 KB
RevLine 
[ea8a958]12010-06-22      Chris Johns <chrisj@rtems.org>
2
3        * startup/m68k-stub.c: PR 1539. Fix buffer overrun.
4       
[33d5f33]52010-04-30      Joel Sherrill <joel.sherrilL@OARcorp.com>
6
7        * include/bsp.h: Add BSP_SMALL_MEMORY.
8
[b57c3491]92010-04-28      Joel Sherrill <joel.sherrilL@OARcorp.com>
10
11        * startup/m68k-stub.c: Remove warnings.
12
[7ddca228]132009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
14
15        * make/custom/ods68302.cfg: Remove RTEMS_BSP_FAMILY.
16
[d236e964]172009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
18
19        * configure.ac: Don't add -ansi -fasm to CFLAGS.
20
[1f21e563]212009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * make/custom/ods68302.cfg: New (relocated from /make/custom).
24
[6b2b37d2]252009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
26
27        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
28
29 2009-07-16     Joel Sherrill <joel.sherrill@oarcorp.com>
[d1be26b]30
31        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
32        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
33        have the same options.
34
[6d3245b6]352009-04-28      Chris Johns <chrisj@rtems.org>
36
37        * startup/cpuboot.c: Update for boot_card command line change.
38
[df393962]392008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
40
41        * bsp_specs: Move -e start from *link to *startfile to avoid warning
42        for undefined entry symbol when linking relocatables with binutils
43        2.19.
44
[9957dbf]452008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
46
47        * Makefile.am, preinstall.am: Use shared tm27.h stub.
48        * include/tm27.h: Removed.
49
[290da88f]502008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
51
52        * timer/timer.c: Eliminate uses of old benchmark timer names.
53
[64eb0c7]542008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
55
56        * Makefile.am: Eliminate *_SOURCES.
57
[e94666d]582008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
59
60        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
61        components.
62
[a1bc0a15]632008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
64
65        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
66
[95aa5e1]672008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
68
69        * configure.ac: Make letting boot_card() handle work area allocation
70        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
71        BSP_BOOTCARD_OPTIONS.
72
[ccceaf3]732008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
74
75        * include/bsp.h: Remove unnecessary boilerplate comments.
76
[07ce99e]772008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
78
79        * Makefile.am, startup/linkcmds: Use top level shared
80        bsp_get_work_area() implementation.
81
[c6fb8ed4]822008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
83
84        * Makefile.am, configure.ac, clock/ckinit.c, startup/linkcmds: Add use
85        of bsp_get_work_area() in its own file and rely on BSP Framework to
86        perform more initialization. Remove unnecessary includes of
87        rtems/libio.h and rtems/libcsupport.h.
88        * startup/bspstart.c: Removed.
89
[05adba6]902008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
91
92        * Makefile.am, include/bsp.h: Review of all bsp_cleanup()
93        implementations. In this phase, all prototypes were removed from
94        bsp.h and empty implementations were removed and made to use the
95        shared stub.
96        * startup/bspclean.c: Removed.
97
[d54bc531]982008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
99
100        * startup/m68k-stub.c: Convert to "bool".
101
[34ef6c7]1022008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
103
104        * clock/ckinit.c: The Shared Memory Driver no longer requires the
105        special IOCTL in Clock_control. This was a hack which has existed
106        since before the Classic API Timer Manager was implemented. All
107        implementations of and references to Clock_control were removed.
108
[9751d178]1092008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
110
111        * console/console.c, timer/timer.c: Convert to "bool".
112
[6b2923cb]1132008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
114
115        * timer/timer.c, timer/timerisr.S: Eliminate empty function from every
116        benchmark timer driver. Fix spelling.
117
[674a980]1182008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
119
120        * timer/timer.c, timer/timerisr.S: Rename timer driver methods to
121        follow RTEMS programming conventions.
122
[c47d3427]1232008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
124
125        * startup/cpuboot.c, startup/memcheck.c, timer/timer.c:
126        Add missing prototypes.
127
[1d0ee80e]1282008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
129
130        * Makefile.am: Rework to avoid .rel files.
131
[6ea100c1]1322008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
133
134        * startup/bspstart.c: Refactored and renamed initialization routines to
135        rtems_initialize_data_structures, rtems_initialize_before_drivers,
136        rtems_initialize_device_drivers, and
137        rtems_initialize_start_multitasking. This opened the sequence up so
138        that bootcard() could provide a more robust and flexible framework
139        which is easier to explain and understand. This also lays the
140        groundwork for sharing the division of available memory between the
141        RTEMS workspace and heap and the C library initialization across all
142        BSPs.
143
[d1f57b5]1442008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
145
146        * startup/linkcmds: Add wildcard to gcc_except_table section so
147        programs compiled with gcc 4.3.x can link.
148
[12bd47e]1492007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
150
151        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
152        of the Configuration Table. Use the RTEMS provided accessor macros to
153        obtain configuration fields.
154
[d34d8692]1552007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
156
157        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
158        from CPU Table to Configuration Table. Eliminate CPU Table from all
159        ports. Delete references to CPU Table in all forms.
160
[558bc25]1612007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
162
163        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
164        Table fields to the Configuration Table. This included
165        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
166        do_zero_of_workspace, extra_mpci_receive_server_stack,
167        stack_allocate_hook, and stack_free_hook. As a side-effect of this
168        effort some multiprocessing code was made conditional and some style
169        clean up occurred.
170
[1693c131]1712007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
172
173        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
174        m68k CPU Table since it is never read.
175
[1144653]1762007-05-03      Joel Sherrill <joel@OARcorp.com>
177
178        * startup/linkcmds: Handle .data.* sections
179
[71c4d68]1802007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
181
182        * bsp_specs: Remove qrtems_debug.
183
[3002831]1842007-04-02      Joel Sherrill <joel@OARcorp.com>
185
186        * Makefile.am: Add dummy printk support so all tests link.
187
[fcb0cd46]1882006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
189
190        * configure.ac: New BUG-REPORT address.
191
[aa4369c]1922006-11-15      Joel Sherrill <joel@OARcorp.com>
193
194        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
195        file and simplified initialization.
196
[57357d9]1972006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
198
199        * Makefile.am: Remove superfluous -DASM.
200
[754610f]2012006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
202
203        * configure.ac: Require autoconf-2.60. Require automake-1.10.
204
[4217b96]2052006-02-08      Joel Sherrill <joel@OARcorp.com>
206
207        * startup/linkcmds: Add sections required by newer gcc versions.
208
[5a9284a]2092006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
210
211        * Makefile.am: Add preinstall.am.
212
[34c4852]2132005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
214
215        * include/bsp.h: New header guard.
216
[21023ab8]2172005-01-09      Joel Sherrill <joel@OARcorp.com>
218
219        * startup/linkcmds: Add rom section to remove warning.
220
[844609f9]2212005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
222
223        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
224
[4cbf22a]2252005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
226
227        * Makefile.am: Remove build-variant support.
228
[b815d9e]2292005-01-01      Ralf Corsepius <ralf_corsepius@rtems.org>
230
231        * configure.ac: Use AS_HELP_STRING instead of AC_HELP_STRING.
232
[3dae380]2332004-11-25      Joel Sherrill <joel@OARcorp.com>
234
235        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
236
[46ce08d]2372004-11-19      Ralf Corsepius <ralf_corsepius@rtems.org>
238
239        * startup/m68k-stub.c: Use (defined(__mc68020__) && !defined(__mcpu32__))
240        instead of defined(__mc68020__) to reflect GCC-3.4's expectations.
241
[97891e5e]2422004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
243
244        * configure.ac: Require automake > 1.9.
245
[3defec6]2462004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
247
248        PR 610/bsps
249        * Makefile.am: Add include/tm27.h, Cosmetics.
250        * include/tm27.h: Final cosmetics.
251
[0df29b07]2522004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
253
254        * include/bsp.h: Split out tmtest27 support.
255        * include/tm27.h: New.
256
[3344730a]2572004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
258
259        PR 613/bsps
260        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
261
[7dd6e8d]2622004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
263
264        PR 614/bsps
265        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
266
[4309f49b]2672004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
268
269        * c/src/lib/libbsp/m68k/ods68302/clock/ckinit.c,
270        c/src/lib/libbsp/m68k/ods68302/include/bsp.h,
271        c/src/lib/libbsp/m68k/ods68302/startup/cpuboot.c,
272        c/src/lib/libbsp/m68k/ods68302/startup/crc.c,
273        c/src/lib/libbsp/m68k/ods68302/startup/gdb-hooks.c,
274        c/src/lib/libbsp/m68k/ods68302/startup/m68302scc.c,
275        c/src/lib/libbsp/m68k/ods68302/timer/timer.c: Include
276        <rtems/m68k/m68302.h> instead of <m68302.h>.
277
[f286330]2782004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
279
280        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
281
[fb7a141]2822004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
283
284        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
285        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
286        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
287
[a4318d0c]2882004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
289
290        * clock/ckinit.c, include/bare.h, include/bsp.h, include/crc.h,
291        startup/bspstart.c, startup/cpuboot.c, startup/crc.c,
292        startup/gdb-hooks.c, startup/m68302scc.c, timer/timer.c: Convert to
293        using c99 fixed size types.
294
[2a7f9a28]2952004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * Makefile.am: Reflect changes to bsp.am.
298        Preinstall dist_project_lib*.
299
[6ac101b]3002004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * Makefile.am: Reflect changes to bsp.am.
303
[c24d7c84]3042004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
307
[4cb9d26]3082004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * Makefile.am: Pickup files from ../../m68k/shared instead of
311        ../shared. Reformat.
312
[bd5b4e56]3132004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
316
[c95ab0d7]3172004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * start/reset.S: Remove cat(). Add EXPAND(). Make EXCEPTION_HANDLER
320        ANSI-C compliant.
321        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am
322        start/Makefile.am, startup/Makefile.am, timer/Makefile.am
323        wrapup/Makefile.am.
324        Use automake compilation rules.
325        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
326        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
327        Remove.
328        * configure.ac: Reflect changes above.
329
[7fc5229c]3302004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * Makefile.am: Add PREINSTALL_DIRS.
333        * wrapup/Makefile.am: Reflect changes to libcpu.
334
[3cdac3ee]3352004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * Makefile.am: Remove non-existing times from EXTRA_DIST.
338        * start/Makefile.am: Remove non-existing cpuboot.c from EXTRA_DIST.
339        * wrapup/Makefile.am: Reflect changes to libcpu.
340
[232a22d]3412004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
344        Add PRE/TMPINSTALL_FILES to CLEANFILES.
345        * start/Makefile.am: Ditto.
346        * startup/Makefile.am: Ditto.
347
[6411947]3482004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * wrapup/Makefile.am: Eliminate $(LIB).
351        Use noinst_DATA to trigger building libbsp.a.
352
[b35414a]3532003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
356        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
357
[935773b]3582003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
361        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
362
[810720b6]3632003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
366
[4d5d97b]3672003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * start/Makefile.am: Misc cleanups and fixes.
370        * startup/Makefile.am: Misc cleanups and fixes.
371        * wrapup/Makefile.am: Misc cleanups and fixes.
372
[d4ee0ce]3732003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * Makefile.am: Add preinstallation dirstamp support.
376        * clock/Makefile.am: Cosmetics.
377        * console/Makefile.am: Cosmetics.
378        * startup/Makefile.am: Cosmetics.
379        * timer/Makefile.am: Cosmetics.
380        * wrapup/Makefile.am: Cosmetics.
381
[5ceaa08]3822003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * clock/Makefile.am: Remove all-local: $(ARCH).
385        * console/Makefile.am: Remove all-local: $(ARCH).
386        * start/Makefile.am: Remove all-local: $(ARCH).
387        * startup/Makefile.am: Remove all-local: $(ARCH).
388        * timer/Makefile.am: Remove all-local: $(ARCH).
389        * wrapup/Makefile.am: Remove all-local: $(ARCH).
390
[85ad55d]3912003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * include/bsp.h: Replace stringification madness to pick up bare.h
394        (Doesn't work with gcc >= 3.3) with a somewhat cleaner madness.
395
[2821666f]3962003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * Makefile.am: Merge-in include/Makefile.am.
399        Reflect changes to bsp.am.
400        * include/Makefile.am: Remove.
401        * configure.ac: Reflect changes above.
402
[a1546de]4032003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * bsp_specs: Remove *lib:.
406
[f321db19]4072003-09-04      Joel Sherrill <joel@OARcorp.com>
408
409        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
410        startup/bspclean.c, startup/bspstart.c, timer/timer.c: URL for
411        license changed.
412
[0dbc344e]4132003-09-04      Joel Sherrill <joel@OARcorp.com>
414
415        * start/debugreset.S, start/reset.S: Removed incorrect statement about
416        copyright assignment.
417
[fe8bc62f]4182003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        * Makefile.am: Reflect having moved aclocal/.
421
[a4aeb92]4222003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
[c483a4e]424        * Makefile.am: Reflect having moved automake/.
425        * clock/Makefile.am: Reflect having moved automake/.
426        * console/Makefile.am: Reflect having moved automake/.
427        * include/Makefile.am: Reflect having moved automake/.
428        * start/Makefile.am: Reflect having moved automake/.
429        * startup/Makefile.am: Reflect having moved automake/.
430        * timer/Makefile.am: Reflect having moved automake/.
431        * wrapup/Makefile.am: Reflect having moved automake/.
[a4aeb92]432
[317458ce]4332003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
[75fcb394]435        PR 452/bsps
[317458ce]436        * startup/Makefile.am: Remove USE_INIT_FINI.
437
[7dcc3fe]4382003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
441
[d266acd2]4422003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
[75fcb394]444        PR 445/bsps
[d266acd2]445        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
446        Remove cpp, old_cpp (now unused).
447
[94b81961]4482003-06-22      Chris Johns <cjohns@cybertec.com.au>
449
[14ea772]450        PR 264/bsps
451        PR 414/bsps
[94b81961]452        * start/reset.S, startup/cpuboot.c, startup/linkcmds:
453        PR264 - Stopped the core dump by removing the bad instruction.
454        PR414 - Fixed the global interupt vector register.
455        Linker command file to have the boot code in the first 8K.
456        The chip select remap needed to be volatile.
457
[7a97f26]4582003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        * configure.ac: Remove AC_CONFIG_AUX_DIR.
461
[ccd81b60]4622003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
465
[9b5c258]4662003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * configure.ac: AC_PREREQ(2.57).
469
[1d36d2af]4702003-01-20      Joel Sherrill <joel@OARcorp.com>
471
472        * startup/linkcmds*: Add FreeBSD sysctl() sections.
473
[887458a1]4742002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
475
476        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
477        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
478        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
479        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
480        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
481
[59a01a6e]4822002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
483
484        * start/Makefile.am: Use install-data-local to install startfile.
485
[b5a2912f]4862002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
489
[80277b8]4902002-11-01      Joel Sherrill <joel@OARcorp.com>
491
492        * startup/m68k-stub.c: Removed typos.
493
[f799d21c]4942002-11-01      Joel Sherrill <joel@OARcorp.com>
495
496        * startup/m68k-stub.c: Removed warnings.
497
[8730f45]4982002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * .cvsignore: Reformat.
501        Add autom4te*cache.
502        Remove autom4te.cache.
503
[0308c805]5042002-08-21      Joel Sherrill <joel@OARcorp.com>
505
506        * wrapup/Makefile.am: PR217 required that the idle task be moved to
507        libcpu so it could be more acutely aware of the CPU model.  This
508        file was modified to pick up the idle task from there.
509
[a2ae30c2]5102002-08-21      Joel Sherrill <joel@OARcorp.com>
511
512        * bsp_specs: Added support for -nostdlibs.
513
[88a67b6]5142002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
515
516        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
517        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
518        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
519        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
520        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
521        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
522
[ef39005]5232002-08-07      Joel Sherrill <joel@OARcorp.com>
524
525        * start/Makefile.am: Pick up rest of Ralf'f changes and use
526        cp not make-rel since there is no point in this case.
527        * start/debugreset.S: Rights were not assigned.
528        * start/reset.S: Add ifdef to avoid core dump until Chris can
529        track it down.
530        * start/cpuboot.c: Moved to startup.
531        * startup/Makefile.am: Account for above.
532
[c23386a]5332002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
534
535        * startup/Makefile.am: Remove -DGDB_MONITOR_ACTIVE (Not used
536        anywhere).
537        Add ODS60302_DEBUG conditional.
538        * include/bsp.h: Fix broken bsp_cat macros (Not compliant to gcc31).
539        * configure.ac: Add --enable-ods60302-debug.
540        Add ODS60302_DEBUG conditional.
541
[75adbe5f]5422002-08-05      Joel Sherrill <joel@OARcorp.com>
543
544        * Per PR260 eliminate use of make-target-options.  This impacted
545        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
546        SuperCore and required that the m68k optimized memcpy be moved
547        to libcpu.
548        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
549
[4375911b]5502002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
551
552        * start/Makefile.am: Fix bug in previous patch.
553        Really add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
554
[18e3bb6]5552002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
556
557        * start/Makefile.am: Eliminate PGM.
558        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
559
[25cdd2b]5602002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
561
562        * startup/Makefile.am: Add bsplib_DATA = linkcmds rom debugger.
563
[445c0a0]5642002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
565
566        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
567        Remove $(OBJS) from all-local.
568
[80defac]5692002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
570
571        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
572
[85c92574]5732001-05-09      Joel Sherrill <joel@OARcorp.com>
574
575        * startup/linkcmds: In support of gcc 3.1, added one of more
576        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
577        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
578        and direction of segments to memory regions may also have been
579        addressed.  This was a sweep across all BSPs.
580 
[ddd9abf]5812002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
582
583        * configure.ac:
584        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
585        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
586        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
587        * Makefile.am: Remove AUTOMAKE_OPTIONS.
588        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
589        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
590        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
591        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
592        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
593        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
594
[9e1ae79]5952001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
596
597        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
598
[5e2dce0]5992001-11-27      Joel Sherrill <joel@OARcorp.com>,
600
601        This was tracked as PR39.
602        * include/bsp.h, start/cpuboot.c, start/reset.S, startup/debugger,
603        startup/linkcmds, startup/rom: Eliminated required definition of
604        macros in the custom file for the BSP to compile.  The ROM and ROM
605        address and size settings are now linker script items. 
606
[df25c998]6072001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
608
609        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
610        * configure.in: Remove.
611        * configure.ac: New file, generated from configure.in by autoupdate.
612
[cf282090]6132001-09-27      Joel Sherrill <joel@OARcorp.com>
614
615        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
616
[c1767be0]6172001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
618
619        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
620
[1f17d21]6212001-06-19      Joel Sherrill <joel@OARcorp.com>
622
623        * include/Makefile.am: Fixed typo.
624
[4906d72f]6252001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
626
627        * configure.in: Add bspopts.h.
628        * include/.cvsignore: Add bspopts.h*, stamp-h*.
629        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
630        * include/bsp.h: Include bspopts.h.
631
[6f21328]6322001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
633
634        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
635
[feead226]6362000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
637
638        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
639
[a314d3b4]6402000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
641
642        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
643
[eba2e4f]6442000-11-01      Joel Sherrill <joel@OARcorp.com>
645
646        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
647        and libcsupport.h moved from libc to lib/include/rtems and
648        now must be referenced as <rtems/XXX.h>.   Header file order
649        was cleaned up while doing this.
650
[e83378d]6512000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
652
653        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
654        Switch to GNU canonicalization.
655
[f52111f]6562000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
657
658        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
659
[9f30a08b]6602000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
661
662        * startup/linkcmds: Added lines so DWARF debug information
663        would be available.  Otherwise gdb complains that the offsets
664        for the debug info are incorrect and doesn't load the files.
665
[476b632]6662000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
667
668        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
669        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
670        compile.am
671
[e94ad1fe]6722000-08-10      Joel Sherrill <joel@OARcorp.com>
673
674        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.