source: rtems/c/src/lib/libbsp/m68k/mcf5206elite/ChangeLog @ abc8ad0f

4.115
Last change on this file since abc8ad0f was abc8ad0f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/11/11 at 12:30:16

2011-02-11 Ralf Corsépius <ralf.corsepius@…>

  • include/bsp.h startup/init5206e.c: Use "asm" instead of "asm" for improved c99-compliance.
  • Property mode set to 100644
File size: 19.2 KB
Line 
12011-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * include/bsp.h startup/init5206e.c:
4        Use "__asm__" instead of "asm" for improved c99-compliance.
5
62011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * configure.ac: Require autoconf-2.68, automake-1.11.1.
9
102010-04-27      Joel Sherrill <joel.sherrilL@OARcorp.com>
11
12        * startup/init5206e.c: Remove warnings.
13
142009-12-16      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
15
16        * console/console.c: adapted to new prototype for *_write
17        function
18
192009-12-08      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * startup/init5206e.c: Make prototype of CopyDataClearBSSAndStart
22        global.
23
242009-12-08      Ralf Corsépius <ralf.corsepius@rtems.org>
25
26        * include/i2c.h (i2c_transfer_done): Fix type mismatch.
27        * tod/ds1307.c (ds1307_set_time): Fix broken prototype.
28
292009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
30
31        * make/custom/mcf5206elite.cfg: Remove RTEMS_BSP_FAMILY.
32
332009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
34
35        * make/custom/mcf5206elite.cfg: New (relocated from /make/custom).
36
372009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
38
39        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
40
41 2009-08-21     Joel Sherrill <joel.sherrill@OARcorp.com>
42
43        * include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
44        Should be automatically handled by confdefs.h or the application.
45
462009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
47
48        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
49        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
50        have the same options.
51
522009-04-28      Chris Johns <chrisj@rtems.org>
53
54        * startup/init52235.c: Update for boot_card command line change.
55
562008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
57
58        * bsp_specs: Move -e start from *link to *startfile to avoid warning
59        for undefined entry symbol when linking relocatables with binutils
60        2.19.
61
622008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
63
64        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
65        of building libbspstart.a, using automake-rules.
66
672008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
68
69        * Makefile.am: Eliminate *_SOURCES.
70
712008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
72
73        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
74        components.
75
762008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
77
78        * Makefile.am: Remove noinst_PROGRAMS (Unused).
79
802008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
81
82        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
83
842008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
85
86        * configure.ac: Make letting boot_card() handle work area allocation
87        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
88        BSP_BOOTCARD_OPTIONS.
89
902008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
91
92        * include/bsp.h: Remove unnecessary boilerplate comments.
93
942008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
95
96        * Makefile.am, startup/linkcmds, startup/linkcmds.flash: Use top level
97        shared bsp_get_work_area() implementation.
98
992008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
100
101        * Makefile.am, configure.ac, start/start.S, startup/linkcmds: Add use
102        of bsp_get_work_area() in its own file and rely on BSP Framework to
103        perform more initialization. Remove unnecessary includes of
104        rtems/libio.h and rtems/libcsupport.h.
105        * startup/bspstart.c: Removed.
106
1072008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
108
109        * Makefile.am, include/bsp.h: Review of all bsp_cleanup()
110        implementations. In this phase, all prototypes were removed from
111        bsp.h and empty implementations were removed and made to use the
112        shared stub.
113        * startup/bspclean.c: Removed.
114
1152008-09-08      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
116
117        * i2c/i2c.c, i2c/i2cdrv.c, include/i2c.h:
118        converted done_arg to a void pointer
119       
1202008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
121
122        * tod/todcfg.c:  Convert to "bool".
123
1242008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
125
126        * i2c/i2c.c, i2c/i2cdrv.c: Convert to "bool".
127
1282008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
129
130        * startup/init5206e.c: Add missing prototypes.
131
1322008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
133
134        * Makefile.am: Rework to avoid .rel files.
135
1362008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
137
138        * startup/bspstart.c: Refactored and renamed initialization routines to
139        rtems_initialize_data_structures, rtems_initialize_before_drivers,
140        rtems_initialize_device_drivers, and
141        rtems_initialize_start_multitasking. This opened the sequence up so
142        that bootcard() could provide a more robust and flexible framework
143        which is easier to explain and understand. This also lays the
144        groundwork for sharing the division of available memory between the
145        RTEMS workspace and heap and the C library initialization across all
146        BSPs.
147
1482008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
149
150        * startup/linkcmds, startup/linkcmds.flash: Add wildcard to
151        gcc_except_table section so programs compiled with gcc 4.3.x can
152        link.
153
1542007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
155
156        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
157        Configuration Table. Use the RTEMS provided accessor macros to obtain
158        configuration fields.
159
1602007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
161
162        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
163        from CPU Table to Configuration Table. Eliminate CPU Table from all
164        ports. Delete references to CPU Table in all forms.
165
1662007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
167
168        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
169        Table fields to the Configuration Table. This included
170        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
171        do_zero_of_workspace, extra_mpci_receive_server_stack,
172        stack_allocate_hook, and stack_free_hook. As a side-effect of this
173        effort some multiprocessing code was made conditional and some style
174        clean up occurred.
175
1762007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
177
178        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
179        m68k CPU Table since it is never read.
180
1812007-05-03      Joel Sherrill <joel@OARcorp.com>
182
183        * startup/linkcmds: Handle .data.* sections
184
1852007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
186
187        * bsp_specs: Remove qrtems_debug.
188
1892007-04-02      Joel Sherrill <joel@OARcorp.com>
190
191        * Makefile.am: Add dummy printk support so all tests link.
192
1932007-03-11      Joel Sherrill <joel@OARcorp.com>
194
195        * startup/bspstart.c: Remove assignments of
196        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
197        value in boot_card.c
198
1992006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
200
201        * configure.ac: New BUG-REPORT address.
202
2032006-11-15      Joel Sherrill <joel@OARcorp.com>
204
205        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
206        file and simplified initialization.
207
2082006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
209
210        * Makefile.am: Remove superfluous -DASM.
211
2122006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
213
214        * configure.ac: Require autoconf-2.60. Require automake-1.10.
215
2162006-02-08      Joel Sherrill <joel@OARcorp.com>
217
218        * startup/linkcmds, startup/linkcmds.flash: Add sections required by
219        newer gcc versions.
220
2212006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
222
223        * Makefile.am: Add preinstall.am.
224
2252005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
226
227        * include/bsp.h: New header guard.
228
2292005-02-11      Joel Sherrill <joel@OARcorp.com>
230
231        * include/bsp.h: Correct type of symbols from linkcmds to compile with
232        gcc 4.x.
233
2342005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
235
236        * tod/todcfg.c: size_t RTC_Count.
237
2382005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
239
240        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
241
2422005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
243
244        * Makefile.am: Remove build-variant support.
245
2462004-11-25      Joel Sherrill <joel@OARcorp.com>
247
248        * startup/linkcmds, startup/linkcmds.flash: Add new bss sections .bss.*
249        and .gnu.linkonce.b*.
250
2512004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
252
253        * configure.ac: Require automake > 1.9.
254
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
2612004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
262
263        * include/bsp.h: Split out tmtest27 support.
264        * include/tm27.h: New.
265
2662004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
267
268        PR 613/bsps
269        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
270
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
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        * console/console.c, i2c/i2c.c, i2c/i2cdrv.c, include/bsp.h,
289        include/i2c.h, nvram/nvram.c, startup/bspstart.c,
290        startup/init5206e.c, tod/ds1307.c: Convert to using c99 fixed size
291        types.
292
2932004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * Makefile.am: Reflect changes to bsp.am.
296        Preinstall dist_project_lib*.
297
2982004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * Makefile.am: Reflect changes to bsp.am.
301
3022004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
305
3062004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * Makefile.am: Pickup files from ../../m68k/shared instead of
309        ../shared. Reformat.
310
3112004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
314
3152004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * Makefile.am: Reflect having changed libcpu/m68k/mcf5206/console.rel
318        to libcpu/m68k/mcf5206/mcfuart.rel
319
3202004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * Makefile.am: Merge-in console/Makefile.am, i2c/Makefile.am,
323        nvram/Makefile.am, startup/Makefile.am, tod/Makefile.am,
324        wrapup/Makefile.am.
325        Use automake compilation rules.
326        * console/Makefile.am, i2c/Makefile.am, nvram/Makefile.am,
327        startup/Makefile.am, tod/Makefile.am, wrapup/Makefile.am:
328        Remove.
329        * configure.ac: Reflect changes above.
330
3312004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * Makefile.am: Add PREINSTALL_DIRS.
334        * wrapup/Makefile.am: Reflect changes to libcpu.
335
3362004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * wrapup/Makefile.am: Reflect changes to libcpu.
339
3402004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
343        Add PRE/TMPINSTALL_FILES to CLEANFILES.
344        * startup/Makefile.am: Ditto.
345
3462004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * start/Makefile.am: Remove.
349        * Makefile.am: Merge-in start/Makefile.am.
350        * configure.ac: Reflect changes above.
351
3522004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * wrapup/Makefile.am: Eliminate $(LIB).
355        Use noinst_DATA to trigger building libbsp.a.
356
3572003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
360        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
361
3622003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
365        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
366
3672003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
370
3712003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * console/Makefile.am: Misc cleanups and fixes.
374        * i2c/Makefile.am: Misc cleanups and fixes.
375        * nvram/Makefile.am: Misc cleanups and fixes.
376        * start/Makefile.am: Misc cleanups and fixes.
377        * startup/Makefile.am: Misc cleanups and fixes.
378        * tod/Makefile.am: Misc cleanups and fixes.
379        * wrapup/Makefile.am: Misc cleanups and fixes.
380
3812003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * console/Makefile.am: Remove all: $(ARCH)..
384        * i2c/Makefile.am: Remove all: $(ARCH)..
385        * nvram/Makefile.am: Remove all: $(ARCH)..
386        * startup/Makefile.am: Remove all: $(ARCH)..
387        * tod/Makefile.am: Remove all: $(ARCH)..
388        * wrapup/Makefile.am: Remove all: $(ARCH).
389        Remove bogus wildcard from CPU_PIECES..
390
3912003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * Makefile.am: Cosmetics.
394        * console/Makefile.am: Cosmetics.
395        * i2c/Makefile.am: Cosmetics.
396        * nvram/Makefile.am: Cosmetics.
397        * start/Makefile.am: Cosmetics.
398        * startup/Makefile.am: Cosmetics.
399        * tod/Makefile.am: Cosmetics.
400        * wrapup/Makefile.am: Cosmetics.
401
4022003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * Makefile.am: Add preinstallation dirstamp support.
405        * console/Makefile.am: Cosmetics.
406        * i2c/Makefile.am: Cosmetics.
407        * nvram/Makefile.am: Cosmetics.
408        * startup/Makefile.am: Cosmetics.
409        * tod/Makefile.am: Cosmetics.
410        * wrapup/Makefile.am: Cosmetics.
411
4122003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * start/Makefile.am: Remove all-local: $(ARCH).
415
4162003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * Makefile.am: Merge-in include/Makefile.am.
419        Reflect changes to bsp.am.
420        * include/Makefile.am: Remove.
421        * configure.ac: Reflect changes above.
422
4232003-09-04      Joel Sherrill <joel@OARcorp.com>
424
425        * README, console/console.c, i2c/i2c.c, i2c/i2cdrv.c, include/bsp.h,
426        include/ds1307.h, include/i2c.h, include/i2cdrv.h, include/nvram.h,
427        nvram/nvram.c, start/start.S, startup/bspclean.c, startup/bspstart.c,
428        startup/gdbinit, startup/init5206e.c, startup/linkcmds,
429        startup/linkcmds.flash, tod/ds1307.c, tod/todcfg.c, tools/runtest:
430        URL for license changed.
431
4322003-08-20      Joel Sherrill <joel@OARcorp.com>
433
434        * console/console.c, start/start.S, startup/bspclean.c,
435        startup/bspstart.c, startup/init5206e.c: Correct copyright
436        statements.
437
4382003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * Makefile.am: Reflect having moved aclocal/.
441
4422003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * Makefile.am: Reflect having moved automake/.
445        * console/Makefile.am: Reflect having moved automake/.
446        * i2c/Makefile.am: Reflect having moved automake/.
447        * include/Makefile.am: Reflect having moved automake/.
448        * nvram/Makefile.am: Reflect having moved automake/.
449        * start/Makefile.am: Reflect having moved automake/.
450        * startup/Makefile.am: Reflect having moved automake/.
451        * tod/Makefile.am: Reflect having moved automake/.
452        * wrapup/Makefile.am: Reflect having moved automake/.
453
4542003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        PR 452/bsps
457        * startup/Makefile.am: Remove USE_INIT_FINI.
458
4592003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
462
4632003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
464
465        PR 445/bsps
466        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
467        Remove cpp, old_cpp (now unused).
468
4692003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
470
471        * configure.ac: Remove AC_CONFIG_AUX_DIR.
472
4732003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
476
4772003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * configure.ac: AC_PREREQ(2.57).
480
4812003-01-20      Joel Sherrill <joel@OARcorp.com>
482
483        * startup/linkcmds*: Add FreeBSD sysctl() sections.
484
4852002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
486
487        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
488        * i2c/Makefile.am: Don't include @RTEMS_BSP@.cfg.
489        * nvram/Makefile.am: Don't include @RTEMS_BSP@.cfg.
490        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
491        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
492        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
493
4942002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
495
496        * start/Makefile.am: Use install-data-local to install startfile.
497
4982002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
501
5022002-11-04      Joel Sherrill <joel@OARcorp.com>
503
504        * console/console.c, i2c/i2cdrv.c, nvram/nvram.c, startup/bspstart.c,
505        tod/ds1307.c: Removed warnings.
506
5072002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
508
509        * .cvsignore: Reformat.
510        Add autom4te*cache.
511        Remove autom4te.cache.
512
5132002-08-21      Joel Sherrill <joel@OARcorp.com>
514
515        * wrapup/Makefile.am: PR217 required that the idle task be moved to
516        libcpu so it could be more acutely aware of the CPU model.  This
517        file was modified to pick up the idle task from there.
518
5192002-08-21      Joel Sherrill <joel@OARcorp.com>
520
521        * bsp_specs: Added support for -nostdlibs.
522
5232002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
526        * i2c/Makefile.am: Use .$(OBJEXT) instead of .o.
527        * nvram/Makefile.am: Use .$(OBJEXT) instead of .o.
528        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
529        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
530        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
531        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
532
5332002-08-05      Joel Sherrill <joel@OARcorp.com>
534
535        * Per PR260 eliminate use of make-target-options.  This impacted
536        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
537        SuperCore and required that the m68k optimized memcpy be moved
538        to libcpu.
539        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
540
5412002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
542
543        * start/Makefile.am: Eliminate PGM.
544        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
545
5462002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
547
548        * startup/Makefile.am: Add bsplib_DATA = linkcmds gdbinit
549        linkcmds.flash.
550
5512002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
552
553        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
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        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
569        * Makefile.am: Remove AUTOMAKE_OPTIONS.
570        * i2c/Makefile.am: Remove AUTOMAKE_OPTIONS.
571        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
572        * nvram/Makefile.am: Remove AUTOMAKE_OPTIONS.
573        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
574        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
575        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
576        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
577
5782002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
579
580        * include/Makefile.am: Adapt to automake-1.5.
581
5822001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
583
584        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
585        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
586
5872001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
588
589        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
590
5912001-11-20      Joel Sherrill <joel@OARcorp.com>
592
593        * include/bspopts.h.in: Automatically generated file that should not
594        be in CVS.
595
5962001-10-29      Joel Sherrill <joel@OARcorp.com>
597
598        * .cvsignore, include/.cvsignore: Add more entries.
599
6002001-10-26      Victor V. Vengerov <vvv@oktet.ru>
601
602        * New BSP for MCF5206eLITE evaluation board BSP.
603        * ChangeLog, README, bsp_specs, configure.ac, console/console.c,
604        console/.cvsignore, i2c/i2c.c, i2c/i2cdrv.c, i2c/.cvsignore,
605        include/bsp.h, include/bspopts.h.in, include/coverhd.h,
606        include/ds1307.h, include/i2c.h, include/i2cdrv.h, include/nvram.h,
607        include/.cvsignore, nvram/nvram.c, nvram/.cvsignore, start/start.S,
608        start/.cvsignore, startup/bspclean.c, startup/bspstart.c,
609        startup/gdbinit, startup/init5206e.c, startup/linkcmds,
610        startup/linkcmds.flash, startup/.cvsignore, times, tod/ds1307.c,
611        tod/todcfg.c, tod/.cvsignore, tools/.cvsignore, tools/configure.ac,
612        tools/runtest, tools/changes, wrapup/.cvsignore, .cvsignore:
613        New files.
614
Note: See TracBrowser for help on using the repository browser.