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

Last change on this file since 65677e6d was 22234ea, checked in by Joel Sherrill <joel.sherrill@…>, on 08/13/03 at 17:43:32

2003-08-13 Joel Sherrill <joel@…>

PR 451/bsps

  • startup/Makefile.am: Include shared i386 TTY driver in these BSPs.
  • Property mode set to 100644
File size: 6.7 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        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
9
102003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * configure.ac: Remove AC_CONFIG_AUX_DIR.
13
142003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
17
182003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * configure.ac: AC_PREREQ(2.57).
21
222003-01-20      Joel Sherrill <joel@OARcorp.com>
23
24        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
25
262002-12-19      Joel Sherrill <joel@OARcorp.com>
27
28        * console/console.c: Removed __assert() which conflicts with newlib.
29
302002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
33        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
34        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
35        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
36        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
37        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
38
392002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * start/Makefile.am: Use install-data-local to install startfile.
42
432002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
46
472002-11-04      Joel Sherrill <joel@OARcorp.com>
48
49        * console/console.c, network/ne2000.c: Removed warnings.
50
512002-11-01      Joel Sherrill <joel@OARcorp.com>
52
53        * startup/bspstart.c: Removed warnings.
54
552002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * .cvsignore: Reformat.
58        Add autom4te*cache.
59        Remove autom4te.cache.
60
612002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
64
652002-08-21      Joel Sherrill <joel@OARcorp.com>
66
67        * bsp_specs: Added support for -nostdlibs.
68
692002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
72        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
73        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
74        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
75        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
76        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
77        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
78
792002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * start/Makefile.am: Eliminate PGM.
82        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
83
842002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
87
882002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
91        Remove $(OBJS) from all-local.
92
932002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
96
972001-05-17      Joel Sherrill <joel@OARcorp.com>
98
99        * startup/linkcmds: Per PR224, added wild card math to .rodata.
100
1012002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * include/bsp.h: include <libcpu/cpu.h>.
104        * console/console.c: Remove unused variable console_open_count.
105
1062002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * configure.ac:
109        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
110        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
111        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
112        * Makefile.am: Remove AUTOMAKE_OPTIONS.
113        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
114        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
115        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
116        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
117        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
118        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
119        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
120
1212002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * configure.ac: Remove stray ';', PR 139.
124
1252002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
128
1292001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
132        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
133
1342001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
137
1382001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * configure.ac: Add RTEMS_BSPOPTS_*(LOAD_RTC_AT_START),
141        RTEMS_BSPOPTS_*(BSP_DEBUG), RTEMS_BSPOPTS_*(UARTDEBUG),
142        remove RTEMS_OUTPUT_BUILD_SUBDIRS.
143
1442001-10-12      Joel Sherrill <joel@OARcorp.com>
145
146        * startup/linkcmds: Fixed typo.
147
1482001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
151        * configure.in: Remove.
152        * configure.ac: New file, generated from configure.in by autoupdate.
153
1542001-09-27      Joel Sherrill <joel@OARcorp.com>
155
156        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
157
1582001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
161
1622001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * configure.in: Add bspopts.h.
165        * include/.cvsignore: Add bspopts.h*, stamp-h*.
166        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
167        * include/bsp.h: Include bspopts.h.
168
1692001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
170
171        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
172
1732000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
176
1772000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
180
1812000-11-01      Joel Sherrill <joel@OARcorp.com>
182
183        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
184        and libcsupport.h moved from libc to lib/include/rtems and
185        now must be referenced as <rtems/XXX.h>.   Header file order
186        was cleaned up while doing this.
187
1882000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
191        Switch to GNU canonicalization.
192
1932000-10-19      Joel Sherrill <joel@OARcorp.com>
194
195        * console/console.c: Invoke BSP_uart_init() with all arguments
196        now that it takes more parameters.
197
1982000-10-17      Joel Sherrill <joel@OARcorp.com>
199
200        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
201        to libbsp/i386/shared/irq.
202
2032000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
204
205        * startup/linkcmds: Added lines so DWARF debug information
206        would be available.  Otherwise gdb complains that the offsets
207        for the debug info are incorrect and doesn't load the files.
208
2092000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
212        * startup/Makefile.am: Cleanup comments.
213
2142000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
217        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
218        wrapup/Makefile.am: Include compile.am
219
2202000-08-10      Joel Sherrill <joel@OARcorp.com>
221
222        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.