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

4.104.115
Last change on this file since adc6349 was adc6349, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/02/08 at 07:44:27

2008-10-02 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: Move PGH360, GEN68360, GEN68360_040 defines from *.cfg into bspopts.h.
  • Property mode set to 100644
File size: 20.1 KB
Line 
12008-10-02      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Move PGH360, GEN68360, GEN68360_040
4        defines from *.cfg into bspopts.h.
5
62008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * timer/timer.c: Eliminate uses of old benchmark timer names.
9
102008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
13        of building libbspstart.a, using automake-rules.
14
152008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * clock/clock.c: include "../../../shared/clockdrv_shell.h".
18        * Makefile.am: Reflect changes above.
19
202008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * Makefile.am: Eliminate *_SOURCES.
23
242008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
25
26        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
27        components.
28
292008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
30
31        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
32
332008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
34
35        * configure.ac: Make letting boot_card() handle work area allocation
36        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
37        BSP_BOOTCARD_OPTIONS.
38
392008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
40
41        * include/bsp.h: Remove unnecessary boilerplate comments.
42
432008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
44
45        * Makefile.am, include/bsp.h, startup/init68360.c, startup/linkcmds,
46        startup/linkcmds.bootp, startup/linkcmds.prom: Use top level shared
47        bsp_get_work_area() implementation.
48
492008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
50
51        * Makefile.am, configure.ac, start/start.S: Add use of
52        bsp_get_work_area() in its own file and rely on BSP Framework to
53        perform more initialization. Remove unnecessary includes of
54        rtems/libio.h and rtems/libcsupport.h.
55        * startup/bspstart.c: Removed.
56
572008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
58
59        * Makefile.am, include/bsp.h: Review of all bsp_cleanup()
60        implementations. In this phase, all prototypes were removed from
61        bsp.h and empty implementations were removed and made to use the
62        shared stub.
63        * startup/bspclean.c: Removed.
64
652008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
66
67        * spi/mc68360_spidrv.c: Convert to "bool".
68
692008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
70
71        * spi/m360_spi.c, timer/timer.c: Convert to "bool".
72
732008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
74
75        * timer/timer.c: Eliminate empty function from every benchmark timer
76        driver. Fix spelling.
77
782008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
79
80        * timer/timer.c: Rename timer driver methods to follow RTEMS
81        programming conventions.
82
832008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
84
85        * clock/clock.c: Move extern outside of braces.
86
872008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
88
89        * Makefile.am, spi/m360_spidrv.c, spi/m360_spidrv.h:
90        added SPI driver
91
922008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
93
94        * README:
95        added pgh360 BSP variant
96
972008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
98
99        * console/console.c: Eliminate copies of switches to convert termios
100        Bxxx constants to xxx as an integer. Use the shared
101        termios_baud_to_number() routine to do the same conversion.
102
1032008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
104
105        * Makefile.am: Rework to avoid .rel files.
106
1072008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
108
109        * startup/bspstart.c: Refactored and renamed initialization routines to
110        rtems_initialize_data_structures, rtems_initialize_before_drivers,
111        rtems_initialize_device_drivers, and
112        rtems_initialize_start_multitasking. This opened the sequence up so
113        that bootcard() could provide a more robust and flexible framework
114        which is easier to explain and understand. This also lays the
115        groundwork for sharing the division of available memory between the
116        RTEMS workspace and heap and the C library initialization across all
117        BSPs.
118
1192008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
120
121        * Makefile.am: Remove all references to console_reserve_resources and
122        termios_reserve_resources.
123        * console/consolereserveresources.c: Removed.
124
1252008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
126
127        * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add
128        wildcard to gcc_except_table section so programs compiled with gcc
129        4.3.x can link.
130
1312007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
132
133        * clock/clock.c, include/bsp.h, startup/bspstart.c: Eliminate copies of
134        the Configuration Table. Use the RTEMS provided accessor macros to
135        obtain configuration fields.
136
1372007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
138
139        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
140        from CPU Table to Configuration Table. Eliminate CPU Table from all
141        ports. Delete references to CPU Table in all forms.
142
1432007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
144
145        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
146        Table fields to the Configuration Table. This included
147        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
148        do_zero_of_workspace, extra_mpci_receive_server_stack,
149        stack_allocate_hook, and stack_free_hook. As a side-effect of this
150        effort some multiprocessing code was made conditional and some style
151        clean up occurred.
152
1532007-05-03      Joel Sherrill <joel@OARcorp.com>
154
155        * startup/linkcmds: Handle .data.* sections
156
1572007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
158
159        * bsp_specs: Remove qrtems_debug.
160
1612007-04-02      Joel Sherrill <joel@OARcorp.com>
162
163        * Makefile.am: Add dummy printk support so all tests link.
164
1652007-03-11      Joel Sherrill <joel@OARcorp.com>
166
167        * startup/bspstart.c: Remove assignments of
168        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
169        value in boot_card.c
170
1712006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
172
173        * network/network.c: Use ioctl_command_t as arg in ioctl-functions.
174
1752006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
176
177        * configure.ac: New BUG-REPORT address.
178
1792006-11-15      Joel Sherrill <joel@OARcorp.com>
180
181        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
182        file and simplified initialization.
183
1842006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
185
186        * Makefile.am: Remove superfluous -DASM.
187
1882006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
189
190        * configure.ac: Require autoconf-2.60. Require automake-1.10.
191
1922006-02-08      Joel Sherrill <joel@OARcorp.com>
193
194        * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add
195        sections required by newer gcc versions.
196
1972006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
198
199        * Makefile.am: Add preinstall.am.
200
2012005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
202
203        * include/bsp.h: New header guard.
204
2052005-04-26      Joel Sherrill <joel@OARcorp.com>
206
207        * startup/alloc360.c: Eliminate warnings.
208
2092005-03-11      Joel Sherrill <joel@OARcorp.com>
210
211        * startup/init68360.c: Add _RomBase declaration.
212
2132005-02-11      Joel Sherrill <joel@OARcorp.com>
214
215        * include/bsp.h, startup/init68360.c: Correct type of symbols from
216        linkcmds to compile with gcc 4.x.
217
2182005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
219
220        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
221
2222005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
223
224        * Makefile.am: Remove build-variant support.
225
2262004-11-25      Joel Sherrill <joel@OARcorp.com>
227
228        * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add
229        new bss sections .bss.* and .gnu.linkonce.b*.
230
2312004-10-28      Joel Sherrill <joel@OARcorp.com>
232
233        * startup/linkcmds: Add .gnu.linkonce.b.*.
234
2352004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
236
237        * configure.ac: Require automake > 1.9.
238
2392004-05-21      Joel Sherrill <joel@OARcorp.com>
240
241        * network/network.c: Include errno.h as a consequence of recent updates
242        to BSD header files.
243
2442004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
245
246        PR 610/bsps
247        * Makefile.am: Add include/tm27.h, Cosmetics.
248        * include/tm27.h: Final cosmetics.
249
2502004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
251
252        * include/bsp.h: Split out tmtest27 support.
253        * include/tm27.h: New.
254
2552004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
256
257        PR 613/bsps
258        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
259
2602004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
261
262        PR 614/bsps
263        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
264
2652004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
266
267        * c/src/lib/libbsp/m68k/gen68360/clock/clock.c,
268        c/src/lib/libbsp/m68k/gen68360/console/console.c,
269        c/src/lib/libbsp/m68k/gen68360/console/consolereserveresources.c,
270        c/src/lib/libbsp/m68k/gen68360/network/network.c,
271        c/src/lib/libbsp/m68k/gen68360/startup/alloc360.c,
272        c/src/lib/libbsp/m68k/gen68360/startup/init68360.c,
273        c/src/lib/libbsp/m68k/gen68360/timer/timer.c: Include
274        <rtems/m68k/m68360.h> instead of <m68360.h>.
275
2762004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
277
278        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
279
2802004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
281
282        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
283        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
284        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
285
2862004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
287
288        * include/bsp.h, network/network.c, startup/bspstart.c,
289        startup/init68360.c, timer/timer.c: Convert to using c99 fixed size
290        types.
291
2922004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * Makefile.am: Reflect changes to bsp.am.
295        Preinstall dist_project_lib*.
296
2972004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * Makefile.am: Reflect changes to bsp.am.
300
3012004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
304
3052004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * Makefile.am: Pickup files from ../../m68k/shared instead of
308        ../shared. Reformat.
309
3102004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
313
3142004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        PR 562/bsps
317        * Makefile.am: Remove references to m68k-gdbstub.c,
318        rtems-gdbstub-glue.c.
319
320        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
321        network/Makefile.am, startup/Makefile.am, timer/Makefile.am.
322        Use automake-compilation rules.
323        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
324        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
325        Remove.
326        * configure.ac: Reflect changes above.
327
3282004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * Makefile.am: Add PREINSTALL_DIRS.
331        * wrapup/Makefile.am: Reflect changes to libcpu.
332
3332004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
336        * configure.ac: Add AM_CONDITIONAL(HAS_FPSP).
337        * wrapup/Makefile.am: Reflect changes to libcpu.
338
3392004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
342        Add PRE/TMPINSTALL_FILES to CLEANFILES.
343        * startup/Makefile.am: Ditto.
344
3452004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * start/Makefile.am: Remove.
348        * Makefile.am: Merge-in start/Makefile.am.
349        * configure.ac: Reflect changes above.
350
3512004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * wrapup/Makefile.am: Eliminate $(LIB).
354        Use noinst_DATA to trigger building libbsp.a.
355
3562003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
359        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
360
3612003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
364        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
365
3662003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
369
3702003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * start/Makefile.am: Misc cleanups and fixes.
373        * startup/Makefile.am: Misc cleanups and fixes.
374        * wrapup/Makefile.am: Misc cleanups and fixes.
375
3762003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * Makefile.am: Add preinstallation dirstamp support.
379        * clock/Makefile.am: Cosmetics.
380        * console/Makefile.am: Cosmetics.
381        * network/Makefile.am: Cosmetics.
382        * startup/Makefile.am: Cosmetics.
383        * timer/Makefile.am: Cosmetics.
384        * wrapup/Makefile.am: Cosmetics.
385
3862003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * clock/Makefile.am: Remove all-local: $(ARCH).
389        * console/Makefile.am: Remove all-local: $(ARCH).
390        * network/Makefile.am: Remove all-local: $(ARCH).
391        * start/Makefile.am: Remove all-local: $(ARCH).
392        * startup/Makefile.am: Remove all-local: $(ARCH).
393        * timer/Makefile.am: Remove all-local: $(ARCH).
394        * wrapup/Makefile.am: Remove all-local: $(ARCH).
395
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
4032003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * bsp_specs: Remove *lib:.
406
4072003-09-04      Joel Sherrill <joel@OARcorp.com>
408
409        * console/console.c, console/consolereserveresources.c, include/bsp.h,
410        start/start.S, startup/bspclean.c, startup/bspstart.c, timer/timer.c:
411        URL for license changed.
412
4132003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * Makefile.am: Reflect having moved aclocal/.
416
4172003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * Makefile.am: Reflect having moved automake/.
420        * clock/Makefile.am: Reflect having moved automake/.
421        * console/Makefile.am: Reflect having moved automake/.
422        * include/Makefile.am: Reflect having moved automake/.
423        * network/Makefile.am: Reflect having moved automake/.
424        * start/Makefile.am: Reflect having moved automake/.
425        * startup/Makefile.am: Reflect having moved automake/.
426        * timer/Makefile.am: Reflect having moved automake/.
427        * wrapup/Makefile.am: Reflect having moved automake/.
428
4292003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        PR 452/bsps
432        * startup/Makefile.am: Remove USE_INIT_FINI.
433
4342003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
437
4382003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        PR 445/bsps
441        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
442        Remove cpp, old_cpp (now unused).
443
4442003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * configure.ac: Remove AC_CONFIG_AUX_DIR.
447
4482003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
451
4522003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * configure.ac: AC_PREREQ(2.57).
455
4562003-01-20      Joel Sherrill <joel@OARcorp.com>
457
458        * startup/linkcmds*: Add FreeBSD sysctl() sections.
459
4602002-12-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
463        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
464        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
465        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
466        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
467        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
468
4692002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
470
471        * start/Makefile.am: Use install-data-local to install startfile.
472
4732002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
476
4772002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * .cvsignore: Reformat.
480        Add autom4te*cache.
481        Remove autom4te.cache.
482
4832002-08-21      Joel Sherrill <joel@OARcorp.com>
484
485        * wrapup/Makefile.am: PR217 required that the idle task be moved to
486        libcpu so it could be more acutely aware of the CPU model.  This
487        file was modified to pick up the idle task from there.
488
4892002-08-21      Joel Sherrill <joel@OARcorp.com>
490
491        * bsp_specs: Added support for -nostdlibs.
492
4932002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
496        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
497        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
498        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
499        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
500        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
501        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
502
5032002-08-05      Joel Sherrill <joel@OARcorp.com>
504
505        * Per PR260 eliminate use of make-target-options.  This impacted
506        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
507        SuperCore and required that the m68k optimized memcpy be moved
508        to libcpu.
509        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
510
5112002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
512
513        * start/Makefile.am: Eliminate PGM.
514        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
515
5162002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
517
518        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds.prom
519        linkcmds.bootp.
520
5212002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
522
523        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
524        Remove $(OBJS) from all-local.
525
5262002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
527
528        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
529
5302002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
531
532        * startup/Makefile.am: Compile the m68k gdb stub and glue.
533
5342002-05-14      Eric Norum <eric.norum@usask.ca>
535
536        * startup/linkcmds.bootp, startup/linkcmds.prom: Per PR192 add
537        sections needed by gcc 3.1.  linkcmds had already been fixed on
538        a gcc 3.1 clean up sweep.
539
5402001-05-09      Joel Sherrill <joel@OARcorp.com>
541
542        * startup/linkcmds: In support of gcc 3.1, added one of more
543        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
544        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
545        and direction of segments to memory regions may also have been
546        addressed.  This was a sweep across all BSPs.
547 
5482002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
549
550        * configure.ac:
551        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
552        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
553        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
554        * Makefile.am: Remove AUTOMAKE_OPTIONS.
555        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
556        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
557        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
558        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
559        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
560        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
561        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
562
5632001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
564
565        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
566
5672001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
568
569        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
570        * configure.in: Remove.
571        * configure.ac: New file, generated from configure.in by autoupdate.
572
5732001-09-27      Joel Sherrill <joel@OARcorp.com>
574
575        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
576
5772001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
578
579        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
580
5812001-09-14      Eric Norum <eric.norum@usask.ca>
582
583        * startup/init68360.c: Modifications to make gcc 3.x happy.
584
5852001-09-19      Eric Norum <eric.norum@usask.ca>
586
587        * README: Bring it more in line with reality.
588
5892001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
590
591        * configure.in: Add bspopts.h.
592        * include/.cvsignore: Add bspopts.h*, stamp-h*.
593        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
594        * include/bsp.h: Include bspopts.h.
595
5962001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
597
598        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
599
6002001-01-12      Eric Norum <eric.norum@usask.ca>
601
602        * README, clock/Makefile.am, clock/ckinit.c, clock/clock.c:
603        Clock driver updated to use shell driver mechanism.
604        * clock/ckinit.c: Removed.
605        * clock/clock.c: New file.
606
6072000-12-19      Joel Sherrill <joel@OARcorp.com>
608
609        * Makefile.am: Removed unneeded blank line.
610
6112000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
612
613        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
614
6152000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
616
617        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
618
6192000-11-01      Joel Sherrill <joel@OARcorp.com>
620
621        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
622        and libcsupport.h moved from libc to lib/include/rtems and
623        now must be referenced as <rtems/XXX.h>.   Header file order
624        was cleaned up while doing this.
625
6262000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
627
628        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
629        Switch to GNU canonicalization.
630
6312000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
632
633        * startup/linkcmds: Added lines so DWARF debug information
634        would be available.  Otherwise gdb complains that the offsets
635        for the debug info are incorrect and doesn't load the files.
636
6372000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
638
639        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
640        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
641        wrapup/Makefile.am: Include compile.am
642
6432000-08-10      Joel Sherrill <joel@OARcorp.com>
644
645        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.