source: rtems/c/src/lib/libbsp/sparc/erc32/ChangeLog @ 5dc5398d

4.104.114.84.95
Last change on this file since 5dc5398d was 5dc5398d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/18/03 at 23:30:51

2003-12-18 Ralf Corsepius <corsepiu@…>

  • start/Makefile.am: Eliminate VPATH.
  • Property mode set to 100644
File size: 11.7 KB
Line 
12003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * start/Makefile.am: Eliminate VPATH.
4
52003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
8        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
9
102003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
13        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
14        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
15
162003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
19
202003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * start/Makefile.am: Misc cleanups and fixes.
23        * startup/Makefile.am: Misc cleanups and fixes.
24        * wrapup/Makefile.am: Misc cleanups and fixes.
25
262003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * Makefile.am: Add dirstamp support to preinstallation.
29        * clock/Makefile.am: Cosmetics.
30        * console/Makefile.am: Cosmetics.
31        * erc32sonic/Makefile.am: Cosmetics.
32        * gnatsupp/Makefile.am: Cosmetics.
33        * start/Makefile.am: Cosmetics.
34        * startup/Makefile.am: Cosmetics.
35        * timer/Makefile.am: Cosmetics.
36        * wrapup/Makefile.am: Cosmetics.
37
382003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * clock/Makefile.am: Remove all-local: $(ARCH).
41        * console/Makefile.am: Remove all-local: $(ARCH).
42        * erc32sonic/Makefile.am: Remove all-local: $(ARCH).
43        * gnatsupp/Makefile.am: Remove all-local: $(ARCH).
44        * start/Makefile.am: Remove all-local: $(ARCH).
45        * startup/Makefile.am: Remove all-local: $(ARCH).
46        * timer/Makefile.am: Remove all-local: $(ARCH).
47        * wrapup/Makefile.am: Remove all-local: $(ARCH).
48
492003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * Makefile.am: Fix preinstallation of include/coverhd.h.
52
532003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * Makefile.am: Merge-in include/Makefile.am.
56        Reflect changes to bsp.am.
57        * include/Makefile.am: Remove.
58        * configure.ac: Reflect changes above.
59
602003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * bsp_specs: Remove *lib:.
63
642003-09-04      Joel Sherrill <joel@OARcorp.com>
65
66        * clock/ckinit.c, console/console.c, console/consolereserveresources.c,
67        console/debugputs.c, include/bsp.h, include/coverhd.h,
68        include/erc32.h, startup/erc32mec.c, startup/setvec.c, timer/timer.c:
69        URL for license changed.
70
712003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * Makefile.am: Reflect having moved aclocal/.
74
752003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * Makefile.am: Reflect having moved automake/.
78        * clock/Makefile.am: Reflect having moved automake/.
79        * console/Makefile.am: Reflect having moved automake/.
80        * erc32sonic/Makefile.am: Reflect having moved automake/.
81        * gnatsupp/Makefile.am: Reflect having moved automake/.
82        * include/Makefile.am: Reflect having moved automake/.
83        * start/Makefile.am: Reflect having moved automake/.
84        * startup/Makefile.am: Reflect having moved automake/.
85        * timer/Makefile.am: Reflect having moved automake/.
86        * wrapup/Makefile.am: Reflect having moved automake/.
87
882003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        PR 452/bsps
91        * startup/Makefile.am: Remove USE_INIT_FINI.
92
932003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
96
972003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        PR 445/bsps
100        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
101        Remove cpp, old_cpp (now unused).
102
1032003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * configure.ac: Remove AC_CONFIG_AUX_DIR.
106
1072003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
110
1112003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * configure.ac: AC_PREREQ(2.57).
114
1152003-01-20      Joel Sherrill <joel@OARcorp.com>
116
117        * startup/linkcmds*: Add FreeBSD sysctl() sections.
118
1192002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
122        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
123        * erc32sonic/Makefile.am: Don't include @RTEMS_BSP@.cfg.
124        * gnatsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
125        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
126        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
127        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
128
1292002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * start/Makefile.am: Use install-data-local to install startfile.
132
1332002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
136
1372002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * .cvsignore: Reformat.
140        Add autom4te*cache.
141        Remove autom4te.cache.
142
1432002-08-21      Joel Sherrill <joel@OARcorp.com>
144
145        * bsp_specs: Added support for -nostdlibs.
146
1472002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
150        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
151
1522002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
155        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
156        * erc32sonic/Makefile.am: Use .$(OBJEXT) instead of .o.
157        * gnatsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
158        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
159        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
160        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
161
1622002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * start/Makefile.am: Eliminate PGM.
165        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
166
1672002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
170
1712002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
174        Remove $(OBJS) from all-local.
175
1762002-07-01      Joel Sherrill <joel@OARcorp.com>
177
178        * startup/erc32mec.c: New file.
179        * startup/Makefile.am: Reflect above.
180        * include/erc32.h: Converted SCORE_EXTERN to extern.
181        * tools/runtest.in: Lengthened timeout on test runs.
182
1832002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
186
1872001-05-09      Joel Sherrill <joel@OARcorp.com>
188
189        * startup/linkcmds: In support of gcc 3.1, added one of more
190        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
191        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
192        and direction of segments to memory regions may also have been
193        addressed.  This was a sweep across all BSPs.
194 
1952001-04-26      Joel Sherrill <joel@OARcorp.com>
196
197        * include/bsp.h: Change SIS to ERC32_BSP.
198 
1992002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * configure.ac: Remove BSPOPTS_*(NO_TABLE_MOVE).
202        Remove BSPOPTS_*(FPU_REVB).
203        * wrapup/Makefile.am: Remove tbr.
204
2052002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * configure.ac: Add BSPOPTS_*(NO_TABLE_MOVE).
208        Add BSPOPTS_*(FPU_REVB).
209        * wrapup/Makefile.am: Add tbr.
210
2112002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * configure.ac:
214        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
215        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
216        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
217        * Makefile.am: Remove AUTOMAKE_OPTIONS.
218        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
219        * erc32sonic/Makefile.am: Remove AUTOMAKE_OPTIONS.
220        * gnatsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
221        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
222        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
223        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
224        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
225        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
226
2272001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * configure.ac: Add RTEMS_BSPOPTS*(CONSOLE_USE_INTERRUPTS).
230        Add RTEMS_BSPOPTS*(SIMSPARC_FAST_IDLE).
231        Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
232        * include/bsp.h: include bspopts.h.
233
2342001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
237
2382001-11-08      Jiri Gaisler <jiri@gaisler.com>
239
240        This fix is in response to test results reported by Jerry Needell
241        <jerry.needell@unh.edu> for the SPARC/ERC32 and tracked as PR80.
242        * include/bsp.h: TM27 was not running properly because the ERC32
243        and LEON cannot nest interrupts at the same level.  The BSP test support
244        had to be modified to support using two different interrupt sources.
245
2462001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
249        * configure.in: Remove.
250        * configure.ac: New file, generated from configure.in by autoupdate.
251
2522001-09-27      Joel Sherrill <joel@OARcorp.com>
253
254        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
255
2562001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
259
2602001-08-16      Joel Sherrill <joel@OARcorp.com>
261
262        * tools/runtest.in: Recognize debug variant of monitor test.
263
2642001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * configure.in: Add bspopts.h.
267        * include/.cvsignore: Add bspopts.h*, stamp-h*.
268        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
269        * include/bsp.h: Include bspopts.h.
270
2712001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
272
273        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
274
2752000-04-23      Jiri Gaisler <jiri@gaisler.com>
276
277        * console/debugputs.c: Switched to unsigned characters.
278
2792000-12-06      Joel Sherrill <joel@OARcorp.com>
280
281        * gnatsupp/gnatsupp.c: Added prototype to eliminate warning.
282
2832000-11-30      Joel Sherrill <joel@OARcorp.com>
284
285        * erc32sonic/Makefile.am: Only compile this if networking is enabled.
286
2872000-11-21      Jiri Gaisler <jgais@ws.estec.esa.nl>
288
289        * erc32sonic/erc32sonic.c: Minor modifications which enable
290        network interface to come up and work for some time before
291        getting an error in the SONIC driver.  The error is a bit random,
292        sometimes MCLGET (m, M_WAIT) tries to access memory way outside the
293        available ram (and traps) while sometimes there is a panic due
294        to RBAE/RXEN.
295
2962000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * Makefile.am: Cleanup.
299
3002000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
301
302        * wrapup/Makefile.am: Pick up cache code from libcpu and pick
303        up .o's instead of .rel's from libcpu.
304
3052000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
306
307        * Makefile.am, configure.in, gnatsupp/Makefile.am,
308        gnatsupp/gnatsupp.c, include/Makefile.am, include/bsp.h,
309        start/Makefile.am, startup/Makefile.am, startup/setvec.c,
310        wrapup/Makefile.am:
311        * erc32sonic: New directory.
312        * erc32sonic/Makefile.am, erc32sonic/erc32sonic.c,
313        erc32sonic/.cvsignore: New files.
314        * include/erc32.h: New file.
315        * startup/boardinit.S: New file.
316        Big update of SPARC support for ERC32 and LEON.
317        Added support for ERC32 without floating point.
318        Added SONIC support as configured on Tharsys ERC32 board.
319        The bsp's share various code in the shared directory:
320           gnat-support, start-up code, etc.
321        To decrease the foot-print, I removed the 16 kbyte start-up
322        stack that was put in .bss and never reused once the system
323        was up. The stack is now put between the heap and the
324        workspace. To reclaim it, the user can do a rtems_region_extend
325        to merge the stack to the heap region once the system is up.
326
3272000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
330
3312000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
334
3352000-11-01      Joel Sherrill <joel@OARcorp.com>
336
337        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
338        and libcsupport.h moved from libc to lib/include/rtems and
339        now must be referenced as <rtems/XXX.h>.   Header file order
340        was cleaned up while doing this.
341
3422000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
345        Switch to GNU canonicalization.
346
3472000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * clock/Makefile.am, console/Makefile.am, gnatsupp/Makefile.am,
350        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
351        wrapup/Makefile.am: Include compile.am
352
3532000-08-10      Joel Sherrill <joel@OARcorp.com>
354
355        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.