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

4.104.114.84.95
Last change on this file since 3299388d was 6f63094, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/08/03 at 15:28:57

2003-09-08 Ralf Corsepius <corsepiu@…>

  • bsp_specs: Remove *lib:.
  • Property mode set to 100644
File size: 8.2 KB
Line 
12003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * bsp_specs: Remove *lib:.
4
52003-09-04      Joel Sherrill <joel@OARcorp.com>
6
7        * clock/ckinit.c, clock/rtc.c, console/console.c, include/bsp.h,
8        include/coverhd.h, network/ne2000.c, start/80386ex.h,
9        start/80386ex.inc, start/macros.inc, start/start.S,
10        startup/bspstart.c, startup/linkcmds, startup/setvec.c,
11        timer/timer.c, timer/timerisr.S, tools/debug_ada/init.c,
12        tools/debug_c/init.c, tools/debug_c/serial_gdb.c,
13        tools/debug_c/system.h, tools/network_ada/listener/init.c,
14        tools/network_ada/tcprelay/init.c, tools/ts_1325_ada/init.c: URL for
15        license changed.
16
172003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * Makefile.am: Reflect having moved aclocal/.
20
212003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * Makefile.am: Reflect having moved automake/.
24        * clock/Makefile.am: Reflect having moved automake/.
25        * console/Makefile.am: Reflect having moved automake/.
26        * include/Makefile.am: Reflect having moved automake/.
27        * network/Makefile.am: Reflect having moved automake/.
28        * start/Makefile.am: Reflect having moved automake/.
29        * startup/Makefile.am: Reflect having moved automake/.
30        * timer/Makefile.am: Reflect having moved automake/.
31        * wrapup/Makefile.am: Reflect having moved automake/.
32
332003-08-13      Joel Sherrill <joel@OARcorp.com>
34
35        PR 451/bsps
36        * startup/Makefile.am: Include shared i386 TTY driver in these BSPs.
37
382003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        PR 452/bsps
41        * startup/Makefile.am: Remove USE_INIT_FINI.
42
432003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
46
472003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        PR 445/bsps
50        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
51        Remove cpp, old_cpp (now unused).
52
532003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * configure.ac: Remove AC_CONFIG_AUX_DIR.
56
572003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
60
612003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * configure.ac: AC_PREREQ(2.57).
64
652003-01-20      Joel Sherrill <joel@OARcorp.com>
66
67        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
68
692002-12-19      Joel Sherrill <joel@OARcorp.com>
70
71        * console/console.c: Removed __assert() which conflicts with newlib.
72
732002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
76        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
77        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
78        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
79        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
80        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
81
822002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * start/Makefile.am: Use install-data-local to install startfile.
85
862002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
89
902002-11-04      Joel Sherrill <joel@OARcorp.com>
91
92        * console/console.c, network/ne2000.c: Removed warnings.
93
942002-11-01      Joel Sherrill <joel@OARcorp.com>
95
96        * startup/bspstart.c: Removed warnings.
97
982002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * .cvsignore: Reformat.
101        Add autom4te*cache.
102        Remove autom4te.cache.
103
1042002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
107
1082002-08-21      Joel Sherrill <joel@OARcorp.com>
109
110        * bsp_specs: Added support for -nostdlibs.
111
1122002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
115        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
116        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
117        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
118        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
119        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
120        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
121
1222002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * start/Makefile.am: Eliminate PGM.
125        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
126
1272002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
130
1312002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
134        Remove $(OBJS) from all-local.
135
1362002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
139
1402001-05-17      Joel Sherrill <joel@OARcorp.com>
141
142        * startup/linkcmds: Per PR224, added wild card math to .rodata.
143
1442002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * include/bsp.h: include <libcpu/cpu.h>.
147        * console/console.c: Remove unused variable console_open_count.
148
1492002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * configure.ac:
152        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
153        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
154        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
155        * Makefile.am: Remove AUTOMAKE_OPTIONS.
156        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
157        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
158        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
159        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
160        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
161        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
162        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
163
1642002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * configure.ac: Remove stray ';', PR 139.
167
1682002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
171
1722001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
175        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
176
1772001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
180
1812001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * configure.ac: Add RTEMS_BSPOPTS_*(LOAD_RTC_AT_START),
184        RTEMS_BSPOPTS_*(BSP_DEBUG), RTEMS_BSPOPTS_*(UARTDEBUG),
185        remove RTEMS_OUTPUT_BUILD_SUBDIRS.
186
1872001-10-12      Joel Sherrill <joel@OARcorp.com>
188
189        * startup/linkcmds: Fixed typo.
190
1912001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
194        * configure.in: Remove.
195        * configure.ac: New file, generated from configure.in by autoupdate.
196
1972001-09-27      Joel Sherrill <joel@OARcorp.com>
198
199        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
200
2012001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
204
2052001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * configure.in: Add bspopts.h.
208        * include/.cvsignore: Add bspopts.h*, stamp-h*.
209        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
210        * include/bsp.h: Include bspopts.h.
211
2122001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
213
214        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
215
2162000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
219
2202000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
223
2242000-11-01      Joel Sherrill <joel@OARcorp.com>
225
226        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
227        and libcsupport.h moved from libc to lib/include/rtems and
228        now must be referenced as <rtems/XXX.h>.   Header file order
229        was cleaned up while doing this.
230
2312000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
234        Switch to GNU canonicalization.
235
2362000-10-19      Joel Sherrill <joel@OARcorp.com>
237
238        * console/console.c: Invoke BSP_uart_init() with all arguments
239        now that it takes more parameters.
240
2412000-10-17      Joel Sherrill <joel@OARcorp.com>
242
243        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
244        to libbsp/i386/shared/irq.
245
2462000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
247
248        * startup/linkcmds: Added lines so DWARF debug information
249        would be available.  Otherwise gdb complains that the offsets
250        for the debug info are incorrect and doesn't load the files.
251
2522000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
255        * startup/Makefile.am: Cleanup comments.
256
2572000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
260        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
261        wrapup/Makefile.am: Include compile.am
262
2632000-08-10      Joel Sherrill <joel@OARcorp.com>
264
265        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.