source: rtems/c/src/lib/libbsp/i960/rxgen960/ChangeLog @ 23e7c74f

4.104.114.84.95
Last change on this file since 23e7c74f was 23e7c74f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/24/03 at 11:27:08

2003-09-24 Ralf Corsepius <corsepiu@…>

  • bsp_specs: Remove *lib:.
  • Property mode set to 100644
File size: 6.9 KB
Line 
12003-09-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * bsp_specs: Remove *lib:.
4
52003-09-04      Joel Sherrill <joel@OARcorp.com>
6
7        * clock/ckinit.c, console/console.c, include/bsp.h, startup/bspstart.c,
8        startup/exit.c, startup/setvec.c, timer/timer.c, timer/timerisr.S:
9        URL for license changed.
10
112003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * Makefile.am: Reflect having moved aclocal/.
14
152003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * Makefile.am: Reflect having moved automake/.
18        * clock/Makefile.am: Reflect having moved automake/.
19        * console/Makefile.am: Reflect having moved automake/.
20        * include/Makefile.am: Reflect having moved automake/.
21        * start/Makefile.am: Reflect having moved automake/.
22        * startup/Makefile.am: Reflect having moved automake/.
23        * timer/Makefile.am: Reflect having moved automake/.
24        * wrapup/Makefile.am: Reflect having moved automake/.
25
262003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
29
302003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        PR 445/bsps
33        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
34        Remove cpp, old_cpp (now unused).
35
362003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac: Remove AC_CONFIG_AUX_DIR.
39
402003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
43
442003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * configure.ac: AC_PREREQ(2.57).
47
482003-01-20      Joel Sherrill <joel@OARcorp.com>
49
50        * startup/linkcmds*: Add FreeBSD sysctl() sections.
51
522003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
55        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
56        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
57        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
58        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
59
602002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
63
642002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * .cvsignore: Reformat.
67        Add autom4te*cache.
68        Remove autom4te.cache.
69
702002-08-21      Joel Sherrill <joel@OARcorp.com>
71
72        * bsp_specs: Added support for -nostdlibs.
73
742002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
77        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
78        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
79        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
80        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
81        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
82
832002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * start/Makefile.am:
86        Fix bsplib_DATA = $(PROJECT_RELEASE)/lib/rxgen_romld$(LIB_VARIANT).o.
87
882002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * start/Makefile.am: Eliminate PGM.
91        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/rxgen_romld$(LIB_VARIANT).o.
92
932002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
96
972002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
100        Remove $(OBJS) from all-local.
101
1022002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
105
1062001-05-09      Joel Sherrill <joel@OARcorp.com>
107
108        * startup/linkcmds: In support of gcc 3.1, added one of more
109        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
110        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
111        and direction of segments to memory regions may also have been
112        addressed.  This was a sweep across all BSPs.
113        * startup/linkcmds.real: Ditto.
114        * clock/ckinit.c: Add volatile to Clock_driver_ticks.
115 
1162002-04-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * startup/nulsystbl.c: Fix braces.
119        * startup/Makefile.am: Remove types.h.
120        * startup/types.h: Remove.
121
1222002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * configure.ac:
125        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
126        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
127        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
128        * Makefile.am: Remove AUTOMAKE_OPTIONS.
129        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
130        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
131        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
132        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
133        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
134        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
135
1362002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * console/console.c: Remove NO_BSP_INIT, SERIAL_INPUT.
139
1402001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
143        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
144
1452001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
148
1492001-10-12      Joel Sherrill <joel@OARcorp.com>
150
151        * clock/ckinit.c, console/console.c, include/bsp.h, startup/bspstart.c,
152        startup/exit.c, startup/setvec.c, timer/timer.c, timer/timerisr.S:
153        Fixed typo.
154
1552001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
158        * configure.in: Remove.
159        * configure.ac: New file, generated from configure.in by autoupdate.
160
1612001-09-27      Joel Sherrill <joel@OARcorp.com>
162
163        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
164
1652001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * include/Makefile.am: Use 'CLEANFILES ='.
168        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
169
1702001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * configure.in: Add bspopts.h.
173        * include/.cvsignore: Add bspopts.h*, stamp-h*.
174        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
175        * include/bsp.h: Include bspopts.h.
176
1772001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
178
179        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
180
1812001-01-09      Joel Sherrill <joel@OARcorp.com>
182
183        * Removing non-function shmsupp directory.
184        * shmsupp/.cvsignore, shmsupp/Makefile.am, shmsupp/addrconv.c,
185        shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c: Removed.
186        * configure.in, Makefile.am, wrapup/Makefile.am
187
1882000-12-06      Joel Sherrill <joel@OARcorp.com>
189
190        * include/bsp.h: Removed incorrect error case.
191
1922000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
195
1962000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
199
2002000-11-01      Joel Sherrill <joel@OARcorp.com>
201
202        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
203        and libcsupport.h moved from libc to lib/include/rtems and
204        now must be referenced as <rtems/XXX.h>.   Header file order
205        was cleaned up while doing this.
206
2072000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
210        Switch to GNU canonicalization.
211
2122000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
215        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am,
216        start/Makefile.am: Include compile.am
217
2182000-08-10      Joel Sherrill <joel@OARcorp.com>
219
220        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.