source: rtems/c/src/lib/libbsp/i386/ts_386ex/ChangeLog @ 57bc54dc

4.104.114.95
Last change on this file since 57bc54dc was 25c62b0, checked in by Joel Sherrill <joel.sherrill@…>, on 08/31/08 at 18:18:17

2008-08-31 Joel Sherrill <joel.sherrill@…>

  • timer/timer.c: Eliminate empty function from every benchmark timer driver. Fix spelling.
  • Property mode set to 100644
File size: 18.3 KB
Line 
12008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * timer/timer.c: Eliminate empty function from every benchmark timer
4        driver. Fix spelling.
5
62008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * timer/timer.c: Rename timer driver methods to follow RTEMS
9        programming conventions.
10
112008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * clock/ckinit.c, startup/bspstart.c, timer/timer.c:
14        Add missing prototypes.
15
162008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
17
18        * console/console.c: Eliminate copies of switches to convert termios
19        Bxxx constants to xxx as an integer. Use the shared
20        termios_baud_to_number() routine to do the same conversion.
21
222008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
23
24        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
25        Framework to ask the BSP where it has memory for the RTEMS Workspace
26        and C Program Heap. These collectively are referred to as work area.
27        If the BSP supports this, then it does not have to include code to
28        split the available memory between the two areas. This reduces the
29        amount of code in the BSP specific bspstart.c file. Additionally, the
30        shared framework can initialize the C Library, call
31        rtems_debug_enable(), and dirty the work area memory. Until most/all
32        BSPs support this new capability, if the BSP supports this, it should
33        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
34        When the transition is complete, this autoconf macro can be removed.
35
362008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
37
38        * Makefile.am: Rework to avoid .rel files.
39
402008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
41
42        * startup/bspstart.c: Refactored and renamed initialization routines to
43        rtems_initialize_data_structures, rtems_initialize_before_drivers,
44        rtems_initialize_device_drivers, and
45        rtems_initialize_start_multitasking. This opened the sequence up so
46        that bootcard() could provide a more robust and flexible framework
47        which is easier to explain and understand. This also lays the
48        groundwork for sharing the division of available memory between the
49        RTEMS workspace and heap and the C library initialization across all
50        BSPs.
51
522008-05-07      Joel Sherrill <joel.sherrill@OARcorp.com>
53
54        PR 649/bsps
55        * clock/ckinit.c, console/console.c: Add missing structure element.
56
572008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
58
59        * startup/linkcmds: Add wildcard to gcc_except_table section so
60        programs compiled with gcc 4.3.x can link.
61
622007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
63
64        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
65        of the Configuration Table. Use the RTEMS provided accessor macros to
66        obtain configuration fields.
67
682007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
69
70        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
71        from CPU Table to Configuration Table. Eliminate CPU Table from all
72        ports. Delete references to CPU Table in all forms.
73
742007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
75
76        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
77        Table fields to the Configuration Table. This included
78        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
79        do_zero_of_workspace, extra_mpci_receive_server_stack,
80        stack_allocate_hook, and stack_free_hook. As a side-effect of this
81        effort some multiprocessing code was made conditional and some style
82        clean up occurred.
83
842007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
85
86        * startup/bspstart.c: Eliminate the interrupt_table_segment and
87        interrupt_table_offset fields in the i386 CPU Table since they are
88        never read.
89
902007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
91
92        * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
93        since it was used to configure a no longer used feature. Device names
94        are now part of the filesystem not in a table.
95
962007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
97
98        * bsp_specs: Remove qrtems_debug.
99
1002006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
101
102        * network/ne2000.c: Use ioctl_command_t as arg in ioctl-functions.
103
1042006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
105
106        * configure.ac: New BUG-REPORT address.
107
1082006-11-15      Joel Sherrill <joel@OARcorp.com>
109
110        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
111        file and simplified initialization.
112
1132006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
114
115        * Makefile.am: Remove superfluous -DASM.
116
1172006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
118
119        * configure.ac: Require autoconf-2.60. Require automake-1.10.
120
1212006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
122
123        * configure.ac: Remove explicit ampolish3 support (now in
124        RTEMS_BSP_CONFIGURE).
125
1262006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
127
128        * configure.ac: Add ampolish3 support.
129        * Makefile.am: Add preinstall.am.
130
1312005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
132
133        * Makefile.am: Add pci.rel.
134
1352005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
136
137        * Makefile.am: Install/preinstall headers from ../../i386/shared.
138
1392005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
140
141        * network/ne2000.c: Include <errno.h> instead of <sys/errno.h>.
142
1432005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
144
145        * include/bsp.h: New header guard.
146
1472005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
148
149        * clock/ckinit.c, console/console.c, include/bsp.h, network/ne2000.c:
150        Moved irq.h to bsp subdirectory.
151
1522005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
153
154        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
155
1562005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
157
158        * Makefile.am: Remove build-variant support.
159
1602004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
161
162        * configure.ac: Require automake > 1.9.
163
1642004-07-25      Joel Sherrill <joel@OARcorp.com>
165
166        * Makefile.am: Add -D__INSIDE_RTEMS_BSD_TCPIP_STACK__ for network.
167        * network/ne2000.c: Add include of <sys/errno.h>.
168
1692004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
170
171        PR 610/bsps
172        * Makefile.am: Add include/tm27.h, Cosmetics.
173        * include/tm27.h: Final cosmetics.
174
1752004-04-22      Ralf Corsepius <ralf.corsepius@rtems.org>
176
177        * include/bsp.h: Split out tmtest27 support.
178        * include/tm27.h: New.
179
1802004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
181
182        PR 613/bsps
183        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
184
1852004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
186
187        PR 614/bsps
188        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
189
1902004-04-02      Ralf Corsepius <ralf.corsepius@rtems.org>
191
192        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
193        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
194
1952004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
196
197        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
198        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
199        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
200
2012004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
202
203        * clock/ckinit.c, clock/rtc.c, include/bsp.h, startup/bspstart.c,
204        timer/timer.c: Convert to using c99 fixed size types.
205
2062004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * Makefile.am: Reflect changes to bsp.am.
209        Preinstall dist_project_lib*.
210
2112004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * Makefile.am: Reflect changes to bsp.am.
214
2152004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
218
2192004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * Makefile.am: Pickup files from ../../i386/shared instead of
222        ../shared. Reformat.
223
2242004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
227        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
228        wrapup/Makefile.am. Use automake compilation rules.
229        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
230        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
231        * configure.ac: Reflect changes above.
232
2332004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
236        Add RTEMS_PROG_CCAS.
237
2382004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * Makefile.am: Add PREINSTALL_DIRS.
241        * wrapup/Makefile.am: Reflect changes to libcpu.
242
2432004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
246        Add PRE/TMPINSTALL_FILES to CLEANFILES.
247        * startup/Makefile.am: Ditto.
248
2492004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * start/Makefile.am: Remove.
252        * Makefile.am: Merge-in start/Makefile.am.
253        * configure.ac: Reflect changes above.
254
2552004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * wrapup/Makefile.am: Eliminate $(LIB).
258        Use noinst_DATA to trigger building libbsp.a.
259
2602003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
263        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
264
2652003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
268        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
269
2702003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
273
2742003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * wrapup/Makefile.am: Cosmetics.
277
2782003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * start/Makefile.am: Misc cleanups and fixes.
281        * startup/Makefile.am: Misc cleanups and fixes.
282        * wrapup/Makefile.am: Misc cleanups and fixes.
283
2842003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * Makefile.am: Add preinstallation dirstamp support.
287        * clock/Makefile.am: Cosmetics.
288        * console/Makefile.am: Cosmetics.
289        * network/Makefile.am: Cosmetics.
290        * startup/Makefile.am: Cosmetics.
291        * timer/Makefile.am: Cosmetics.
292        * wrapup/Makefile.am: Cosmetics.
293
2942003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * clock/Makefile.am: Remove all-local: $(ARCH).
297        * console/Makefile.am: Remove all-local: $(ARCH).
298        * network/Makefile.am: Remove all-local: $(ARCH).
299        * start/Makefile.am: Remove all-local: $(ARCH).
300        * startup/Makefile.am: Remove all-local: $(ARCH).
301        * timer/Makefile.am: Remove all-local: $(ARCH).
302        * wrapup/Makefile.am: Remove all-local: $(ARCH).
303
3042003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * Makefile.am: Merge-in include/Makefile.am.
307        Reflect changes to bsp.am.
308        * include/Makefile.am: Remove.
309        * configure.ac: Reflect changes above.
310
3112003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * bsp_specs: Remove *lib:.
314
3152003-09-04      Joel Sherrill <joel@OARcorp.com>
316
317        * clock/ckinit.c, clock/rtc.c, console/console.c, include/bsp.h,
318        include/coverhd.h, network/ne2000.c, start/80386ex.h,
319        start/80386ex.inc, start/macros.inc, start/start.S,
320        startup/bspstart.c, startup/linkcmds, startup/setvec.c,
321        timer/timer.c, timer/timerisr.S, tools/debug_ada/init.c,
322        tools/debug_c/init.c, tools/debug_c/serial_gdb.c,
323        tools/debug_c/system.h, tools/network_ada/listener/init.c,
324        tools/network_ada/tcprelay/init.c, tools/ts_1325_ada/init.c: URL for
325        license changed.
326
3272003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * Makefile.am: Reflect having moved aclocal/.
330
3312003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * Makefile.am: Reflect having moved automake/.
334        * clock/Makefile.am: Reflect having moved automake/.
335        * console/Makefile.am: Reflect having moved automake/.
336        * include/Makefile.am: Reflect having moved automake/.
337        * network/Makefile.am: Reflect having moved automake/.
338        * start/Makefile.am: Reflect having moved automake/.
339        * startup/Makefile.am: Reflect having moved automake/.
340        * timer/Makefile.am: Reflect having moved automake/.
341        * wrapup/Makefile.am: Reflect having moved automake/.
342
3432003-08-13      Joel Sherrill <joel@OARcorp.com>
344
345        PR 451/bsps
346        * startup/Makefile.am: Include shared i386 TTY driver in these BSPs.
347
3482003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        PR 452/bsps
351        * startup/Makefile.am: Remove USE_INIT_FINI.
352
3532003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
356
3572003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        PR 445/bsps
360        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
361        Remove cpp, old_cpp (now unused).
362
3632003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * configure.ac: Remove AC_CONFIG_AUX_DIR.
366
3672003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
370
3712003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * configure.ac: AC_PREREQ(2.57).
374
3752003-01-20      Joel Sherrill <joel@OARcorp.com>
376
377        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
378
3792002-12-19      Joel Sherrill <joel@OARcorp.com>
380
381        * console/console.c: Removed __assert() which conflicts with newlib.
382
3832002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
386        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
387        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
388        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
389        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
390        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
391
3922002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * start/Makefile.am: Use install-data-local to install startfile.
395
3962002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
399
4002002-11-04      Joel Sherrill <joel@OARcorp.com>
401
402        * console/console.c, network/ne2000.c: Removed warnings.
403
4042002-11-01      Joel Sherrill <joel@OARcorp.com>
405
406        * startup/bspstart.c: Removed warnings.
407
4082002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * .cvsignore: Reformat.
411        Add autom4te*cache.
412        Remove autom4te.cache.
413
4142002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
417
4182002-08-21      Joel Sherrill <joel@OARcorp.com>
419
420        * bsp_specs: Added support for -nostdlibs.
421
4222002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
425        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
426        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
427        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
428        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
429        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
430        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
431
4322002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * start/Makefile.am: Eliminate PGM.
435        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
436
4372002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
440
4412002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
444        Remove $(OBJS) from all-local.
445
4462002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
449
4502001-05-17      Joel Sherrill <joel@OARcorp.com>
451
452        * startup/linkcmds: Per PR224, added wild card math to .rodata.
453
4542002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * include/bsp.h: include <libcpu/cpu.h>.
457        * console/console.c: Remove unused variable console_open_count.
458
4592002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * configure.ac:
462        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
463        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
464        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
465        * Makefile.am: Remove AUTOMAKE_OPTIONS.
466        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
467        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
468        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
469        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
470        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
471        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
472        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
473
4742002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
475
476        * configure.ac: Remove stray ';', PR 139.
477
4782002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
479
480        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
481
4822001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
483
484        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
485        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
486
4872001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
488
489        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
490
4912001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
492
493        * configure.ac: Add RTEMS_BSPOPTS_*(LOAD_RTC_AT_START),
494        RTEMS_BSPOPTS_*(BSP_DEBUG), RTEMS_BSPOPTS_*(UARTDEBUG),
495        remove RTEMS_OUTPUT_BUILD_SUBDIRS.
496
4972001-10-12      Joel Sherrill <joel@OARcorp.com>
498
499        * startup/linkcmds: Fixed typo.
500
5012001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
502
503        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
504        * configure.in: Remove.
505        * configure.ac: New file, generated from configure.in by autoupdate.
506
5072001-09-27      Joel Sherrill <joel@OARcorp.com>
508
509        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
510
5112001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
512
513        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
514
5152001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
517        * configure.in: Add bspopts.h.
518        * include/.cvsignore: Add bspopts.h*, stamp-h*.
519        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
520        * include/bsp.h: Include bspopts.h.
521
5222001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
523
524        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
525
5262000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
527
528        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
529
5302000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
531
532        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
533
5342000-11-01      Joel Sherrill <joel@OARcorp.com>
535
536        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
537        and libcsupport.h moved from libc to lib/include/rtems and
538        now must be referenced as <rtems/XXX.h>.   Header file order
539        was cleaned up while doing this.
540
5412000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
542
543        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
544        Switch to GNU canonicalization.
545
5462000-10-19      Joel Sherrill <joel@OARcorp.com>
547
548        * console/console.c: Invoke BSP_uart_init() with all arguments
549        now that it takes more parameters.
550
5512000-10-17      Joel Sherrill <joel@OARcorp.com>
552
553        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
554        to libbsp/i386/shared/irq.
555
5562000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
557
558        * startup/linkcmds: Added lines so DWARF debug information
559        would be available.  Otherwise gdb complains that the offsets
560        for the debug info are incorrect and doesn't load the files.
561
5622000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
563
564        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
565        * startup/Makefile.am: Cleanup comments.
566
5672000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
568
569        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
570        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
571        wrapup/Makefile.am: Include compile.am
572
5732000-08-10      Joel Sherrill <joel@OARcorp.com>
574
575        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.