source: rtems/c/src/lib/libbsp/i386/i386ex/ChangeLog @ 3defec6

4.104.114.84.95
Last change on this file since 3defec6 was 3defec6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/23/04 at 04:47:38

2004-04-23 Ralf Corsepius <ralf_corsepius@…>

PR 610/bsps

  • Makefile.am: Add include/tm27.h, Cosmetics.
  • include/tm27.h: Final cosmetics.
  • Property mode set to 100644
File size: 12.9 KB
Line 
12004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        PR 610/bsps
4        * Makefile.am: Add include/tm27.h, Cosmetics.
5        * include/tm27.h: Final cosmetics.
6
72004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
8
9        * include/bsp.h: Split out tmtest27 support.
10        * include/tm27.h: New.
11
122004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
13
14        PR 613/bsps
15        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
16
172004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
18
19        PR 614/bsps
20        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
21
222004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
23
24        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
25        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
26
272004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
28
29        * network/network.c: Include <rtems/asm.h> instead of <asm.h>.
30        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
31        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
32        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
33
342004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
35
36        * clock/ckinit.c, include/bsp.h, startup/bspstart.c, timer/timer.c:
37        Convert to using c99 fixed size types.
38
392004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * Makefile.am: Reflect changes to bsp.am.
42        Preinstall dist_project_lib*.
43
442004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * Makefile.am: Reflect changes to bsp.am.
47
482004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
51
522004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * Makefile.am: Pickup files from ../../i386/shared instead of
55        ../shared. Reformat.
56
572004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
60        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
61        wrapup/Makefile.am. Use automake compilation rules.
62        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
63        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
64        * configure.ac: Reflect changes above.
65
662004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
69        Add RTEMS_PROG_CCAS.
70
712004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * Makefile.am: Add PREINSTALL_DIRS.
74        * wrapup/Makefile.am: Reflect changes to libcpu.
75
762004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
79        Add PRE/TMPINSTALL_FILES to CLEANFILES.
80        * startup/Makefile.am: Ditto.
81
822004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * start/Makefile.am: Remove.
85        * Makefile.am: Merge-in start/Makefile.am.
86        * configure.ac: Reflect changes above.
87
882004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * wrapup/Makefile.am: Eliminate $(LIB).
91        Use noinst_DATA to trigger building libbsp.a.
92
932003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
96        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
97
982003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
101        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
102
1032003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
106
1072003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * wrapup/Makefile.am: Cosmetics.
110
1112003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * start/Makefile.am: Misc cleanups and fixes.
114        * startup/Makefile.am: Misc cleanups and fixes.
115        * wrapup/Makefile.am: Misc cleanups and fixes.
116
1172003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * Makefile.am: Add preinstallation dirstamp support.
120        * clock/Makefile.am: Cosmetics.
121        * console/Makefile.am: Cosmetics.
122        * network/Makefile.am: Cosmetics.
123        * startup/Makefile.am: Cosmetics.
124        * timer/Makefile.am: Cosmetics.
125        * wrapup/Makefile.am: Cosmetics
126
1272003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * clock/Makefile.am: Remove all-local: $(ARCH).
130        * console/Makefile.am: Remove all-local: $(ARCH).
131        * network/Makefile.am: Remove all-local: $(ARCH).
132        * start/Makefile.am: Remove all-local: $(ARCH).
133        * startup/Makefile.am: Remove all-local: $(ARCH).
134        * timer/Makefile.am: Remove all-local: $(ARCH).
135        * wrapup/Makefile.am: Remove all-local: $(ARCH).
136
1372003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * Makefile.am: Merge-in include/Makefile.am.
140        Reflect changes to bsp.am.
141        * include/Makefile.am: Remove.
142        * configure.ac: Reflect changes above.
143
1442003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * bsp_specs: Remove *lib:.
147
1482003-09-04      Joel Sherrill <joel@OARcorp.com>
149
150        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
151        start/80386ex.h, start/80386ex.inc, start/macros.inc, start/start.S,
152        startup/bspstart.c, startup/linkcmds, startup/setvec.c,
153        timer/timer.c, timer/timerisr.S: URL for license changed.
154
1552003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * Makefile.am: Reflect having moved aclocal/.
158
1592003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * Makefile.am: Reflect having moved automake/.
162        * clock/Makefile.am: Reflect having moved automake/.
163        * console/Makefile.am: Reflect having moved automake/.
164        * include/Makefile.am: Reflect having moved automake/.
165        * network/Makefile.am: Reflect having moved automake/.
166        * start/Makefile.am: Reflect having moved automake/.
167        * startup/Makefile.am: Reflect having moved automake/.
168        * timer/Makefile.am: Reflect having moved automake/.
169        * wrapup/Makefile.am: Reflect having moved automake/.
170
1712003-08-13      Joel Sherrill <joel@OARcorp.com>
172
173        PR 451/bsps
174        * startup/Makefile.am: Include shared i386 TTY driver in these BSPs.
175
1762003-08-11      Joel Sherrill <joel@OARcorp.com>
177
178        PR 450/make_build
179        * startup/linkcmds: Added .eh_frame
180
1812003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
184
1852003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        PR 445/bsps
188        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
189        Remove cpp, old_cpp (now unused).
190
1912003-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * startup/Makefile.am: Remove -DBSP_IS_I386EX=1 (unused).
194
1952003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * configure.ac: Remove AC_CONFIG_AUX_DIR.
198
1992003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
202
2032003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * configure.ac: AC_PREREQ(2.57).
206
2072003-01-20      Joel Sherrill <joel@OARcorp.com>
208
209        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
210
2112002-12-19      Joel Sherrill <joel@OARcorp.com>
212
213        * console/console.c: Removed __assert() which conflicts with newlib.
214
2152002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
218        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
219        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
220        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
221        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
222        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
223
2242002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * start/Makefile.am: Use install-data-local to install startfile.
227
2282002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
231
2322002-11-04      Joel Sherrill <joel@OARcorp.com>
233
234        * network/network.c: Removed warnings.
235
2362002-11-04      Joel Sherrill <joel@OARcorp.com>
237
238        * console/console.c, network/network.c: Removed warnings.
239
2402002-11-01      Joel Sherrill <joel@OARcorp.com>
241
242        * startup/bspstart.c: Removed warnings.
243
2442002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * .cvsignore: Reformat.
247        Add autom4te*cache.
248        Remove autom4te.cache.
249
2502002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
253
2542002-08-21      Joel Sherrill <joel@OARcorp.com>
255
256        * bsp_specs: Added support for -nostdlibs.
257
2582002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
261        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
262        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
263        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
264        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
265        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
266        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
267
2682002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * startup/bspstart.c: Per PR252 removed hack that tripled size of
271        RTEMS Workspace when POSIX is configured.  This was probably done to
272        account for confdefs.h missing some application requirements.
273
2742002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * start/Makefile.am: Eliminate PGM.
277        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
278
2792002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
282
2832002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
286        Remove $(OBJS) from all-local.
287
2882002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
291
2922001-05-09      Joel Sherrill <joel@OARcorp.com>
293
294        * startup/linkcmds: In support of gcc 3.1, added one of more
295        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
296        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
297        and direction of segments to memory regions may also have been
298        addressed.  This was a sweep across all BSPs.
299 
3002002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * include/bsp.h: include <libcpu/cpu.h>.
303
3042002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * configure.ac:
307        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
308        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
309        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
310        * Makefile.am: Remove AUTOMAKE_OPTIONS.
311        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
312        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
313        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
314        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
315        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
316        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
317        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
318
3192002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * configure.ac: Remove stray ';', PR 139.
322
3232002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
326
3272001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
330        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
331
3322001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
335
3362001-10-25      Joel Sherrill <joel@OARcorp.com>
337
338        * startup/linkcmds: Added _init and _fini.
339
3402001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
343        * configure.in: Remove.
344        * configure.ac: New file, generated from configure.in by autoupdate.
345
3462001-09-27      Joel Sherrill <joel@OARcorp.com>
347
348        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
349
3502001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
353
3542001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * configure.in: Add bspopts.h.
357        * include/bsp.h: Include bspopts.h.
358        * include/.cvsignore: Add bspopts.h*, stamp-h*.
359        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
360        * start/Makefile.am: Dito.
361        * network/Makefile.am: Dito.
362
3632001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
366
3672000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
370
3712000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
374
3752000-11-01      Joel Sherrill <joel@OARcorp.com>
376
377        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
378        and libcsupport.h moved from libc to lib/include/rtems and
379        now must be referenced as <rtems/XXX.h>.   Header file order
380        was cleaned up while doing this.
381
3822000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
385        Switch to GNU canonicalization.
386
3872000-10-20      Joel Sherrill <joel@OARcorp.com>
388
389        * console/console.c: Invoke BSP_uart_init() with enough arguments
390        now that more communication parameters are settable.
391
3922000-10-17      Joel Sherrill <joel@OARcorp.com>
393
394        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
395        to libbsp/i386/shared/irq.
396
3972000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
398
399        * startup/linkcmds: Added lines so DWARF debug information
400        would be available.  Otherwise gdb complains that the offsets
401        for the debug info are incorrect and doesn't load the files.
402
4032000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
406
4072000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
410        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
411        wrapup/Makefile.am: Include compile.am
412
4132000-08-10      Joel Sherrill <joel@OARcorp.com>
414
415        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.