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

4.104.114.84.95
Last change on this file since c483a4e was c483a4e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/18/03 at 06:22:53

Fix broken ChangeLog? entries.

  • Property mode set to 100644
File size: 7.5 KB
Line 
12003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Reflect having moved automake/.
4        * clock/Makefile.am: Reflect having moved automake/.
5        * console/Makefile.am: Reflect having moved automake/.
6        * include/Makefile.am: Reflect having moved automake/.
7        * network/Makefile.am: Reflect having moved automake/.
8        * start/Makefile.am: Reflect having moved automake/.
9        * startup/Makefile.am: Reflect having moved automake/.
10        * timer/Makefile.am: Reflect having moved automake/.
11        * wrapup/Makefile.am: Reflect having moved automake/.
12
132003-08-13      Joel Sherrill <joel@OARcorp.com>
14
15        PR 451/bsps
16        * startup/Makefile.am: Include shared i386 TTY driver in these BSPs.
17
182003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        PR 452/bsps
21        * startup/Makefile.am: Remove USE_INIT_FINI.
22
232003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
26
272003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        PR 445/bsps
30        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
31        Remove cpp, old_cpp (now unused).
32
332003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * configure.ac: Remove AC_CONFIG_AUX_DIR.
36
372003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
40
412003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * configure.ac: AC_PREREQ(2.57).
44
452003-01-20      Joel Sherrill <joel@OARcorp.com>
46
47        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
48
492002-12-19      Joel Sherrill <joel@OARcorp.com>
50
51        * console/console.c: Removed __assert() which conflicts with newlib.
52
532002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
56        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
57        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
58        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
59        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
60        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
61
622002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * start/Makefile.am: Use install-data-local to install startfile.
65
662002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
69
702002-11-04      Joel Sherrill <joel@OARcorp.com>
71
72        * console/console.c, network/ne2000.c: Removed warnings.
73
742002-11-01      Joel Sherrill <joel@OARcorp.com>
75
76        * startup/bspstart.c: Removed warnings.
77
782002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * .cvsignore: Reformat.
81        Add autom4te*cache.
82        Remove autom4te.cache.
83
842002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
87
882002-08-21      Joel Sherrill <joel@OARcorp.com>
89
90        * bsp_specs: Added support for -nostdlibs.
91
922002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
95        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
96        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
97        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
98        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
99        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
100        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
101
1022002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * start/Makefile.am: Eliminate PGM.
105        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
106
1072002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
110
1112002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
114        Remove $(OBJS) from all-local.
115
1162002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
119
1202001-05-17      Joel Sherrill <joel@OARcorp.com>
121
122        * startup/linkcmds: Per PR224, added wild card math to .rodata.
123
1242002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * include/bsp.h: include <libcpu/cpu.h>.
127        * console/console.c: Remove unused variable console_open_count.
128
1292002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * configure.ac:
132        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
133        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
134        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
135        * Makefile.am: Remove AUTOMAKE_OPTIONS.
136        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
137        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
138        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
139        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
140        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
141        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
142        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
143
1442002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * configure.ac: Remove stray ';', PR 139.
147
1482002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
151
1522001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
155        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
156
1572001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
160
1612001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * configure.ac: Add RTEMS_BSPOPTS_*(LOAD_RTC_AT_START),
164        RTEMS_BSPOPTS_*(BSP_DEBUG), RTEMS_BSPOPTS_*(UARTDEBUG),
165        remove RTEMS_OUTPUT_BUILD_SUBDIRS.
166
1672001-10-12      Joel Sherrill <joel@OARcorp.com>
168
169        * startup/linkcmds: Fixed typo.
170
1712001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
174        * configure.in: Remove.
175        * configure.ac: New file, generated from configure.in by autoupdate.
176
1772001-09-27      Joel Sherrill <joel@OARcorp.com>
178
179        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
180
1812001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
184
1852001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * configure.in: Add bspopts.h.
188        * include/.cvsignore: Add bspopts.h*, stamp-h*.
189        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
190        * include/bsp.h: Include bspopts.h.
191
1922001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
193
194        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
195
1962000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
199
2002000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
203
2042000-11-01      Joel Sherrill <joel@OARcorp.com>
205
206        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
207        and libcsupport.h moved from libc to lib/include/rtems and
208        now must be referenced as <rtems/XXX.h>.   Header file order
209        was cleaned up while doing this.
210
2112000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
214        Switch to GNU canonicalization.
215
2162000-10-19      Joel Sherrill <joel@OARcorp.com>
217
218        * console/console.c: Invoke BSP_uart_init() with all arguments
219        now that it takes more parameters.
220
2212000-10-17      Joel Sherrill <joel@OARcorp.com>
222
223        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
224        to libbsp/i386/shared/irq.
225
2262000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
227
228        * startup/linkcmds: Added lines so DWARF debug information
229        would be available.  Otherwise gdb complains that the offsets
230        for the debug info are incorrect and doesn't load the files.
231
2322000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
235        * startup/Makefile.am: Cleanup comments.
236
2372000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
240        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
241        wrapup/Makefile.am: Include compile.am
242
2432000-08-10      Joel Sherrill <joel@OARcorp.com>
244
245        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.