source: rtems/c/src/lib/libbsp/i386/ts_386ex/ChangeLog @ 35f52a6

4.104.114.95
Last change on this file since 35f52a6 was 35f52a6, checked in by Joel Sherrill <joel.sherrill@…>, on 08/31/08 at 16:07:58

2008-08-31 Joel Sherrill <joel.sherrill@…>

  • timer/timer.c: Rename timer driver methods to follow RTEMS programming conventions.
  • Property mode set to 100644
File size: 18.2 KB
Line 
12008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * timer/timer.c: Rename timer driver methods to follow RTEMS
4        programming conventions.
5
62008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * clock/ckinit.c, startup/bspstart.c, timer/timer.c:
9        Add missing prototypes.
10
112008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
12
13        * console/console.c: Eliminate copies of switches to convert termios
14        Bxxx constants to xxx as an integer. Use the shared
15        termios_baud_to_number() routine to do the same conversion.
16
172008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
18
19        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
20        Framework to ask the BSP where it has memory for the RTEMS Workspace
21        and C Program Heap. These collectively are referred to as work area.
22        If the BSP supports this, then it does not have to include code to
23        split the available memory between the two areas. This reduces the
24        amount of code in the BSP specific bspstart.c file. Additionally, the
25        shared framework can initialize the C Library, call
26        rtems_debug_enable(), and dirty the work area memory. Until most/all
27        BSPs support this new capability, if the BSP supports this, it should
28        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
29        When the transition is complete, this autoconf macro can be removed.
30
312008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
32
33        * Makefile.am: Rework to avoid .rel files.
34
352008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
36
37        * startup/bspstart.c: Refactored and renamed initialization routines to
38        rtems_initialize_data_structures, rtems_initialize_before_drivers,
39        rtems_initialize_device_drivers, and
40        rtems_initialize_start_multitasking. This opened the sequence up so
41        that bootcard() could provide a more robust and flexible framework
42        which is easier to explain and understand. This also lays the
43        groundwork for sharing the division of available memory between the
44        RTEMS workspace and heap and the C library initialization across all
45        BSPs.
46
472008-05-07      Joel Sherrill <joel.sherrill@OARcorp.com>
48
49        PR 649/bsps
50        * clock/ckinit.c, console/console.c: Add missing structure element.
51
522008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
53
54        * startup/linkcmds: Add wildcard to gcc_except_table section so
55        programs compiled with gcc 4.3.x can link.
56
572007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
58
59        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
60        of the Configuration Table. Use the RTEMS provided accessor macros to
61        obtain configuration fields.
62
632007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
64
65        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
66        from CPU Table to Configuration Table. Eliminate CPU Table from all
67        ports. Delete references to CPU Table in all forms.
68
692007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
70
71        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
72        Table fields to the Configuration Table. This included
73        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
74        do_zero_of_workspace, extra_mpci_receive_server_stack,
75        stack_allocate_hook, and stack_free_hook. As a side-effect of this
76        effort some multiprocessing code was made conditional and some style
77        clean up occurred.
78
792007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
80
81        * startup/bspstart.c: Eliminate the interrupt_table_segment and
82        interrupt_table_offset fields in the i386 CPU Table since they are
83        never read.
84
852007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
86
87        * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
88        since it was used to configure a no longer used feature. Device names
89        are now part of the filesystem not in a table.
90
912007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
92
93        * bsp_specs: Remove qrtems_debug.
94
952006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
96
97        * network/ne2000.c: Use ioctl_command_t as arg in ioctl-functions.
98
992006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
100
101        * configure.ac: New BUG-REPORT address.
102
1032006-11-15      Joel Sherrill <joel@OARcorp.com>
104
105        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
106        file and simplified initialization.
107
1082006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
109
110        * Makefile.am: Remove superfluous -DASM.
111
1122006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
113
114        * configure.ac: Require autoconf-2.60. Require automake-1.10.
115
1162006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
117
118        * configure.ac: Remove explicit ampolish3 support (now in
119        RTEMS_BSP_CONFIGURE).
120
1212006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
122
123        * configure.ac: Add ampolish3 support.
124        * Makefile.am: Add preinstall.am.
125
1262005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
127
128        * Makefile.am: Add pci.rel.
129
1302005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
131
132        * Makefile.am: Install/preinstall headers from ../../i386/shared.
133
1342005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
135
136        * network/ne2000.c: Include <errno.h> instead of <sys/errno.h>.
137
1382005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
139
140        * include/bsp.h: New header guard.
141
1422005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
143
144        * clock/ckinit.c, console/console.c, include/bsp.h, network/ne2000.c:
145        Moved irq.h to bsp subdirectory.
146
1472005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
148
149        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
150
1512005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
152
153        * Makefile.am: Remove build-variant support.
154
1552004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
156
157        * configure.ac: Require automake > 1.9.
158
1592004-07-25      Joel Sherrill <joel@OARcorp.com>
160
161        * Makefile.am: Add -D__INSIDE_RTEMS_BSD_TCPIP_STACK__ for network.
162        * network/ne2000.c: Add include of <sys/errno.h>.
163
1642004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
165
166        PR 610/bsps
167        * Makefile.am: Add include/tm27.h, Cosmetics.
168        * include/tm27.h: Final cosmetics.
169
1702004-04-22      Ralf Corsepius <ralf.corsepius@rtems.org>
171
172        * include/bsp.h: Split out tmtest27 support.
173        * include/tm27.h: New.
174
1752004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
176
177        PR 613/bsps
178        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
179
1802004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
181
182        PR 614/bsps
183        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
184
1852004-04-02      Ralf Corsepius <ralf.corsepius@rtems.org>
186
187        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
188        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
189
1902004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
191
192        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
193        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
194        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
195
1962004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
197
198        * clock/ckinit.c, clock/rtc.c, include/bsp.h, startup/bspstart.c,
199        timer/timer.c: Convert to using c99 fixed size types.
200
2012004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * Makefile.am: Reflect changes to bsp.am.
204        Preinstall dist_project_lib*.
205
2062004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * Makefile.am: Reflect changes to bsp.am.
209
2102004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
213
2142004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * Makefile.am: Pickup files from ../../i386/shared instead of
217        ../shared. Reformat.
218
2192004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
222        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
223        wrapup/Makefile.am. Use automake compilation rules.
224        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
225        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
226        * configure.ac: Reflect changes above.
227
2282004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
231        Add RTEMS_PROG_CCAS.
232
2332004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * Makefile.am: Add PREINSTALL_DIRS.
236        * wrapup/Makefile.am: Reflect changes to libcpu.
237
2382004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
241        Add PRE/TMPINSTALL_FILES to CLEANFILES.
242        * startup/Makefile.am: Ditto.
243
2442004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * start/Makefile.am: Remove.
247        * Makefile.am: Merge-in start/Makefile.am.
248        * configure.ac: Reflect changes above.
249
2502004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * wrapup/Makefile.am: Eliminate $(LIB).
253        Use noinst_DATA to trigger building libbsp.a.
254
2552003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
258        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
259
2602003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
263        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
264
2652003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
268
2692003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * wrapup/Makefile.am: Cosmetics.
272
2732003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * start/Makefile.am: Misc cleanups and fixes.
276        * startup/Makefile.am: Misc cleanups and fixes.
277        * wrapup/Makefile.am: Misc cleanups and fixes.
278
2792003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * Makefile.am: Add preinstallation dirstamp support.
282        * clock/Makefile.am: Cosmetics.
283        * console/Makefile.am: Cosmetics.
284        * network/Makefile.am: Cosmetics.
285        * startup/Makefile.am: Cosmetics.
286        * timer/Makefile.am: Cosmetics.
287        * wrapup/Makefile.am: Cosmetics.
288
2892003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * clock/Makefile.am: Remove all-local: $(ARCH).
292        * console/Makefile.am: Remove all-local: $(ARCH).
293        * network/Makefile.am: Remove all-local: $(ARCH).
294        * start/Makefile.am: Remove all-local: $(ARCH).
295        * startup/Makefile.am: Remove all-local: $(ARCH).
296        * timer/Makefile.am: Remove all-local: $(ARCH).
297        * wrapup/Makefile.am: Remove all-local: $(ARCH).
298
2992003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * Makefile.am: Merge-in include/Makefile.am.
302        Reflect changes to bsp.am.
303        * include/Makefile.am: Remove.
304        * configure.ac: Reflect changes above.
305
3062003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * bsp_specs: Remove *lib:.
309
3102003-09-04      Joel Sherrill <joel@OARcorp.com>
311
312        * clock/ckinit.c, clock/rtc.c, console/console.c, include/bsp.h,
313        include/coverhd.h, network/ne2000.c, start/80386ex.h,
314        start/80386ex.inc, start/macros.inc, start/start.S,
315        startup/bspstart.c, startup/linkcmds, startup/setvec.c,
316        timer/timer.c, timer/timerisr.S, tools/debug_ada/init.c,
317        tools/debug_c/init.c, tools/debug_c/serial_gdb.c,
318        tools/debug_c/system.h, tools/network_ada/listener/init.c,
319        tools/network_ada/tcprelay/init.c, tools/ts_1325_ada/init.c: URL for
320        license changed.
321
3222003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * Makefile.am: Reflect having moved aclocal/.
325
3262003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * Makefile.am: Reflect having moved automake/.
329        * clock/Makefile.am: Reflect having moved automake/.
330        * console/Makefile.am: Reflect having moved automake/.
331        * include/Makefile.am: Reflect having moved automake/.
332        * network/Makefile.am: Reflect having moved automake/.
333        * start/Makefile.am: Reflect having moved automake/.
334        * startup/Makefile.am: Reflect having moved automake/.
335        * timer/Makefile.am: Reflect having moved automake/.
336        * wrapup/Makefile.am: Reflect having moved automake/.
337
3382003-08-13      Joel Sherrill <joel@OARcorp.com>
339
340        PR 451/bsps
341        * startup/Makefile.am: Include shared i386 TTY driver in these BSPs.
342
3432003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        PR 452/bsps
346        * startup/Makefile.am: Remove USE_INIT_FINI.
347
3482003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
351
3522003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        PR 445/bsps
355        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
356        Remove cpp, old_cpp (now unused).
357
3582003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * configure.ac: Remove AC_CONFIG_AUX_DIR.
361
3622003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
365
3662003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * configure.ac: AC_PREREQ(2.57).
369
3702003-01-20      Joel Sherrill <joel@OARcorp.com>
371
372        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
373
3742002-12-19      Joel Sherrill <joel@OARcorp.com>
375
376        * console/console.c: Removed __assert() which conflicts with newlib.
377
3782002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
381        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
382        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
383        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
384        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
385        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
386
3872002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * start/Makefile.am: Use install-data-local to install startfile.
390
3912002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
394
3952002-11-04      Joel Sherrill <joel@OARcorp.com>
396
397        * console/console.c, network/ne2000.c: Removed warnings.
398
3992002-11-01      Joel Sherrill <joel@OARcorp.com>
400
401        * startup/bspstart.c: Removed warnings.
402
4032002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * .cvsignore: Reformat.
406        Add autom4te*cache.
407        Remove autom4te.cache.
408
4092002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
412
4132002-08-21      Joel Sherrill <joel@OARcorp.com>
414
415        * bsp_specs: Added support for -nostdlibs.
416
4172002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
420        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
421        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
422        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
423        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
424        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
425        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
426
4272002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
428
429        * start/Makefile.am: Eliminate PGM.
430        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
431
4322002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
435
4362002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
439        Remove $(OBJS) from all-local.
440
4412002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
444
4452001-05-17      Joel Sherrill <joel@OARcorp.com>
446
447        * startup/linkcmds: Per PR224, added wild card math to .rodata.
448
4492002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * include/bsp.h: include <libcpu/cpu.h>.
452        * console/console.c: Remove unused variable console_open_count.
453
4542002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * configure.ac:
457        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
458        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
459        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
460        * Makefile.am: Remove AUTOMAKE_OPTIONS.
461        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
462        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
463        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
464        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
465        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
466        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
467        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
468
4692002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
470
471        * configure.ac: Remove stray ';', PR 139.
472
4732002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
476
4772001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
480        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
481
4822001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
483
484        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
485
4862001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * configure.ac: Add RTEMS_BSPOPTS_*(LOAD_RTC_AT_START),
489        RTEMS_BSPOPTS_*(BSP_DEBUG), RTEMS_BSPOPTS_*(UARTDEBUG),
490        remove RTEMS_OUTPUT_BUILD_SUBDIRS.
491
4922001-10-12      Joel Sherrill <joel@OARcorp.com>
493
494        * startup/linkcmds: Fixed typo.
495
4962001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
497
498        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
499        * configure.in: Remove.
500        * configure.ac: New file, generated from configure.in by autoupdate.
501
5022001-09-27      Joel Sherrill <joel@OARcorp.com>
503
504        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
505
5062001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
507
508        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
509
5102001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
511
512        * configure.in: Add bspopts.h.
513        * include/.cvsignore: Add bspopts.h*, stamp-h*.
514        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
515        * include/bsp.h: Include bspopts.h.
516
5172001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
518
519        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
520
5212000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
522
523        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
524
5252000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
526
527        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
528
5292000-11-01      Joel Sherrill <joel@OARcorp.com>
530
531        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
532        and libcsupport.h moved from libc to lib/include/rtems and
533        now must be referenced as <rtems/XXX.h>.   Header file order
534        was cleaned up while doing this.
535
5362000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
537
538        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
539        Switch to GNU canonicalization.
540
5412000-10-19      Joel Sherrill <joel@OARcorp.com>
542
543        * console/console.c: Invoke BSP_uart_init() with all arguments
544        now that it takes more parameters.
545
5462000-10-17      Joel Sherrill <joel@OARcorp.com>
547
548        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
549        to libbsp/i386/shared/irq.
550
5512000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
552
553        * startup/linkcmds: Added lines so DWARF debug information
554        would be available.  Otherwise gdb complains that the offsets
555        for the debug info are incorrect and doesn't load the files.
556
5572000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
558
559        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
560        * startup/Makefile.am: Cleanup comments.
561
5622000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
563
564        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
565        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
566        wrapup/Makefile.am: Include compile.am
567
5682000-08-10      Joel Sherrill <joel@OARcorp.com>
569
570        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.