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

4.104.114.84.95
Last change on this file since d266acd2 was d266acd2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/06/03 at 12:56:55

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

  • bsp_specs: Remove -Dembedded -Asystem(embedded) from cpp. Remove cpp, old_cpp (now unused).
  • Property mode set to 100644
File size: 6.6 KB
Line 
12003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
4        Remove cpp, old_cpp (now unused).
5
62003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * configure.ac: Remove AC_CONFIG_AUX_DIR.
9
102003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
13
142003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * configure.ac: AC_PREREQ(2.57).
17
182003-01-20      Joel Sherrill <joel@OARcorp.com>
19
20        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
21
222002-12-19      Joel Sherrill <joel@OARcorp.com>
23
24        * console/console.c: Removed __assert() which conflicts with newlib.
25
262002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
29        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
30        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
31        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
32        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
33        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
34
352002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * start/Makefile.am: Use install-data-local to install startfile.
38
392002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
42
432002-11-04      Joel Sherrill <joel@OARcorp.com>
44
45        * console/console.c, network/ne2000.c: Removed warnings.
46
472002-11-01      Joel Sherrill <joel@OARcorp.com>
48
49        * startup/bspstart.c: Removed warnings.
50
512002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * .cvsignore: Reformat.
54        Add autom4te*cache.
55        Remove autom4te.cache.
56
572002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
60
612002-08-21      Joel Sherrill <joel@OARcorp.com>
62
63        * bsp_specs: Added support for -nostdlibs.
64
652002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
68        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
69        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
70        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
71        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
72        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
73        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
74
752002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * start/Makefile.am: Eliminate PGM.
78        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
79
802002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
83
842002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
87        Remove $(OBJS) from all-local.
88
892002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
92
932001-05-17      Joel Sherrill <joel@OARcorp.com>
94
95        * startup/linkcmds: Per PR224, added wild card math to .rodata.
96
972002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * include/bsp.h: include <libcpu/cpu.h>.
100        * console/console.c: Remove unused variable console_open_count.
101
1022002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * configure.ac:
105        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
106        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
107        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
108        * Makefile.am: Remove AUTOMAKE_OPTIONS.
109        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
110        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
111        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
112        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
113        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
114        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
115        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
116
1172002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * configure.ac: Remove stray ';', PR 139.
120
1212002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
124
1252001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
128        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
129
1302001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
133
1342001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * configure.ac: Add RTEMS_BSPOPTS_*(LOAD_RTC_AT_START),
137        RTEMS_BSPOPTS_*(BSP_DEBUG), RTEMS_BSPOPTS_*(UARTDEBUG),
138        remove RTEMS_OUTPUT_BUILD_SUBDIRS.
139
1402001-10-12      Joel Sherrill <joel@OARcorp.com>
141
142        * startup/linkcmds: Fixed typo.
143
1442001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
147        * configure.in: Remove.
148        * configure.ac: New file, generated from configure.in by autoupdate.
149
1502001-09-27      Joel Sherrill <joel@OARcorp.com>
151
152        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
153
1542001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
157
1582001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * configure.in: Add bspopts.h.
161        * include/.cvsignore: Add bspopts.h*, stamp-h*.
162        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
163        * include/bsp.h: Include bspopts.h.
164
1652001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
166
167        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
168
1692000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
172
1732000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
176
1772000-11-01      Joel Sherrill <joel@OARcorp.com>
178
179        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
180        and libcsupport.h moved from libc to lib/include/rtems and
181        now must be referenced as <rtems/XXX.h>.   Header file order
182        was cleaned up while doing this.
183
1842000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
187        Switch to GNU canonicalization.
188
1892000-10-19      Joel Sherrill <joel@OARcorp.com>
190
191        * console/console.c: Invoke BSP_uart_init() with all arguments
192        now that it takes more parameters.
193
1942000-10-17      Joel Sherrill <joel@OARcorp.com>
195
196        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
197        to libbsp/i386/shared/irq.
198
1992000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
200
201        * startup/linkcmds: Added lines so DWARF debug information
202        would be available.  Otherwise gdb complains that the offsets
203        for the debug info are incorrect and doesn't load the files.
204
2052000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
208        * startup/Makefile.am: Cleanup comments.
209
2102000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
213        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
214        wrapup/Makefile.am: Include compile.am
215
2162000-08-10      Joel Sherrill <joel@OARcorp.com>
217
218        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.