source: rtems/c/src/lib/libbsp/i386/ts_386ex/ChangeLog @ 42650f0

4.104.115
Last change on this file since 42650f0 was de0cd76, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/30/08 at 12:02:06

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

  • Makefile.am: Eliminate bsp.am. Build startup files as side-effect of building libbspstart.a, using automake-rules.
  • Property mode set to 100644
File size: 20.1 KB
Line 
12008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
4        of building libbspstart.a, using automake-rules.
5
62008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * Makefile.am: Eliminate *_SOURCES.
9
102008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
13        components.
14
152008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
18
192008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
20
21        * configure.ac: Make letting boot_card() handle work area allocation
22        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
23        BSP_BOOTCARD_OPTIONS.
24
252008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
26
27        * Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds: Use
28        top level shared bsp_get_work_area() implementation.
29
302008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
31
32        * include/bsp.h: Remove unnecessary variables and EXTERN magic.
33
342008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
35
36        * include/bsp.h: Remove unnecessary boilerplate comments.
37
382008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
39
40        * clock/ckinit.c, startup/bspstart.c: Remove unnecessary includes of
41        rtems/libcsupport.h and rtems/libio.h.
42
432008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
44
45        * clock/ckinit.c: The Shared Memory Driver no longer requires the
46        special IOCTL in Clock_control. This was a hack which has existed
47        since before the Classic API Timer Manager was implemented. All
48        implementations of and references to Clock_control were removed.
49
502008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
51
52        * timer/timer.c: Convert to "bool".
53
542008-09-02      Ralf Corsépius <ralf.corsepius@rtems.org>
55
56        * clock/rtc.c, network/ne2000.c: Eliminate rtems_boolean.
57
582008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
59
60        * timer/timer.c: Eliminate empty function from every benchmark timer
61        driver. Fix spelling.
62
632008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
64
65        * timer/timer.c: Rename timer driver methods to follow RTEMS
66        programming conventions.
67
682008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
69
70        * clock/ckinit.c, startup/bspstart.c, timer/timer.c:
71        Add missing prototypes.
72
732008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
74
75        * console/console.c: Eliminate copies of switches to convert termios
76        Bxxx constants to xxx as an integer. Use the shared
77        termios_baud_to_number() routine to do the same conversion.
78
792008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
80
81        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
82        Framework to ask the BSP where it has memory for the RTEMS Workspace
83        and C Program Heap. These collectively are referred to as work area.
84        If the BSP supports this, then it does not have to include code to
85        split the available memory between the two areas. This reduces the
86        amount of code in the BSP specific bspstart.c file. Additionally, the
87        shared framework can initialize the C Library, call
88        rtems_debug_enable(), and dirty the work area memory. Until most/all
89        BSPs support this new capability, if the BSP supports this, it should
90        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
91        When the transition is complete, this autoconf macro can be removed.
92
932008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
94
95        * Makefile.am: Rework to avoid .rel files.
96
972008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
98
99        * startup/bspstart.c: Refactored and renamed initialization routines to
100        rtems_initialize_data_structures, rtems_initialize_before_drivers,
101        rtems_initialize_device_drivers, and
102        rtems_initialize_start_multitasking. This opened the sequence up so
103        that bootcard() could provide a more robust and flexible framework
104        which is easier to explain and understand. This also lays the
105        groundwork for sharing the division of available memory between the
106        RTEMS workspace and heap and the C library initialization across all
107        BSPs.
108
1092008-05-07      Joel Sherrill <joel.sherrill@OARcorp.com>
110
111        PR 649/bsps
112        * clock/ckinit.c, console/console.c: Add missing structure element.
113
1142008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
115
116        * startup/linkcmds: Add wildcard to gcc_except_table section so
117        programs compiled with gcc 4.3.x can link.
118
1192007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
120
121        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
122        of the Configuration Table. Use the RTEMS provided accessor macros to
123        obtain configuration fields.
124
1252007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
126
127        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
128        from CPU Table to Configuration Table. Eliminate CPU Table from all
129        ports. Delete references to CPU Table in all forms.
130
1312007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
132
133        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
134        Table fields to the Configuration Table. This included
135        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
136        do_zero_of_workspace, extra_mpci_receive_server_stack,
137        stack_allocate_hook, and stack_free_hook. As a side-effect of this
138        effort some multiprocessing code was made conditional and some style
139        clean up occurred.
140
1412007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
142
143        * startup/bspstart.c: Eliminate the interrupt_table_segment and
144        interrupt_table_offset fields in the i386 CPU Table since they are
145        never read.
146
1472007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
148
149        * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
150        since it was used to configure a no longer used feature. Device names
151        are now part of the filesystem not in a table.
152
1532007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
154
155        * bsp_specs: Remove qrtems_debug.
156
1572006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
158
159        * network/ne2000.c: Use ioctl_command_t as arg in ioctl-functions.
160
1612006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
162
163        * configure.ac: New BUG-REPORT address.
164
1652006-11-15      Joel Sherrill <joel@OARcorp.com>
166
167        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
168        file and simplified initialization.
169
1702006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
171
172        * Makefile.am: Remove superfluous -DASM.
173
1742006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
175
176        * configure.ac: Require autoconf-2.60. Require automake-1.10.
177
1782006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
179
180        * configure.ac: Remove explicit ampolish3 support (now in
181        RTEMS_BSP_CONFIGURE).
182
1832006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
184
185        * configure.ac: Add ampolish3 support.
186        * Makefile.am: Add preinstall.am.
187
1882005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
189
190        * Makefile.am: Add pci.rel.
191
1922005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
193
194        * Makefile.am: Install/preinstall headers from ../../i386/shared.
195
1962005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
197
198        * network/ne2000.c: Include <errno.h> instead of <sys/errno.h>.
199
2002005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
201
202        * include/bsp.h: New header guard.
203
2042005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
205
206        * clock/ckinit.c, console/console.c, include/bsp.h, network/ne2000.c:
207        Moved irq.h to bsp subdirectory.
208
2092005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
210
211        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
212
2132005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
214
215        * Makefile.am: Remove build-variant support.
216
2172004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
218
219        * configure.ac: Require automake > 1.9.
220
2212004-07-25      Joel Sherrill <joel@OARcorp.com>
222
223        * Makefile.am: Add -D__INSIDE_RTEMS_BSD_TCPIP_STACK__ for network.
224        * network/ne2000.c: Add include of <sys/errno.h>.
225
2262004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
227
228        PR 610/bsps
229        * Makefile.am: Add include/tm27.h, Cosmetics.
230        * include/tm27.h: Final cosmetics.
231
2322004-04-22      Ralf Corsepius <ralf.corsepius@rtems.org>
233
234        * include/bsp.h: Split out tmtest27 support.
235        * include/tm27.h: New.
236
2372004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
238
239        PR 613/bsps
240        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
241
2422004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
243
244        PR 614/bsps
245        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
246
2472004-04-02      Ralf Corsepius <ralf.corsepius@rtems.org>
248
249        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
250        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
251
2522004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
253
254        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
255        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
256        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
257
2582004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
259
260        * clock/ckinit.c, clock/rtc.c, include/bsp.h, startup/bspstart.c,
261        timer/timer.c: Convert to using c99 fixed size types.
262
2632004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * Makefile.am: Reflect changes to bsp.am.
266        Preinstall dist_project_lib*.
267
2682004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * Makefile.am: Reflect changes to bsp.am.
271
2722004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
275
2762004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * Makefile.am: Pickup files from ../../i386/shared instead of
279        ../shared. Reformat.
280
2812004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
284        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
285        wrapup/Makefile.am. Use automake compilation rules.
286        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
287        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
288        * configure.ac: Reflect changes above.
289
2902004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
293        Add RTEMS_PROG_CCAS.
294
2952004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * Makefile.am: Add PREINSTALL_DIRS.
298        * wrapup/Makefile.am: Reflect changes to libcpu.
299
3002004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
303        Add PRE/TMPINSTALL_FILES to CLEANFILES.
304        * startup/Makefile.am: Ditto.
305
3062004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * start/Makefile.am: Remove.
309        * Makefile.am: Merge-in start/Makefile.am.
310        * configure.ac: Reflect changes above.
311
3122004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * wrapup/Makefile.am: Eliminate $(LIB).
315        Use noinst_DATA to trigger building libbsp.a.
316
3172003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
320        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
321
3222003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
325        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
326
3272003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
330
3312003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * wrapup/Makefile.am: Cosmetics.
334
3352003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * start/Makefile.am: Misc cleanups and fixes.
338        * startup/Makefile.am: Misc cleanups and fixes.
339        * wrapup/Makefile.am: Misc cleanups and fixes.
340
3412003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * Makefile.am: Add preinstallation dirstamp support.
344        * clock/Makefile.am: Cosmetics.
345        * console/Makefile.am: Cosmetics.
346        * network/Makefile.am: Cosmetics.
347        * startup/Makefile.am: Cosmetics.
348        * timer/Makefile.am: Cosmetics.
349        * wrapup/Makefile.am: Cosmetics.
350
3512003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * clock/Makefile.am: Remove all-local: $(ARCH).
354        * console/Makefile.am: Remove all-local: $(ARCH).
355        * network/Makefile.am: Remove all-local: $(ARCH).
356        * start/Makefile.am: Remove all-local: $(ARCH).
357        * startup/Makefile.am: Remove all-local: $(ARCH).
358        * timer/Makefile.am: Remove all-local: $(ARCH).
359        * wrapup/Makefile.am: Remove all-local: $(ARCH).
360
3612003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * Makefile.am: Merge-in include/Makefile.am.
364        Reflect changes to bsp.am.
365        * include/Makefile.am: Remove.
366        * configure.ac: Reflect changes above.
367
3682003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * bsp_specs: Remove *lib:.
371
3722003-09-04      Joel Sherrill <joel@OARcorp.com>
373
374        * clock/ckinit.c, clock/rtc.c, console/console.c, include/bsp.h,
375        include/coverhd.h, network/ne2000.c, start/80386ex.h,
376        start/80386ex.inc, start/macros.inc, start/start.S,
377        startup/bspstart.c, startup/linkcmds, startup/setvec.c,
378        timer/timer.c, timer/timerisr.S, tools/debug_ada/init.c,
379        tools/debug_c/init.c, tools/debug_c/serial_gdb.c,
380        tools/debug_c/system.h, tools/network_ada/listener/init.c,
381        tools/network_ada/tcprelay/init.c, tools/ts_1325_ada/init.c: URL for
382        license changed.
383
3842003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * Makefile.am: Reflect having moved aclocal/.
387
3882003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * Makefile.am: Reflect having moved automake/.
391        * clock/Makefile.am: Reflect having moved automake/.
392        * console/Makefile.am: Reflect having moved automake/.
393        * include/Makefile.am: Reflect having moved automake/.
394        * network/Makefile.am: Reflect having moved automake/.
395        * start/Makefile.am: Reflect having moved automake/.
396        * startup/Makefile.am: Reflect having moved automake/.
397        * timer/Makefile.am: Reflect having moved automake/.
398        * wrapup/Makefile.am: Reflect having moved automake/.
399
4002003-08-13      Joel Sherrill <joel@OARcorp.com>
401
402        PR 451/bsps
403        * startup/Makefile.am: Include shared i386 TTY driver in these BSPs.
404
4052003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        PR 452/bsps
408        * startup/Makefile.am: Remove USE_INIT_FINI.
409
4102003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
413
4142003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        PR 445/bsps
417        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
418        Remove cpp, old_cpp (now unused).
419
4202003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * configure.ac: Remove AC_CONFIG_AUX_DIR.
423
4242003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
427
4282003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * configure.ac: AC_PREREQ(2.57).
431
4322003-01-20      Joel Sherrill <joel@OARcorp.com>
433
434        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
435
4362002-12-19      Joel Sherrill <joel@OARcorp.com>
437
438        * console/console.c: Removed __assert() which conflicts with newlib.
439
4402002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
443        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
444        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
445        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
446        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
447        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
448
4492002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * start/Makefile.am: Use install-data-local to install startfile.
452
4532002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
456
4572002-11-04      Joel Sherrill <joel@OARcorp.com>
458
459        * console/console.c, network/ne2000.c: Removed warnings.
460
4612002-11-01      Joel Sherrill <joel@OARcorp.com>
462
463        * startup/bspstart.c: Removed warnings.
464
4652002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        * .cvsignore: Reformat.
468        Add autom4te*cache.
469        Remove autom4te.cache.
470
4712002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
474
4752002-08-21      Joel Sherrill <joel@OARcorp.com>
476
477        * bsp_specs: Added support for -nostdlibs.
478
4792002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
480
481        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
482        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
483        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
484        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
485        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
486        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
487        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
488
4892002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
490
491        * start/Makefile.am: Eliminate PGM.
492        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
493
4942002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
495
496        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
497
4982002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
501        Remove $(OBJS) from all-local.
502
5032002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
504
505        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
506
5072001-05-17      Joel Sherrill <joel@OARcorp.com>
508
509        * startup/linkcmds: Per PR224, added wild card math to .rodata.
510
5112002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
512
513        * include/bsp.h: include <libcpu/cpu.h>.
514        * console/console.c: Remove unused variable console_open_count.
515
5162002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
517
518        * configure.ac:
519        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
520        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
521        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
522        * Makefile.am: Remove AUTOMAKE_OPTIONS.
523        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
524        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
525        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
526        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
527        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
528        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
529        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
530
5312002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
532
533        * configure.ac: Remove stray ';', PR 139.
534
5352002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
536
537        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
538
5392001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
540
541        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
542        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
543
5442001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
545
546        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
547
5482001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
549
550        * configure.ac: Add RTEMS_BSPOPTS_*(LOAD_RTC_AT_START),
551        RTEMS_BSPOPTS_*(BSP_DEBUG), RTEMS_BSPOPTS_*(UARTDEBUG),
552        remove RTEMS_OUTPUT_BUILD_SUBDIRS.
553
5542001-10-12      Joel Sherrill <joel@OARcorp.com>
555
556        * startup/linkcmds: Fixed typo.
557
5582001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
559
560        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
561        * configure.in: Remove.
562        * configure.ac: New file, generated from configure.in by autoupdate.
563
5642001-09-27      Joel Sherrill <joel@OARcorp.com>
565
566        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
567
5682001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
569
570        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
571
5722001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
573
574        * configure.in: Add bspopts.h.
575        * include/.cvsignore: Add bspopts.h*, stamp-h*.
576        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
577        * include/bsp.h: Include bspopts.h.
578
5792001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
580
581        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
582
5832000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
584
585        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
586
5872000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
588
589        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
590
5912000-11-01      Joel Sherrill <joel@OARcorp.com>
592
593        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
594        and libcsupport.h moved from libc to lib/include/rtems and
595        now must be referenced as <rtems/XXX.h>.   Header file order
596        was cleaned up while doing this.
597
5982000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
599
600        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
601        Switch to GNU canonicalization.
602
6032000-10-19      Joel Sherrill <joel@OARcorp.com>
604
605        * console/console.c: Invoke BSP_uart_init() with all arguments
606        now that it takes more parameters.
607
6082000-10-17      Joel Sherrill <joel@OARcorp.com>
609
610        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
611        to libbsp/i386/shared/irq.
612
6132000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
614
615        * startup/linkcmds: Added lines so DWARF debug information
616        would be available.  Otherwise gdb complains that the offsets
617        for the debug info are incorrect and doesn't load the files.
618
6192000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
620
621        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
622        * startup/Makefile.am: Cleanup comments.
623
6242000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
625
626        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
627        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
628        wrapup/Makefile.am: Include compile.am
629
6302000-08-10      Joel Sherrill <joel@OARcorp.com>
631
632        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.