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

4.104.115
Last change on this file since 2a0726aa was 2a0726aa, checked in by Joel Sherrill <joel.sherrill@…>, on 09/16/08 at 19:03:17

2008-09-16 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac, start/start.S: Add use of bsp_get_work_area() in its own file and rely on BSP Framework to perform more initialization. Remove unnecessary includes of rtems/libio.h and rtems/libcsupport.h.
  • startup/bspstart.c: Removed.
  • Property mode set to 100644
File size: 18.7 KB
Line 
12008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * Makefile.am, configure.ac, start/start.S: Add use of
4        bsp_get_work_area() in its own file and rely on BSP Framework to
5        perform more initialization. Remove unnecessary includes of
6        rtems/libio.h and rtems/libcsupport.h.
7        * startup/bspstart.c: Removed.
8
92008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
10
11        * Makefile.am, include/bsp.h: Review of all bsp_cleanup()
12        implementations. In this phase, all prototypes were removed from
13        bsp.h and empty implementations were removed and made to use the
14        shared stub.
15        * startup/bspclean.c: Removed.
16
172008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
18
19        * spi/mc68360_spidrv.c: Convert to "bool".
20
212008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * spi/m360_spi.c, timer/timer.c: Convert to "bool".
24
252008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
26
27        * timer/timer.c: Eliminate empty function from every benchmark timer
28        driver. Fix spelling.
29
302008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
31
32        * timer/timer.c: Rename timer driver methods to follow RTEMS
33        programming conventions.
34
352008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
36
37        * clock/clock.c: Move extern outside of braces.
38
392008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
40
41        * Makefile.am, spi/m360_spidrv.c, spi/m360_spidrv.h:
42        added SPI driver
43
442008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
45
46        * README:
47        added pgh360 BSP variant
48
492008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
50
51        * console/console.c: Eliminate copies of switches to convert termios
52        Bxxx constants to xxx as an integer. Use the shared
53        termios_baud_to_number() routine to do the same conversion.
54
552008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
56
57        * Makefile.am: Rework to avoid .rel files.
58
592008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
60
61        * startup/bspstart.c: Refactored and renamed initialization routines to
62        rtems_initialize_data_structures, rtems_initialize_before_drivers,
63        rtems_initialize_device_drivers, and
64        rtems_initialize_start_multitasking. This opened the sequence up so
65        that bootcard() could provide a more robust and flexible framework
66        which is easier to explain and understand. This also lays the
67        groundwork for sharing the division of available memory between the
68        RTEMS workspace and heap and the C library initialization across all
69        BSPs.
70
712008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
72
73        * Makefile.am: Remove all references to console_reserve_resources and
74        termios_reserve_resources.
75        * console/consolereserveresources.c: Removed.
76
772008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
78
79        * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add
80        wildcard to gcc_except_table section so programs compiled with gcc
81        4.3.x can link.
82
832007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
84
85        * clock/clock.c, include/bsp.h, startup/bspstart.c: Eliminate copies of
86        the Configuration Table. Use the RTEMS provided accessor macros to
87        obtain configuration fields.
88
892007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
90
91        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
92        from CPU Table to Configuration Table. Eliminate CPU Table from all
93        ports. Delete references to CPU Table in all forms.
94
952007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
96
97        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
98        Table fields to the Configuration Table. This included
99        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
100        do_zero_of_workspace, extra_mpci_receive_server_stack,
101        stack_allocate_hook, and stack_free_hook. As a side-effect of this
102        effort some multiprocessing code was made conditional and some style
103        clean up occurred.
104
1052007-05-03      Joel Sherrill <joel@OARcorp.com>
106
107        * startup/linkcmds: Handle .data.* sections
108
1092007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
110
111        * bsp_specs: Remove qrtems_debug.
112
1132007-04-02      Joel Sherrill <joel@OARcorp.com>
114
115        * Makefile.am: Add dummy printk support so all tests link.
116
1172007-03-11      Joel Sherrill <joel@OARcorp.com>
118
119        * startup/bspstart.c: Remove assignments of
120        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
121        value in boot_card.c
122
1232006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
124
125        * network/network.c: Use ioctl_command_t as arg in ioctl-functions.
126
1272006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
128
129        * configure.ac: New BUG-REPORT address.
130
1312006-11-15      Joel Sherrill <joel@OARcorp.com>
132
133        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
134        file and simplified initialization.
135
1362006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
137
138        * Makefile.am: Remove superfluous -DASM.
139
1402006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
141
142        * configure.ac: Require autoconf-2.60. Require automake-1.10.
143
1442006-02-08      Joel Sherrill <joel@OARcorp.com>
145
146        * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add
147        sections required by newer gcc versions.
148
1492006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
150
151        * Makefile.am: Add preinstall.am.
152
1532005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
154
155        * include/bsp.h: New header guard.
156
1572005-04-26      Joel Sherrill <joel@OARcorp.com>
158
159        * startup/alloc360.c: Eliminate warnings.
160
1612005-03-11      Joel Sherrill <joel@OARcorp.com>
162
163        * startup/init68360.c: Add _RomBase declaration.
164
1652005-02-11      Joel Sherrill <joel@OARcorp.com>
166
167        * include/bsp.h, startup/init68360.c: Correct type of symbols from
168        linkcmds to compile with gcc 4.x.
169
1702005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
171
172        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
173
1742005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
175
176        * Makefile.am: Remove build-variant support.
177
1782004-11-25      Joel Sherrill <joel@OARcorp.com>
179
180        * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add
181        new bss sections .bss.* and .gnu.linkonce.b*.
182
1832004-10-28      Joel Sherrill <joel@OARcorp.com>
184
185        * startup/linkcmds: Add .gnu.linkonce.b.*.
186
1872004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
188
189        * configure.ac: Require automake > 1.9.
190
1912004-05-21      Joel Sherrill <joel@OARcorp.com>
192
193        * network/network.c: Include errno.h as a consequence of recent updates
194        to BSD header files.
195
1962004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
197
198        PR 610/bsps
199        * Makefile.am: Add include/tm27.h, Cosmetics.
200        * include/tm27.h: Final cosmetics.
201
2022004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
203
204        * include/bsp.h: Split out tmtest27 support.
205        * include/tm27.h: New.
206
2072004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
208
209        PR 613/bsps
210        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
211
2122004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
213
214        PR 614/bsps
215        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
216
2172004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
218
219        * c/src/lib/libbsp/m68k/gen68360/clock/clock.c,
220        c/src/lib/libbsp/m68k/gen68360/console/console.c,
221        c/src/lib/libbsp/m68k/gen68360/console/consolereserveresources.c,
222        c/src/lib/libbsp/m68k/gen68360/network/network.c,
223        c/src/lib/libbsp/m68k/gen68360/startup/alloc360.c,
224        c/src/lib/libbsp/m68k/gen68360/startup/init68360.c,
225        c/src/lib/libbsp/m68k/gen68360/timer/timer.c: Include
226        <rtems/m68k/m68360.h> instead of <m68360.h>.
227
2282004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
229
230        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
231
2322004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
233
234        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
235        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
236        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
237
2382004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
239
240        * include/bsp.h, network/network.c, startup/bspstart.c,
241        startup/init68360.c, timer/timer.c: Convert to using c99 fixed size
242        types.
243
2442004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * Makefile.am: Reflect changes to bsp.am.
247        Preinstall dist_project_lib*.
248
2492004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * Makefile.am: Reflect changes to bsp.am.
252
2532004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
256
2572004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * Makefile.am: Pickup files from ../../m68k/shared instead of
260        ../shared. Reformat.
261
2622004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
265
2662004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        PR 562/bsps
269        * Makefile.am: Remove references to m68k-gdbstub.c,
270        rtems-gdbstub-glue.c.
271
272        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
273        network/Makefile.am, startup/Makefile.am, timer/Makefile.am.
274        Use automake-compilation rules.
275        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
276        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
277        Remove.
278        * configure.ac: Reflect changes above.
279
2802004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * Makefile.am: Add PREINSTALL_DIRS.
283        * wrapup/Makefile.am: Reflect changes to libcpu.
284
2852004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
288        * configure.ac: Add AM_CONDITIONAL(HAS_FPSP).
289        * wrapup/Makefile.am: Reflect changes to libcpu.
290
2912004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
294        Add PRE/TMPINSTALL_FILES to CLEANFILES.
295        * startup/Makefile.am: Ditto.
296
2972004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * start/Makefile.am: Remove.
300        * Makefile.am: Merge-in start/Makefile.am.
301        * configure.ac: Reflect changes above.
302
3032004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * wrapup/Makefile.am: Eliminate $(LIB).
306        Use noinst_DATA to trigger building libbsp.a.
307
3082003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
311        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
312
3132003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
316        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
317
3182003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
321
3222003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * start/Makefile.am: Misc cleanups and fixes.
325        * startup/Makefile.am: Misc cleanups and fixes.
326        * wrapup/Makefile.am: Misc cleanups and fixes.
327
3282003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * Makefile.am: Add preinstallation dirstamp support.
331        * clock/Makefile.am: Cosmetics.
332        * console/Makefile.am: Cosmetics.
333        * network/Makefile.am: Cosmetics.
334        * startup/Makefile.am: Cosmetics.
335        * timer/Makefile.am: Cosmetics.
336        * wrapup/Makefile.am: Cosmetics.
337
3382003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * clock/Makefile.am: Remove all-local: $(ARCH).
341        * console/Makefile.am: Remove all-local: $(ARCH).
342        * network/Makefile.am: Remove all-local: $(ARCH).
343        * start/Makefile.am: Remove all-local: $(ARCH).
344        * startup/Makefile.am: Remove all-local: $(ARCH).
345        * timer/Makefile.am: Remove all-local: $(ARCH).
346        * wrapup/Makefile.am: Remove all-local: $(ARCH).
347
3482003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * Makefile.am: Merge-in include/Makefile.am.
351        Reflect changes to bsp.am.
352        * include/Makefile.am: Remove.
353        * configure.ac: Reflect changes above.
354
3552003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * bsp_specs: Remove *lib:.
358
3592003-09-04      Joel Sherrill <joel@OARcorp.com>
360
361        * console/console.c, console/consolereserveresources.c, include/bsp.h,
362        start/start.S, startup/bspclean.c, startup/bspstart.c, timer/timer.c:
363        URL for license changed.
364
3652003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * Makefile.am: Reflect having moved aclocal/.
368
3692003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * Makefile.am: Reflect having moved automake/.
372        * clock/Makefile.am: Reflect having moved automake/.
373        * console/Makefile.am: Reflect having moved automake/.
374        * include/Makefile.am: Reflect having moved automake/.
375        * network/Makefile.am: Reflect having moved automake/.
376        * start/Makefile.am: Reflect having moved automake/.
377        * startup/Makefile.am: Reflect having moved automake/.
378        * timer/Makefile.am: Reflect having moved automake/.
379        * wrapup/Makefile.am: Reflect having moved automake/.
380
3812003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        PR 452/bsps
384        * startup/Makefile.am: Remove USE_INIT_FINI.
385
3862003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
389
3902003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        PR 445/bsps
393        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
394        Remove cpp, old_cpp (now unused).
395
3962003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * configure.ac: Remove AC_CONFIG_AUX_DIR.
399
4002003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
403
4042003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * configure.ac: AC_PREREQ(2.57).
407
4082003-01-20      Joel Sherrill <joel@OARcorp.com>
409
410        * startup/linkcmds*: Add FreeBSD sysctl() sections.
411
4122002-12-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
415        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
416        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
417        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
418        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
419        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
420
4212002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * start/Makefile.am: Use install-data-local to install startfile.
424
4252002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
428
4292002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * .cvsignore: Reformat.
432        Add autom4te*cache.
433        Remove autom4te.cache.
434
4352002-08-21      Joel Sherrill <joel@OARcorp.com>
436
437        * wrapup/Makefile.am: PR217 required that the idle task be moved to
438        libcpu so it could be more acutely aware of the CPU model.  This
439        file was modified to pick up the idle task from there.
440
4412002-08-21      Joel Sherrill <joel@OARcorp.com>
442
443        * bsp_specs: Added support for -nostdlibs.
444
4452002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
448        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
449        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
450        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
451        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
452        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
453        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
454
4552002-08-05      Joel Sherrill <joel@OARcorp.com>
456
457        * Per PR260 eliminate use of make-target-options.  This impacted
458        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
459        SuperCore and required that the m68k optimized memcpy be moved
460        to libcpu.
461        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
462
4632002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
464
465        * start/Makefile.am: Eliminate PGM.
466        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
467
4682002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
470        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds.prom
471        linkcmds.bootp.
472
4732002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
476        Remove $(OBJS) from all-local.
477
4782002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
479
480        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
481
4822002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
483
484        * startup/Makefile.am: Compile the m68k gdb stub and glue.
485
4862002-05-14      Eric Norum <eric.norum@usask.ca>
487
488        * startup/linkcmds.bootp, startup/linkcmds.prom: Per PR192 add
489        sections needed by gcc 3.1.  linkcmds had already been fixed on
490        a gcc 3.1 clean up sweep.
491
4922001-05-09      Joel Sherrill <joel@OARcorp.com>
493
494        * startup/linkcmds: In support of gcc 3.1, added one of more
495        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
496        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
497        and direction of segments to memory regions may also have been
498        addressed.  This was a sweep across all BSPs.
499 
5002002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * configure.ac:
503        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
504        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
505        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
506        * Makefile.am: Remove AUTOMAKE_OPTIONS.
507        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
508        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
509        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
510        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
511        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
512        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
513        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
514
5152001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
517        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
518
5192001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
520
521        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
522        * configure.in: Remove.
523        * configure.ac: New file, generated from configure.in by autoupdate.
524
5252001-09-27      Joel Sherrill <joel@OARcorp.com>
526
527        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
528
5292001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
530
531        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
532
5332001-09-14      Eric Norum <eric.norum@usask.ca>
534
535        * startup/init68360.c: Modifications to make gcc 3.x happy.
536
5372001-09-19      Eric Norum <eric.norum@usask.ca>
538
539        * README: Bring it more in line with reality.
540
5412001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
542
543        * configure.in: Add bspopts.h.
544        * include/.cvsignore: Add bspopts.h*, stamp-h*.
545        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
546        * include/bsp.h: Include bspopts.h.
547
5482001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
549
550        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
551
5522001-01-12      Eric Norum <eric.norum@usask.ca>
553
554        * README, clock/Makefile.am, clock/ckinit.c, clock/clock.c:
555        Clock driver updated to use shell driver mechanism.
556        * clock/ckinit.c: Removed.
557        * clock/clock.c: New file.
558
5592000-12-19      Joel Sherrill <joel@OARcorp.com>
560
561        * Makefile.am: Removed unneeded blank line.
562
5632000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
564
565        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
566
5672000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
568
569        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
570
5712000-11-01      Joel Sherrill <joel@OARcorp.com>
572
573        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
574        and libcsupport.h moved from libc to lib/include/rtems and
575        now must be referenced as <rtems/XXX.h>.   Header file order
576        was cleaned up while doing this.
577
5782000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
579
580        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
581        Switch to GNU canonicalization.
582
5832000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
584
585        * startup/linkcmds: Added lines so DWARF debug information
586        would be available.  Otherwise gdb complains that the offsets
587        for the debug info are incorrect and doesn't load the files.
588
5892000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
590
591        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
592        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
593        wrapup/Makefile.am: Include compile.am
594
5952000-08-10      Joel Sherrill <joel@OARcorp.com>
596
597        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.