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

4.104.115
Last change on this file since 820d1ab0 was 820d1ab0, checked in by Chris Johns <chrisj@…>, on 04/28/09 at 06:34:00

2009-04-28 Chris Johns <chrisj@…>

  • start/start.S: Update for boot_card command line change.
  • Property mode set to 100644
File size: 20.6 KB
Line 
12009-04-28      Chris Johns <chrisj@rtems.org>
2
3        * start/start.S: Update for boot_card command line change.
4
52008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * bsp_specs: Move -e start from *link to *startfile to avoid warning
8        for undefined entry symbol when linking relocatables with binutils
9        2.19.
10
112008-10-21      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
12
13                * spi/mc68360_spidrv.h:
14                removed orphaned file
15
162008-10-02      Ralf Corsépius <ralf.corsepius@rtems.org>
17
18        * configure.ac: Move PGH360, GEN68360, GEN68360_040
19        defines from *.cfg into bspopts.h.
20
212008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
22
23        * timer/timer.c: Eliminate uses of old benchmark timer names.
24
252008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
26
27        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
28        of building libbspstart.a, using automake-rules.
29
302008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * clock/clock.c: include "../../../shared/clockdrv_shell.h".
33        * Makefile.am: Reflect changes above.
34
352008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
36
37        * Makefile.am: Eliminate *_SOURCES.
38
392008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
42        components.
43
442008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
45
46        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
47
482008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
49
50        * configure.ac: Make letting boot_card() handle work area allocation
51        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
52        BSP_BOOTCARD_OPTIONS.
53
542008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
55
56        * include/bsp.h: Remove unnecessary boilerplate comments.
57
582008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
59
60        * Makefile.am, include/bsp.h, startup/init68360.c, startup/linkcmds,
61        startup/linkcmds.bootp, startup/linkcmds.prom: Use top level shared
62        bsp_get_work_area() implementation.
63
642008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
65
66        * Makefile.am, configure.ac, start/start.S: Add use of
67        bsp_get_work_area() in its own file and rely on BSP Framework to
68        perform more initialization. Remove unnecessary includes of
69        rtems/libio.h and rtems/libcsupport.h.
70        * startup/bspstart.c: Removed.
71
722008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
73
74        * Makefile.am, include/bsp.h: Review of all bsp_cleanup()
75        implementations. In this phase, all prototypes were removed from
76        bsp.h and empty implementations were removed and made to use the
77        shared stub.
78        * startup/bspclean.c: Removed.
79
802008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
81
82        * spi/mc68360_spidrv.c: Convert to "bool".
83
842008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
85
86        * spi/m360_spi.c, timer/timer.c: Convert to "bool".
87
882008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
89
90        * timer/timer.c: Eliminate empty function from every benchmark timer
91        driver. Fix spelling.
92
932008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
94
95        * timer/timer.c: Rename timer driver methods to follow RTEMS
96        programming conventions.
97
982008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
99
100        * clock/clock.c: Move extern outside of braces.
101
1022008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
103
104        * Makefile.am, spi/m360_spidrv.c, spi/m360_spidrv.h:
105        added SPI driver
106
1072008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
108
109        * README:
110        added pgh360 BSP variant
111
1122008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
113
114        * console/console.c: Eliminate copies of switches to convert termios
115        Bxxx constants to xxx as an integer. Use the shared
116        termios_baud_to_number() routine to do the same conversion.
117
1182008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
119
120        * Makefile.am: Rework to avoid .rel files.
121
1222008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
123
124        * startup/bspstart.c: Refactored and renamed initialization routines to
125        rtems_initialize_data_structures, rtems_initialize_before_drivers,
126        rtems_initialize_device_drivers, and
127        rtems_initialize_start_multitasking. This opened the sequence up so
128        that bootcard() could provide a more robust and flexible framework
129        which is easier to explain and understand. This also lays the
130        groundwork for sharing the division of available memory between the
131        RTEMS workspace and heap and the C library initialization across all
132        BSPs.
133
1342008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
135
136        * Makefile.am: Remove all references to console_reserve_resources and
137        termios_reserve_resources.
138        * console/consolereserveresources.c: Removed.
139
1402008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
141
142        * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add
143        wildcard to gcc_except_table section so programs compiled with gcc
144        4.3.x can link.
145
1462007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
147
148        * clock/clock.c, include/bsp.h, startup/bspstart.c: Eliminate copies of
149        the Configuration Table. Use the RTEMS provided accessor macros to
150        obtain configuration fields.
151
1522007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
153
154        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
155        from CPU Table to Configuration Table. Eliminate CPU Table from all
156        ports. Delete references to CPU Table in all forms.
157
1582007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
159
160        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
161        Table fields to the Configuration Table. This included
162        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
163        do_zero_of_workspace, extra_mpci_receive_server_stack,
164        stack_allocate_hook, and stack_free_hook. As a side-effect of this
165        effort some multiprocessing code was made conditional and some style
166        clean up occurred.
167
1682007-05-03      Joel Sherrill <joel@OARcorp.com>
169
170        * startup/linkcmds: Handle .data.* sections
171
1722007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
173
174        * bsp_specs: Remove qrtems_debug.
175
1762007-04-02      Joel Sherrill <joel@OARcorp.com>
177
178        * Makefile.am: Add dummy printk support so all tests link.
179
1802007-03-11      Joel Sherrill <joel@OARcorp.com>
181
182        * startup/bspstart.c: Remove assignments of
183        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
184        value in boot_card.c
185
1862006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
187
188        * network/network.c: Use ioctl_command_t as arg in ioctl-functions.
189
1902006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
191
192        * configure.ac: New BUG-REPORT address.
193
1942006-11-15      Joel Sherrill <joel@OARcorp.com>
195
196        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
197        file and simplified initialization.
198
1992006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
200
201        * Makefile.am: Remove superfluous -DASM.
202
2032006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
204
205        * configure.ac: Require autoconf-2.60. Require automake-1.10.
206
2072006-02-08      Joel Sherrill <joel@OARcorp.com>
208
209        * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add
210        sections required by newer gcc versions.
211
2122006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
213
214        * Makefile.am: Add preinstall.am.
215
2162005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
217
218        * include/bsp.h: New header guard.
219
2202005-04-26      Joel Sherrill <joel@OARcorp.com>
221
222        * startup/alloc360.c: Eliminate warnings.
223
2242005-03-11      Joel Sherrill <joel@OARcorp.com>
225
226        * startup/init68360.c: Add _RomBase declaration.
227
2282005-02-11      Joel Sherrill <joel@OARcorp.com>
229
230        * include/bsp.h, startup/init68360.c: Correct type of symbols from
231        linkcmds to compile with gcc 4.x.
232
2332005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
234
235        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
236
2372005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
238
239        * Makefile.am: Remove build-variant support.
240
2412004-11-25      Joel Sherrill <joel@OARcorp.com>
242
243        * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add
244        new bss sections .bss.* and .gnu.linkonce.b*.
245
2462004-10-28      Joel Sherrill <joel@OARcorp.com>
247
248        * startup/linkcmds: Add .gnu.linkonce.b.*.
249
2502004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
251
252        * configure.ac: Require automake > 1.9.
253
2542004-05-21      Joel Sherrill <joel@OARcorp.com>
255
256        * network/network.c: Include errno.h as a consequence of recent updates
257        to BSD header files.
258
2592004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
260
261        PR 610/bsps
262        * Makefile.am: Add include/tm27.h, Cosmetics.
263        * include/tm27.h: Final cosmetics.
264
2652004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
266
267        * include/bsp.h: Split out tmtest27 support.
268        * include/tm27.h: New.
269
2702004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
271
272        PR 613/bsps
273        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
274
2752004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
276
277        PR 614/bsps
278        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
279
2802004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
281
282        * c/src/lib/libbsp/m68k/gen68360/clock/clock.c,
283        c/src/lib/libbsp/m68k/gen68360/console/console.c,
284        c/src/lib/libbsp/m68k/gen68360/console/consolereserveresources.c,
285        c/src/lib/libbsp/m68k/gen68360/network/network.c,
286        c/src/lib/libbsp/m68k/gen68360/startup/alloc360.c,
287        c/src/lib/libbsp/m68k/gen68360/startup/init68360.c,
288        c/src/lib/libbsp/m68k/gen68360/timer/timer.c: Include
289        <rtems/m68k/m68360.h> instead of <m68360.h>.
290
2912004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
292
293        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
294
2952004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
296
297        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
298        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
299        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
300
3012004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
302
303        * include/bsp.h, network/network.c, startup/bspstart.c,
304        startup/init68360.c, timer/timer.c: Convert to using c99 fixed size
305        types.
306
3072004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * Makefile.am: Reflect changes to bsp.am.
310        Preinstall dist_project_lib*.
311
3122004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * Makefile.am: Reflect changes to bsp.am.
315
3162004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
319
3202004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * Makefile.am: Pickup files from ../../m68k/shared instead of
323        ../shared. Reformat.
324
3252004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
328
3292004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        PR 562/bsps
332        * Makefile.am: Remove references to m68k-gdbstub.c,
333        rtems-gdbstub-glue.c.
334
335        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
336        network/Makefile.am, startup/Makefile.am, timer/Makefile.am.
337        Use automake-compilation rules.
338        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
339        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
340        Remove.
341        * configure.ac: Reflect changes above.
342
3432004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * Makefile.am: Add PREINSTALL_DIRS.
346        * wrapup/Makefile.am: Reflect changes to libcpu.
347
3482004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
351        * configure.ac: Add AM_CONDITIONAL(HAS_FPSP).
352        * wrapup/Makefile.am: Reflect changes to libcpu.
353
3542004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
357        Add PRE/TMPINSTALL_FILES to CLEANFILES.
358        * startup/Makefile.am: Ditto.
359
3602004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * start/Makefile.am: Remove.
363        * Makefile.am: Merge-in start/Makefile.am.
364        * configure.ac: Reflect changes above.
365
3662004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * wrapup/Makefile.am: Eliminate $(LIB).
369        Use noinst_DATA to trigger building libbsp.a.
370
3712003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
374        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
375
3762003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
379        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
380
3812003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
384
3852003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * start/Makefile.am: Misc cleanups and fixes.
388        * startup/Makefile.am: Misc cleanups and fixes.
389        * wrapup/Makefile.am: Misc cleanups and fixes.
390
3912003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * Makefile.am: Add preinstallation dirstamp support.
394        * clock/Makefile.am: Cosmetics.
395        * console/Makefile.am: Cosmetics.
396        * network/Makefile.am: Cosmetics.
397        * startup/Makefile.am: Cosmetics.
398        * timer/Makefile.am: Cosmetics.
399        * wrapup/Makefile.am: Cosmetics.
400
4012003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * clock/Makefile.am: Remove all-local: $(ARCH).
404        * console/Makefile.am: Remove all-local: $(ARCH).
405        * network/Makefile.am: Remove all-local: $(ARCH).
406        * start/Makefile.am: Remove all-local: $(ARCH).
407        * startup/Makefile.am: Remove all-local: $(ARCH).
408        * timer/Makefile.am: Remove all-local: $(ARCH).
409        * wrapup/Makefile.am: Remove all-local: $(ARCH).
410
4112003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * Makefile.am: Merge-in include/Makefile.am.
414        Reflect changes to bsp.am.
415        * include/Makefile.am: Remove.
416        * configure.ac: Reflect changes above.
417
4182003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        * bsp_specs: Remove *lib:.
421
4222003-09-04      Joel Sherrill <joel@OARcorp.com>
423
424        * console/console.c, console/consolereserveresources.c, include/bsp.h,
425        start/start.S, startup/bspclean.c, startup/bspstart.c, timer/timer.c:
426        URL for license changed.
427
4282003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * Makefile.am: Reflect having moved aclocal/.
431
4322003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * Makefile.am: Reflect having moved automake/.
435        * clock/Makefile.am: Reflect having moved automake/.
436        * console/Makefile.am: Reflect having moved automake/.
437        * include/Makefile.am: Reflect having moved automake/.
438        * network/Makefile.am: Reflect having moved automake/.
439        * start/Makefile.am: Reflect having moved automake/.
440        * startup/Makefile.am: Reflect having moved automake/.
441        * timer/Makefile.am: Reflect having moved automake/.
442        * wrapup/Makefile.am: Reflect having moved automake/.
443
4442003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        PR 452/bsps
447        * startup/Makefile.am: Remove USE_INIT_FINI.
448
4492003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
452
4532003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        PR 445/bsps
456        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
457        Remove cpp, old_cpp (now unused).
458
4592003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * configure.ac: Remove AC_CONFIG_AUX_DIR.
462
4632003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
464
465        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
466
4672003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * configure.ac: AC_PREREQ(2.57).
470
4712003-01-20      Joel Sherrill <joel@OARcorp.com>
472
473        * startup/linkcmds*: Add FreeBSD sysctl() sections.
474
4752002-12-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
478        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
479        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
480        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
481        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
482        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
483
4842002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        * start/Makefile.am: Use install-data-local to install startfile.
487
4882002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
491
4922002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
493
494        * .cvsignore: Reformat.
495        Add autom4te*cache.
496        Remove autom4te.cache.
497
4982002-08-21      Joel Sherrill <joel@OARcorp.com>
499
500        * wrapup/Makefile.am: PR217 required that the idle task be moved to
501        libcpu so it could be more acutely aware of the CPU model.  This
502        file was modified to pick up the idle task from there.
503
5042002-08-21      Joel Sherrill <joel@OARcorp.com>
505
506        * bsp_specs: Added support for -nostdlibs.
507
5082002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
511        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
512        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
513        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
514        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
515        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
516        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
517
5182002-08-05      Joel Sherrill <joel@OARcorp.com>
519
520        * Per PR260 eliminate use of make-target-options.  This impacted
521        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
522        SuperCore and required that the m68k optimized memcpy be moved
523        to libcpu.
524        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
525
5262002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
527
528        * start/Makefile.am: Eliminate PGM.
529        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
530
5312002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
532
533        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds.prom
534        linkcmds.bootp.
535
5362002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
537
538        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
539        Remove $(OBJS) from all-local.
540
5412002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
542
543        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
544
5452002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
546
547        * startup/Makefile.am: Compile the m68k gdb stub and glue.
548
5492002-05-14      Eric Norum <eric.norum@usask.ca>
550
551        * startup/linkcmds.bootp, startup/linkcmds.prom: Per PR192 add
552        sections needed by gcc 3.1.  linkcmds had already been fixed on
553        a gcc 3.1 clean up sweep.
554
5552001-05-09      Joel Sherrill <joel@OARcorp.com>
556
557        * startup/linkcmds: In support of gcc 3.1, added one of more
558        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
559        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
560        and direction of segments to memory regions may also have been
561        addressed.  This was a sweep across all BSPs.
562 
5632002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
564
565        * configure.ac:
566        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
567        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
568        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
569        * Makefile.am: Remove AUTOMAKE_OPTIONS.
570        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
571        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
572        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
573        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
574        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
575        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
576        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
577
5782001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
579
580        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
581
5822001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
583
584        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
585        * configure.in: Remove.
586        * configure.ac: New file, generated from configure.in by autoupdate.
587
5882001-09-27      Joel Sherrill <joel@OARcorp.com>
589
590        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
591
5922001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
593
594        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
595
5962001-09-14      Eric Norum <eric.norum@usask.ca>
597
598        * startup/init68360.c: Modifications to make gcc 3.x happy.
599
6002001-09-19      Eric Norum <eric.norum@usask.ca>
601
602        * README: Bring it more in line with reality.
603
6042001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
605
606        * configure.in: Add bspopts.h.
607        * include/.cvsignore: Add bspopts.h*, stamp-h*.
608        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
609        * include/bsp.h: Include bspopts.h.
610
6112001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
612
613        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
614
6152001-01-12      Eric Norum <eric.norum@usask.ca>
616
617        * README, clock/Makefile.am, clock/ckinit.c, clock/clock.c:
618        Clock driver updated to use shell driver mechanism.
619        * clock/ckinit.c: Removed.
620        * clock/clock.c: New file.
621
6222000-12-19      Joel Sherrill <joel@OARcorp.com>
623
624        * Makefile.am: Removed unneeded blank line.
625
6262000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
627
628        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
629
6302000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
631
632        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
633
6342000-11-01      Joel Sherrill <joel@OARcorp.com>
635
636        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
637        and libcsupport.h moved from libc to lib/include/rtems and
638        now must be referenced as <rtems/XXX.h>.   Header file order
639        was cleaned up while doing this.
640
6412000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
642
643        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
644        Switch to GNU canonicalization.
645
6462000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
647
648        * startup/linkcmds: Added lines so DWARF debug information
649        would be available.  Otherwise gdb complains that the offsets
650        for the debug info are incorrect and doesn't load the files.
651
6522000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
653
654        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
655        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
656        wrapup/Makefile.am: Include compile.am
657
6582000-08-10      Joel Sherrill <joel@OARcorp.com>
659
660        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.