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

4.104.114.84.95
Last change on this file since c4e9f68 was c4e9f68, checked in by Joel Sherrill <joel.sherrill@…>, on 12/19/02 at 14:49:13

2002-12-19 Joel Sherrill <joel@…>

  • console/console.c: Removed assert() which conflicts with newlib.
  • Property mode set to 100644
File size: 6.1 KB
Line 
12002-12-19      Joel Sherrill <joel@OARcorp.com>
2
3        * console/console.c: Removed __assert() which conflicts with newlib.
4
52002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
8        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
9        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
10        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
11        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
12        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
13
142002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * start/Makefile.am: Use install-data-local to install startfile.
17
182002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
21
222002-11-04      Joel Sherrill <joel@OARcorp.com>
23
24        * console/console.c, network/ne2000.c: Removed warnings.
25
262002-11-01      Joel Sherrill <joel@OARcorp.com>
27
28        * startup/bspstart.c: Removed warnings.
29
302002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * .cvsignore: Reformat.
33        Add autom4te*cache.
34        Remove autom4te.cache.
35
362002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
39
402002-08-21      Joel Sherrill <joel@OARcorp.com>
41
42        * bsp_specs: Added support for -nostdlibs.
43
442002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
47        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
48        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
49        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
50        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
51        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
52        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
53
542002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * start/Makefile.am: Eliminate PGM.
57        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
58
592002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
62
632002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
66        Remove $(OBJS) from all-local.
67
682002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
71
722001-05-17      Joel Sherrill <joel@OARcorp.com>
73
74        * startup/linkcmds: Per PR224, added wild card math to .rodata.
75
762002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * include/bsp.h: include <libcpu/cpu.h>.
79        * console/console.c: Remove unused variable console_open_count.
80
812002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * configure.ac:
84        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
85        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
86        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
87        * Makefile.am: Remove AUTOMAKE_OPTIONS.
88        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
89        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
90        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
91        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
92        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
93        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
94        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
95
962002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * configure.ac: Remove stray ';', PR 139.
99
1002002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
103
1042001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
107        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
108
1092001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
112
1132001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.ac: Add RTEMS_BSPOPTS_*(LOAD_RTC_AT_START),
116        RTEMS_BSPOPTS_*(BSP_DEBUG), RTEMS_BSPOPTS_*(UARTDEBUG),
117        remove RTEMS_OUTPUT_BUILD_SUBDIRS.
118
1192001-10-12      Joel Sherrill <joel@OARcorp.com>
120
121        * startup/linkcmds: Fixed typo.
122
1232001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
126        * configure.in: Remove.
127        * configure.ac: New file, generated from configure.in by autoupdate.
128
1292001-09-27      Joel Sherrill <joel@OARcorp.com>
130
131        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
132
1332001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
136
1372001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * configure.in: Add bspopts.h.
140        * include/.cvsignore: Add bspopts.h*, stamp-h*.
141        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
142        * include/bsp.h: Include bspopts.h.
143
1442001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
145
146        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
147
1482000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
151
1522000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
155
1562000-11-01      Joel Sherrill <joel@OARcorp.com>
157
158        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
159        and libcsupport.h moved from libc to lib/include/rtems and
160        now must be referenced as <rtems/XXX.h>.   Header file order
161        was cleaned up while doing this.
162
1632000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
166        Switch to GNU canonicalization.
167
1682000-10-19      Joel Sherrill <joel@OARcorp.com>
169
170        * console/console.c: Invoke BSP_uart_init() with all arguments
171        now that it takes more parameters.
172
1732000-10-17      Joel Sherrill <joel@OARcorp.com>
174
175        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
176        to libbsp/i386/shared/irq.
177
1782000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
179
180        * startup/linkcmds: Added lines so DWARF debug information
181        would be available.  Otherwise gdb complains that the offsets
182        for the debug info are incorrect and doesn't load the files.
183
1842000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
187        * startup/Makefile.am: Cleanup comments.
188
1892000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
192        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
193        wrapup/Makefile.am: Include compile.am
194
1952000-08-10      Joel Sherrill <joel@OARcorp.com>
196
197        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.