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