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

4.104.115
Last change on this file since a14fba32 was a14fba32, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/30/08 at 10:38:36

2008-09-30 Ralf Corsépius <ralf.corsepius@…>

  • Makefile.am: Eliminate bsp.am. Build startup files as side-effect of building libbspstart.a, using automake-rules.
  • Property mode set to 100644
File size: 17.4 KB
RevLine 
[a14fba32]12008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
4        of building libbspstart.a, using automake-rules.
5
[64eb0c7]62008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * Makefile.am: Eliminate *_SOURCES.
9
[e94666d]102008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
13        components.
14
[4ba8866]152008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * Makefile.am: Remove noinst_PROGRAMS (Unused).
18
[a1bc0a15]192008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
22
[95aa5e1]232008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
24
25        * configure.ac: Make letting boot_card() handle work area allocation
26        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
27        BSP_BOOTCARD_OPTIONS.
28
[ccceaf3]292008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
30
31        * include/bsp.h: Remove unnecessary boilerplate comments.
32
[b400277]332008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
34
35        * Makefile.am, startup/linkcmds, startup/linkcmds.flash: Use top level
36        shared bsp_get_work_area() implementation.
37
[7b18d2f]382008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
39
40        * Makefile.am, configure.ac, start/start.S, startup/linkcmds: Add use
41        of bsp_get_work_area() in its own file and rely on BSP Framework to
42        perform more initialization. Remove unnecessary includes of
43        rtems/libio.h and rtems/libcsupport.h.
44        * startup/bspstart.c: Removed.
45
[05adba6]462008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
47
48        * Makefile.am, include/bsp.h: Review of all bsp_cleanup()
49        implementations. In this phase, all prototypes were removed from
50        bsp.h and empty implementations were removed and made to use the
51        shared stub.
52        * startup/bspclean.c: Removed.
53
[b06d0552]542008-09-08      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
55
56        * i2c/i2c.c, i2c/i2cdrv.c, include/i2c.h:
57        converted done_arg to a void pointer
58       
[5abd94e]592008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
60
61        * tod/todcfg.c:  Convert to "bool".
62
[914f586]632008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
64
65        * i2c/i2c.c, i2c/i2cdrv.c: Convert to "bool".
66
[1b778dcc]672008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
68
69        * startup/init5206e.c: Add missing prototypes.
70
[1d0ee80e]712008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
72
73        * Makefile.am: Rework to avoid .rel files.
74
[6ea100c1]752008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
76
77        * startup/bspstart.c: Refactored and renamed initialization routines to
78        rtems_initialize_data_structures, rtems_initialize_before_drivers,
79        rtems_initialize_device_drivers, and
80        rtems_initialize_start_multitasking. This opened the sequence up so
81        that bootcard() could provide a more robust and flexible framework
82        which is easier to explain and understand. This also lays the
83        groundwork for sharing the division of available memory between the
84        RTEMS workspace and heap and the C library initialization across all
85        BSPs.
86
[9e7555e]872008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
88
89        * startup/linkcmds, startup/linkcmds.flash: Add wildcard to
90        gcc_except_table section so programs compiled with gcc 4.3.x can
91        link.
92
[4130d8e2]932007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
94
95        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
96        Configuration Table. Use the RTEMS provided accessor macros to obtain
97        configuration fields.
98
[d34d8692]992007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
100
101        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
102        from CPU Table to Configuration Table. Eliminate CPU Table from all
103        ports. Delete references to CPU Table in all forms.
104
[558bc25]1052007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
106
107        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
108        Table fields to the Configuration Table. This included
109        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
110        do_zero_of_workspace, extra_mpci_receive_server_stack,
111        stack_allocate_hook, and stack_free_hook. As a side-effect of this
112        effort some multiprocessing code was made conditional and some style
113        clean up occurred.
114
[1693c131]1152007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
116
117        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
118        m68k CPU Table since it is never read.
119
[1144653]1202007-05-03      Joel Sherrill <joel@OARcorp.com>
121
122        * startup/linkcmds: Handle .data.* sections
123
[71c4d68]1242007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
125
126        * bsp_specs: Remove qrtems_debug.
127
[3002831]1282007-04-02      Joel Sherrill <joel@OARcorp.com>
129
130        * Makefile.am: Add dummy printk support so all tests link.
131
[3f0cfc56]1322007-03-11      Joel Sherrill <joel@OARcorp.com>
133
134        * startup/bspstart.c: Remove assignments of
135        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
136        value in boot_card.c
137
[fcb0cd46]1382006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
139
140        * configure.ac: New BUG-REPORT address.
141
[aa4369c]1422006-11-15      Joel Sherrill <joel@OARcorp.com>
143
144        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
145        file and simplified initialization.
146
[57357d9]1472006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
148
149        * Makefile.am: Remove superfluous -DASM.
150
[754610f]1512006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
152
153        * configure.ac: Require autoconf-2.60. Require automake-1.10.
154
[f54f308]1552006-02-08      Joel Sherrill <joel@OARcorp.com>
156
157        * startup/linkcmds, startup/linkcmds.flash: Add sections required by
158        newer gcc versions.
159
[760486f7]1602006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
161
162        * Makefile.am: Add preinstall.am.
163
[34c4852]1642005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
165
166        * include/bsp.h: New header guard.
167
[3e53230]1682005-02-11      Joel Sherrill <joel@OARcorp.com>
169
170        * include/bsp.h: Correct type of symbols from linkcmds to compile with
171        gcc 4.x.
172
[445f8cc]1732005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
174
175        * tod/todcfg.c: size_t RTC_Count.
176
[844609f9]1772005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
178
179        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
180
[4cbf22a]1812005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
182
183        * Makefile.am: Remove build-variant support.
184
[f331442d]1852004-11-25      Joel Sherrill <joel@OARcorp.com>
186
187        * startup/linkcmds, startup/linkcmds.flash: Add new bss sections .bss.*
188        and .gnu.linkonce.b*.
189
[97891e5e]1902004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
191
192        * configure.ac: Require automake > 1.9.
193
[3defec6]1942004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
195
196        PR 610/bsps
197        * Makefile.am: Add include/tm27.h, Cosmetics.
198        * include/tm27.h: Final cosmetics.
199
[0df29b07]2002004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
201
202        * include/bsp.h: Split out tmtest27 support.
203        * include/tm27.h: New.
204
[3344730a]2052004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
206
207        PR 613/bsps
208        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
209
[7dd6e8d]2102004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
211
212        PR 614/bsps
213        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
214
[cb33a86f]2152004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
216
217        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
218
[fb7a141]2192004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
220
221        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
222        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
223        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
224
[b7044dc]2252004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
226
227        * console/console.c, i2c/i2c.c, i2c/i2cdrv.c, include/bsp.h,
228        include/i2c.h, nvram/nvram.c, startup/bspstart.c,
229        startup/init5206e.c, tod/ds1307.c: Convert to using c99 fixed size
230        types.
231
[2a7f9a28]2322004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * Makefile.am: Reflect changes to bsp.am.
235        Preinstall dist_project_lib*.
236
[6ac101b]2372004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * Makefile.am: Reflect changes to bsp.am.
240
[c24d7c84]2412004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
244
[4cb9d26]2452004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * Makefile.am: Pickup files from ../../m68k/shared instead of
248        ../shared. Reformat.
249
[bd5b4e56]2502004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
253
[ed2426b6]2542004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * Makefile.am: Reflect having changed libcpu/m68k/mcf5206/console.rel
257        to libcpu/m68k/mcf5206/mcfuart.rel
258
[155881a]2592004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * Makefile.am: Merge-in console/Makefile.am, i2c/Makefile.am,
262        nvram/Makefile.am, startup/Makefile.am, tod/Makefile.am,
263        wrapup/Makefile.am.
264        Use automake compilation rules.
265        * console/Makefile.am, i2c/Makefile.am, nvram/Makefile.am,
266        startup/Makefile.am, tod/Makefile.am, wrapup/Makefile.am:
267        Remove.
268        * configure.ac: Reflect changes above.
269
[7fc5229c]2702004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * Makefile.am: Add PREINSTALL_DIRS.
273        * wrapup/Makefile.am: Reflect changes to libcpu.
274
[c880dc8]2752004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * wrapup/Makefile.am: Reflect changes to libcpu.
278
[ff716ea0]2792004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
282        Add PRE/TMPINSTALL_FILES to CLEANFILES.
283        * startup/Makefile.am: Ditto.
284
[65cf99c]2852004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * start/Makefile.am: Remove.
288        * Makefile.am: Merge-in start/Makefile.am.
289        * configure.ac: Reflect changes above.
290
[6411947]2912004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * wrapup/Makefile.am: Eliminate $(LIB).
294        Use noinst_DATA to trigger building libbsp.a.
295
[b35414a]2962003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
299        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
300
[935773b]3012003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
304        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
305
[810720b6]3062003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
309
[54a1f5dd]3102003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * console/Makefile.am: Misc cleanups and fixes.
313        * i2c/Makefile.am: Misc cleanups and fixes.
314        * nvram/Makefile.am: Misc cleanups and fixes.
315        * start/Makefile.am: Misc cleanups and fixes.
316        * startup/Makefile.am: Misc cleanups and fixes.
317        * tod/Makefile.am: Misc cleanups and fixes.
318        * wrapup/Makefile.am: Misc cleanups and fixes.
319
[2100ade]3202003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * console/Makefile.am: Remove all: $(ARCH)..
323        * i2c/Makefile.am: Remove all: $(ARCH)..
324        * nvram/Makefile.am: Remove all: $(ARCH)..
325        * startup/Makefile.am: Remove all: $(ARCH)..
326        * tod/Makefile.am: Remove all: $(ARCH)..
327        * wrapup/Makefile.am: Remove all: $(ARCH).
328        Remove bogus wildcard from CPU_PIECES..
329
[f79ea0b]3302003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * Makefile.am: Cosmetics.
333        * console/Makefile.am: Cosmetics.
334        * i2c/Makefile.am: Cosmetics.
335        * nvram/Makefile.am: Cosmetics.
336        * start/Makefile.am: Cosmetics.
337        * startup/Makefile.am: Cosmetics.
338        * tod/Makefile.am: Cosmetics.
339        * wrapup/Makefile.am: Cosmetics.
340
[255a208]3412003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * Makefile.am: Add preinstallation dirstamp support.
344        * console/Makefile.am: Cosmetics.
345        * i2c/Makefile.am: Cosmetics.
346        * nvram/Makefile.am: Cosmetics.
347        * startup/Makefile.am: Cosmetics.
348        * tod/Makefile.am: Cosmetics.
349        * wrapup/Makefile.am: Cosmetics.
350
[97fea3d]3512003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * start/Makefile.am: Remove all-local: $(ARCH).
354
[2821666f]3552003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * Makefile.am: Merge-in include/Makefile.am.
358        Reflect changes to bsp.am.
359        * include/Makefile.am: Remove.
360        * configure.ac: Reflect changes above.
361
[acaae90]3622003-09-04      Joel Sherrill <joel@OARcorp.com>
363
364        * README, console/console.c, i2c/i2c.c, i2c/i2cdrv.c, include/bsp.h,
365        include/ds1307.h, include/i2c.h, include/i2cdrv.h, include/nvram.h,
366        nvram/nvram.c, start/start.S, startup/bspclean.c, startup/bspstart.c,
367        startup/gdbinit, startup/init5206e.c, startup/linkcmds,
368        startup/linkcmds.flash, tod/ds1307.c, tod/todcfg.c, tools/runtest:
369        URL for license changed.
370
[0bcf436]3712003-08-20      Joel Sherrill <joel@OARcorp.com>
372
373        * console/console.c, start/start.S, startup/bspclean.c,
374        startup/bspstart.c, startup/init5206e.c: Correct copyright
375        statements.
376
[fe8bc62f]3772003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * Makefile.am: Reflect having moved aclocal/.
380
[7670ca8]3812003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
[c483a4e]383        * Makefile.am: Reflect having moved automake/.
384        * console/Makefile.am: Reflect having moved automake/.
385        * i2c/Makefile.am: Reflect having moved automake/.
386        * include/Makefile.am: Reflect having moved automake/.
387        * nvram/Makefile.am: Reflect having moved automake/.
388        * start/Makefile.am: Reflect having moved automake/.
389        * startup/Makefile.am: Reflect having moved automake/.
390        * tod/Makefile.am: Reflect having moved automake/.
391        * wrapup/Makefile.am: Reflect having moved automake/.
[7670ca8]392
[317458ce]3932003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
[75fcb394]395        PR 452/bsps
[317458ce]396        * startup/Makefile.am: Remove USE_INIT_FINI.
397
[7dcc3fe]3982003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
401
[d266acd2]4022003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
[75fcb394]404        PR 445/bsps
[d266acd2]405        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
406        Remove cpp, old_cpp (now unused).
407
[7a97f26]4082003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * configure.ac: Remove AC_CONFIG_AUX_DIR.
411
[ccd81b60]4122003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
415
[9b5c258]4162003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * configure.ac: AC_PREREQ(2.57).
419
[1d36d2af]4202003-01-20      Joel Sherrill <joel@OARcorp.com>
421
422        * startup/linkcmds*: Add FreeBSD sysctl() sections.
423
[0a0da8f2]4242002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
427        * i2c/Makefile.am: Don't include @RTEMS_BSP@.cfg.
428        * nvram/Makefile.am: Don't include @RTEMS_BSP@.cfg.
429        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
430        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
431        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
432
[59a01a6e]4332002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * start/Makefile.am: Use install-data-local to install startfile.
436
[b5a2912f]4372002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
440
[1625856]4412002-11-04      Joel Sherrill <joel@OARcorp.com>
442
443        * console/console.c, i2c/i2cdrv.c, nvram/nvram.c, startup/bspstart.c,
444        tod/ds1307.c: Removed warnings.
445
[8730f45]4462002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * .cvsignore: Reformat.
449        Add autom4te*cache.
450        Remove autom4te.cache.
451
[0308c805]4522002-08-21      Joel Sherrill <joel@OARcorp.com>
453
454        * wrapup/Makefile.am: PR217 required that the idle task be moved to
455        libcpu so it could be more acutely aware of the CPU model.  This
456        file was modified to pick up the idle task from there.
457
[a2ae30c2]4582002-08-21      Joel Sherrill <joel@OARcorp.com>
459
460        * bsp_specs: Added support for -nostdlibs.
461
[87f4b9c2]4622002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
465        * i2c/Makefile.am: Use .$(OBJEXT) instead of .o.
466        * nvram/Makefile.am: Use .$(OBJEXT) instead of .o.
467        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
468        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
469        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
470        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
471
[75adbe5f]4722002-08-05      Joel Sherrill <joel@OARcorp.com>
473
474        * Per PR260 eliminate use of make-target-options.  This impacted
475        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
476        SuperCore and required that the m68k optimized memcpy be moved
477        to libcpu.
478        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
479
[496686a]4802002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * start/Makefile.am: Eliminate PGM.
483        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
484
[233034f3]4852002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
486
487        * startup/Makefile.am: Add bsplib_DATA = linkcmds gdbinit
488        linkcmds.flash.
489
[80defac]4902002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
491
492        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
493
[85c92574]4942001-05-09      Joel Sherrill <joel@OARcorp.com>
495
496        * startup/linkcmds: In support of gcc 3.1, added one of more
497        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
498        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
499        and direction of segments to memory regions may also have been
500        addressed.  This was a sweep across all BSPs.
501 
[a8a8632]5022002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * configure.ac:
505        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
506        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
507        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
508        * Makefile.am: Remove AUTOMAKE_OPTIONS.
509        * i2c/Makefile.am: Remove AUTOMAKE_OPTIONS.
510        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
511        * nvram/Makefile.am: Remove AUTOMAKE_OPTIONS.
512        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
513        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
514        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
515        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
516
[e70d4e8]5172002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
518
519        * include/Makefile.am: Adapt to automake-1.5.
520
[8e72501]5212001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
522
523        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
524        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
525
[9e1ae79]5262001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
527
528        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
529
[524c7414]5302001-11-20      Joel Sherrill <joel@OARcorp.com>
531
532        * include/bspopts.h.in: Automatically generated file that should not
533        be in CVS.
534
[cef2a707]5352001-10-29      Joel Sherrill <joel@OARcorp.com>
536
537        * .cvsignore, include/.cvsignore: Add more entries.
538
[e56c3546]5392001-10-26      Victor V. Vengerov <vvv@oktet.ru>
540
541        * New BSP for MCF5206eLITE evaluation board BSP.
542        * ChangeLog, README, bsp_specs, configure.ac, console/console.c,
543        console/.cvsignore, i2c/i2c.c, i2c/i2cdrv.c, i2c/.cvsignore,
544        include/bsp.h, include/bspopts.h.in, include/coverhd.h,
545        include/ds1307.h, include/i2c.h, include/i2cdrv.h, include/nvram.h,
546        include/.cvsignore, nvram/nvram.c, nvram/.cvsignore, start/start.S,
547        start/.cvsignore, startup/bspclean.c, startup/bspstart.c,
548        startup/gdbinit, startup/init5206e.c, startup/linkcmds,
549        startup/linkcmds.flash, startup/.cvsignore, times, tod/ds1307.c,
550        tod/todcfg.c, tod/.cvsignore, tools/.cvsignore, tools/configure.ac,
551        tools/runtest, tools/changes, wrapup/.cvsignore, .cvsignore:
552        New files.
553
Note: See TracBrowser for help on using the repository browser.