source: rtems/c/src/lib/libbsp/i960/rxgen960/ChangeLog @ 3299388d

4.104.114.84.95
Last change on this file since 3299388d was 129daf3, checked in by Joel Sherrill <joel.sherrill@…>, on 09/04/03 at 18:51:33

2003-09-04 Joel Sherrill <joel@…>

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