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

4.104.114.84.95
Last change on this file since 75fcb394 was 75fcb394, checked in by Joel Sherrill <joel.sherrill@…>, on 08/14/03 at 20:13:52

Correcting to include PR numbers.

  • Property mode set to 100644
File size: 7.0 KB
Line 
12003-08-13      Joel Sherrill <joel@OARcorp.com>
2
3        PR 451/bsps
4        * startup/Makefile.am: Include shared i386 TTY driver in these BSPs.
5
62003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        PR 452/bsps
9        * startup/Makefile.am: Remove USE_INIT_FINI.
10
112003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
14
152003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        PR 445/bsps
18        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
19        Remove cpp, old_cpp (now unused).
20
212003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * configure.ac: Remove AC_CONFIG_AUX_DIR.
24
252003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
28
292003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * configure.ac: AC_PREREQ(2.57).
32
332003-01-20      Joel Sherrill <joel@OARcorp.com>
34
35        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
36
372002-12-19      Joel Sherrill <joel@OARcorp.com>
38
39        * console/console.c: Removed __assert() which conflicts with newlib.
40
412002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
44        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
45        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
46        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
47        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
48        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
49
502002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * start/Makefile.am: Use install-data-local to install startfile.
53
542002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
57
582002-11-04      Joel Sherrill <joel@OARcorp.com>
59
60        * console/console.c, network/ne2000.c: Removed warnings.
61
622002-11-01      Joel Sherrill <joel@OARcorp.com>
63
64        * startup/bspstart.c: Removed warnings.
65
662002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * .cvsignore: Reformat.
69        Add autom4te*cache.
70        Remove autom4te.cache.
71
722002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
75
762002-08-21      Joel Sherrill <joel@OARcorp.com>
77
78        * bsp_specs: Added support for -nostdlibs.
79
802002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
83        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
84        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
85        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
86        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
87        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
88        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
89
902002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * start/Makefile.am: Eliminate PGM.
93        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
94
952002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
98
992002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
102        Remove $(OBJS) from all-local.
103
1042002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
107
1082001-05-17      Joel Sherrill <joel@OARcorp.com>
109
110        * startup/linkcmds: Per PR224, added wild card math to .rodata.
111
1122002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * include/bsp.h: include <libcpu/cpu.h>.
115        * console/console.c: Remove unused variable console_open_count.
116
1172002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * configure.ac:
120        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
121        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
122        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
123        * Makefile.am: Remove AUTOMAKE_OPTIONS.
124        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
125        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
126        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
127        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
128        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
129        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
130        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
131
1322002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * configure.ac: Remove stray ';', PR 139.
135
1362002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
139
1402001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
143        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
144
1452001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
148
1492001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * configure.ac: Add RTEMS_BSPOPTS_*(LOAD_RTC_AT_START),
152        RTEMS_BSPOPTS_*(BSP_DEBUG), RTEMS_BSPOPTS_*(UARTDEBUG),
153        remove RTEMS_OUTPUT_BUILD_SUBDIRS.
154
1552001-10-12      Joel Sherrill <joel@OARcorp.com>
156
157        * startup/linkcmds: Fixed typo.
158
1592001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
162        * configure.in: Remove.
163        * configure.ac: New file, generated from configure.in by autoupdate.
164
1652001-09-27      Joel Sherrill <joel@OARcorp.com>
166
167        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
168
1692001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
172
1732001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * configure.in: Add bspopts.h.
176        * include/.cvsignore: Add bspopts.h*, stamp-h*.
177        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
178        * include/bsp.h: Include bspopts.h.
179
1802001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
181
182        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
183
1842000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
187
1882000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
191
1922000-11-01      Joel Sherrill <joel@OARcorp.com>
193
194        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
195        and libcsupport.h moved from libc to lib/include/rtems and
196        now must be referenced as <rtems/XXX.h>.   Header file order
197        was cleaned up while doing this.
198
1992000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
202        Switch to GNU canonicalization.
203
2042000-10-19      Joel Sherrill <joel@OARcorp.com>
205
206        * console/console.c: Invoke BSP_uart_init() with all arguments
207        now that it takes more parameters.
208
2092000-10-17      Joel Sherrill <joel@OARcorp.com>
210
211        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
212        to libbsp/i386/shared/irq.
213
2142000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
215
216        * startup/linkcmds: Added lines so DWARF debug information
217        would be available.  Otherwise gdb complains that the offsets
218        for the debug info are incorrect and doesn't load the files.
219
2202000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
223        * startup/Makefile.am: Cleanup comments.
224
2252000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
228        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
229        wrapup/Makefile.am: Include compile.am
230
2312000-08-10      Joel Sherrill <joel@OARcorp.com>
232
233        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.