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

4.104.114.84.95
Last change on this file since eb3ca32d was 7e59103, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/23/03 at 11:46:49

2003-10-23 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Fix preinstallation of include/coverhd.h.
  • Property mode set to 100644
File size: 10.0 KB
Line 
12003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Fix preinstallation of include/coverhd.h.
4
52003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Merge-in include/Makefile.am.
8        Reflect changes to bsp.am.
9        * include/Makefile.am: Remove.
10        * configure.ac: Reflect changes above.
11
122003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * bsp_specs: Remove *lib:.
15
162003-09-04      Joel Sherrill <joel@OARcorp.com>
17
18        * clock/ckinit.c, console/console.c, console/consolereserveresources.c,
19        console/debugputs.c, include/bsp.h, include/coverhd.h,
20        include/erc32.h, startup/erc32mec.c, startup/setvec.c, timer/timer.c:
21        URL for license changed.
22
232003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * Makefile.am: Reflect having moved aclocal/.
26
272003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * Makefile.am: Reflect having moved automake/.
30        * clock/Makefile.am: Reflect having moved automake/.
31        * console/Makefile.am: Reflect having moved automake/.
32        * erc32sonic/Makefile.am: Reflect having moved automake/.
33        * gnatsupp/Makefile.am: Reflect having moved automake/.
34        * include/Makefile.am: Reflect having moved automake/.
35        * start/Makefile.am: Reflect having moved automake/.
36        * startup/Makefile.am: Reflect having moved automake/.
37        * timer/Makefile.am: Reflect having moved automake/.
38        * wrapup/Makefile.am: Reflect having moved automake/.
39
402003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        PR 452/bsps
43        * startup/Makefile.am: Remove USE_INIT_FINI.
44
452003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
48
492003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        PR 445/bsps
52        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
53        Remove cpp, old_cpp (now unused).
54
552003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.ac: Remove AC_CONFIG_AUX_DIR.
58
592003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
62
632003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * configure.ac: AC_PREREQ(2.57).
66
672003-01-20      Joel Sherrill <joel@OARcorp.com>
68
69        * startup/linkcmds*: Add FreeBSD sysctl() sections.
70
712002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
74        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
75        * erc32sonic/Makefile.am: Don't include @RTEMS_BSP@.cfg.
76        * gnatsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
77        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
78        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
79        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
80
812002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * start/Makefile.am: Use install-data-local to install startfile.
84
852002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
88
892002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * .cvsignore: Reformat.
92        Add autom4te*cache.
93        Remove autom4te.cache.
94
952002-08-21      Joel Sherrill <joel@OARcorp.com>
96
97        * bsp_specs: Added support for -nostdlibs.
98
992002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
102        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
103
1042002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
107        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
108        * erc32sonic/Makefile.am: Use .$(OBJEXT) instead of .o.
109        * gnatsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
110        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
111        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
112        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
113
1142002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * start/Makefile.am: Eliminate PGM.
117        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
118
1192002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
122
1232002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
126        Remove $(OBJS) from all-local.
127
1282002-07-01      Joel Sherrill <joel@OARcorp.com>
129
130        * startup/erc32mec.c: New file.
131        * startup/Makefile.am: Reflect above.
132        * include/erc32.h: Converted SCORE_EXTERN to extern.
133        * tools/runtest.in: Lengthened timeout on test runs.
134
1352002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
138
1392001-05-09      Joel Sherrill <joel@OARcorp.com>
140
141        * startup/linkcmds: In support of gcc 3.1, added one of more
142        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
143        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
144        and direction of segments to memory regions may also have been
145        addressed.  This was a sweep across all BSPs.
146 
1472001-04-26      Joel Sherrill <joel@OARcorp.com>
148
149        * include/bsp.h: Change SIS to ERC32_BSP.
150 
1512002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * configure.ac: Remove BSPOPTS_*(NO_TABLE_MOVE).
154        Remove BSPOPTS_*(FPU_REVB).
155        * wrapup/Makefile.am: Remove tbr.
156
1572002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * configure.ac: Add BSPOPTS_*(NO_TABLE_MOVE).
160        Add BSPOPTS_*(FPU_REVB).
161        * wrapup/Makefile.am: Add tbr.
162
1632002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * configure.ac:
166        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
167        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
168        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
169        * Makefile.am: Remove AUTOMAKE_OPTIONS.
170        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
171        * erc32sonic/Makefile.am: Remove AUTOMAKE_OPTIONS.
172        * gnatsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
173        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
174        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
175        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
176        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
177        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
178
1792001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * configure.ac: Add RTEMS_BSPOPTS*(CONSOLE_USE_INTERRUPTS).
182        Add RTEMS_BSPOPTS*(SIMSPARC_FAST_IDLE).
183        Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
184        * include/bsp.h: include bspopts.h.
185
1862001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
189
1902001-11-08      Jiri Gaisler <jiri@gaisler.com>
191
192        This fix is in response to test results reported by Jerry Needell
193        <jerry.needell@unh.edu> for the SPARC/ERC32 and tracked as PR80.
194        * include/bsp.h: TM27 was not running properly because the ERC32
195        and LEON cannot nest interrupts at the same level.  The BSP test support
196        had to be modified to support using two different interrupt sources.
197
1982001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
201        * configure.in: Remove.
202        * configure.ac: New file, generated from configure.in by autoupdate.
203
2042001-09-27      Joel Sherrill <joel@OARcorp.com>
205
206        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
207
2082001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
211
2122001-08-16      Joel Sherrill <joel@OARcorp.com>
213
214        * tools/runtest.in: Recognize debug variant of monitor test.
215
2162001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * configure.in: Add bspopts.h.
219        * include/.cvsignore: Add bspopts.h*, stamp-h*.
220        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
221        * include/bsp.h: Include bspopts.h.
222
2232001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
224
225        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
226
2272000-04-23      Jiri Gaisler <jiri@gaisler.com>
228
229        * console/debugputs.c: Switched to unsigned characters.
230
2312000-12-06      Joel Sherrill <joel@OARcorp.com>
232
233        * gnatsupp/gnatsupp.c: Added prototype to eliminate warning.
234
2352000-11-30      Joel Sherrill <joel@OARcorp.com>
236
237        * erc32sonic/Makefile.am: Only compile this if networking is enabled.
238
2392000-11-21      Jiri Gaisler <jgais@ws.estec.esa.nl>
240
241        * erc32sonic/erc32sonic.c: Minor modifications which enable
242        network interface to come up and work for some time before
243        getting an error in the SONIC driver.  The error is a bit random,
244        sometimes MCLGET (m, M_WAIT) tries to access memory way outside the
245        available ram (and traps) while sometimes there is a panic due
246        to RBAE/RXEN.
247
2482000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * Makefile.am: Cleanup.
251
2522000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
253
254        * wrapup/Makefile.am: Pick up cache code from libcpu and pick
255        up .o's instead of .rel's from libcpu.
256
2572000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
258
259        * Makefile.am, configure.in, gnatsupp/Makefile.am,
260        gnatsupp/gnatsupp.c, include/Makefile.am, include/bsp.h,
261        start/Makefile.am, startup/Makefile.am, startup/setvec.c,
262        wrapup/Makefile.am:
263        * erc32sonic: New directory.
264        * erc32sonic/Makefile.am, erc32sonic/erc32sonic.c,
265        erc32sonic/.cvsignore: New files.
266        * include/erc32.h: New file.
267        * startup/boardinit.S: New file.
268        Big update of SPARC support for ERC32 and LEON.
269        Added support for ERC32 without floating point.
270        Added SONIC support as configured on Tharsys ERC32 board.
271        The bsp's share various code in the shared directory:
272           gnat-support, start-up code, etc.
273        To decrease the foot-print, I removed the 16 kbyte start-up
274        stack that was put in .bss and never reused once the system
275        was up. The stack is now put between the heap and the
276        workspace. To reclaim it, the user can do a rtems_region_extend
277        to merge the stack to the heap region once the system is up.
278
2792000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
282
2832000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
286
2872000-11-01      Joel Sherrill <joel@OARcorp.com>
288
289        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
290        and libcsupport.h moved from libc to lib/include/rtems and
291        now must be referenced as <rtems/XXX.h>.   Header file order
292        was cleaned up while doing this.
293
2942000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
297        Switch to GNU canonicalization.
298
2992000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * clock/Makefile.am, console/Makefile.am, gnatsupp/Makefile.am,
302        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
303        wrapup/Makefile.am: Include compile.am
304
3052000-08-10      Joel Sherrill <joel@OARcorp.com>
306
307        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.