source: rtems/c/src/lib/libbsp/i386/i386ex/ChangeLog @ 1e6aed25

4.104.114.95
Last change on this file since 1e6aed25 was 4fef24e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/05/08 at 06:16:39

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

  • timer/timer.c: Convert to "bool".
  • Property mode set to 100644
File size: 18.9 KB
Line 
12008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * timer/timer.c: Convert to "bool".
4
52008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * timer/timer.c: Eliminate empty function from every benchmark timer
8        driver. Fix spelling.
9
102008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * timer/timer.c: Rename timer driver methods to follow RTEMS
13        programming conventions.
14
152008-08-16      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * timer/timer.c: Add missing prototypes.
18
192008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
20
21        * console/console.c: Eliminate copies of switches to convert termios
22        Bxxx constants to xxx as an integer. Use the shared
23        termios_baud_to_number() routine to do the same conversion.
24
252008-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
26
27        * network/network.c: Eliminate patterns that look like CVS conflict
28        markers.
29
302008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
31
32        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
33        Framework to ask the BSP where it has memory for the RTEMS Workspace
34        and C Program Heap. These collectively are referred to as work area.
35        If the BSP supports this, then it does not have to include code to
36        split the available memory between the two areas. This reduces the
37        amount of code in the BSP specific bspstart.c file. Additionally, the
38        shared framework can initialize the C Library, call
39        rtems_debug_enable(), and dirty the work area memory. Until most/all
40        BSPs support this new capability, if the BSP supports this, it should
41        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
42        When the transition is complete, this autoconf macro can be removed.
43
442008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
45
46        * Makefile.am: Rework to avoid .rel files.
47
482008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
49
50        * startup/bspstart.c: Refactored and renamed initialization routines to
51        rtems_initialize_data_structures, rtems_initialize_before_drivers,
52        rtems_initialize_device_drivers, and
53        rtems_initialize_start_multitasking. This opened the sequence up so
54        that bootcard() could provide a more robust and flexible framework
55        which is easier to explain and understand. This also lays the
56        groundwork for sharing the division of available memory between the
57        RTEMS workspace and heap and the C library initialization across all
58        BSPs.
59
602008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
61
62        * startup/linkcmds: Add wildcard to gcc_except_table section so
63        programs compiled with gcc 4.3.x can link.
64
652007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
66
67        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
68        of the Configuration Table. Use the RTEMS provided accessor macros to
69        obtain configuration fields.
70
712007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
72
73        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
74        from CPU Table to Configuration Table. Eliminate CPU Table from all
75        ports. Delete references to CPU Table in all forms.
76
772007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
78
79        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
80        Table fields to the Configuration Table. This included
81        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
82        do_zero_of_workspace, extra_mpci_receive_server_stack,
83        stack_allocate_hook, and stack_free_hook. As a side-effect of this
84        effort some multiprocessing code was made conditional and some style
85        clean up occurred.
86
872007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
88
89        * startup/bspstart.c: Eliminate the interrupt_table_segment and
90        interrupt_table_offset fields in the i386 CPU Table since they are
91        never read.
92
932007-05-03      Joel Sherrill <joel@OARcorp.com>
94
95        * startup/linkcmds: Handle .data.* sections
96
972007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
98
99        * bsp_specs: Remove qrtems_debug.
100
1012006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
102
103        * network/network.c (uti596_ioctl): Use ioctl_command_t.
104
1052006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
106
107        * configure.ac: New BUG-REPORT address.
108
1092006-11-15      Joel Sherrill <joel@OARcorp.com>
110
111        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
112        file and simplified initialization.
113
1142006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
115
116        * Makefile.am: Remove superfluous -DASM.
117
1182006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
119
120        * configure.ac: Require autoconf-2.60. Require automake-1.10.
121
1222006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
123
124        * configure.ac: Remove explicit ampolish3 support (now in
125        RTEMS_BSP_CONFIGURE).
126
1272006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
128
129        * configure.ac: Add ampolish3 support.
130        * Makefile.am: Add preinstall.am.
131
1322005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
133
134        * Makefile.am: Add pci.rel.
135
1362005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
137
138        * Makefile.am: Install/preinstall headers from ../../i386/shared.
139
1402005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
141
142        * network/network.c: Remove #define KERNEL.
143        Include <errno.h>.
144        * Makefile.am: Add -D_KERNEL to network_CPPFLAGS.
145
1462005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
147
148        * include/bsp.h: New header guard.
149
1502005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
151
152        * clock/ckinit.c, console/console.c, include/bsp.h, startup/bspstart.c:
153        Moved irq.h to bsp subdirectory.
154
1552005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
156
157        * clock/ckinit.c, console/console.c: Added support for
158        addition of parameter to ISRs.
159        * network/network.c: Modified parameter list to remove
160        warnings.
161
1622005-04-15      Joel Sherrill <joel@OARcorp.com>
163
164        * network/network.c: Fix warnings.
165
1662005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
167
168        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
169
1702005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
171
172        * Makefile.am: Remove build-variant support.
173
1742004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
175
176        * configure.ac: Require automake > 1.9.
177
1782004-07-28      Joel Sherrill <joel@OARcorp.com>
179
180        * startup/linkcmds: Add gnu.linkonce.d and gcc_except_table sections.
181
1822004-07-25      Joel Sherrill <joel@OARcorp.com>
183
184        * Makefile.am: Add -D__INSIDE_RTEMS_BSD_TCPIP_STACK__ for network.
185
1862004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
187
188        PR 610/bsps
189        * Makefile.am: Add include/tm27.h, Cosmetics.
190        * include/tm27.h: Final cosmetics.
191
1922004-04-22      Ralf Corsepius <ralf.corsepius@rtems.org>
193
194        * include/bsp.h: Split out tmtest27 support.
195        * include/tm27.h: New.
196
1972004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
198
199        PR 613/bsps
200        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
201
2022004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
203
204        PR 614/bsps
205        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
206
2072004-04-02      Ralf Corsepius <ralf.corsepius@rtems.org>
208
209        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
210        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
211
2122004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
213
214        * network/network.c: Include <rtems/asm.h> instead of <asm.h>.
215        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
216        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
217        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
218
2192004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
220
221        * clock/ckinit.c, include/bsp.h, startup/bspstart.c, timer/timer.c:
222        Convert to using c99 fixed size types.
223
2242004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * Makefile.am: Reflect changes to bsp.am.
227        Preinstall dist_project_lib*.
228
2292004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * Makefile.am: Reflect changes to bsp.am.
232
2332004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
236
2372004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * Makefile.am: Pickup files from ../../i386/shared instead of
240        ../shared. Reformat.
241
2422004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
245        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
246        wrapup/Makefile.am. Use automake compilation rules.
247        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
248        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
249        * configure.ac: Reflect changes above.
250
2512004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
254        Add RTEMS_PROG_CCAS.
255
2562004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * Makefile.am: Add PREINSTALL_DIRS.
259        * wrapup/Makefile.am: Reflect changes to libcpu.
260
2612004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
264        Add PRE/TMPINSTALL_FILES to CLEANFILES.
265        * startup/Makefile.am: Ditto.
266
2672004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * start/Makefile.am: Remove.
270        * Makefile.am: Merge-in start/Makefile.am.
271        * configure.ac: Reflect changes above.
272
2732004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * wrapup/Makefile.am: Eliminate $(LIB).
276        Use noinst_DATA to trigger building libbsp.a.
277
2782003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
281        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
282
2832003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
286        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
287
2882003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
291
2922003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * wrapup/Makefile.am: Cosmetics.
295
2962003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * start/Makefile.am: Misc cleanups and fixes.
299        * startup/Makefile.am: Misc cleanups and fixes.
300        * wrapup/Makefile.am: Misc cleanups and fixes.
301
3022003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * Makefile.am: Add preinstallation dirstamp support.
305        * clock/Makefile.am: Cosmetics.
306        * console/Makefile.am: Cosmetics.
307        * network/Makefile.am: Cosmetics.
308        * startup/Makefile.am: Cosmetics.
309        * timer/Makefile.am: Cosmetics.
310        * wrapup/Makefile.am: Cosmetics
311
3122003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * clock/Makefile.am: Remove all-local: $(ARCH).
315        * console/Makefile.am: Remove all-local: $(ARCH).
316        * network/Makefile.am: Remove all-local: $(ARCH).
317        * start/Makefile.am: Remove all-local: $(ARCH).
318        * startup/Makefile.am: Remove all-local: $(ARCH).
319        * timer/Makefile.am: Remove all-local: $(ARCH).
320        * wrapup/Makefile.am: Remove all-local: $(ARCH).
321
3222003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * Makefile.am: Merge-in include/Makefile.am.
325        Reflect changes to bsp.am.
326        * include/Makefile.am: Remove.
327        * configure.ac: Reflect changes above.
328
3292003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * bsp_specs: Remove *lib:.
332
3332003-09-04      Joel Sherrill <joel@OARcorp.com>
334
335        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
336        start/80386ex.h, start/80386ex.inc, start/macros.inc, start/start.S,
337        startup/bspstart.c, startup/linkcmds, startup/setvec.c,
338        timer/timer.c, timer/timerisr.S: URL for license changed.
339
3402003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * Makefile.am: Reflect having moved aclocal/.
343
3442003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * Makefile.am: Reflect having moved automake/.
347        * clock/Makefile.am: Reflect having moved automake/.
348        * console/Makefile.am: Reflect having moved automake/.
349        * include/Makefile.am: Reflect having moved automake/.
350        * network/Makefile.am: Reflect having moved automake/.
351        * start/Makefile.am: Reflect having moved automake/.
352        * startup/Makefile.am: Reflect having moved automake/.
353        * timer/Makefile.am: Reflect having moved automake/.
354        * wrapup/Makefile.am: Reflect having moved automake/.
355
3562003-08-13      Joel Sherrill <joel@OARcorp.com>
357
358        PR 451/bsps
359        * startup/Makefile.am: Include shared i386 TTY driver in these BSPs.
360
3612003-08-11      Joel Sherrill <joel@OARcorp.com>
362
363        PR 450/make_build
364        * startup/linkcmds: Added .eh_frame
365
3662003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
369
3702003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        PR 445/bsps
373        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
374        Remove cpp, old_cpp (now unused).
375
3762003-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * startup/Makefile.am: Remove -DBSP_IS_I386EX=1 (unused).
379
3802003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * configure.ac: Remove AC_CONFIG_AUX_DIR.
383
3842003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
387
3882003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * configure.ac: AC_PREREQ(2.57).
391
3922003-01-20      Joel Sherrill <joel@OARcorp.com>
393
394        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
395
3962002-12-19      Joel Sherrill <joel@OARcorp.com>
397
398        * console/console.c: Removed __assert() which conflicts with newlib.
399
4002002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
403        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
404        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
405        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
406        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
407        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
408
4092002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * start/Makefile.am: Use install-data-local to install startfile.
412
4132002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
416
4172002-11-04      Joel Sherrill <joel@OARcorp.com>
418
419        * network/network.c: Removed warnings.
420
4212002-11-04      Joel Sherrill <joel@OARcorp.com>
422
423        * console/console.c, network/network.c: Removed warnings.
424
4252002-11-01      Joel Sherrill <joel@OARcorp.com>
426
427        * startup/bspstart.c: Removed warnings.
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-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
438
4392002-08-21      Joel Sherrill <joel@OARcorp.com>
440
441        * bsp_specs: Added support for -nostdlibs.
442
4432002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
446        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
447        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
448        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
449        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
450        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
451        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
452
4532002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * startup/bspstart.c: Per PR252 removed hack that tripled size of
456        RTEMS Workspace when POSIX is configured.  This was probably done to
457        account for confdefs.h missing some application requirements.
458
4592002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * start/Makefile.am: Eliminate PGM.
462        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
463
4642002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
465
466        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
467
4682002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
470        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
471        Remove $(OBJS) from all-local.
472
4732002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
476
4772001-05-09      Joel Sherrill <joel@OARcorp.com>
478
479        * startup/linkcmds: In support of gcc 3.1, added one of more
480        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
481        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
482        and direction of segments to memory regions may also have been
483        addressed.  This was a sweep across all BSPs.
484 
4852002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
486
487        * include/bsp.h: include <libcpu/cpu.h>.
488
4892002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
490
491        * configure.ac:
492        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
493        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
494        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
495        * Makefile.am: Remove AUTOMAKE_OPTIONS.
496        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
497        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
498        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
499        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
500        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
501        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
502        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
503
5042002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
505
506        * configure.ac: Remove stray ';', PR 139.
507
5082002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
511
5122001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
513
514        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
515        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
516
5172001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
518
519        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
520
5212001-10-25      Joel Sherrill <joel@OARcorp.com>
522
523        * startup/linkcmds: Added _init and _fini.
524
5252001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
526
527        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
528        * configure.in: Remove.
529        * configure.ac: New file, generated from configure.in by autoupdate.
530
5312001-09-27      Joel Sherrill <joel@OARcorp.com>
532
533        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
534
5352001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
536
537        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
538
5392001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
540
541        * configure.in: Add bspopts.h.
542        * include/bsp.h: Include bspopts.h.
543        * include/.cvsignore: Add bspopts.h*, stamp-h*.
544        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
545        * start/Makefile.am: Dito.
546        * network/Makefile.am: Dito.
547
5482001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
549
550        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
551
5522000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
553
554        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
555
5562000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
557
558        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
559
5602000-11-01      Joel Sherrill <joel@OARcorp.com>
561
562        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
563        and libcsupport.h moved from libc to lib/include/rtems and
564        now must be referenced as <rtems/XXX.h>.   Header file order
565        was cleaned up while doing this.
566
5672000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
568
569        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
570        Switch to GNU canonicalization.
571
5722000-10-20      Joel Sherrill <joel@OARcorp.com>
573
574        * console/console.c: Invoke BSP_uart_init() with enough arguments
575        now that more communication parameters are settable.
576
5772000-10-17      Joel Sherrill <joel@OARcorp.com>
578
579        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
580        to libbsp/i386/shared/irq.
581
5822000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
583
584        * startup/linkcmds: Added lines so DWARF debug information
585        would be available.  Otherwise gdb complains that the offsets
586        for the debug info are incorrect and doesn't load the files.
587
5882000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
589
590        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
591
5922000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
593
594        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
595        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
596        wrapup/Makefile.am: Include compile.am
597
5982000-08-10      Joel Sherrill <joel@OARcorp.com>
599
600        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.