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

4.104.114.84.95
Last change on this file since afaa498d was afaa498d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/11/03 at 09:42:13

Merger from rtems-4-6-branch.

  • Property mode set to 100644
File size: 6.5 KB
Line 
12003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove AC_CONFIG_AUX_DIR.
4
52003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
8
92003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: AC_PREREQ(2.57).
12
132003-01-20      Joel Sherrill <joel@OARcorp.com>
14
15        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
16
172002-12-19      Joel Sherrill <joel@OARcorp.com>
18
19        * console/console.c: Removed __assert() which conflicts with newlib.
20
212002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
24        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
25        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
26        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
27        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
28        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
29
302002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * start/Makefile.am: Use install-data-local to install startfile.
33
342002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
37
382002-11-04      Joel Sherrill <joel@OARcorp.com>
39
40        * console/console.c, network/ne2000.c: Removed warnings.
41
422002-11-01      Joel Sherrill <joel@OARcorp.com>
43
44        * startup/bspstart.c: Removed warnings.
45
462002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * .cvsignore: Reformat.
49        Add autom4te*cache.
50        Remove autom4te.cache.
51
522002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
55
562002-08-21      Joel Sherrill <joel@OARcorp.com>
57
58        * bsp_specs: Added support for -nostdlibs.
59
602002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
63        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
64        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
65        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
66        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
67        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
68        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
69
702002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * start/Makefile.am: Eliminate PGM.
73        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
74
752002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
78
792002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
82        Remove $(OBJS) from all-local.
83
842002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
87
882001-05-17      Joel Sherrill <joel@OARcorp.com>
89
90        * startup/linkcmds: Per PR224, added wild card math to .rodata.
91
922002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * include/bsp.h: include <libcpu/cpu.h>.
95        * console/console.c: Remove unused variable console_open_count.
96
972002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * configure.ac:
100        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
101        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
102        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
103        * Makefile.am: Remove AUTOMAKE_OPTIONS.
104        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
105        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
106        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
107        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
108        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
109        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
110        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
111
1122002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * configure.ac: Remove stray ';', PR 139.
115
1162002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
119
1202001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
123        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
124
1252001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
128
1292001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * configure.ac: Add RTEMS_BSPOPTS_*(LOAD_RTC_AT_START),
132        RTEMS_BSPOPTS_*(BSP_DEBUG), RTEMS_BSPOPTS_*(UARTDEBUG),
133        remove RTEMS_OUTPUT_BUILD_SUBDIRS.
134
1352001-10-12      Joel Sherrill <joel@OARcorp.com>
136
137        * startup/linkcmds: Fixed typo.
138
1392001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
142        * configure.in: Remove.
143        * configure.ac: New file, generated from configure.in by autoupdate.
144
1452001-09-27      Joel Sherrill <joel@OARcorp.com>
146
147        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
148
1492001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
152
1532001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * configure.in: Add bspopts.h.
156        * include/.cvsignore: Add bspopts.h*, stamp-h*.
157        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
158        * include/bsp.h: Include bspopts.h.
159
1602001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
161
162        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
163
1642000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
167
1682000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
171
1722000-11-01      Joel Sherrill <joel@OARcorp.com>
173
174        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
175        and libcsupport.h moved from libc to lib/include/rtems and
176        now must be referenced as <rtems/XXX.h>.   Header file order
177        was cleaned up while doing this.
178
1792000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
182        Switch to GNU canonicalization.
183
1842000-10-19      Joel Sherrill <joel@OARcorp.com>
185
186        * console/console.c: Invoke BSP_uart_init() with all arguments
187        now that it takes more parameters.
188
1892000-10-17      Joel Sherrill <joel@OARcorp.com>
190
191        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
192        to libbsp/i386/shared/irq.
193
1942000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
195
196        * startup/linkcmds: Added lines so DWARF debug information
197        would be available.  Otherwise gdb complains that the offsets
198        for the debug info are incorrect and doesn't load the files.
199
2002000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
203        * startup/Makefile.am: Cleanup comments.
204
2052000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
208        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
209        wrapup/Makefile.am: Include compile.am
210
2112000-08-10      Joel Sherrill <joel@OARcorp.com>
212
213        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.