source: rtems/c/src/lib/libbsp/i960/cvme961/ChangeLog @ 34d109e5

Last change on this file since 34d109e5 was 34d109e5, checked in by Joel Sherrill <joel.sherrill@…>, on 09/04/03 at 18:44:11

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

  • clock/ckinit.c, console/console.c, include/bsp.h, shmsupp/addrconv.c, shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c, start/start.S, startup/bspclean.c, startup/bspstart.c, startup/exit.c, startup/linkcmds, startup/setvec.c, timer/timer.c, timer/timerisr.S: URL for license changed.
  • Property mode set to 100644
File size: 5.7 KB
Line 
12003-09-04      Joel Sherrill <joel@OARcorp.com>
2
3        * clock/ckinit.c, console/console.c, include/bsp.h, shmsupp/addrconv.c,
4        shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c, start/start.S,
5        startup/bspclean.c, startup/bspstart.c, startup/exit.c,
6        startup/linkcmds, startup/setvec.c, timer/timer.c, timer/timerisr.S:
7        URL for license changed.
8
92003-08-22      Joel Sherrill <joel@OARcorp.com>
10
11        PR 445/bsps
12        * bsp_specs: Hand edited to duplicate change Ralf applied to the CVS
13        trunk.
14
152003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
18
192003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * configure.ac: Remove AC_CONFIG_AUX_DIR.
22
232003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
26
272003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * configure.ac: AC_PREREQ(2.57).
30
312003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
34        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
35        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
36        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
37        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
38        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
39
402002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * start/Makefile.am: Use install-data-local to install startfile.
43
442002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
47
482002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * .cvsignore: Reformat.
51        Add autom4te*cache.
52        Remove autom4te.cache.
53
542002-08-21      Joel Sherrill <joel@OARcorp.com>
55
56        * bsp_specs: Added support for -nostdlibs.
57
582002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
61        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
62        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
63        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
64        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
65        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
66        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
67
682002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * start/Makefile.am: Eliminate PGM.
71        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
72
732002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
76
772002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
80        Remove $(OBJS) from all-local.
81
822002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * wrapup/Makefile.am: Add $(LIB) to all-local.
85
862002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
89
902001-05-09      Joel Sherrill <joel@OARcorp.com>
91
92        * startup/linkcmds: In support of gcc 3.1, added one of more
93        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
94        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
95        and direction of segments to memory regions may also have been
96        addressed.  This was a sweep across all BSPs.
97 
982002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * configure.ac:
101        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
102        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
103        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
104        * Makefile.am: Remove AUTOMAKE_OPTIONS.
105        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
106        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
107        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
108        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
109        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
110        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
111        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
112
1132001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
116        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
117
1182001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
121
1222001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
125        * configure.in: Remove.
126        * configure.ac: New file, generated from configure.in by autoupdate.
127
1282001-09-27      Joel Sherrill <joel@OARcorp.com>
129
130        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
131        * shmsupp/lock.c: Renamed delay() to rtems_bsp_delay().
132
1332001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * include/Makefile.am: Use 'CLEANFILES ='.
136        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
137
1382001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * wrapup/Makefile: Use GENERIC_FILES = to make automake-1.5 happy.
141
1422001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * configure.in: Add bspopts.h.
145        * include/.cvsignore: Add bspopts.h*, stamp-h*.
146        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
147        * include/bsp.h: Include bspopts.h.
148
1492001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
150
151        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
152
1532000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
156
1572000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
160
1612000-11-01      Joel Sherrill <joel@OARcorp.com>
162
163        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
164        and libcsupport.h moved from libc to lib/include/rtems and
165        now must be referenced as <rtems/XXX.h>.   Header file order
166        was cleaned up while doing this.
167
1682000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
171        Switch to GNU canonicalization.
172
1732000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
176        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
177        wrapup/Makefile.am: Include compile.am
178
1792000-08-10      Joel Sherrill <joel@OARcorp.com>
180
181        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.