source: rtems/c/src/lib/libbsp/i386/ts_386ex/ChangeLog @ 95aa5e1

4.104.115
Last change on this file since 95aa5e1 was 95aa5e1, checked in by Joel Sherrill <joel.sherrill@…>, on 09/23/08 at 19:53:35

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

  • configure.ac: Make letting boot_card() handle work area allocation mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
  • Property mode set to 100644
File size: 19.6 KB
Line 
12008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * configure.ac: Make letting boot_card() handle work area allocation
4        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
5        BSP_BOOTCARD_OPTIONS.
6
72008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
8
9        * Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds: Use
10        top level shared bsp_get_work_area() implementation.
11
122008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
13
14        * include/bsp.h: Remove unnecessary variables and EXTERN magic.
15
162008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
17
18        * include/bsp.h: Remove unnecessary boilerplate comments.
19
202008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
21
22        * clock/ckinit.c, startup/bspstart.c: Remove unnecessary includes of
23        rtems/libcsupport.h and rtems/libio.h.
24
252008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
26
27        * clock/ckinit.c: The Shared Memory Driver no longer requires the
28        special IOCTL in Clock_control. This was a hack which has existed
29        since before the Classic API Timer Manager was implemented. All
30        implementations of and references to Clock_control were removed.
31
322008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
33
34        * timer/timer.c: Convert to "bool".
35
362008-09-02      Ralf Corsépius <ralf.corsepius@rtems.org>
37
38        * clock/rtc.c, network/ne2000.c: Eliminate rtems_boolean.
39
402008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
41
42        * timer/timer.c: Eliminate empty function from every benchmark timer
43        driver. Fix spelling.
44
452008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
46
47        * timer/timer.c: Rename timer driver methods to follow RTEMS
48        programming conventions.
49
502008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
51
52        * clock/ckinit.c, startup/bspstart.c, timer/timer.c:
53        Add missing prototypes.
54
552008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
56
57        * console/console.c: Eliminate copies of switches to convert termios
58        Bxxx constants to xxx as an integer. Use the shared
59        termios_baud_to_number() routine to do the same conversion.
60
612008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
62
63        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
64        Framework to ask the BSP where it has memory for the RTEMS Workspace
65        and C Program Heap. These collectively are referred to as work area.
66        If the BSP supports this, then it does not have to include code to
67        split the available memory between the two areas. This reduces the
68        amount of code in the BSP specific bspstart.c file. Additionally, the
69        shared framework can initialize the C Library, call
70        rtems_debug_enable(), and dirty the work area memory. Until most/all
71        BSPs support this new capability, if the BSP supports this, it should
72        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
73        When the transition is complete, this autoconf macro can be removed.
74
752008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
76
77        * Makefile.am: Rework to avoid .rel files.
78
792008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
80
81        * startup/bspstart.c: Refactored and renamed initialization routines to
82        rtems_initialize_data_structures, rtems_initialize_before_drivers,
83        rtems_initialize_device_drivers, and
84        rtems_initialize_start_multitasking. This opened the sequence up so
85        that bootcard() could provide a more robust and flexible framework
86        which is easier to explain and understand. This also lays the
87        groundwork for sharing the division of available memory between the
88        RTEMS workspace and heap and the C library initialization across all
89        BSPs.
90
912008-05-07      Joel Sherrill <joel.sherrill@OARcorp.com>
92
93        PR 649/bsps
94        * clock/ckinit.c, console/console.c: Add missing structure element.
95
962008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
97
98        * startup/linkcmds: Add wildcard to gcc_except_table section so
99        programs compiled with gcc 4.3.x can link.
100
1012007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
102
103        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
104        of the Configuration Table. Use the RTEMS provided accessor macros to
105        obtain configuration fields.
106
1072007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
108
109        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
110        from CPU Table to Configuration Table. Eliminate CPU Table from all
111        ports. Delete references to CPU Table in all forms.
112
1132007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
114
115        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
116        Table fields to the Configuration Table. This included
117        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
118        do_zero_of_workspace, extra_mpci_receive_server_stack,
119        stack_allocate_hook, and stack_free_hook. As a side-effect of this
120        effort some multiprocessing code was made conditional and some style
121        clean up occurred.
122
1232007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
124
125        * startup/bspstart.c: Eliminate the interrupt_table_segment and
126        interrupt_table_offset fields in the i386 CPU Table since they are
127        never read.
128
1292007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
130
131        * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
132        since it was used to configure a no longer used feature. Device names
133        are now part of the filesystem not in a table.
134
1352007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
136
137        * bsp_specs: Remove qrtems_debug.
138
1392006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
140
141        * network/ne2000.c: Use ioctl_command_t as arg in ioctl-functions.
142
1432006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
144
145        * configure.ac: New BUG-REPORT address.
146
1472006-11-15      Joel Sherrill <joel@OARcorp.com>
148
149        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
150        file and simplified initialization.
151
1522006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
153
154        * Makefile.am: Remove superfluous -DASM.
155
1562006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
157
158        * configure.ac: Require autoconf-2.60. Require automake-1.10.
159
1602006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
161
162        * configure.ac: Remove explicit ampolish3 support (now in
163        RTEMS_BSP_CONFIGURE).
164
1652006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
166
167        * configure.ac: Add ampolish3 support.
168        * Makefile.am: Add preinstall.am.
169
1702005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
171
172        * Makefile.am: Add pci.rel.
173
1742005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
175
176        * Makefile.am: Install/preinstall headers from ../../i386/shared.
177
1782005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
179
180        * network/ne2000.c: Include <errno.h> instead of <sys/errno.h>.
181
1822005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
183
184        * include/bsp.h: New header guard.
185
1862005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
187
188        * clock/ckinit.c, console/console.c, include/bsp.h, network/ne2000.c:
189        Moved irq.h to bsp subdirectory.
190
1912005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
192
193        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
194
1952005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
196
197        * Makefile.am: Remove build-variant support.
198
1992004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
200
201        * configure.ac: Require automake > 1.9.
202
2032004-07-25      Joel Sherrill <joel@OARcorp.com>
204
205        * Makefile.am: Add -D__INSIDE_RTEMS_BSD_TCPIP_STACK__ for network.
206        * network/ne2000.c: Add include of <sys/errno.h>.
207
2082004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
209
210        PR 610/bsps
211        * Makefile.am: Add include/tm27.h, Cosmetics.
212        * include/tm27.h: Final cosmetics.
213
2142004-04-22      Ralf Corsepius <ralf.corsepius@rtems.org>
215
216        * include/bsp.h: Split out tmtest27 support.
217        * include/tm27.h: New.
218
2192004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
220
221        PR 613/bsps
222        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
223
2242004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
225
226        PR 614/bsps
227        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
228
2292004-04-02      Ralf Corsepius <ralf.corsepius@rtems.org>
230
231        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
232        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
233
2342004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
235
236        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
237        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
238        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
239
2402004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
241
242        * clock/ckinit.c, clock/rtc.c, include/bsp.h, startup/bspstart.c,
243        timer/timer.c: Convert to using c99 fixed size types.
244
2452004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * Makefile.am: Reflect changes to bsp.am.
248        Preinstall dist_project_lib*.
249
2502004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * Makefile.am: Reflect changes to bsp.am.
253
2542004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
257
2582004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * Makefile.am: Pickup files from ../../i386/shared instead of
261        ../shared. Reformat.
262
2632004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
266        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
267        wrapup/Makefile.am. Use automake compilation rules.
268        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
269        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
270        * configure.ac: Reflect changes above.
271
2722004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
275        Add RTEMS_PROG_CCAS.
276
2772004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * Makefile.am: Add PREINSTALL_DIRS.
280        * wrapup/Makefile.am: Reflect changes to libcpu.
281
2822004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
285        Add PRE/TMPINSTALL_FILES to CLEANFILES.
286        * startup/Makefile.am: Ditto.
287
2882004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * start/Makefile.am: Remove.
291        * Makefile.am: Merge-in start/Makefile.am.
292        * configure.ac: Reflect changes above.
293
2942004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * wrapup/Makefile.am: Eliminate $(LIB).
297        Use noinst_DATA to trigger building libbsp.a.
298
2992003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
302        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
303
3042003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
307        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
308
3092003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
312
3132003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * wrapup/Makefile.am: Cosmetics.
316
3172003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * start/Makefile.am: Misc cleanups and fixes.
320        * startup/Makefile.am: Misc cleanups and fixes.
321        * wrapup/Makefile.am: Misc cleanups and fixes.
322
3232003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * Makefile.am: Add preinstallation dirstamp support.
326        * clock/Makefile.am: Cosmetics.
327        * console/Makefile.am: Cosmetics.
328        * network/Makefile.am: Cosmetics.
329        * startup/Makefile.am: Cosmetics.
330        * timer/Makefile.am: Cosmetics.
331        * wrapup/Makefile.am: Cosmetics.
332
3332003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * clock/Makefile.am: Remove all-local: $(ARCH).
336        * console/Makefile.am: Remove all-local: $(ARCH).
337        * network/Makefile.am: Remove all-local: $(ARCH).
338        * start/Makefile.am: Remove all-local: $(ARCH).
339        * startup/Makefile.am: Remove all-local: $(ARCH).
340        * timer/Makefile.am: Remove all-local: $(ARCH).
341        * wrapup/Makefile.am: Remove all-local: $(ARCH).
342
3432003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * Makefile.am: Merge-in include/Makefile.am.
346        Reflect changes to bsp.am.
347        * include/Makefile.am: Remove.
348        * configure.ac: Reflect changes above.
349
3502003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * bsp_specs: Remove *lib:.
353
3542003-09-04      Joel Sherrill <joel@OARcorp.com>
355
356        * clock/ckinit.c, clock/rtc.c, console/console.c, include/bsp.h,
357        include/coverhd.h, network/ne2000.c, start/80386ex.h,
358        start/80386ex.inc, start/macros.inc, start/start.S,
359        startup/bspstart.c, startup/linkcmds, startup/setvec.c,
360        timer/timer.c, timer/timerisr.S, tools/debug_ada/init.c,
361        tools/debug_c/init.c, tools/debug_c/serial_gdb.c,
362        tools/debug_c/system.h, tools/network_ada/listener/init.c,
363        tools/network_ada/tcprelay/init.c, tools/ts_1325_ada/init.c: URL for
364        license changed.
365
3662003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * Makefile.am: Reflect having moved aclocal/.
369
3702003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * Makefile.am: Reflect having moved automake/.
373        * clock/Makefile.am: Reflect having moved automake/.
374        * console/Makefile.am: Reflect having moved automake/.
375        * include/Makefile.am: Reflect having moved automake/.
376        * network/Makefile.am: Reflect having moved automake/.
377        * start/Makefile.am: Reflect having moved automake/.
378        * startup/Makefile.am: Reflect having moved automake/.
379        * timer/Makefile.am: Reflect having moved automake/.
380        * wrapup/Makefile.am: Reflect having moved automake/.
381
3822003-08-13      Joel Sherrill <joel@OARcorp.com>
383
384        PR 451/bsps
385        * startup/Makefile.am: Include shared i386 TTY driver in these BSPs.
386
3872003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        PR 452/bsps
390        * startup/Makefile.am: Remove USE_INIT_FINI.
391
3922003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
395
3962003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        PR 445/bsps
399        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
400        Remove cpp, old_cpp (now unused).
401
4022003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * configure.ac: Remove AC_CONFIG_AUX_DIR.
405
4062003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
409
4102003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * configure.ac: AC_PREREQ(2.57).
413
4142003-01-20      Joel Sherrill <joel@OARcorp.com>
415
416        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
417
4182002-12-19      Joel Sherrill <joel@OARcorp.com>
419
420        * console/console.c: Removed __assert() which conflicts with newlib.
421
4222002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
425        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
426        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
427        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
428        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
429        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
430
4312002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * start/Makefile.am: Use install-data-local to install startfile.
434
4352002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
438
4392002-11-04      Joel Sherrill <joel@OARcorp.com>
440
441        * console/console.c, network/ne2000.c: Removed warnings.
442
4432002-11-01      Joel Sherrill <joel@OARcorp.com>
444
445        * startup/bspstart.c: Removed warnings.
446
4472002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * .cvsignore: Reformat.
450        Add autom4te*cache.
451        Remove autom4te.cache.
452
4532002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
456
4572002-08-21      Joel Sherrill <joel@OARcorp.com>
458
459        * bsp_specs: Added support for -nostdlibs.
460
4612002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
462
463        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
464        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
465        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
466        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
467        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
468        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
469        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
470
4712002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * start/Makefile.am: Eliminate PGM.
474        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
475
4762002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
477
478        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
479
4802002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
483        Remove $(OBJS) from all-local.
484
4852002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
486
487        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
488
4892001-05-17      Joel Sherrill <joel@OARcorp.com>
490
491        * startup/linkcmds: Per PR224, added wild card math to .rodata.
492
4932002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * include/bsp.h: include <libcpu/cpu.h>.
496        * console/console.c: Remove unused variable console_open_count.
497
4982002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * configure.ac:
501        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
502        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
503        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
504        * Makefile.am: Remove AUTOMAKE_OPTIONS.
505        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
506        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
507        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
508        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
509        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
510        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
511        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
512
5132002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * configure.ac: Remove stray ';', PR 139.
516
5172002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
518
519        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
520
5212001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
522
523        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
524        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
525
5262001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
527
528        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
529
5302001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
531
532        * configure.ac: Add RTEMS_BSPOPTS_*(LOAD_RTC_AT_START),
533        RTEMS_BSPOPTS_*(BSP_DEBUG), RTEMS_BSPOPTS_*(UARTDEBUG),
534        remove RTEMS_OUTPUT_BUILD_SUBDIRS.
535
5362001-10-12      Joel Sherrill <joel@OARcorp.com>
537
538        * startup/linkcmds: Fixed typo.
539
5402001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
541
542        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
543        * configure.in: Remove.
544        * configure.ac: New file, generated from configure.in by autoupdate.
545
5462001-09-27      Joel Sherrill <joel@OARcorp.com>
547
548        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
549
5502001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
551
552        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
553
5542001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
555
556        * configure.in: Add bspopts.h.
557        * include/.cvsignore: Add bspopts.h*, stamp-h*.
558        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
559        * include/bsp.h: Include bspopts.h.
560
5612001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
562
563        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
564
5652000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
566
567        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
568
5692000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
570
571        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
572
5732000-11-01      Joel Sherrill <joel@OARcorp.com>
574
575        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
576        and libcsupport.h moved from libc to lib/include/rtems and
577        now must be referenced as <rtems/XXX.h>.   Header file order
578        was cleaned up while doing this.
579
5802000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
581
582        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
583        Switch to GNU canonicalization.
584
5852000-10-19      Joel Sherrill <joel@OARcorp.com>
586
587        * console/console.c: Invoke BSP_uart_init() with all arguments
588        now that it takes more parameters.
589
5902000-10-17      Joel Sherrill <joel@OARcorp.com>
591
592        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
593        to libbsp/i386/shared/irq.
594
5952000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
596
597        * startup/linkcmds: Added lines so DWARF debug information
598        would be available.  Otherwise gdb complains that the offsets
599        for the debug info are incorrect and doesn't load the files.
600
6012000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
602
603        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
604        * startup/Makefile.am: Cleanup comments.
605
6062000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
607
608        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
609        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
610        wrapup/Makefile.am: Include compile.am
611
6122000-08-10      Joel Sherrill <joel@OARcorp.com>
613
614        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.