source: rtems/c/src/lib/libbsp/i960/rxgen960/ChangeLog @ 810720b6

4.104.114.84.95
Last change on this file since 810720b6 was 810720b6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/12/03 at 03:28:02

2003-12-12 Ralf Corsepius <corsepiu@…>

  • configure.ac: Require automake >= 1.8, autoconf >= 2.59.
  • Property mode set to 100644
File size: 8.0 KB
Line 
12003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
4
52003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * start/Makefile.am: Misc cleanups and fixes.
8        * startup/Makefile.am: Misc cleanups and fixes.
9        * wrapup/Makefile.am: Misc cleanups and fixes.
10
112003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * Makefile.am: Add preinstallation dirstamp support.
14        * clock/Makefile.am: Cosmetics.
15        * console/Makefile.am: Cosmetics.
16        * start/Makefile.am: Cosmetics.
17        * startup/Makefile.am: Cosmetics.
18        * timer/Makefile.am: Cosmetics.
19        * wrapup/Makefile.am: Cosmetics.
20
212003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * clock/Makefile.am: Remove all-local: $(ARCH).
24        * console/Makefile.am: Remove all-local: $(ARCH).
25        * start/Makefile.am: Remove all-local: $(ARCH).
26        * startup/Makefile.am: Remove all-local: $(ARCH).
27        * timer/Makefile.am: Remove all-local: $(ARCH).
28        * wrapup/Makefile.am: Remove all-local: $(ARCH).
29
302003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * Makefile.am: Merge-in include/Makefile.am.
33        Reflect changes to bsp.am.
34        * include/Makefile.am: Remove.
35        * configure.ac: Reflect changes above.
36
372003-09-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * bsp_specs: Remove *lib:.
40
412003-09-04      Joel Sherrill <joel@OARcorp.com>
42
43        * clock/ckinit.c, console/console.c, include/bsp.h, startup/bspstart.c,
44        startup/exit.c, startup/setvec.c, timer/timer.c, timer/timerisr.S:
45        URL for license changed.
46
472003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * Makefile.am: Reflect having moved aclocal/.
50
512003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * Makefile.am: Reflect having moved automake/.
54        * clock/Makefile.am: Reflect having moved automake/.
55        * console/Makefile.am: Reflect having moved automake/.
56        * include/Makefile.am: Reflect having moved automake/.
57        * start/Makefile.am: Reflect having moved automake/.
58        * startup/Makefile.am: Reflect having moved automake/.
59        * timer/Makefile.am: Reflect having moved automake/.
60        * wrapup/Makefile.am: Reflect having moved automake/.
61
622003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
65
662003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        PR 445/bsps
69        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
70        Remove cpp, old_cpp (now unused).
71
722003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * configure.ac: Remove AC_CONFIG_AUX_DIR.
75
762003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
79
802003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * configure.ac: AC_PREREQ(2.57).
83
842003-01-20      Joel Sherrill <joel@OARcorp.com>
85
86        * startup/linkcmds*: Add FreeBSD sysctl() sections.
87
882003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
91        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
92        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
93        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
94        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
95
962002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
99
1002002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * .cvsignore: Reformat.
103        Add autom4te*cache.
104        Remove autom4te.cache.
105
1062002-08-21      Joel Sherrill <joel@OARcorp.com>
107
108        * bsp_specs: Added support for -nostdlibs.
109
1102002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
113        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
114        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
115        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
116        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
117        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
118
1192002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * start/Makefile.am:
122        Fix bsplib_DATA = $(PROJECT_RELEASE)/lib/rxgen_romld$(LIB_VARIANT).o.
123
1242002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * start/Makefile.am: Eliminate PGM.
127        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/rxgen_romld$(LIB_VARIANT).o.
128
1292002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
132
1332002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
136        Remove $(OBJS) from all-local.
137
1382002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
141
1422001-05-09      Joel Sherrill <joel@OARcorp.com>
143
144        * startup/linkcmds: In support of gcc 3.1, added one of more
145        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
146        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
147        and direction of segments to memory regions may also have been
148        addressed.  This was a sweep across all BSPs.
149        * startup/linkcmds.real: Ditto.
150        * clock/ckinit.c: Add volatile to Clock_driver_ticks.
151 
1522002-04-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * startup/nulsystbl.c: Fix braces.
155        * startup/Makefile.am: Remove types.h.
156        * startup/types.h: Remove.
157
1582002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * configure.ac:
161        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
162        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
163        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
164        * Makefile.am: Remove AUTOMAKE_OPTIONS.
165        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
166        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
167        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
168        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
169        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
170        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
171
1722002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * console/console.c: Remove NO_BSP_INIT, SERIAL_INPUT.
175
1762001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
179        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
180
1812001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
184
1852001-10-12      Joel Sherrill <joel@OARcorp.com>
186
187        * clock/ckinit.c, console/console.c, include/bsp.h, startup/bspstart.c,
188        startup/exit.c, startup/setvec.c, timer/timer.c, timer/timerisr.S:
189        Fixed typo.
190
1912001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
194        * configure.in: Remove.
195        * configure.ac: New file, generated from configure.in by autoupdate.
196
1972001-09-27      Joel Sherrill <joel@OARcorp.com>
198
199        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
200
2012001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * include/Makefile.am: Use 'CLEANFILES ='.
204        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
205
2062001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * configure.in: Add bspopts.h.
209        * include/.cvsignore: Add bspopts.h*, stamp-h*.
210        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
211        * include/bsp.h: Include bspopts.h.
212
2132001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
214
215        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
216
2172001-01-09      Joel Sherrill <joel@OARcorp.com>
218
219        * Removing non-function shmsupp directory.
220        * shmsupp/.cvsignore, shmsupp/Makefile.am, shmsupp/addrconv.c,
221        shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c: Removed.
222        * configure.in, Makefile.am, wrapup/Makefile.am
223
2242000-12-06      Joel Sherrill <joel@OARcorp.com>
225
226        * include/bsp.h: Removed incorrect error case.
227
2282000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
231
2322000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
235
2362000-11-01      Joel Sherrill <joel@OARcorp.com>
237
238        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
239        and libcsupport.h moved from libc to lib/include/rtems and
240        now must be referenced as <rtems/XXX.h>.   Header file order
241        was cleaned up while doing this.
242
2432000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
246        Switch to GNU canonicalization.
247
2482000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
251        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am,
252        start/Makefile.am: Include compile.am
253
2542000-08-10      Joel Sherrill <joel@OARcorp.com>
255
256        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.