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

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

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.2 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-22      Joel Sherrill <joel@OARcorp.com>
8
9        PR 445/bsps
10        * bsp_specs: Hand edited to duplicate change Ralf applied to the CVS
11        trunk.
12
132003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
16
172003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * configure.ac: Remove AC_CONFIG_AUX_DIR.
20
212003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
24
252003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * configure.ac: AC_PREREQ(2.57).
28
292003-01-20      Joel Sherrill <joel@OARcorp.com>
30
31        * startup/linkcmds*: Add FreeBSD sysctl() sections.
32
332003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
36        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
37        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
38        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
39        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
40
412002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
44
452002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * .cvsignore: Reformat.
48        Add autom4te*cache.
49        Remove autom4te.cache.
50
512002-08-21      Joel Sherrill <joel@OARcorp.com>
52
53        * bsp_specs: Added support for -nostdlibs.
54
552002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
58        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
59        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
60        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
61        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
62        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
63
642002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * start/Makefile.am:
67        Fix bsplib_DATA = $(PROJECT_RELEASE)/lib/rxgen_romld$(LIB_VARIANT).o.
68
692002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * start/Makefile.am: Eliminate PGM.
72        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/rxgen_romld$(LIB_VARIANT).o.
73
742002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
77
782002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
81        Remove $(OBJS) from all-local.
82
832002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
86
872001-05-09      Joel Sherrill <joel@OARcorp.com>
88
89        * startup/linkcmds: In support of gcc 3.1, added one of more
90        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
91        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
92        and direction of segments to memory regions may also have been
93        addressed.  This was a sweep across all BSPs.
94        * startup/linkcmds.real: Ditto.
95        * clock/ckinit.c: Add volatile to Clock_driver_ticks.
96 
972002-04-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * startup/nulsystbl.c: Fix braces.
100        * startup/Makefile.am: Remove types.h.
101        * startup/types.h: Remove.
102
1032002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * configure.ac:
106        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
107        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
108        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
109        * Makefile.am: Remove AUTOMAKE_OPTIONS.
110        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
111        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
112        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
113        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
114        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
115        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
116
1172002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * console/console.c: Remove NO_BSP_INIT, SERIAL_INPUT.
120
1212001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
124        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
125
1262001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
129
1302001-10-12      Joel Sherrill <joel@OARcorp.com>
131
132        * clock/ckinit.c, console/console.c, include/bsp.h, startup/bspstart.c,
133        startup/exit.c, startup/setvec.c, timer/timer.c, timer/timerisr.S:
134        Fixed typo.
135
1362001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
139        * configure.in: Remove.
140        * configure.ac: New file, generated from configure.in by autoupdate.
141
1422001-09-27      Joel Sherrill <joel@OARcorp.com>
143
144        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
145
1462001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * include/Makefile.am: Use 'CLEANFILES ='.
149        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
150
1512001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * configure.in: Add bspopts.h.
154        * include/.cvsignore: Add bspopts.h*, stamp-h*.
155        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
156        * include/bsp.h: Include bspopts.h.
157
1582001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
159
160        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
161
1622001-01-09      Joel Sherrill <joel@OARcorp.com>
163
164        * Removing non-function shmsupp directory.
165        * shmsupp/.cvsignore, shmsupp/Makefile.am, shmsupp/addrconv.c,
166        shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c: Removed.
167        * configure.in, Makefile.am, wrapup/Makefile.am
168
1692000-12-06      Joel Sherrill <joel@OARcorp.com>
170
171        * include/bsp.h: Removed incorrect error case.
172
1732000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
176
1772000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
180
1812000-11-01      Joel Sherrill <joel@OARcorp.com>
182
183        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
184        and libcsupport.h moved from libc to lib/include/rtems and
185        now must be referenced as <rtems/XXX.h>.   Header file order
186        was cleaned up while doing this.
187
1882000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
191        Switch to GNU canonicalization.
192
1932000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
196        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am,
197        start/Makefile.am: Include compile.am
198
1992000-08-10      Joel Sherrill <joel@OARcorp.com>
200
201        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.