source: rtems/c/src/lib/libbsp/m68k/mvme162/ChangeLog @ f4adc0d1

4.115
Last change on this file since f4adc0d1 was f4adc0d1, checked in by Joel Sherrill <joel.sherrill@…>, on 07/13/11 at 18:35:43

2011-07-13 Joel Sherrill <joel.sherrilL@…>

PR 1824/cpukit

  • startup/bspclean.c: Return exit/shutdown status back to boot_card(). boot_card() propagates this to bsp_cleanup() and returns it to the assembly that started the application. bsp_cleanup() prototype changed.
  • Property mode set to 100644
File size: 21.9 KB
RevLine 
[f4adc0d1]12011-07-13      Joel Sherrill <joel.sherrilL@OARcorp.com>
2
3        PR 1824/cpukit
4        * startup/bspclean.c: Return exit/shutdown status back to boot_card().
5        boot_card() propagates this to bsp_cleanup() and returns it to the
6        assembly that started the application. bsp_cleanup() prototype
7        changed.
8
[2be7dcf]92011-06-11      Joel Sherrill <joel.sherrill@oarcorp.com>
10
11        * Makefile.am: Remove reference to wrapup directory.
12
[8c38031]132011-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
14
15        * startup/bspclean.c, startup/page_table.c:
16        Use "__asm__" instead of "asm" for improved c99-compliance.
17
[26c17377]182011-02-09      Ralf Corsépius <ralf.corsepius@rtems.org>
19
20        * timer/timer.c: Include <rtems/btimer.h>.
21        Fix benchmark_timer_read() definition.
22
[8ee3775]232011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * configure.ac: Require autoconf-2.68, automake-1.11.1.
26
[3efa0345]272010-04-28      Joel Sherrill <joel.sherrilL@OARcorp.com>
28
29        * startup/bspclean.c: Remove warnings.
30
[040c66a]312009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * make/custom/mvme162.cfg: Remove RTEMS_BSP_FAMILY.
34        * make/custom/mvme162lx.cfg: Remove RTEMS_BSP_FAMILY.
35
[d236e964]362009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
37
38        * configure.ac: Don't add -ansi -fasm to CFLAGS.
39
[ac730e0d]402009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
41
42        * make/custom/mvme162.cfg: New (relocated from /make/custom).
43        * make/custom/mvme162lx.cfg: New (relocated from /make/custom).
44
[6b2b37d2]452009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
46
47        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
48
49 2009-07-16     Joel Sherrill <joel.sherrill@oarcorp.com>
[d1be26b]50
51        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
52        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
53        have the same options.
54
[df393962]552008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
56
57        * bsp_specs: Move -e start from *link to *startfile to avoid warning
58        for undefined entry symbol when linking relocatables with binutils
59        2.19.
60
[290da88f]612008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
62
63        * timer/timer.c: Eliminate uses of old benchmark timer names.
64
[a14fba32]652008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
66
67        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
68        of building libbspstart.a, using automake-rules.
69
[64eb0c7]702008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
71
72        * Makefile.am: Eliminate *_SOURCES.
73
[e94666d]742008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
75
76        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
77        components.
78
[a1bc0a15]792008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
80
81        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
82
[abe3261]832008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
84
85        * Makefile.am: Cosmetics.
86
[95aa5e1]872008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
88
89        * configure.ac: Make letting boot_card() handle work area allocation
90        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
91        BSP_BOOTCARD_OPTIONS.
92
[ccceaf3]932008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
94
95        * include/bsp.h: Remove unnecessary boilerplate comments.
96
[07ce99e]972008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
98
99        * Makefile.am, startup/linkcmds: Use top level shared
100        bsp_get_work_area() implementation.
101
[4773369]1022008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
103
104        * Makefile.am, configure.ac, clock/ckinit.c, startup/bspstart.c,
105        startup/linkcmds: Add use of bsp_get_work_area() in its own file and
106        rely on BSP Framework to perform more initialization. Remove
107        unnecessary includes of rtems/libio.h and rtems/libcsupport.h.
108
[4909a30]1092008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
110
111        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
112        phase, all prototypes were removed from bsp.h and empty
113        implementations were removed and made to use the shared stub.
114
[34ef6c7]1152008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
116
117        * clock/ckinit.c: The Shared Memory Driver no longer requires the
118        special IOCTL in Clock_control. This was a hack which has existed
119        since before the Classic API Timer Manager was implemented. All
120        implementations of and references to Clock_control were removed.
121
[505b7e04]1222008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
123
124        * include/bsp.h, console/console.c, timer/timer.c: Convert to "bool".
125
[25c62b0]1262008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
127
128        * timer/timer.c: Eliminate empty function from every benchmark timer
129        driver. Fix spelling.
130
[35f52a6]1312008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
132
133        * timer/timer.c: Rename timer driver methods to follow RTEMS
134        programming conventions.
135
[ef8c37c2]1362008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
137
138        * startup/bspclean.c, timer/timer.c, tod/tod.c:
139        Add missing prototypes.
140
[1d0ee80e]1412008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
142
143        * Makefile.am: Rework to avoid .rel files.
144
[6ea100c1]1452008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
146
147        * startup/bspstart.c: Refactored and renamed initialization routines to
148        rtems_initialize_data_structures, rtems_initialize_before_drivers,
149        rtems_initialize_device_drivers, and
150        rtems_initialize_start_multitasking. This opened the sequence up so
151        that bootcard() could provide a more robust and flexible framework
152        which is easier to explain and understand. This also lays the
153        groundwork for sharing the division of available memory between the
154        RTEMS workspace and heap and the C library initialization across all
155        BSPs.
156
[d1f57b5]1572008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
158
159        * startup/linkcmds: Add wildcard to gcc_except_table section so
160        programs compiled with gcc 4.3.x can link.
161
[12bd47e]1622007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
163
164        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
165        of the Configuration Table. Use the RTEMS provided accessor macros to
166        obtain configuration fields.
167
[d34d8692]1682007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
169
170        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
171        from CPU Table to Configuration Table. Eliminate CPU Table from all
172        ports. Delete references to CPU Table in all forms.
173
[558bc25]1742007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
175
176        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
177        Table fields to the Configuration Table. This included
178        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
179        do_zero_of_workspace, extra_mpci_receive_server_stack,
180        stack_allocate_hook, and stack_free_hook. As a side-effect of this
181        effort some multiprocessing code was made conditional and some style
182        clean up occurred.
183
[1693c131]1842007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
185
186        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
187        m68k CPU Table since it is never read.
188
[1144653]1892007-05-03      Joel Sherrill <joel@OARcorp.com>
190
191        * startup/linkcmds: Handle .data.* sections
192
[71c4d68]1932007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
194
195        * bsp_specs: Remove qrtems_debug.
196
[b348db5f]1972007-04-02      Joel Sherrill <joel@OARcorp.com>
198
199        * Makefile.am, configure.ac: Add dummy printk support so all tests
200        link.
201
[fcb0cd46]2022006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
203
204        * configure.ac: New BUG-REPORT address.
205
[aa4369c]2062006-11-15      Joel Sherrill <joel@OARcorp.com>
207
208        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
209        file and simplified initialization.
210
[57357d9]2112006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
212
213        * Makefile.am: Remove superfluous -DASM.
214
[754610f]2152006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
216
217        * configure.ac: Require autoconf-2.60. Require automake-1.10.
218
[0564ff51]2192006-02-08      Joel Sherrill <joel@OARcorp.com>
220
221        * startup/linkcmds: Add sections required by newer gcc versions.
222
[760486f7]2232006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
224
225        * Makefile.am: Add preinstall.am.
226
[5a9284a]2272006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
228
229        * Makefile.am: Add preinstall.am.
230
[34c4852]2312005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
232
233        * include/bsp.h: New header guard.
234
[9afd70e]2352005-01-18      Ralf Corsepius <ralf.corsepius@rtems.org>
236
237        * Makefile.am: Use ../../shared/tod.h instead of include/tod.h.
238        * include/tod.h: Remove.
239
[844609f9]2402005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
241
242        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
243
[4cbf22a]2442005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
245
246        * Makefile.am: Remove build-variant support.
247
[3dae380]2482004-11-25      Joel Sherrill <joel@OARcorp.com>
249
250        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
251
[97891e5e]2522004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
253
254        * configure.ac: Require automake > 1.9.
255
[3defec6]2562004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
257
258        PR 610/bsps
259        * Makefile.am: Add include/tm27.h, Cosmetics.
260        * include/tm27.h: Final cosmetics.
261
[0df29b07]2622004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
263
264        * include/bsp.h: Split out tmtest27 support.
265        * include/tm27.h: New.
266
[3344730a]2672004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
268
269        PR 613/bsps
270        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
271
[7dd6e8d]2722004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
273
274        PR 614/bsps
275        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
276
[d40c3f5]2772004-04-08      Ralf Corsepius <ralf_corsepius@rtems.org>
278
279        * mvme162/startup/bspclean.c: Include <rtems/m68k/zilog/z8036.h>
280        instead of <zilog/z8036.h>.
281
[f286330]2822004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
283
284        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
285
[a9a27b5]2862004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
287
288        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
289        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
290        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
291        * console/console.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
292
[629e12a]2932004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
294
295        * clock/ckinit.c, startup/bspstart.c, timer/timer.c: Convert to
296        using c99 fixed size types.
297
[2a7f9a28]2982004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * Makefile.am: Reflect changes to bsp.am.
301        Preinstall dist_project_lib*.
302
[6ac101b]3032004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * Makefile.am: Reflect changes to bsp.am.
306
[c24d7c84]3072004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
310
[4cb9d26]3112004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * Makefile.am: Pickup files from ../../m68k/shared instead of
314        ../shared. Reformat.
315
[a4baeb67]3162004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * Makefile.am: Pick up ../mvme167/network/network.c.
319
[bd5b4e56]3202004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
323
[fc7cbef]3242004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * README: Remove references to consolex.
327        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
328        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
[8a1009d]329        tod/Makefile.am, wrapup/Makefile.am.
[fc7cbef]330        Use automake compilation rules.
331        * clock/Makefile.am, console/Makefile.am, network/Makefile.am
[8a1009d]332        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
333        wrapup/Makefile.am: Remove.
[fc7cbef]334        * configure.ac: Reflect changes above. 
335
[3da271f6]3362004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        PR 563/bsps
339        * consolex/consolex.c, consolex/consolex.h, consolex/cTest.c,
340        consolex/Makefile.am, consolex/README:
341        Remove (Abandoned).
342
[657bc880]3432004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * Makefile.am: Add PREINSTALL_DIRS.
346        * consolex/Makefile.am: Add PREINSTALL_DIRS.
347        * wrapup/Makefile.am: Reflect changes to libcpu.
348
[d8a2c36f]3492004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * configure.ac: Add AM_CONDITIONAL(HAS_FPSP).
352        * wrapup/Makefile.am: Reflect changes to libcpu.
353
[c1b90ee]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        * consolex/Makefile.am: Ditto.
359        * startup/Makefile.am: Ditto.
360
[2d86d78]3612004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * start/.cvsignore: Remove.
364        * start/Makefile.am: Remove.
365        * Makefile.am: Merge-in start/Makefile.am.
366        * configure.ac: Reflect changes above.
367
[6411947]3682004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * wrapup/Makefile.am: Eliminate $(LIB).
371        Use noinst_DATA to trigger building libbsp.a.
372
[b35414a]3732003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
376        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
377
[84a59576]3782003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * consolex/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
381        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
382        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
383
[810720b6]3842003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
387
[15d7f766]3882003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * Makefile.am: Misc cleanups and fixes.
391        * start/Makefile.am: Misc cleanups and fixes.
392        * startup/Makefile.am: Misc cleanups and fixes.
393        * wrapup/Makefile.am: Misc cleanups and fixes.
394
[203cb9a]3952003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * Makefile.am: Add preinstallation dirstamp support.
398        * clock/Makefile.am: Cosmetics.
399        * console/Makefile.am: Cosmetics.
400        * consolex/Makefile.am: Add preinstallation dirstamp support.
401        * network/Makefile.am: Cosmetics.
402        * startup/Makefile.am: Cosmetics.
403        * timer/Makefile.am: Cosmetics.
404        * tod/Makefile.am: Cosmetics.
405        * tools/Makefile.am: Cosmetics.
406        * wrapup/Makefile.am: Cosmetics.
407
[1dbd584a]4082003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * clock/Makefile.am: Remove all-local: $(ARCH).
411        * console/Makefile.am: Remove all-local: $(ARCH).
412        * consolex/Makefile.am: Remove all-local: $(ARCH).
413        * network/Makefile.am: Remove all-local: $(ARCH).
414        * start/Makefile.am: Remove all-local: $(ARCH).
415        * startup/Makefile.am: Remove all-local: $(ARCH).
416        * timer/Makefile.am: Remove all-local: $(ARCH).
417        * tod/Makefile.am: Remove all-local: $(ARCH).
418        * wrapup/Makefile.am: Remove all-local: $(ARCH).
419
[91c7246f]4202003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * Makefile.am: Correct path to mvme16x_hw.h.
423
[2821666f]4242003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * Makefile.am: Merge-in include/Makefile.am.
427        Reflect changes to bsp.am.
428        * include/Makefile.am: Remove.
429        * configure.ac: Reflect changes above.
430
[a1546de]4312003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * bsp_specs: Remove *lib:.
434
[f4fe0092]4352003-09-04      Joel Sherrill <joel@OARcorp.com>
436
437        * clock/ckinit.c, console/console.c, consolex/cTest.c,
438        consolex/consolex.c, consolex/consolex.h, include/bsp.h,
439        include/coverhd.h, include/tod.h, startup/bspclean.c,
440        startup/bspstart.c, startup/linkcmds, timer/timer.c,
441        timer/timerisr.S, tod/tod.c: URL for license changed.
442
[fe8bc62f]4432003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * Makefile.am: Reflect having moved aclocal/.
446
[d6b4d93]4472003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
[c483a4e]449        * Makefile.am: Reflect having moved automake/.
450        * clock/Makefile.am: Reflect having moved automake/.
451        * console/Makefile.am: Reflect having moved automake/.
452        * consolex/Makefile.am: Reflect having moved automake/.
453        * include/Makefile.am: Reflect having moved automake/.
454        * network/Makefile.am: Reflect having moved automake/.
455        * start/Makefile.am: Reflect having moved automake/.
456        * startup/Makefile.am: Reflect having moved automake/.
457        * timer/Makefile.am: Reflect having moved automake/.
458        * tod/Makefile.am: Reflect having moved automake/.
459        * wrapup/Makefile.am: Reflect having moved automake/.
[d6b4d93]460
[317458ce]4612003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
462
[75fcb394]463        PR 452/bsps
[317458ce]464        * startup/Makefile.am: Remove USE_INIT_FINI.
465
[7dcc3fe]4662003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
469
[d266acd2]4702003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
471
[75fcb394]472        PR 445/bsps
[d266acd2]473        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
474        Remove cpp, old_cpp (now unused).
475
[7a97f26]4762003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
477
478        * configure.ac: Remove AC_CONFIG_AUX_DIR.
479
[ccd81b60]4802003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
483
[9b5c258]4842003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        * configure.ac: AC_PREREQ(2.57).
487
[1d36d2af]4882003-01-20      Joel Sherrill <joel@OARcorp.com>
489
490        * startup/linkcmds*: Add FreeBSD sysctl() sections.
491
[f739fa0]4922002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
493
494        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
495        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
496        * consolex/Makefile.am: Don't include @RTEMS_BSP@.cfg.
497        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
498        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
499        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
500        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
501        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
502
[59a01a6e]5032002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
504
505        * start/Makefile.am: Use install-data-local to install startfile.
506
[b5a2912f]5072002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
508
509        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
510
[3f4382fe]5112002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
512
513        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
514        changes.
515
[cf77de9]5162002-11-01      Joel Sherrill <joel@OARcorp.com>
517
518        * startup/page_table.c: Removed warnings.
519
520
[8730f45]5212002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
522
523        * .cvsignore: Reformat.
524        Add autom4te*cache.
525        Remove autom4te.cache.
526
[0308c805]5272002-08-21      Joel Sherrill <joel@OARcorp.com>
528
529        * wrapup/Makefile.am: PR217 required that the idle task be moved to
530        libcpu so it could be more acutely aware of the CPU model.  This
531        file was modified to pick up the idle task from there.
532
[a2ae30c2]5332002-08-21      Joel Sherrill <joel@OARcorp.com>
534
535        * bsp_specs: Added support for -nostdlibs.
536
[2568abf3]5372002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
538
539        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
540        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
541        * consolex/Makefile.am: Use .$(OBJEXT) instead of .o.
542        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
543        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
544        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
545        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
546        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
547        * tools/Makefile.am: Use .$(OBJEXT) instead of .o.
548        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
549
[75adbe5f]5502002-08-05      Joel Sherrill <joel@OARcorp.com>
551
552        * Per PR260 eliminate use of make-target-options.  This impacted
553        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
554        SuperCore and required that the m68k optimized memcpy be moved
555        to libcpu.
556        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
557
[496686a]5582002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
559
560        * start/Makefile.am: Eliminate PGM.
561        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
562
[f4d43dd]5632002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
564
565        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
566
[445c0a0]5672002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
568
569        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
570        Remove $(OBJS) from all-local.
571
[80defac]5722002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
573
574        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
575
[618f3f9]5762001-05-28      Joel Sherrill <joel@OARcorp.com>
577
578        * ChangeLog: Corrected spacing.
579
[69d9e64e]5802001-05-28      Joel Sherrill <joel@OARcorp.com>
581
582        * Per PR31, moved mvme16x_hw.h to shared/mvme.
583        * include/Makefile.am: Modified to reflect movement.
584        * include/mvme16x_hw.h: Moved to shared/mvme.
[618f3f9]585
[85c92574]5862001-05-09      Joel Sherrill <joel@OARcorp.com>
587
588        * startup/linkcmds: In support of gcc 3.1, added one of more
589        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
590        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
591        and direction of segments to memory regions may also have been
592        addressed.  This was a sweep across all BSPs.
593 
[962140dd]5942002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
595
596        * include/mvme16x_hw.h: Include <bsp.h> instead of targopts.h.
597
[30a4bdd3]5982002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
599
600        * configure.ac:
601        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
602        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
603        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
604        * Makefile.am: Remove AUTOMAKE_OPTIONS.
605        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
606        * consolex/Makefile.am: Remove AUTOMAKE_OPTIONS.
607        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
608        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
609        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
610        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
611        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
612        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
613        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
614
[9e1ae79]6152001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
616
617        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
618
[c1368b9]6192001-10-29      Joel Sherrill <joel@OARcorp.com>
620
621        * startup/linkcmds: Remove explicit force of output format.
622
[df25c998]6232001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
624
625        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
626        * configure.in: Remove.
627        * configure.ac: New file, generated from configure.in by autoupdate.
628
[c1767be0]6292001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
630
631        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
632
[439675d]6332001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
634
635        * configure.in: Add bspopts.h.
636        * include/.cvsignore: Add bspopts.h*, stamp-h*.
637        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
638        * consolex/Makefile.am: Ditto.
639        * include/bsp.h: Include bspopts.h.
640
[6f21328]6412001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
642
643        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
644
[feead226]6452000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
646
647        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
648
[a314d3b4]6492000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
650
651        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
652
[eba2e4f]6532000-11-01      Joel Sherrill <joel@OARcorp.com>
654
655        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
656        and libcsupport.h moved from libc to lib/include/rtems and
657        now must be referenced as <rtems/XXX.h>.   Header file order
658        was cleaned up while doing this.
659
[0134f4f]6602000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
661
662        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
663        Switch to GNU canonicalization.
664
[9f30a08b]6652000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
666
667        * startup/linkcmds: Added lines so DWARF debug information
668        would be available.  Otherwise gdb complains that the offsets
669        for the debug info are incorrect and doesn't load the files.
670
[0eca1d08]6712000-09-14      Joel Sherrill <joel@OARcorp.com>
672
673        * include/mvme16x_hw.h: Include rtems/score/targopts.h so we
674        can check which BSP this is being used with.
675
[5a09781f]6762000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
677
678        * clock/Makefile.am, console/Makefile.am, consolex/Makefile.am,
679        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
680        tod/Makefile.am, wrapup/Makefile.am, network/Makefile.am: Include
681        compile.am
682
[614d73e]6832000-08-25  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
684
685        * include/mvme16x_hw.h: Added NVRAM_CONFIGURE macro in
686        a manner that should work for 162, 162lx, and 167.
687
[e94ad1fe]6882000-08-10      Joel Sherrill <joel@OARcorp.com>
689
690        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.