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

4.104.114.84.95
Last change on this file since 6411947 was 6411947, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/05/04 at 06:14:08

2004-01-05 Ralf Corsepius <corsepiu@…>

  • wrapup/Makefile.am: Eliminate $(LIB). Use noinst_DATA to trigger building libbsp.a.
  • Property mode set to 100644
File size: 11.8 KB
Line 
12004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * wrapup/Makefile.am: Eliminate $(LIB).
4        Use noinst_DATA to trigger building libbsp.a.
5
62003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * start/Makefile.am: Eliminate VPATH.
9
102003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
13        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
14
152003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
18        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
19        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
20
212003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
24
252003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * start/Makefile.am: Misc cleanups and fixes.
28        * startup/Makefile.am: Misc cleanups and fixes.
29        * wrapup/Makefile.am: Misc cleanups and fixes.
30
312003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * Makefile.am: Add dirstamp support to preinstallation.
34        * clock/Makefile.am: Cosmetics.
35        * console/Makefile.am: Cosmetics.
36        * erc32sonic/Makefile.am: Cosmetics.
37        * gnatsupp/Makefile.am: Cosmetics.
38        * start/Makefile.am: Cosmetics.
39        * startup/Makefile.am: Cosmetics.
40        * timer/Makefile.am: Cosmetics.
41        * wrapup/Makefile.am: Cosmetics.
42
432003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * clock/Makefile.am: Remove all-local: $(ARCH).
46        * console/Makefile.am: Remove all-local: $(ARCH).
47        * erc32sonic/Makefile.am: Remove all-local: $(ARCH).
48        * gnatsupp/Makefile.am: Remove all-local: $(ARCH).
49        * start/Makefile.am: Remove all-local: $(ARCH).
50        * startup/Makefile.am: Remove all-local: $(ARCH).
51        * timer/Makefile.am: Remove all-local: $(ARCH).
52        * wrapup/Makefile.am: Remove all-local: $(ARCH).
53
542003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * Makefile.am: Fix preinstallation of include/coverhd.h.
57
582003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * Makefile.am: Merge-in include/Makefile.am.
61        Reflect changes to bsp.am.
62        * include/Makefile.am: Remove.
63        * configure.ac: Reflect changes above.
64
652003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * bsp_specs: Remove *lib:.
68
692003-09-04      Joel Sherrill <joel@OARcorp.com>
70
71        * clock/ckinit.c, console/console.c, console/consolereserveresources.c,
72        console/debugputs.c, include/bsp.h, include/coverhd.h,
73        include/erc32.h, startup/erc32mec.c, startup/setvec.c, timer/timer.c:
74        URL for license changed.
75
762003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * Makefile.am: Reflect having moved aclocal/.
79
802003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * Makefile.am: Reflect having moved automake/.
83        * clock/Makefile.am: Reflect having moved automake/.
84        * console/Makefile.am: Reflect having moved automake/.
85        * erc32sonic/Makefile.am: Reflect having moved automake/.
86        * gnatsupp/Makefile.am: Reflect having moved automake/.
87        * include/Makefile.am: Reflect having moved automake/.
88        * start/Makefile.am: Reflect having moved automake/.
89        * startup/Makefile.am: Reflect having moved automake/.
90        * timer/Makefile.am: Reflect having moved automake/.
91        * wrapup/Makefile.am: Reflect having moved automake/.
92
932003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        PR 452/bsps
96        * startup/Makefile.am: Remove USE_INIT_FINI.
97
982003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
101
1022003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        PR 445/bsps
105        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
106        Remove cpp, old_cpp (now unused).
107
1082003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * configure.ac: Remove AC_CONFIG_AUX_DIR.
111
1122003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
115
1162003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * configure.ac: AC_PREREQ(2.57).
119
1202003-01-20      Joel Sherrill <joel@OARcorp.com>
121
122        * startup/linkcmds*: Add FreeBSD sysctl() sections.
123
1242002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
127        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
128        * erc32sonic/Makefile.am: Don't include @RTEMS_BSP@.cfg.
129        * gnatsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
130        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
131        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
132        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
133
1342002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * start/Makefile.am: Use install-data-local to install startfile.
137
1382002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
141
1422002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * .cvsignore: Reformat.
145        Add autom4te*cache.
146        Remove autom4te.cache.
147
1482002-08-21      Joel Sherrill <joel@OARcorp.com>
149
150        * bsp_specs: Added support for -nostdlibs.
151
1522002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
155        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
156
1572002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
160        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
161        * erc32sonic/Makefile.am: Use .$(OBJEXT) instead of .o.
162        * gnatsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
163        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
164        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
165        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
166
1672002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * start/Makefile.am: Eliminate PGM.
170        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
171
1722002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
175
1762002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
179        Remove $(OBJS) from all-local.
180
1812002-07-01      Joel Sherrill <joel@OARcorp.com>
182
183        * startup/erc32mec.c: New file.
184        * startup/Makefile.am: Reflect above.
185        * include/erc32.h: Converted SCORE_EXTERN to extern.
186        * tools/runtest.in: Lengthened timeout on test runs.
187
1882002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
191
1922001-05-09      Joel Sherrill <joel@OARcorp.com>
193
194        * startup/linkcmds: In support of gcc 3.1, added one of more
195        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
196        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
197        and direction of segments to memory regions may also have been
198        addressed.  This was a sweep across all BSPs.
199 
2002001-04-26      Joel Sherrill <joel@OARcorp.com>
201
202        * include/bsp.h: Change SIS to ERC32_BSP.
203 
2042002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * configure.ac: Remove BSPOPTS_*(NO_TABLE_MOVE).
207        Remove BSPOPTS_*(FPU_REVB).
208        * wrapup/Makefile.am: Remove tbr.
209
2102002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * configure.ac: Add BSPOPTS_*(NO_TABLE_MOVE).
213        Add BSPOPTS_*(FPU_REVB).
214        * wrapup/Makefile.am: Add tbr.
215
2162002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * configure.ac:
219        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
220        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
221        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
222        * Makefile.am: Remove AUTOMAKE_OPTIONS.
223        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
224        * erc32sonic/Makefile.am: Remove AUTOMAKE_OPTIONS.
225        * gnatsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
226        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
227        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
228        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
229        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
230        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
231
2322001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * configure.ac: Add RTEMS_BSPOPTS*(CONSOLE_USE_INTERRUPTS).
235        Add RTEMS_BSPOPTS*(SIMSPARC_FAST_IDLE).
236        Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
237        * include/bsp.h: include bspopts.h.
238
2392001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
242
2432001-11-08      Jiri Gaisler <jiri@gaisler.com>
244
245        This fix is in response to test results reported by Jerry Needell
246        <jerry.needell@unh.edu> for the SPARC/ERC32 and tracked as PR80.
247        * include/bsp.h: TM27 was not running properly because the ERC32
248        and LEON cannot nest interrupts at the same level.  The BSP test support
249        had to be modified to support using two different interrupt sources.
250
2512001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
254        * configure.in: Remove.
255        * configure.ac: New file, generated from configure.in by autoupdate.
256
2572001-09-27      Joel Sherrill <joel@OARcorp.com>
258
259        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
260
2612001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
264
2652001-08-16      Joel Sherrill <joel@OARcorp.com>
266
267        * tools/runtest.in: Recognize debug variant of monitor test.
268
2692001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * configure.in: Add bspopts.h.
272        * include/.cvsignore: Add bspopts.h*, stamp-h*.
273        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
274        * include/bsp.h: Include bspopts.h.
275
2762001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
277
278        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
279
2802000-04-23      Jiri Gaisler <jiri@gaisler.com>
281
282        * console/debugputs.c: Switched to unsigned characters.
283
2842000-12-06      Joel Sherrill <joel@OARcorp.com>
285
286        * gnatsupp/gnatsupp.c: Added prototype to eliminate warning.
287
2882000-11-30      Joel Sherrill <joel@OARcorp.com>
289
290        * erc32sonic/Makefile.am: Only compile this if networking is enabled.
291
2922000-11-21      Jiri Gaisler <jgais@ws.estec.esa.nl>
293
294        * erc32sonic/erc32sonic.c: Minor modifications which enable
295        network interface to come up and work for some time before
296        getting an error in the SONIC driver.  The error is a bit random,
297        sometimes MCLGET (m, M_WAIT) tries to access memory way outside the
298        available ram (and traps) while sometimes there is a panic due
299        to RBAE/RXEN.
300
3012000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * Makefile.am: Cleanup.
304
3052000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
306
307        * wrapup/Makefile.am: Pick up cache code from libcpu and pick
308        up .o's instead of .rel's from libcpu.
309
3102000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
311
312        * Makefile.am, configure.in, gnatsupp/Makefile.am,
313        gnatsupp/gnatsupp.c, include/Makefile.am, include/bsp.h,
314        start/Makefile.am, startup/Makefile.am, startup/setvec.c,
315        wrapup/Makefile.am:
316        * erc32sonic: New directory.
317        * erc32sonic/Makefile.am, erc32sonic/erc32sonic.c,
318        erc32sonic/.cvsignore: New files.
319        * include/erc32.h: New file.
320        * startup/boardinit.S: New file.
321        Big update of SPARC support for ERC32 and LEON.
322        Added support for ERC32 without floating point.
323        Added SONIC support as configured on Tharsys ERC32 board.
324        The bsp's share various code in the shared directory:
325           gnat-support, start-up code, etc.
326        To decrease the foot-print, I removed the 16 kbyte start-up
327        stack that was put in .bss and never reused once the system
328        was up. The stack is now put between the heap and the
329        workspace. To reclaim it, the user can do a rtems_region_extend
330        to merge the stack to the heap region once the system is up.
331
3322000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
335
3362000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
339
3402000-11-01      Joel Sherrill <joel@OARcorp.com>
341
342        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
343        and libcsupport.h moved from libc to lib/include/rtems and
344        now must be referenced as <rtems/XXX.h>.   Header file order
345        was cleaned up while doing this.
346
3472000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
350        Switch to GNU canonicalization.
351
3522000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * clock/Makefile.am, console/Makefile.am, gnatsupp/Makefile.am,
355        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
356        wrapup/Makefile.am: Include compile.am
357
3582000-08-10      Joel Sherrill <joel@OARcorp.com>
359
360        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.