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

4.104.114.95
Last change on this file since dde1fedb was dde1fedb, checked in by Joel Sherrill <joel.sherrill@…>, on 05/15/08 at 15:55:28

2008-05-15 Joel Sherrill <joel.sherrill@…>

  • startup/bspstart.c: Add capability for bootcard.c BSP Initialization Framework to ask the BSP where it has memory for the RTEMS Workspace and C Program Heap. These collectively are referred to as work area. If the BSP supports this, then it does not have to include code to split the available memory between the two areas. This reduces the amount of code in the BSP specific bspstart.c file. Additionally, the shared framework can initialize the C Library, call rtems_debug_enable(), and dirty the work area memory. Until most/all BSPs support this new capability, if the BSP supports this, it should call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac. When the transition is complete, this autoconf macro can be removed.
  • Property mode set to 100644
File size: 17.7 KB
Line 
12008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
4        Framework to ask the BSP where it has memory for the RTEMS Workspace
5        and C Program Heap. These collectively are referred to as work area.
6        If the BSP supports this, then it does not have to include code to
7        split the available memory between the two areas. This reduces the
8        amount of code in the BSP specific bspstart.c file. Additionally, the
9        shared framework can initialize the C Library, call
10        rtems_debug_enable(), and dirty the work area memory. Until most/all
11        BSPs support this new capability, if the BSP supports this, it should
12        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
13        When the transition is complete, this autoconf macro can be removed.
14
152008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
16
17        * Makefile.am: Rework to avoid .rel files.
18
192008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
20
21        * startup/bspstart.c: Refactored and renamed initialization routines to
22        rtems_initialize_data_structures, rtems_initialize_before_drivers,
23        rtems_initialize_device_drivers, and
24        rtems_initialize_start_multitasking. This opened the sequence up so
25        that bootcard() could provide a more robust and flexible framework
26        which is easier to explain and understand. This also lays the
27        groundwork for sharing the division of available memory between the
28        RTEMS workspace and heap and the C library initialization across all
29        BSPs.
30
312008-05-07      Joel Sherrill <joel.sherrill@OARcorp.com>
32
33        PR 649/bsps
34        * clock/ckinit.c, console/console.c: Add missing structure element.
35
362008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
37
38        * startup/linkcmds: Add wildcard to gcc_except_table section so
39        programs compiled with gcc 4.3.x can link.
40
412007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
42
43        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
44        of the Configuration Table. Use the RTEMS provided accessor macros to
45        obtain configuration fields.
46
472007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
48
49        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
50        from CPU Table to Configuration Table. Eliminate CPU Table from all
51        ports. Delete references to CPU Table in all forms.
52
532007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
54
55        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
56        Table fields to the Configuration Table. This included
57        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
58        do_zero_of_workspace, extra_mpci_receive_server_stack,
59        stack_allocate_hook, and stack_free_hook. As a side-effect of this
60        effort some multiprocessing code was made conditional and some style
61        clean up occurred.
62
632007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
64
65        * startup/bspstart.c: Eliminate the interrupt_table_segment and
66        interrupt_table_offset fields in the i386 CPU Table since they are
67        never read.
68
692007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
70
71        * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
72        since it was used to configure a no longer used feature. Device names
73        are now part of the filesystem not in a table.
74
752007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
76
77        * bsp_specs: Remove qrtems_debug.
78
792006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
80
81        * network/ne2000.c: Use ioctl_command_t as arg in ioctl-functions.
82
832006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
84
85        * configure.ac: New BUG-REPORT address.
86
872006-11-15      Joel Sherrill <joel@OARcorp.com>
88
89        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
90        file and simplified initialization.
91
922006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
93
94        * Makefile.am: Remove superfluous -DASM.
95
962006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
97
98        * configure.ac: Require autoconf-2.60. Require automake-1.10.
99
1002006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
101
102        * configure.ac: Remove explicit ampolish3 support (now in
103        RTEMS_BSP_CONFIGURE).
104
1052006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
106
107        * configure.ac: Add ampolish3 support.
108        * Makefile.am: Add preinstall.am.
109
1102005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
111
112        * Makefile.am: Add pci.rel.
113
1142005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
115
116        * Makefile.am: Install/preinstall headers from ../../i386/shared.
117
1182005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
119
120        * network/ne2000.c: Include <errno.h> instead of <sys/errno.h>.
121
1222005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
123
124        * include/bsp.h: New header guard.
125
1262005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
127
128        * clock/ckinit.c, console/console.c, include/bsp.h, network/ne2000.c:
129        Moved irq.h to bsp subdirectory.
130
1312005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
132
133        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
134
1352005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
136
137        * Makefile.am: Remove build-variant support.
138
1392004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
140
141        * configure.ac: Require automake > 1.9.
142
1432004-07-25      Joel Sherrill <joel@OARcorp.com>
144
145        * Makefile.am: Add -D__INSIDE_RTEMS_BSD_TCPIP_STACK__ for network.
146        * network/ne2000.c: Add include of <sys/errno.h>.
147
1482004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
149
150        PR 610/bsps
151        * Makefile.am: Add include/tm27.h, Cosmetics.
152        * include/tm27.h: Final cosmetics.
153
1542004-04-22      Ralf Corsepius <ralf.corsepius@rtems.org>
155
156        * include/bsp.h: Split out tmtest27 support.
157        * include/tm27.h: New.
158
1592004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
160
161        PR 613/bsps
162        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
163
1642004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
165
166        PR 614/bsps
167        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
168
1692004-04-02      Ralf Corsepius <ralf.corsepius@rtems.org>
170
171        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
172        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
173
1742004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
175
176        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
177        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
178        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
179
1802004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
181
182        * clock/ckinit.c, clock/rtc.c, include/bsp.h, startup/bspstart.c,
183        timer/timer.c: Convert to using c99 fixed size types.
184
1852004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * Makefile.am: Reflect changes to bsp.am.
188        Preinstall dist_project_lib*.
189
1902004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * Makefile.am: Reflect changes to bsp.am.
193
1942004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
197
1982004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * Makefile.am: Pickup files from ../../i386/shared instead of
201        ../shared. Reformat.
202
2032004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
206        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
207        wrapup/Makefile.am. Use automake compilation rules.
208        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
209        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
210        * configure.ac: Reflect changes above.
211
2122004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
215        Add RTEMS_PROG_CCAS.
216
2172004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * Makefile.am: Add PREINSTALL_DIRS.
220        * wrapup/Makefile.am: Reflect changes to libcpu.
221
2222004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
225        Add PRE/TMPINSTALL_FILES to CLEANFILES.
226        * startup/Makefile.am: Ditto.
227
2282004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * start/Makefile.am: Remove.
231        * Makefile.am: Merge-in start/Makefile.am.
232        * configure.ac: Reflect changes above.
233
2342004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * wrapup/Makefile.am: Eliminate $(LIB).
237        Use noinst_DATA to trigger building libbsp.a.
238
2392003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
242        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
243
2442003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
247        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
248
2492003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
252
2532003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * wrapup/Makefile.am: Cosmetics.
256
2572003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * start/Makefile.am: Misc cleanups and fixes.
260        * startup/Makefile.am: Misc cleanups and fixes.
261        * wrapup/Makefile.am: Misc cleanups and fixes.
262
2632003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * Makefile.am: Add preinstallation dirstamp support.
266        * clock/Makefile.am: Cosmetics.
267        * console/Makefile.am: Cosmetics.
268        * network/Makefile.am: Cosmetics.
269        * startup/Makefile.am: Cosmetics.
270        * timer/Makefile.am: Cosmetics.
271        * wrapup/Makefile.am: Cosmetics.
272
2732003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * clock/Makefile.am: Remove all-local: $(ARCH).
276        * console/Makefile.am: Remove all-local: $(ARCH).
277        * network/Makefile.am: Remove all-local: $(ARCH).
278        * start/Makefile.am: Remove all-local: $(ARCH).
279        * startup/Makefile.am: Remove all-local: $(ARCH).
280        * timer/Makefile.am: Remove all-local: $(ARCH).
281        * wrapup/Makefile.am: Remove all-local: $(ARCH).
282
2832003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * Makefile.am: Merge-in include/Makefile.am.
286        Reflect changes to bsp.am.
287        * include/Makefile.am: Remove.
288        * configure.ac: Reflect changes above.
289
2902003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * bsp_specs: Remove *lib:.
293
2942003-09-04      Joel Sherrill <joel@OARcorp.com>
295
296        * clock/ckinit.c, clock/rtc.c, console/console.c, include/bsp.h,
297        include/coverhd.h, network/ne2000.c, start/80386ex.h,
298        start/80386ex.inc, start/macros.inc, start/start.S,
299        startup/bspstart.c, startup/linkcmds, startup/setvec.c,
300        timer/timer.c, timer/timerisr.S, tools/debug_ada/init.c,
301        tools/debug_c/init.c, tools/debug_c/serial_gdb.c,
302        tools/debug_c/system.h, tools/network_ada/listener/init.c,
303        tools/network_ada/tcprelay/init.c, tools/ts_1325_ada/init.c: URL for
304        license changed.
305
3062003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * Makefile.am: Reflect having moved aclocal/.
309
3102003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * Makefile.am: Reflect having moved automake/.
313        * clock/Makefile.am: Reflect having moved automake/.
314        * console/Makefile.am: Reflect having moved automake/.
315        * include/Makefile.am: Reflect having moved automake/.
316        * network/Makefile.am: Reflect having moved automake/.
317        * start/Makefile.am: Reflect having moved automake/.
318        * startup/Makefile.am: Reflect having moved automake/.
319        * timer/Makefile.am: Reflect having moved automake/.
320        * wrapup/Makefile.am: Reflect having moved automake/.
321
3222003-08-13      Joel Sherrill <joel@OARcorp.com>
323
324        PR 451/bsps
325        * startup/Makefile.am: Include shared i386 TTY driver in these BSPs.
326
3272003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        PR 452/bsps
330        * startup/Makefile.am: Remove USE_INIT_FINI.
331
3322003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
335
3362003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        PR 445/bsps
339        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
340        Remove cpp, old_cpp (now unused).
341
3422003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * configure.ac: Remove AC_CONFIG_AUX_DIR.
345
3462003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
349
3502003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * configure.ac: AC_PREREQ(2.57).
353
3542003-01-20      Joel Sherrill <joel@OARcorp.com>
355
356        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
357
3582002-12-19      Joel Sherrill <joel@OARcorp.com>
359
360        * console/console.c: Removed __assert() which conflicts with newlib.
361
3622002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
365        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
366        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
367        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
368        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
369        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
370
3712002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * start/Makefile.am: Use install-data-local to install startfile.
374
3752002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
378
3792002-11-04      Joel Sherrill <joel@OARcorp.com>
380
381        * console/console.c, network/ne2000.c: Removed warnings.
382
3832002-11-01      Joel Sherrill <joel@OARcorp.com>
384
385        * startup/bspstart.c: Removed warnings.
386
3872002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * .cvsignore: Reformat.
390        Add autom4te*cache.
391        Remove autom4te.cache.
392
3932002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
396
3972002-08-21      Joel Sherrill <joel@OARcorp.com>
398
399        * bsp_specs: Added support for -nostdlibs.
400
4012002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
404        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
405        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
406        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
407        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
408        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
409        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
410
4112002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * start/Makefile.am: Eliminate PGM.
414        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
415
4162002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
419
4202002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
423        Remove $(OBJS) from all-local.
424
4252002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
428
4292001-05-17      Joel Sherrill <joel@OARcorp.com>
430
431        * startup/linkcmds: Per PR224, added wild card math to .rodata.
432
4332002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * include/bsp.h: include <libcpu/cpu.h>.
436        * console/console.c: Remove unused variable console_open_count.
437
4382002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * configure.ac:
441        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
442        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
443        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
444        * Makefile.am: Remove AUTOMAKE_OPTIONS.
445        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
446        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
447        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
448        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
449        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
450        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
451        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
452
4532002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * configure.ac: Remove stray ';', PR 139.
456
4572002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
458
459        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
460
4612001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
462
463        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
464        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
465
4662001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
469
4702001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
471
472        * configure.ac: Add RTEMS_BSPOPTS_*(LOAD_RTC_AT_START),
473        RTEMS_BSPOPTS_*(BSP_DEBUG), RTEMS_BSPOPTS_*(UARTDEBUG),
474        remove RTEMS_OUTPUT_BUILD_SUBDIRS.
475
4762001-10-12      Joel Sherrill <joel@OARcorp.com>
477
478        * startup/linkcmds: Fixed typo.
479
4802001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
483        * configure.in: Remove.
484        * configure.ac: New file, generated from configure.in by autoupdate.
485
4862001-09-27      Joel Sherrill <joel@OARcorp.com>
487
488        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
489
4902001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
491
492        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
493
4942001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
495
496        * configure.in: Add bspopts.h.
497        * include/.cvsignore: Add bspopts.h*, stamp-h*.
498        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
499        * include/bsp.h: Include bspopts.h.
500
5012001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
502
503        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
504
5052000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
506
507        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
508
5092000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
510
511        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
512
5132000-11-01      Joel Sherrill <joel@OARcorp.com>
514
515        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
516        and libcsupport.h moved from libc to lib/include/rtems and
517        now must be referenced as <rtems/XXX.h>.   Header file order
518        was cleaned up while doing this.
519
5202000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
521
522        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
523        Switch to GNU canonicalization.
524
5252000-10-19      Joel Sherrill <joel@OARcorp.com>
526
527        * console/console.c: Invoke BSP_uart_init() with all arguments
528        now that it takes more parameters.
529
5302000-10-17      Joel Sherrill <joel@OARcorp.com>
531
532        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
533        to libbsp/i386/shared/irq.
534
5352000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
536
537        * startup/linkcmds: Added lines so DWARF debug information
538        would be available.  Otherwise gdb complains that the offsets
539        for the debug info are incorrect and doesn't load the files.
540
5412000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
542
543        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
544        * startup/Makefile.am: Cleanup comments.
545
5462000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
547
548        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
549        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
550        wrapup/Makefile.am: Include compile.am
551
5522000-08-10      Joel Sherrill <joel@OARcorp.com>
553
554        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.