source: rtems/c/src/lib/libbsp/i960/rxgen960/ChangeLog @ 5c269019

4.104.114.84.95
Last change on this file since 5c269019 was 5c269019, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/03/03 at 06:58:03

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

  • Makefile.am: Add preinstallation dirstamp support.
  • clock/Makefile.am: Cosmetics.
  • console/Makefile.am: Cosmetics.
  • start/Makefile.am: Cosmetics.
  • startup/Makefile.am: Cosmetics.
  • timer/Makefile.am: Cosmetics.
  • wrapup/Makefile.am: Cosmetics.
  • Property mode set to 100644
File size: 7.7 KB
Line 
12003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Add preinstallation dirstamp support.
4        * clock/Makefile.am: Cosmetics.
5        * console/Makefile.am: Cosmetics.
6        * start/Makefile.am: Cosmetics.
7        * startup/Makefile.am: Cosmetics.
8        * timer/Makefile.am: Cosmetics.
9        * wrapup/Makefile.am: Cosmetics.
10
112003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * clock/Makefile.am: Remove all-local: $(ARCH).
14        * console/Makefile.am: Remove all-local: $(ARCH).
15        * start/Makefile.am: Remove all-local: $(ARCH).
16        * startup/Makefile.am: Remove all-local: $(ARCH).
17        * timer/Makefile.am: Remove all-local: $(ARCH).
18        * wrapup/Makefile.am: Remove all-local: $(ARCH).
19
202003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * Makefile.am: Merge-in include/Makefile.am.
23        Reflect changes to bsp.am.
24        * include/Makefile.am: Remove.
25        * configure.ac: Reflect changes above.
26
272003-09-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * bsp_specs: Remove *lib:.
30
312003-09-04      Joel Sherrill <joel@OARcorp.com>
32
33        * clock/ckinit.c, console/console.c, include/bsp.h, startup/bspstart.c,
34        startup/exit.c, startup/setvec.c, timer/timer.c, timer/timerisr.S:
35        URL for license changed.
36
372003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * Makefile.am: Reflect having moved aclocal/.
40
412003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * Makefile.am: Reflect having moved automake/.
44        * clock/Makefile.am: Reflect having moved automake/.
45        * console/Makefile.am: Reflect having moved automake/.
46        * include/Makefile.am: Reflect having moved automake/.
47        * start/Makefile.am: Reflect having moved automake/.
48        * startup/Makefile.am: Reflect having moved automake/.
49        * timer/Makefile.am: Reflect having moved automake/.
50        * wrapup/Makefile.am: Reflect having moved automake/.
51
522003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
55
562003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        PR 445/bsps
59        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
60        Remove cpp, old_cpp (now unused).
61
622003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * configure.ac: Remove AC_CONFIG_AUX_DIR.
65
662003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
69
702003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * configure.ac: AC_PREREQ(2.57).
73
742003-01-20      Joel Sherrill <joel@OARcorp.com>
75
76        * startup/linkcmds*: Add FreeBSD sysctl() sections.
77
782003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
81        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
82        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
83        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
84        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
85
862002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
89
902002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * .cvsignore: Reformat.
93        Add autom4te*cache.
94        Remove autom4te.cache.
95
962002-08-21      Joel Sherrill <joel@OARcorp.com>
97
98        * bsp_specs: Added support for -nostdlibs.
99
1002002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
103        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
104        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
105        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
106        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
107        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
108
1092002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * start/Makefile.am:
112        Fix bsplib_DATA = $(PROJECT_RELEASE)/lib/rxgen_romld$(LIB_VARIANT).o.
113
1142002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * start/Makefile.am: Eliminate PGM.
117        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/rxgen_romld$(LIB_VARIANT).o.
118
1192002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
122
1232002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
126        Remove $(OBJS) from all-local.
127
1282002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
131
1322001-05-09      Joel Sherrill <joel@OARcorp.com>
133
134        * startup/linkcmds: In support of gcc 3.1, added one of more
135        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
136        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
137        and direction of segments to memory regions may also have been
138        addressed.  This was a sweep across all BSPs.
139        * startup/linkcmds.real: Ditto.
140        * clock/ckinit.c: Add volatile to Clock_driver_ticks.
141 
1422002-04-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * startup/nulsystbl.c: Fix braces.
145        * startup/Makefile.am: Remove types.h.
146        * startup/types.h: Remove.
147
1482002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * configure.ac:
151        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
152        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
153        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
154        * Makefile.am: Remove AUTOMAKE_OPTIONS.
155        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
156        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
157        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
158        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
159        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
160        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
161
1622002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * console/console.c: Remove NO_BSP_INIT, SERIAL_INPUT.
165
1662001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
169        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
170
1712001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
174
1752001-10-12      Joel Sherrill <joel@OARcorp.com>
176
177        * clock/ckinit.c, console/console.c, include/bsp.h, startup/bspstart.c,
178        startup/exit.c, startup/setvec.c, timer/timer.c, timer/timerisr.S:
179        Fixed typo.
180
1812001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
184        * configure.in: Remove.
185        * configure.ac: New file, generated from configure.in by autoupdate.
186
1872001-09-27      Joel Sherrill <joel@OARcorp.com>
188
189        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
190
1912001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * include/Makefile.am: Use 'CLEANFILES ='.
194        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
195
1962001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * configure.in: Add bspopts.h.
199        * include/.cvsignore: Add bspopts.h*, stamp-h*.
200        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
201        * include/bsp.h: Include bspopts.h.
202
2032001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
204
205        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
206
2072001-01-09      Joel Sherrill <joel@OARcorp.com>
208
209        * Removing non-function shmsupp directory.
210        * shmsupp/.cvsignore, shmsupp/Makefile.am, shmsupp/addrconv.c,
211        shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c: Removed.
212        * configure.in, Makefile.am, wrapup/Makefile.am
213
2142000-12-06      Joel Sherrill <joel@OARcorp.com>
215
216        * include/bsp.h: Removed incorrect error case.
217
2182000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
221
2222000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
225
2262000-11-01      Joel Sherrill <joel@OARcorp.com>
227
228        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
229        and libcsupport.h moved from libc to lib/include/rtems and
230        now must be referenced as <rtems/XXX.h>.   Header file order
231        was cleaned up while doing this.
232
2332000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
236        Switch to GNU canonicalization.
237
2382000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
241        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am,
242        start/Makefile.am: Include compile.am
243
2442000-08-10      Joel Sherrill <joel@OARcorp.com>
245
246        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.