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

Last change on this file since f94632d was a48dfc9, checked in by Joel Sherrill <joel.sherrill@…>, on 08/22/03 at 18:50:57

2003-08-22 Joel Sherrill <joel@…>

PR 445/bsps

  • bsp_specs: Hand edited to duplicate change Ralf applied to the CVS trunk.
  • Property mode set to 100644
File size: 6.0 KB
Line 
12003-08-22      Joel Sherrill <joel@OARcorp.com>
2
3        PR 445/bsps
4        * bsp_specs: Hand edited to duplicate change Ralf applied to the CVS
5        trunk.
6
72003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
10
112003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * configure.ac: Remove AC_CONFIG_AUX_DIR.
14
152003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
18
192003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * configure.ac: AC_PREREQ(2.57).
22
232003-01-20      Joel Sherrill <joel@OARcorp.com>
24
25        * startup/linkcmds*: Add FreeBSD sysctl() sections.
26
272003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
30        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
31        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
32        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
33        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
34
352002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
38
392002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * .cvsignore: Reformat.
42        Add autom4te*cache.
43        Remove autom4te.cache.
44
452002-08-21      Joel Sherrill <joel@OARcorp.com>
46
47        * bsp_specs: Added support for -nostdlibs.
48
492002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
52        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
53        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
54        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
55        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
56        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
57
582002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * start/Makefile.am:
61        Fix bsplib_DATA = $(PROJECT_RELEASE)/lib/rxgen_romld$(LIB_VARIANT).o.
62
632002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * start/Makefile.am: Eliminate PGM.
66        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/rxgen_romld$(LIB_VARIANT).o.
67
682002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
71
722002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
75        Remove $(OBJS) from all-local.
76
772002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
80
812001-05-09      Joel Sherrill <joel@OARcorp.com>
82
83        * startup/linkcmds: In support of gcc 3.1, added one of more
84        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
85        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
86        and direction of segments to memory regions may also have been
87        addressed.  This was a sweep across all BSPs.
88        * startup/linkcmds.real: Ditto.
89        * clock/ckinit.c: Add volatile to Clock_driver_ticks.
90 
912002-04-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * startup/nulsystbl.c: Fix braces.
94        * startup/Makefile.am: Remove types.h.
95        * startup/types.h: Remove.
96
972002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * configure.ac:
100        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
101        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
102        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
103        * Makefile.am: Remove AUTOMAKE_OPTIONS.
104        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
105        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
106        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
107        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
108        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
109        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
110
1112002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * console/console.c: Remove NO_BSP_INIT, SERIAL_INPUT.
114
1152001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
118        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
119
1202001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
123
1242001-10-12      Joel Sherrill <joel@OARcorp.com>
125
126        * clock/ckinit.c, console/console.c, include/bsp.h, startup/bspstart.c,
127        startup/exit.c, startup/setvec.c, timer/timer.c, timer/timerisr.S:
128        Fixed typo.
129
1302001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
133        * configure.in: Remove.
134        * configure.ac: New file, generated from configure.in by autoupdate.
135
1362001-09-27      Joel Sherrill <joel@OARcorp.com>
137
138        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
139
1402001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * include/Makefile.am: Use 'CLEANFILES ='.
143        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
144
1452001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * configure.in: Add bspopts.h.
148        * include/.cvsignore: Add bspopts.h*, stamp-h*.
149        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
150        * include/bsp.h: Include bspopts.h.
151
1522001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
153
154        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
155
1562001-01-09      Joel Sherrill <joel@OARcorp.com>
157
158        * Removing non-function shmsupp directory.
159        * shmsupp/.cvsignore, shmsupp/Makefile.am, shmsupp/addrconv.c,
160        shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c: Removed.
161        * configure.in, Makefile.am, wrapup/Makefile.am
162
1632000-12-06      Joel Sherrill <joel@OARcorp.com>
164
165        * include/bsp.h: Removed incorrect error case.
166
1672000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
170
1712000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
174
1752000-11-01      Joel Sherrill <joel@OARcorp.com>
176
177        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
178        and libcsupport.h moved from libc to lib/include/rtems and
179        now must be referenced as <rtems/XXX.h>.   Header file order
180        was cleaned up while doing this.
181
1822000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
185        Switch to GNU canonicalization.
186
1872000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
190        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am,
191        start/Makefile.am: Include compile.am
192
1932000-08-10      Joel Sherrill <joel@OARcorp.com>
194
195        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.