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

4.104.114.84.95
Last change on this file since 202ed85 was 202ed85, checked in by Joel Sherrill <joel.sherrill@…>, on 11/04/02 at 14:25:57

2002-11-04 Joel Sherrill <joel@…>

  • console/console.c, network/ne2000.c: Removed warnings.
  • Property mode set to 100644
File size: 5.4 KB
Line 
12002-11-04      Joel Sherrill <joel@OARcorp.com>
2
3        * console/console.c, network/ne2000.c: Removed warnings.
4
52002-11-01      Joel Sherrill <joel@OARcorp.com>
6
7        * startup/bspstart.c: Removed warnings.
8
92002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * .cvsignore: Reformat.
12        Add autom4te*cache.
13        Remove autom4te.cache.
14
152002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
18
192002-08-21      Joel Sherrill <joel@OARcorp.com>
20
21        * bsp_specs: Added support for -nostdlibs.
22
232002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
26        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
27        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
28        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
29        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
30        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
31        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
32
332002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * start/Makefile.am: Eliminate PGM.
36        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
37
382002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
41
422002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
45        Remove $(OBJS) from all-local.
46
472002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
50
512001-05-17      Joel Sherrill <joel@OARcorp.com>
52
53        * startup/linkcmds: Per PR224, added wild card math to .rodata.
54
552002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * include/bsp.h: include <libcpu/cpu.h>.
58        * console/console.c: Remove unused variable console_open_count.
59
602002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.ac:
63        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
64        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
65        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
66        * Makefile.am: Remove AUTOMAKE_OPTIONS.
67        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
68        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
69        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
70        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
71        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
72        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
73        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
74
752002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * configure.ac: Remove stray ';', PR 139.
78
792002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
82
832001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
86        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
87
882001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
91
922001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * configure.ac: Add RTEMS_BSPOPTS_*(LOAD_RTC_AT_START),
95        RTEMS_BSPOPTS_*(BSP_DEBUG), RTEMS_BSPOPTS_*(UARTDEBUG),
96        remove RTEMS_OUTPUT_BUILD_SUBDIRS.
97
982001-10-12      Joel Sherrill <joel@OARcorp.com>
99
100        * startup/linkcmds: Fixed typo.
101
1022001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
105        * configure.in: Remove.
106        * configure.ac: New file, generated from configure.in by autoupdate.
107
1082001-09-27      Joel Sherrill <joel@OARcorp.com>
109
110        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
111
1122001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
115
1162001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * configure.in: Add bspopts.h.
119        * include/.cvsignore: Add bspopts.h*, stamp-h*.
120        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
121        * include/bsp.h: Include bspopts.h.
122
1232001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
124
125        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
126
1272000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
130
1312000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
134
1352000-11-01      Joel Sherrill <joel@OARcorp.com>
136
137        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
138        and libcsupport.h moved from libc to lib/include/rtems and
139        now must be referenced as <rtems/XXX.h>.   Header file order
140        was cleaned up while doing this.
141
1422000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
145        Switch to GNU canonicalization.
146
1472000-10-19      Joel Sherrill <joel@OARcorp.com>
148
149        * console/console.c: Invoke BSP_uart_init() with all arguments
150        now that it takes more parameters.
151
1522000-10-17      Joel Sherrill <joel@OARcorp.com>
153
154        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
155        to libbsp/i386/shared/irq.
156
1572000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
158
159        * startup/linkcmds: Added lines so DWARF debug information
160        would be available.  Otherwise gdb complains that the offsets
161        for the debug info are incorrect and doesn't load the files.
162
1632000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
166        * startup/Makefile.am: Cleanup comments.
167
1682000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
171        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
172        wrapup/Makefile.am: Include compile.am
173
1742000-08-10      Joel Sherrill <joel@OARcorp.com>
175
176        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.