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

4.104.115
Last change on this file since 036394e was 036394e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/21/09 at 10:48:18

2009-10-21 Ralf Corsépius <ralf.corsepius@…>

  • make/custom/gen68360.cfg: Remove RTEMS_BSP_FAMILY.
  • make/custom/pgh360.cfg: Remove RTEMS_BSP_FAMILY.
  • Property mode set to 100644
File size: 21.6 KB
Line 
12009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * make/custom/gen68360.cfg: Remove RTEMS_BSP_FAMILY.
4        * make/custom/pgh360.cfg: Remove RTEMS_BSP_FAMILY.
5
62009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * configure.ac: Don't add -ansi -fasm to CFLAGS.
9
102009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * make/custom/gen68360_040.cfg: New (relocated from /make/custom).
13        * make/custom/gen68360.cfg: New (relocated from /make/custom).
14        * make/custom/pgh360.cfg: New (relocated from /make/custom).
15
162009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
17
18        * console/console.c: Include <rtems/termiostypes.h>.
19
202009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * console/console.c: Reflect termios_baud_to_number having been
23        renamed to rtems_termios_baud_to_number.
24
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>
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
352009-04-28      Chris Johns <chrisj@rtems.org>
36
37        * start/start.S: Update for boot_card command line change.
38
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
452008-10-21      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
46
47                * spi/mc68360_spidrv.h:
48                removed orphaned file
49
502008-10-02      Ralf Corsépius <ralf.corsepius@rtems.org>
51
52        * configure.ac: Move PGH360, GEN68360, GEN68360_040
53        defines from *.cfg into bspopts.h.
54
552008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
56
57        * timer/timer.c: Eliminate uses of old benchmark timer names.
58
592008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
60
61        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
62        of building libbspstart.a, using automake-rules.
63
642008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
65
66        * clock/clock.c: include "../../../shared/clockdrv_shell.h".
67        * Makefile.am: Reflect changes above.
68
692008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
70
71        * Makefile.am: Eliminate *_SOURCES.
72
732008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
74
75        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
76        components.
77
782008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
79
80        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
81
822008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
83
84        * configure.ac: Make letting boot_card() handle work area allocation
85        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
86        BSP_BOOTCARD_OPTIONS.
87
882008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
89
90        * include/bsp.h: Remove unnecessary boilerplate comments.
91
922008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
93
94        * Makefile.am, include/bsp.h, startup/init68360.c, startup/linkcmds,
95        startup/linkcmds.bootp, startup/linkcmds.prom: Use top level shared
96        bsp_get_work_area() implementation.
97
982008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
99
100        * Makefile.am, configure.ac, start/start.S: Add use of
101        bsp_get_work_area() in its own file and rely on BSP Framework to
102        perform more initialization. Remove unnecessary includes of
103        rtems/libio.h and rtems/libcsupport.h.
104        * startup/bspstart.c: Removed.
105
1062008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
107
108        * Makefile.am, include/bsp.h: Review of all bsp_cleanup()
109        implementations. In this phase, all prototypes were removed from
110        bsp.h and empty implementations were removed and made to use the
111        shared stub.
112        * startup/bspclean.c: Removed.
113
1142008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
115
116        * spi/mc68360_spidrv.c: Convert to "bool".
117
1182008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
119
120        * spi/m360_spi.c, timer/timer.c: Convert to "bool".
121
1222008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
123
124        * timer/timer.c: Eliminate empty function from every benchmark timer
125        driver. Fix spelling.
126
1272008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
128
129        * timer/timer.c: Rename timer driver methods to follow RTEMS
130        programming conventions.
131
1322008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
133
134        * clock/clock.c: Move extern outside of braces.
135
1362008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
137
138        * Makefile.am, spi/m360_spidrv.c, spi/m360_spidrv.h:
139        added SPI driver
140
1412008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
142
143        * README:
144        added pgh360 BSP variant
145
1462008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
147
148        * console/console.c: Eliminate copies of switches to convert termios
149        Bxxx constants to xxx as an integer. Use the shared
150        termios_baud_to_number() routine to do the same conversion.
151
1522008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
153
154        * Makefile.am: Rework to avoid .rel files.
155
1562008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
157
158        * startup/bspstart.c: Refactored and renamed initialization routines to
159        rtems_initialize_data_structures, rtems_initialize_before_drivers,
160        rtems_initialize_device_drivers, and
161        rtems_initialize_start_multitasking. This opened the sequence up so
162        that bootcard() could provide a more robust and flexible framework
163        which is easier to explain and understand. This also lays the
164        groundwork for sharing the division of available memory between the
165        RTEMS workspace and heap and the C library initialization across all
166        BSPs.
167
1682008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
169
170        * Makefile.am: Remove all references to console_reserve_resources and
171        termios_reserve_resources.
172        * console/consolereserveresources.c: Removed.
173
1742008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
175
176        * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add
177        wildcard to gcc_except_table section so programs compiled with gcc
178        4.3.x can link.
179
1802007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
181
182        * clock/clock.c, include/bsp.h, startup/bspstart.c: Eliminate copies of
183        the Configuration Table. Use the RTEMS provided accessor macros to
184        obtain configuration fields.
185
1862007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
187
188        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
189        from CPU Table to Configuration Table. Eliminate CPU Table from all
190        ports. Delete references to CPU Table in all forms.
191
1922007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
193
194        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
195        Table fields to the Configuration Table. This included
196        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
197        do_zero_of_workspace, extra_mpci_receive_server_stack,
198        stack_allocate_hook, and stack_free_hook. As a side-effect of this
199        effort some multiprocessing code was made conditional and some style
200        clean up occurred.
201
2022007-05-03      Joel Sherrill <joel@OARcorp.com>
203
204        * startup/linkcmds: Handle .data.* sections
205
2062007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
207
208        * bsp_specs: Remove qrtems_debug.
209
2102007-04-02      Joel Sherrill <joel@OARcorp.com>
211
212        * Makefile.am: Add dummy printk support so all tests link.
213
2142007-03-11      Joel Sherrill <joel@OARcorp.com>
215
216        * startup/bspstart.c: Remove assignments of
217        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
218        value in boot_card.c
219
2202006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
221
222        * network/network.c: Use ioctl_command_t as arg in ioctl-functions.
223
2242006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
225
226        * configure.ac: New BUG-REPORT address.
227
2282006-11-15      Joel Sherrill <joel@OARcorp.com>
229
230        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
231        file and simplified initialization.
232
2332006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
234
235        * Makefile.am: Remove superfluous -DASM.
236
2372006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
238
239        * configure.ac: Require autoconf-2.60. Require automake-1.10.
240
2412006-02-08      Joel Sherrill <joel@OARcorp.com>
242
243        * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add
244        sections required by newer gcc versions.
245
2462006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
247
248        * Makefile.am: Add preinstall.am.
249
2502005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
251
252        * include/bsp.h: New header guard.
253
2542005-04-26      Joel Sherrill <joel@OARcorp.com>
255
256        * startup/alloc360.c: Eliminate warnings.
257
2582005-03-11      Joel Sherrill <joel@OARcorp.com>
259
260        * startup/init68360.c: Add _RomBase declaration.
261
2622005-02-11      Joel Sherrill <joel@OARcorp.com>
263
264        * include/bsp.h, startup/init68360.c: Correct type of symbols from
265        linkcmds to compile with gcc 4.x.
266
2672005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
268
269        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
270
2712005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
272
273        * Makefile.am: Remove build-variant support.
274
2752004-11-25      Joel Sherrill <joel@OARcorp.com>
276
277        * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add
278        new bss sections .bss.* and .gnu.linkonce.b*.
279
2802004-10-28      Joel Sherrill <joel@OARcorp.com>
281
282        * startup/linkcmds: Add .gnu.linkonce.b.*.
283
2842004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
285
286        * configure.ac: Require automake > 1.9.
287
2882004-05-21      Joel Sherrill <joel@OARcorp.com>
289
290        * network/network.c: Include errno.h as a consequence of recent updates
291        to BSD header files.
292
2932004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
294
295        PR 610/bsps
296        * Makefile.am: Add include/tm27.h, Cosmetics.
297        * include/tm27.h: Final cosmetics.
298
2992004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
300
301        * include/bsp.h: Split out tmtest27 support.
302        * include/tm27.h: New.
303
3042004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
305
306        PR 613/bsps
307        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
308
3092004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
310
311        PR 614/bsps
312        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
313
3142004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
315
316        * c/src/lib/libbsp/m68k/gen68360/clock/clock.c,
317        c/src/lib/libbsp/m68k/gen68360/console/console.c,
318        c/src/lib/libbsp/m68k/gen68360/console/consolereserveresources.c,
319        c/src/lib/libbsp/m68k/gen68360/network/network.c,
320        c/src/lib/libbsp/m68k/gen68360/startup/alloc360.c,
321        c/src/lib/libbsp/m68k/gen68360/startup/init68360.c,
322        c/src/lib/libbsp/m68k/gen68360/timer/timer.c: Include
323        <rtems/m68k/m68360.h> instead of <m68360.h>.
324
3252004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
326
327        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
328
3292004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
330
331        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
332        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
333        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
334
3352004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
336
337        * include/bsp.h, network/network.c, startup/bspstart.c,
338        startup/init68360.c, timer/timer.c: Convert to using c99 fixed size
339        types.
340
3412004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * Makefile.am: Reflect changes to bsp.am.
344        Preinstall dist_project_lib*.
345
3462004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * Makefile.am: Reflect changes to bsp.am.
349
3502004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
353
3542004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * Makefile.am: Pickup files from ../../m68k/shared instead of
357        ../shared. Reformat.
358
3592004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
362
3632004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        PR 562/bsps
366        * Makefile.am: Remove references to m68k-gdbstub.c,
367        rtems-gdbstub-glue.c.
368
369        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
370        network/Makefile.am, startup/Makefile.am, timer/Makefile.am.
371        Use automake-compilation rules.
372        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
373        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
374        Remove.
375        * configure.ac: Reflect changes above.
376
3772004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * Makefile.am: Add PREINSTALL_DIRS.
380        * wrapup/Makefile.am: Reflect changes to libcpu.
381
3822004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
385        * configure.ac: Add AM_CONDITIONAL(HAS_FPSP).
386        * wrapup/Makefile.am: Reflect changes to libcpu.
387
3882004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
391        Add PRE/TMPINSTALL_FILES to CLEANFILES.
392        * startup/Makefile.am: Ditto.
393
3942004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * start/Makefile.am: Remove.
397        * Makefile.am: Merge-in start/Makefile.am.
398        * configure.ac: Reflect changes above.
399
4002004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * wrapup/Makefile.am: Eliminate $(LIB).
403        Use noinst_DATA to trigger building libbsp.a.
404
4052003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
408        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
409
4102003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
413        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
414
4152003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
418
4192003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * start/Makefile.am: Misc cleanups and fixes.
422        * startup/Makefile.am: Misc cleanups and fixes.
423        * wrapup/Makefile.am: Misc cleanups and fixes.
424
4252003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * Makefile.am: Add preinstallation dirstamp support.
428        * clock/Makefile.am: Cosmetics.
429        * console/Makefile.am: Cosmetics.
430        * network/Makefile.am: Cosmetics.
431        * startup/Makefile.am: Cosmetics.
432        * timer/Makefile.am: Cosmetics.
433        * wrapup/Makefile.am: Cosmetics.
434
4352003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * clock/Makefile.am: Remove all-local: $(ARCH).
438        * console/Makefile.am: Remove all-local: $(ARCH).
439        * network/Makefile.am: Remove all-local: $(ARCH).
440        * start/Makefile.am: Remove all-local: $(ARCH).
441        * startup/Makefile.am: Remove all-local: $(ARCH).
442        * timer/Makefile.am: Remove all-local: $(ARCH).
443        * wrapup/Makefile.am: Remove all-local: $(ARCH).
444
4452003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * Makefile.am: Merge-in include/Makefile.am.
448        Reflect changes to bsp.am.
449        * include/Makefile.am: Remove.
450        * configure.ac: Reflect changes above.
451
4522003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * bsp_specs: Remove *lib:.
455
4562003-09-04      Joel Sherrill <joel@OARcorp.com>
457
458        * console/console.c, console/consolereserveresources.c, include/bsp.h,
459        start/start.S, startup/bspclean.c, startup/bspstart.c, timer/timer.c:
460        URL for license changed.
461
4622003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * Makefile.am: Reflect having moved aclocal/.
465
4662003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * Makefile.am: Reflect having moved automake/.
469        * clock/Makefile.am: Reflect having moved automake/.
470        * console/Makefile.am: Reflect having moved automake/.
471        * include/Makefile.am: Reflect having moved automake/.
472        * network/Makefile.am: Reflect having moved automake/.
473        * start/Makefile.am: Reflect having moved automake/.
474        * startup/Makefile.am: Reflect having moved automake/.
475        * timer/Makefile.am: Reflect having moved automake/.
476        * wrapup/Makefile.am: Reflect having moved automake/.
477
4782003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
479
480        PR 452/bsps
481        * startup/Makefile.am: Remove USE_INIT_FINI.
482
4832003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
486
4872003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
488
489        PR 445/bsps
490        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
491        Remove cpp, old_cpp (now unused).
492
4932003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * configure.ac: Remove AC_CONFIG_AUX_DIR.
496
4972003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
500
5012003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
502
503        * configure.ac: AC_PREREQ(2.57).
504
5052003-01-20      Joel Sherrill <joel@OARcorp.com>
506
507        * startup/linkcmds*: Add FreeBSD sysctl() sections.
508
5092002-12-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
510
511        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
512        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
513        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
514        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
515        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
516        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
517
5182002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * start/Makefile.am: Use install-data-local to install startfile.
521
5222002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
523
524        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
525
5262002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
527
528        * .cvsignore: Reformat.
529        Add autom4te*cache.
530        Remove autom4te.cache.
531
5322002-08-21      Joel Sherrill <joel@OARcorp.com>
533
534        * wrapup/Makefile.am: PR217 required that the idle task be moved to
535        libcpu so it could be more acutely aware of the CPU model.  This
536        file was modified to pick up the idle task from there.
537
5382002-08-21      Joel Sherrill <joel@OARcorp.com>
539
540        * bsp_specs: Added support for -nostdlibs.
541
5422002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
543
544        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
545        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
546        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
547        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
548        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
549        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
550        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
551
5522002-08-05      Joel Sherrill <joel@OARcorp.com>
553
554        * Per PR260 eliminate use of make-target-options.  This impacted
555        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
556        SuperCore and required that the m68k optimized memcpy be moved
557        to libcpu.
558        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
559
5602002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
561
562        * start/Makefile.am: Eliminate PGM.
563        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
564
5652002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
566
567        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds.prom
568        linkcmds.bootp.
569
5702002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
571
572        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
573        Remove $(OBJS) from all-local.
574
5752002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
576
577        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
578
5792002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
580
581        * startup/Makefile.am: Compile the m68k gdb stub and glue.
582
5832002-05-14      Eric Norum <eric.norum@usask.ca>
584
585        * startup/linkcmds.bootp, startup/linkcmds.prom: Per PR192 add
586        sections needed by gcc 3.1.  linkcmds had already been fixed on
587        a gcc 3.1 clean up sweep.
588
5892001-05-09      Joel Sherrill <joel@OARcorp.com>
590
591        * startup/linkcmds: In support of gcc 3.1, added one of more
592        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
593        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
594        and direction of segments to memory regions may also have been
595        addressed.  This was a sweep across all BSPs.
596 
5972002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
598
599        * configure.ac:
600        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
601        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
602        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
603        * Makefile.am: Remove AUTOMAKE_OPTIONS.
604        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
605        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
606        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
607        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
608        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
609        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
610        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
611
6122001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
613
614        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
615
6162001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
617
618        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
619        * configure.in: Remove.
620        * configure.ac: New file, generated from configure.in by autoupdate.
621
6222001-09-27      Joel Sherrill <joel@OARcorp.com>
623
624        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
625
6262001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
627
628        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
629
6302001-09-14      Eric Norum <eric.norum@usask.ca>
631
632        * startup/init68360.c: Modifications to make gcc 3.x happy.
633
6342001-09-19      Eric Norum <eric.norum@usask.ca>
635
636        * README: Bring it more in line with reality.
637
6382001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
639
640        * configure.in: Add bspopts.h.
641        * include/.cvsignore: Add bspopts.h*, stamp-h*.
642        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
643        * include/bsp.h: Include bspopts.h.
644
6452001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
646
647        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
648
6492001-01-12      Eric Norum <eric.norum@usask.ca>
650
651        * README, clock/Makefile.am, clock/ckinit.c, clock/clock.c:
652        Clock driver updated to use shell driver mechanism.
653        * clock/ckinit.c: Removed.
654        * clock/clock.c: New file.
655
6562000-12-19      Joel Sherrill <joel@OARcorp.com>
657
658        * Makefile.am: Removed unneeded blank line.
659
6602000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
661
662        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
663
6642000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
665
666        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
667
6682000-11-01      Joel Sherrill <joel@OARcorp.com>
669
670        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
671        and libcsupport.h moved from libc to lib/include/rtems and
672        now must be referenced as <rtems/XXX.h>.   Header file order
673        was cleaned up while doing this.
674
6752000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
676
677        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
678        Switch to GNU canonicalization.
679
6802000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
681
682        * startup/linkcmds: Added lines so DWARF debug information
683        would be available.  Otherwise gdb complains that the offsets
684        for the debug info are incorrect and doesn't load the files.
685
6862000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
687
688        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
689        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
690        wrapup/Makefile.am: Include compile.am
691
6922000-08-10      Joel Sherrill <joel@OARcorp.com>
693
694        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.