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

4.104.114.84.95
Last change on this file since e393f28 was b35414a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/13/03 at 05:09:48

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

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