source: rtems/c/src/lib/libbsp/i386/i386ex/ChangeLog @ 6ff7e2c

4.104.114.84.95
Last change on this file since 6ff7e2c was 6ff7e2c, checked in by Joel Sherrill <joel.sherrill@…>, on 09/04/03 at 18:51:20

2003-09-04 Joel Sherrill <joel@…>

  • clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h, start/80386ex.h, start/80386ex.inc, start/macros.inc, start/start.S, startup/bspstart.c, startup/linkcmds, startup/setvec.c, timer/timer.c, timer/timerisr.S: URL for license changed.
  • Property mode set to 100644
File size: 8.4 KB
RevLine 
[6ff7e2c]12003-09-04      Joel Sherrill <joel@OARcorp.com>
2
3        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
4        start/80386ex.h, start/80386ex.inc, start/macros.inc, start/start.S,
5        startup/bspstart.c, startup/linkcmds, startup/setvec.c,
6        timer/timer.c, timer/timerisr.S: URL for license changed.
7
[fe8bc62f]82003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * Makefile.am: Reflect having moved aclocal/.
11
[88daa3d]122003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
[c483a4e]14        * Makefile.am: Reflect having moved automake/.
15        * clock/Makefile.am: Reflect having moved automake/.
16        * console/Makefile.am: Reflect having moved automake/.
17        * include/Makefile.am: Reflect having moved automake/.
18        * network/Makefile.am: Reflect having moved automake/.
19        * start/Makefile.am: Reflect having moved automake/.
20        * startup/Makefile.am: Reflect having moved automake/.
21        * timer/Makefile.am: Reflect having moved automake/.
22        * wrapup/Makefile.am: Reflect having moved automake/.
[88daa3d]23
[7002011]242003-08-13      Joel Sherrill <joel@OARcorp.com>
25
26        PR 451/bsps
27        * startup/Makefile.am: Include shared i386 TTY driver in these BSPs.
28
[3facd3d3]292003-08-11      Joel Sherrill <joel@OARcorp.com>
30
[cfd3235]31        PR 450/make_build
[3facd3d3]32        * startup/linkcmds: Added .eh_frame
33
[7dcc3fe]342003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
37
[d266acd2]382003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
[75fcb394]40        PR 445/bsps
[d266acd2]41        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
42        Remove cpp, old_cpp (now unused).
43
[8f992428]442003-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * startup/Makefile.am: Remove -DBSP_IS_I386EX=1 (unused).
47
[afaa498d]482003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * configure.ac: Remove AC_CONFIG_AUX_DIR.
51
[ccd81b60]522003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
55
[9b5c258]562003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * configure.ac: AC_PREREQ(2.57).
59
[7b0c547a]602003-01-20      Joel Sherrill <joel@OARcorp.com>
61
62        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
63
[c4e9f68]642002-12-19      Joel Sherrill <joel@OARcorp.com>
65
66        * console/console.c: Removed __assert() which conflicts with newlib.
67
[2ace6bfa]682002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
71        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
72        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
73        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
74        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
75        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
76
[59a01a6e]772002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * start/Makefile.am: Use install-data-local to install startfile.
80
[2567546]812002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
84
[52471f60]852002-11-04      Joel Sherrill <joel@OARcorp.com>
86
87        * network/network.c: Removed warnings.
88
[844de99]892002-11-04      Joel Sherrill <joel@OARcorp.com>
90
91        * console/console.c, network/network.c: Removed warnings.
92
[02059376]932002-11-01      Joel Sherrill <joel@OARcorp.com>
94
95        * startup/bspstart.c: Removed warnings.
96
[8730f45]972002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * .cvsignore: Reformat.
100        Add autom4te*cache.
101        Remove autom4te.cache.
102
[c386c63]1032002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
106
[a2ae30c2]1072002-08-21      Joel Sherrill <joel@OARcorp.com>
108
109        * bsp_specs: Added support for -nostdlibs.
110
[0fe6737]1112002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
114        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
115        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
116        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
117        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
118        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
119        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
120
[178592c]1212002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * startup/bspstart.c: Per PR252 removed hack that tripled size of
124        RTEMS Workspace when POSIX is configured.  This was probably done to
125        account for confdefs.h missing some application requirements.
126
[4ca150f]1272002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * start/Makefile.am: Eliminate PGM.
130        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
131
[fdc10e3]1322002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
135
[445c0a0]1362002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
139        Remove $(OBJS) from all-local.
140
[80defac]1412002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
144
[85c92574]1452001-05-09      Joel Sherrill <joel@OARcorp.com>
146
147        * startup/linkcmds: In support of gcc 3.1, added one of more
148        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
149        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
150        and direction of segments to memory regions may also have been
151        addressed.  This was a sweep across all BSPs.
152 
[b7d8cb7]1532002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * include/bsp.h: include <libcpu/cpu.h>.
156
[134dceb]1572002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * configure.ac:
160        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
161        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
162        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
163        * Makefile.am: Remove AUTOMAKE_OPTIONS.
164        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
165        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
166        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
167        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
168        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
169        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
170        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
171
[658ad222]1722002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * configure.ac: Remove stray ';', PR 139.
175
[45805cc]1762002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
179
[8fec915]1802001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
183        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
184
[9e1ae79]1852001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
188
[ac9253e]1892001-10-25      Joel Sherrill <joel@OARcorp.com>
190
191        * startup/linkcmds: Added _init and _fini.
192
[df25c998]1932001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
196        * configure.in: Remove.
197        * configure.ac: New file, generated from configure.in by autoupdate.
198
[cf282090]1992001-09-27      Joel Sherrill <joel@OARcorp.com>
200
201        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
202
[1858070]2032001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
206
[cac4c75]2072001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * configure.in: Add bspopts.h.
210        * include/bsp.h: Include bspopts.h.
211        * include/.cvsignore: Add bspopts.h*, stamp-h*.
212        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
213        * start/Makefile.am: Dito.
214        * network/Makefile.am: Dito.
215
2162001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
[6f21328]217
218        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
219
[feead226]2202000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
223
[a314d3b4]2242000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
227
[eba2e4f]2282000-11-01      Joel Sherrill <joel@OARcorp.com>
229
230        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
231        and libcsupport.h moved from libc to lib/include/rtems and
232        now must be referenced as <rtems/XXX.h>.   Header file order
233        was cleaned up while doing this.
234
[e83378d]2352000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
238        Switch to GNU canonicalization.
239
[cf5be833]2402000-10-20      Joel Sherrill <joel@OARcorp.com>
241
242        * console/console.c: Invoke BSP_uart_init() with enough arguments
243        now that more communication parameters are settable.
244
[bad7e90]2452000-10-17      Joel Sherrill <joel@OARcorp.com>
246
247        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
248        to libbsp/i386/shared/irq.
249
[4cb5d29]2502000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
251
252        * startup/linkcmds: Added lines so DWARF debug information
253        would be available.  Otherwise gdb complains that the offsets
254        for the debug info are incorrect and doesn't load the files.
255
[2431a8cf]2562000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
259
[80052531]2602000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
263        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
264        wrapup/Makefile.am: Include compile.am
265
[e94ad1fe]2662000-08-10      Joel Sherrill <joel@OARcorp.com>
267
268        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.