source: rtems/c/src/lib/libbsp/m68k/gen68360/ChangeLog @ df393962

4.104.115
Last change on this file since df393962 was df393962, checked in by Joel Sherrill <joel.sherrill@…>, on 12/04/08 at 20:34:02

2008-12-04 Joel Sherrill <joel.sherrill@…>

  • bsp_specs: Move -e start from *link to *startfile to avoid warning for undefined entry symbol when linking relocatables with binutils 2.19.
  • Property mode set to 100644
File size: 20.5 KB
RevLine 
[df393962]12008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * bsp_specs: Move -e start from *link to *startfile to avoid warning
4        for undefined entry symbol when linking relocatables with binutils
5        2.19.
6
[f6726c8]72008-10-21      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
8
9                * spi/mc68360_spidrv.h:
10                removed orphaned file
11
[adc6349]122008-10-02      Ralf Corsépius <ralf.corsepius@rtems.org>
13
14        * configure.ac: Move PGH360, GEN68360, GEN68360_040
15        defines from *.cfg into bspopts.h.
16
[290da88f]172008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
18
19        * timer/timer.c: Eliminate uses of old benchmark timer names.
20
[a14fba32]212008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
24        of building libbspstart.a, using automake-rules.
25
[27b355b]262008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * clock/clock.c: include "../../../shared/clockdrv_shell.h".
29        * Makefile.am: Reflect changes above.
30
[64eb0c7]312008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * Makefile.am: Eliminate *_SOURCES.
34
[e94666d]352008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
36
37        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
38        components.
39
[a1bc0a15]402008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
41
42        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
43
[95aa5e1]442008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
45
46        * configure.ac: Make letting boot_card() handle work area allocation
47        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
48        BSP_BOOTCARD_OPTIONS.
49
[ccceaf3]502008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
51
52        * include/bsp.h: Remove unnecessary boilerplate comments.
53
[53cb8234]542008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
55
56        * Makefile.am, include/bsp.h, startup/init68360.c, startup/linkcmds,
57        startup/linkcmds.bootp, startup/linkcmds.prom: Use top level shared
58        bsp_get_work_area() implementation.
59
[2a0726aa]602008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
61
62        * Makefile.am, configure.ac, start/start.S: Add use of
63        bsp_get_work_area() in its own file and rely on BSP Framework to
64        perform more initialization. Remove unnecessary includes of
65        rtems/libio.h and rtems/libcsupport.h.
66        * startup/bspstart.c: Removed.
67
[05adba6]682008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
69
70        * Makefile.am, include/bsp.h: Review of all bsp_cleanup()
71        implementations. In this phase, all prototypes were removed from
72        bsp.h and empty implementations were removed and made to use the
73        shared stub.
74        * startup/bspclean.c: Removed.
75
[a271ab03]762008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
77
78        * spi/mc68360_spidrv.c: Convert to "bool".
79
[e16fcaa3]802008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
81
82        * spi/m360_spi.c, timer/timer.c: Convert to "bool".
83
[25c62b0]842008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
85
86        * timer/timer.c: Eliminate empty function from every benchmark timer
87        driver. Fix spelling.
88
[35f52a6]892008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
90
91        * timer/timer.c: Rename timer driver methods to follow RTEMS
92        programming conventions.
93
[d3b8e4a3]942008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
95
96        * clock/clock.c: Move extern outside of braces.
97
[69effbb4]982008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
99
100        * Makefile.am, spi/m360_spidrv.c, spi/m360_spidrv.h:
101        added SPI driver
102
1032008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
104
105        * README:
106        added pgh360 BSP variant
107
[6825d06]1082008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
109
110        * console/console.c: Eliminate copies of switches to convert termios
111        Bxxx constants to xxx as an integer. Use the shared
112        termios_baud_to_number() routine to do the same conversion.
113
[1d0ee80e]1142008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
115
116        * Makefile.am: Rework to avoid .rel files.
117
[6ea100c1]1182008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
119
120        * startup/bspstart.c: Refactored and renamed initialization routines to
121        rtems_initialize_data_structures, rtems_initialize_before_drivers,
122        rtems_initialize_device_drivers, and
123        rtems_initialize_start_multitasking. This opened the sequence up so
124        that bootcard() could provide a more robust and flexible framework
125        which is easier to explain and understand. This also lays the
126        groundwork for sharing the division of available memory between the
127        RTEMS workspace and heap and the C library initialization across all
128        BSPs.
129
[fedc835c]1302008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
131
132        * Makefile.am: Remove all references to console_reserve_resources and
133        termios_reserve_resources.
134        * console/consolereserveresources.c: Removed.
135
[ae5969eb]1362008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
137
138        * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add
139        wildcard to gcc_except_table section so programs compiled with gcc
140        4.3.x can link.
141
[a3ca595f]1422007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
143
144        * clock/clock.c, include/bsp.h, startup/bspstart.c: Eliminate copies of
145        the Configuration Table. Use the RTEMS provided accessor macros to
146        obtain configuration fields.
147
[d34d8692]1482007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
149
150        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
151        from CPU Table to Configuration Table. Eliminate CPU Table from all
152        ports. Delete references to CPU Table in all forms.
153
[558bc25]1542007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
155
156        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
157        Table fields to the Configuration Table. This included
158        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
159        do_zero_of_workspace, extra_mpci_receive_server_stack,
160        stack_allocate_hook, and stack_free_hook. As a side-effect of this
161        effort some multiprocessing code was made conditional and some style
162        clean up occurred.
163
[1144653]1642007-05-03      Joel Sherrill <joel@OARcorp.com>
165
166        * startup/linkcmds: Handle .data.* sections
167
[71c4d68]1682007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
169
170        * bsp_specs: Remove qrtems_debug.
171
[3002831]1722007-04-02      Joel Sherrill <joel@OARcorp.com>
173
174        * Makefile.am: Add dummy printk support so all tests link.
175
[3f0cfc56]1762007-03-11      Joel Sherrill <joel@OARcorp.com>
177
178        * startup/bspstart.c: Remove assignments of
179        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
180        value in boot_card.c
181
[20777a5e]1822006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
183
184        * network/network.c: Use ioctl_command_t as arg in ioctl-functions.
185
[fcb0cd46]1862006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
187
188        * configure.ac: New BUG-REPORT address.
189
[aa4369c]1902006-11-15      Joel Sherrill <joel@OARcorp.com>
191
192        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
193        file and simplified initialization.
194
[57357d9]1952006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
196
197        * Makefile.am: Remove superfluous -DASM.
198
[754610f]1992006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
200
201        * configure.ac: Require autoconf-2.60. Require automake-1.10.
202
[c50fb1c]2032006-02-08      Joel Sherrill <joel@OARcorp.com>
204
205        * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add
206        sections required by newer gcc versions.
207
[760486f7]2082006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
209
210        * Makefile.am: Add preinstall.am.
211
[34c4852]2122005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
213
214        * include/bsp.h: New header guard.
215
[8b9e7f1]2162005-04-26      Joel Sherrill <joel@OARcorp.com>
217
218        * startup/alloc360.c: Eliminate warnings.
219
[b3e3a5fd]2202005-03-11      Joel Sherrill <joel@OARcorp.com>
221
222        * startup/init68360.c: Add _RomBase declaration.
223
[c95013a0]2242005-02-11      Joel Sherrill <joel@OARcorp.com>
225
226        * include/bsp.h, startup/init68360.c: Correct type of symbols from
227        linkcmds to compile with gcc 4.x.
228
[844609f9]2292005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
230
231        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
232
[4cbf22a]2332005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
234
235        * Makefile.am: Remove build-variant support.
236
[5f0fdeb]2372004-11-25      Joel Sherrill <joel@OARcorp.com>
238
239        * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add
240        new bss sections .bss.* and .gnu.linkonce.b*.
241
[9fcf77a6]2422004-10-28      Joel Sherrill <joel@OARcorp.com>
243
244        * startup/linkcmds: Add .gnu.linkonce.b.*.
245
[97891e5e]2462004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
247
248        * configure.ac: Require automake > 1.9.
249
[26e064ec]2502004-05-21      Joel Sherrill <joel@OARcorp.com>
251
252        * network/network.c: Include errno.h as a consequence of recent updates
253        to BSD header files.
254
[3defec6]2552004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
256
257        PR 610/bsps
258        * Makefile.am: Add include/tm27.h, Cosmetics.
259        * include/tm27.h: Final cosmetics.
260
[e35761b]2612004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
262
263        * include/bsp.h: Split out tmtest27 support.
264        * include/tm27.h: New.
265
[3344730a]2662004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
267
268        PR 613/bsps
269        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
270
[7dd6e8d]2712004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
272
273        PR 614/bsps
274        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
275
[424f3027]2762004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
277
278        * c/src/lib/libbsp/m68k/gen68360/clock/clock.c,
279        c/src/lib/libbsp/m68k/gen68360/console/console.c,
280        c/src/lib/libbsp/m68k/gen68360/console/consolereserveresources.c,
281        c/src/lib/libbsp/m68k/gen68360/network/network.c,
282        c/src/lib/libbsp/m68k/gen68360/startup/alloc360.c,
283        c/src/lib/libbsp/m68k/gen68360/startup/init68360.c,
284        c/src/lib/libbsp/m68k/gen68360/timer/timer.c: Include
285        <rtems/m68k/m68360.h> instead of <m68360.h>.
286
[cb33a86f]2872004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
288
289        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
290
[fb7a141]2912004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
292
293        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
294        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
295        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
296
[2d971fc]2972004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
298
299        * include/bsp.h, network/network.c, startup/bspstart.c,
300        startup/init68360.c, timer/timer.c: Convert to using c99 fixed size
301        types.
302
[2a7f9a28]3032004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * Makefile.am: Reflect changes to bsp.am.
306        Preinstall dist_project_lib*.
307
[6ac101b]3082004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * Makefile.am: Reflect changes to bsp.am.
311
[c24d7c84]3122004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
315
[4cb9d26]3162004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * Makefile.am: Pickup files from ../../m68k/shared instead of
319        ../shared. Reformat.
320
[bd5b4e56]3212004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
324
[8830935c]3252004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        PR 562/bsps
328        * Makefile.am: Remove references to m68k-gdbstub.c,
329        rtems-gdbstub-glue.c.
330
331        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
332        network/Makefile.am, startup/Makefile.am, timer/Makefile.am.
333        Use automake-compilation rules.
334        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
335        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
336        Remove.
337        * configure.ac: Reflect changes above.
338
[7fc5229c]3392004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * Makefile.am: Add PREINSTALL_DIRS.
342        * wrapup/Makefile.am: Reflect changes to libcpu.
343
[b04a2b3]3442004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
347        * configure.ac: Add AM_CONDITIONAL(HAS_FPSP).
348        * wrapup/Makefile.am: Reflect changes to libcpu.
349
[ff716ea0]3502004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
353        Add PRE/TMPINSTALL_FILES to CLEANFILES.
354        * startup/Makefile.am: Ditto.
355
[65cf99c]3562004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * start/Makefile.am: Remove.
359        * Makefile.am: Merge-in start/Makefile.am.
360        * configure.ac: Reflect changes above.
361
[6411947]3622004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * wrapup/Makefile.am: Eliminate $(LIB).
365        Use noinst_DATA to trigger building libbsp.a.
366
[b35414a]3672003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
370        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
371
[935773b]3722003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
375        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
376
[810720b6]3772003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
380
[4d5d97b]3812003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * start/Makefile.am: Misc cleanups and fixes.
384        * startup/Makefile.am: Misc cleanups and fixes.
385        * wrapup/Makefile.am: Misc cleanups and fixes.
386
[7bf622e7]3872003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * Makefile.am: Add preinstallation dirstamp support.
390        * clock/Makefile.am: Cosmetics.
391        * console/Makefile.am: Cosmetics.
392        * network/Makefile.am: Cosmetics.
393        * startup/Makefile.am: Cosmetics.
394        * timer/Makefile.am: Cosmetics.
395        * wrapup/Makefile.am: Cosmetics.
396
[70b42aea]3972003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * clock/Makefile.am: Remove all-local: $(ARCH).
400        * console/Makefile.am: Remove all-local: $(ARCH).
401        * network/Makefile.am: Remove all-local: $(ARCH).
402        * start/Makefile.am: Remove all-local: $(ARCH).
403        * startup/Makefile.am: Remove all-local: $(ARCH).
404        * timer/Makefile.am: Remove all-local: $(ARCH).
405        * wrapup/Makefile.am: Remove all-local: $(ARCH).
406
[2821666f]4072003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * Makefile.am: Merge-in include/Makefile.am.
410        Reflect changes to bsp.am.
411        * include/Makefile.am: Remove.
412        * configure.ac: Reflect changes above.
413
[a1546de]4142003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * bsp_specs: Remove *lib:.
417
[c09e836]4182003-09-04      Joel Sherrill <joel@OARcorp.com>
419
420        * console/console.c, console/consolereserveresources.c, include/bsp.h,
421        start/start.S, startup/bspclean.c, startup/bspstart.c, timer/timer.c:
422        URL for license changed.
423
[fe8bc62f]4242003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * Makefile.am: Reflect having moved aclocal/.
427
[88daa3d]4282003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
[c483a4e]430        * Makefile.am: Reflect having moved automake/.
431        * clock/Makefile.am: Reflect having moved automake/.
432        * console/Makefile.am: Reflect having moved automake/.
433        * include/Makefile.am: Reflect having moved automake/.
434        * network/Makefile.am: Reflect having moved automake/.
435        * start/Makefile.am: Reflect having moved automake/.
436        * startup/Makefile.am: Reflect having moved automake/.
437        * timer/Makefile.am: Reflect having moved automake/.
438        * wrapup/Makefile.am: Reflect having moved automake/.
[88daa3d]439
[317458ce]4402003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
[75fcb394]442        PR 452/bsps
[317458ce]443        * startup/Makefile.am: Remove USE_INIT_FINI.
444
[7dcc3fe]4452003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
448
[d266acd2]4492003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
[75fcb394]451        PR 445/bsps
[d266acd2]452        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
453        Remove cpp, old_cpp (now unused).
454
[afaa498d]4552003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * configure.ac: Remove AC_CONFIG_AUX_DIR.
458
[ccd81b60]4592003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
462
[9b5c258]4632003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
464
465        * configure.ac: AC_PREREQ(2.57).
466
[1d36d2af]4672003-01-20      Joel Sherrill <joel@OARcorp.com>
468
469        * startup/linkcmds*: Add FreeBSD sysctl() sections.
470
[f1c33b2]4712002-12-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
474        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
475        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
476        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
477        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
478        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
479
[59a01a6e]4802002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * start/Makefile.am: Use install-data-local to install startfile.
483
[b5a2912f]4842002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
487
[8730f45]4882002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * .cvsignore: Reformat.
491        Add autom4te*cache.
492        Remove autom4te.cache.
493
[0308c805]4942002-08-21      Joel Sherrill <joel@OARcorp.com>
495
496        * wrapup/Makefile.am: PR217 required that the idle task be moved to
497        libcpu so it could be more acutely aware of the CPU model.  This
498        file was modified to pick up the idle task from there.
499
[a2ae30c2]5002002-08-21      Joel Sherrill <joel@OARcorp.com>
501
502        * bsp_specs: Added support for -nostdlibs.
503
[2762e39a]5042002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
505
506        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
507        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
508        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
509        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
510        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
511        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
512        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
513
[75adbe5f]5142002-08-05      Joel Sherrill <joel@OARcorp.com>
515
516        * Per PR260 eliminate use of make-target-options.  This impacted
517        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
518        SuperCore and required that the m68k optimized memcpy be moved
519        to libcpu.
520        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
521
[496686a]5222002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
523
524        * start/Makefile.am: Eliminate PGM.
525        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
526
[608fa2e]5272002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
528
529        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds.prom
530        linkcmds.bootp.
531
[445c0a0]5322002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
533
534        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
535        Remove $(OBJS) from all-local.
536
[80defac]5372002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
538
539        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
540
[da9138d]5412002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
542
543        * startup/Makefile.am: Compile the m68k gdb stub and glue.
544
[2d1ef930]5452002-05-14      Eric Norum <eric.norum@usask.ca>
546
547        * startup/linkcmds.bootp, startup/linkcmds.prom: Per PR192 add
548        sections needed by gcc 3.1.  linkcmds had already been fixed on
549        a gcc 3.1 clean up sweep.
550
[85c92574]5512001-05-09      Joel Sherrill <joel@OARcorp.com>
552
553        * startup/linkcmds: In support of gcc 3.1, added one of more
554        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
555        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
556        and direction of segments to memory regions may also have been
557        addressed.  This was a sweep across all BSPs.
558 
[134dceb]5592002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
560
561        * configure.ac:
562        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
563        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
564        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
565        * Makefile.am: Remove AUTOMAKE_OPTIONS.
566        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
567        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
568        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
569        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
570        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
571        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
572        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
573
[9e1ae79]5742001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
575
576        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
577
[df25c998]5782001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
579
580        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
581        * configure.in: Remove.
582        * configure.ac: New file, generated from configure.in by autoupdate.
583
[cf282090]5842001-09-27      Joel Sherrill <joel@OARcorp.com>
585
586        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
587
[c1767be0]5882001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
589
590        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
591
[d1a7910]5922001-09-14      Eric Norum <eric.norum@usask.ca>
593
594        * startup/init68360.c: Modifications to make gcc 3.x happy.
595
[abde5688]5962001-09-19      Eric Norum <eric.norum@usask.ca>
597
598        * README: Bring it more in line with reality.
599
[c4d92216]6002001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
601
602        * configure.in: Add bspopts.h.
603        * include/.cvsignore: Add bspopts.h*, stamp-h*.
604        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
605        * include/bsp.h: Include bspopts.h.
606
[6f21328]6072001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
608
609        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
610
[c2a4084f]6112001-01-12      Eric Norum <eric.norum@usask.ca>
612
613        * README, clock/Makefile.am, clock/ckinit.c, clock/clock.c:
614        Clock driver updated to use shell driver mechanism.
615        * clock/ckinit.c: Removed.
616        * clock/clock.c: New file.
617
[68796336]6182000-12-19      Joel Sherrill <joel@OARcorp.com>
619
620        * Makefile.am: Removed unneeded blank line.
621
[feead226]6222000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
623
624        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
625
[a314d3b4]6262000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
627
628        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
629
[eba2e4f]6302000-11-01      Joel Sherrill <joel@OARcorp.com>
631
632        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
633        and libcsupport.h moved from libc to lib/include/rtems and
634        now must be referenced as <rtems/XXX.h>.   Header file order
635        was cleaned up while doing this.
636
[e83378d]6372000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
638
639        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
640        Switch to GNU canonicalization.
641
[9f30a08b]6422000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
643
644        * startup/linkcmds: Added lines so DWARF debug information
645        would be available.  Otherwise gdb complains that the offsets
646        for the debug info are incorrect and doesn't load the files.
647
[695ccb21]6482000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
649
650        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
651        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
652        wrapup/Makefile.am: Include compile.am
653
[e94ad1fe]6542000-08-10      Joel Sherrill <joel@OARcorp.com>
655
656        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.