source: rtems/c/src/lib/libbsp/i386/i386ex/ChangeLog @ 25c62b0

4.104.114.95
Last change on this file since 25c62b0 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.8 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-16      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * timer/timer.c: Add missing prototypes.
14
152008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
16
17        * console/console.c: Eliminate copies of switches to convert termios
18        Bxxx constants to xxx as an integer. Use the shared
19        termios_baud_to_number() routine to do the same conversion.
20
212008-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
22
23        * network/network.c: Eliminate patterns that look like CVS conflict
24        markers.
25
262008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
27
28        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
29        Framework to ask the BSP where it has memory for the RTEMS Workspace
30        and C Program Heap. These collectively are referred to as work area.
31        If the BSP supports this, then it does not have to include code to
32        split the available memory between the two areas. This reduces the
33        amount of code in the BSP specific bspstart.c file. Additionally, the
34        shared framework can initialize the C Library, call
35        rtems_debug_enable(), and dirty the work area memory. Until most/all
36        BSPs support this new capability, if the BSP supports this, it should
37        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
38        When the transition is complete, this autoconf macro can be removed.
39
402008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
41
42        * Makefile.am: Rework to avoid .rel files.
43
442008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
45
46        * startup/bspstart.c: Refactored and renamed initialization routines to
47        rtems_initialize_data_structures, rtems_initialize_before_drivers,
48        rtems_initialize_device_drivers, and
49        rtems_initialize_start_multitasking. This opened the sequence up so
50        that bootcard() could provide a more robust and flexible framework
51        which is easier to explain and understand. This also lays the
52        groundwork for sharing the division of available memory between the
53        RTEMS workspace and heap and the C library initialization across all
54        BSPs.
55
562008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
57
58        * startup/linkcmds: Add wildcard to gcc_except_table section so
59        programs compiled with gcc 4.3.x can link.
60
612007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
62
63        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
64        of the Configuration Table. Use the RTEMS provided accessor macros to
65        obtain configuration fields.
66
672007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
68
69        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
70        from CPU Table to Configuration Table. Eliminate CPU Table from all
71        ports. Delete references to CPU Table in all forms.
72
732007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
74
75        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
76        Table fields to the Configuration Table. This included
77        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
78        do_zero_of_workspace, extra_mpci_receive_server_stack,
79        stack_allocate_hook, and stack_free_hook. As a side-effect of this
80        effort some multiprocessing code was made conditional and some style
81        clean up occurred.
82
832007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
84
85        * startup/bspstart.c: Eliminate the interrupt_table_segment and
86        interrupt_table_offset fields in the i386 CPU Table since they are
87        never read.
88
892007-05-03      Joel Sherrill <joel@OARcorp.com>
90
91        * startup/linkcmds: Handle .data.* sections
92
932007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
94
95        * bsp_specs: Remove qrtems_debug.
96
972006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
98
99        * network/network.c (uti596_ioctl): Use ioctl_command_t.
100
1012006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
102
103        * configure.ac: New BUG-REPORT address.
104
1052006-11-15      Joel Sherrill <joel@OARcorp.com>
106
107        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
108        file and simplified initialization.
109
1102006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
111
112        * Makefile.am: Remove superfluous -DASM.
113
1142006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
115
116        * configure.ac: Require autoconf-2.60. Require automake-1.10.
117
1182006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
119
120        * configure.ac: Remove explicit ampolish3 support (now in
121        RTEMS_BSP_CONFIGURE).
122
1232006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
124
125        * configure.ac: Add ampolish3 support.
126        * Makefile.am: Add preinstall.am.
127
1282005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
129
130        * Makefile.am: Add pci.rel.
131
1322005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
133
134        * Makefile.am: Install/preinstall headers from ../../i386/shared.
135
1362005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
137
138        * network/network.c: Remove #define KERNEL.
139        Include <errno.h>.
140        * Makefile.am: Add -D_KERNEL to network_CPPFLAGS.
141
1422005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
143
144        * include/bsp.h: New header guard.
145
1462005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
147
148        * clock/ckinit.c, console/console.c, include/bsp.h, startup/bspstart.c:
149        Moved irq.h to bsp subdirectory.
150
1512005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
152
153        * clock/ckinit.c, console/console.c: Added support for
154        addition of parameter to ISRs.
155        * network/network.c: Modified parameter list to remove
156        warnings.
157
1582005-04-15      Joel Sherrill <joel@OARcorp.com>
159
160        * network/network.c: Fix warnings.
161
1622005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
163
164        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
165
1662005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
167
168        * Makefile.am: Remove build-variant support.
169
1702004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
171
172        * configure.ac: Require automake > 1.9.
173
1742004-07-28      Joel Sherrill <joel@OARcorp.com>
175
176        * startup/linkcmds: Add gnu.linkonce.d and gcc_except_table sections.
177
1782004-07-25      Joel Sherrill <joel@OARcorp.com>
179
180        * Makefile.am: Add -D__INSIDE_RTEMS_BSD_TCPIP_STACK__ for network.
181
1822004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
183
184        PR 610/bsps
185        * Makefile.am: Add include/tm27.h, Cosmetics.
186        * include/tm27.h: Final cosmetics.
187
1882004-04-22      Ralf Corsepius <ralf.corsepius@rtems.org>
189
190        * include/bsp.h: Split out tmtest27 support.
191        * include/tm27.h: New.
192
1932004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
194
195        PR 613/bsps
196        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
197
1982004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
199
200        PR 614/bsps
201        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
202
2032004-04-02      Ralf Corsepius <ralf.corsepius@rtems.org>
204
205        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
206        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
207
2082004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
209
210        * network/network.c: Include <rtems/asm.h> instead of <asm.h>.
211        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
212        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
213        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
214
2152004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
216
217        * clock/ckinit.c, include/bsp.h, startup/bspstart.c, timer/timer.c:
218        Convert to using c99 fixed size types.
219
2202004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * Makefile.am: Reflect changes to bsp.am.
223        Preinstall dist_project_lib*.
224
2252004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * Makefile.am: Reflect changes to bsp.am.
228
2292004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
232
2332004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * Makefile.am: Pickup files from ../../i386/shared instead of
236        ../shared. Reformat.
237
2382004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
241        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
242        wrapup/Makefile.am. Use automake compilation rules.
243        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
244        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
245        * configure.ac: Reflect changes above.
246
2472004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
250        Add RTEMS_PROG_CCAS.
251
2522004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * Makefile.am: Add PREINSTALL_DIRS.
255        * wrapup/Makefile.am: Reflect changes to libcpu.
256
2572004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
260        Add PRE/TMPINSTALL_FILES to CLEANFILES.
261        * startup/Makefile.am: Ditto.
262
2632004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * start/Makefile.am: Remove.
266        * Makefile.am: Merge-in start/Makefile.am.
267        * configure.ac: Reflect changes above.
268
2692004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * wrapup/Makefile.am: Eliminate $(LIB).
272        Use noinst_DATA to trigger building libbsp.a.
273
2742003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
277        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
278
2792003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
282        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
283
2842003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
287
2882003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * wrapup/Makefile.am: Cosmetics.
291
2922003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * start/Makefile.am: Misc cleanups and fixes.
295        * startup/Makefile.am: Misc cleanups and fixes.
296        * wrapup/Makefile.am: Misc cleanups and fixes.
297
2982003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * Makefile.am: Add preinstallation dirstamp support.
301        * clock/Makefile.am: Cosmetics.
302        * console/Makefile.am: Cosmetics.
303        * network/Makefile.am: Cosmetics.
304        * startup/Makefile.am: Cosmetics.
305        * timer/Makefile.am: Cosmetics.
306        * wrapup/Makefile.am: Cosmetics
307
3082003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * clock/Makefile.am: Remove all-local: $(ARCH).
311        * console/Makefile.am: Remove all-local: $(ARCH).
312        * network/Makefile.am: Remove all-local: $(ARCH).
313        * start/Makefile.am: Remove all-local: $(ARCH).
314        * startup/Makefile.am: Remove all-local: $(ARCH).
315        * timer/Makefile.am: Remove all-local: $(ARCH).
316        * wrapup/Makefile.am: Remove all-local: $(ARCH).
317
3182003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * Makefile.am: Merge-in include/Makefile.am.
321        Reflect changes to bsp.am.
322        * include/Makefile.am: Remove.
323        * configure.ac: Reflect changes above.
324
3252003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * bsp_specs: Remove *lib:.
328
3292003-09-04      Joel Sherrill <joel@OARcorp.com>
330
331        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
332        start/80386ex.h, start/80386ex.inc, start/macros.inc, start/start.S,
333        startup/bspstart.c, startup/linkcmds, startup/setvec.c,
334        timer/timer.c, timer/timerisr.S: URL for license changed.
335
3362003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * Makefile.am: Reflect having moved aclocal/.
339
3402003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * Makefile.am: Reflect having moved automake/.
343        * clock/Makefile.am: Reflect having moved automake/.
344        * console/Makefile.am: Reflect having moved automake/.
345        * include/Makefile.am: Reflect having moved automake/.
346        * network/Makefile.am: Reflect having moved automake/.
347        * start/Makefile.am: Reflect having moved automake/.
348        * startup/Makefile.am: Reflect having moved automake/.
349        * timer/Makefile.am: Reflect having moved automake/.
350        * wrapup/Makefile.am: Reflect having moved automake/.
351
3522003-08-13      Joel Sherrill <joel@OARcorp.com>
353
354        PR 451/bsps
355        * startup/Makefile.am: Include shared i386 TTY driver in these BSPs.
356
3572003-08-11      Joel Sherrill <joel@OARcorp.com>
358
359        PR 450/make_build
360        * startup/linkcmds: Added .eh_frame
361
3622003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
365
3662003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        PR 445/bsps
369        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
370        Remove cpp, old_cpp (now unused).
371
3722003-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * startup/Makefile.am: Remove -DBSP_IS_I386EX=1 (unused).
375
3762003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * configure.ac: Remove AC_CONFIG_AUX_DIR.
379
3802003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
383
3842003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * configure.ac: AC_PREREQ(2.57).
387
3882003-01-20      Joel Sherrill <joel@OARcorp.com>
389
390        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
391
3922002-12-19      Joel Sherrill <joel@OARcorp.com>
393
394        * console/console.c: Removed __assert() which conflicts with newlib.
395
3962002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
399        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
400        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
401        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
402        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
403        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
404
4052002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * start/Makefile.am: Use install-data-local to install startfile.
408
4092002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
412
4132002-11-04      Joel Sherrill <joel@OARcorp.com>
414
415        * network/network.c: Removed warnings.
416
4172002-11-04      Joel Sherrill <joel@OARcorp.com>
418
419        * console/console.c, network/network.c: Removed warnings.
420
4212002-11-01      Joel Sherrill <joel@OARcorp.com>
422
423        * startup/bspstart.c: Removed warnings.
424
4252002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * .cvsignore: Reformat.
428        Add autom4te*cache.
429        Remove autom4te.cache.
430
4312002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
434
4352002-08-21      Joel Sherrill <joel@OARcorp.com>
436
437        * bsp_specs: Added support for -nostdlibs.
438
4392002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
442        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
443        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
444        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
445        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
446        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
447        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
448
4492002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * startup/bspstart.c: Per PR252 removed hack that tripled size of
452        RTEMS Workspace when POSIX is configured.  This was probably done to
453        account for confdefs.h missing some application requirements.
454
4552002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * start/Makefile.am: Eliminate PGM.
458        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
459
4602002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
463
4642002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
465
466        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
467        Remove $(OBJS) from all-local.
468
4692002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
470
471        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
472
4732001-05-09      Joel Sherrill <joel@OARcorp.com>
474
475        * startup/linkcmds: In support of gcc 3.1, added one of more
476        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
477        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
478        and direction of segments to memory regions may also have been
479        addressed.  This was a sweep across all BSPs.
480 
4812002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
482
483        * include/bsp.h: include <libcpu/cpu.h>.
484
4852002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
486
487        * configure.ac:
488        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
489        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
490        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
491        * Makefile.am: Remove AUTOMAKE_OPTIONS.
492        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
493        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
494        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
495        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
496        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
497        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
498        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
499
5002002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * configure.ac: Remove stray ';', PR 139.
503
5042002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
505
506        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
507
5082001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
511        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
512
5132001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
516
5172001-10-25      Joel Sherrill <joel@OARcorp.com>
518
519        * startup/linkcmds: Added _init and _fini.
520
5212001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
522
523        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
524        * configure.in: Remove.
525        * configure.ac: New file, generated from configure.in by autoupdate.
526
5272001-09-27      Joel Sherrill <joel@OARcorp.com>
528
529        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
530
5312001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
532
533        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
534
5352001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
536
537        * configure.in: Add bspopts.h.
538        * include/bsp.h: Include bspopts.h.
539        * include/.cvsignore: Add bspopts.h*, stamp-h*.
540        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
541        * start/Makefile.am: Dito.
542        * network/Makefile.am: Dito.
543
5442001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
545
546        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
547
5482000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
549
550        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
551
5522000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
553
554        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
555
5562000-11-01      Joel Sherrill <joel@OARcorp.com>
557
558        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
559        and libcsupport.h moved from libc to lib/include/rtems and
560        now must be referenced as <rtems/XXX.h>.   Header file order
561        was cleaned up while doing this.
562
5632000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
564
565        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
566        Switch to GNU canonicalization.
567
5682000-10-20      Joel Sherrill <joel@OARcorp.com>
569
570        * console/console.c: Invoke BSP_uart_init() with enough arguments
571        now that more communication parameters are settable.
572
5732000-10-17      Joel Sherrill <joel@OARcorp.com>
574
575        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
576        to libbsp/i386/shared/irq.
577
5782000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
579
580        * startup/linkcmds: Added lines so DWARF debug information
581        would be available.  Otherwise gdb complains that the offsets
582        for the debug info are incorrect and doesn't load the files.
583
5842000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
585
586        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
587
5882000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
589
590        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
591        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
592        wrapup/Makefile.am: Include compile.am
593
5942000-08-10      Joel Sherrill <joel@OARcorp.com>
595
596        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.