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

Last change on this file since cdd0fc8a was 73c2d23, checked in by Joel Sherrill <joel.sherrill@…>, on 10/05/05 at 19:25:07

2005-10-05 Jiri Gaisler <jiri@…>

Edvin Catovic <edvin@…>
Konrad Eisele <konrad@…>

PR 827/bsps

  • ChangeLog?, configure.ac, console/Makefile.am, console/console.c, console/debugputs.c, startup/Makefile.am, startup/linkcmds, tools/Makefile.am: Portion of large update of SPARC BSPs. Includes addition of sis, leon2 and leon3 BSPs, deletion of leon BSP, addition of SMC91111 NIC driver and much more.
  • Property mode set to 100644
File size: 9.7 KB
Line 
12005-10-05  Jiri Gaisler <jiri@gaisler.com>
2            Edvin Catovic <edvin@gaisler.com>
3            Konrad Eisele <konrad@gaisler.com>
4
5        PR 827/bsps
6        * ChangeLog, configure.ac, console/Makefile.am, console/console.c,
7        console/debugputs.c, startup/Makefile.am, startup/linkcmds,
8        tools/Makefile.am: Portion of large update of SPARC BSPs. Includes
9        addition of sis, leon2 and leon3 BSPs, deletion of leon BSP, addition
10        of SMC91111 NIC driver and much more.
11
12
132005-01-20      Jiri Gaisler <jiri@gaisler.com>
14
15        Added support for printk in console/console.c
16
172004-11-17      Edvin Catovic <edvin@gaisler.com>
18
19        Removed obsolete startup/boardinit.S
20
21
222004-06-16      Edvin Catovic <edvin@gaisler.com>
23
24        * Makefile.am: Added bspstart (moved here from ../shared)
25        * configure.ac: Added bspstart/Makefile
26        * bspstart/bspstart.c: Moved here from ../shared
27        * bspstart/Makefile.am: New file
28        * wrapup/Makefile.am: Included bspstart in BSP_PIECES
29
302003-09-04      Joel Sherrill <joel@OARcorp.com>
31
32        * clock/ckinit.c, console/console.c, console/consolereserveresources.c,
33        console/debugputs.c, include/bsp.h, include/coverhd.h,
34        include/erc32.h, startup/erc32mec.c, startup/setvec.c, timer/timer.c:
35        URL for license changed.
36
372003-08-22      Joel Sherrill <joel@OARcorp.com>
38
39        PR 445/bsps
40        * bsp_specs: Hand edited to duplicate change Ralf applied to the CVS
41        trunk.
42
432003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
46
472003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * configure.ac: Remove AC_CONFIG_AUX_DIR.
50
512003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
54
552003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.ac: AC_PREREQ(2.57).
58
592003-01-20      Joel Sherrill <joel@OARcorp.com>
60
61        * startup/linkcmds*: Add FreeBSD sysctl() sections.
62
632002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
66        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
67        * erc32sonic/Makefile.am: Don't include @RTEMS_BSP@.cfg.
68        * gnatsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
69        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
70        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
71        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
72
732002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * start/Makefile.am: Use install-data-local to install startfile.
76
772002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
80
812002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * .cvsignore: Reformat.
84        Add autom4te*cache.
85        Remove autom4te.cache.
86
872002-08-21      Joel Sherrill <joel@OARcorp.com>
88
89        * bsp_specs: Added support for -nostdlibs.
90
912002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
94        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
95
962002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
99        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
100        * erc32sonic/Makefile.am: Use .$(OBJEXT) instead of .o.
101        * gnatsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
102        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
103        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
104        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
105
1062002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * start/Makefile.am: Eliminate PGM.
109        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
110
1112002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
114
1152002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
118        Remove $(OBJS) from all-local.
119
1202002-07-01      Joel Sherrill <joel@OARcorp.com>
121
122        * startup/erc32mec.c: New file.
123        * startup/Makefile.am: Reflect above.
124        * include/erc32.h: Converted SCORE_EXTERN to extern.
125        * tools/runtest.in: Lengthened timeout on test runs.
126
1272002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
130
1312001-05-09      Joel Sherrill <joel@OARcorp.com>
132
133        * startup/linkcmds: In support of gcc 3.1, added one of more
134        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
135        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
136        and direction of segments to memory regions may also have been
137        addressed.  This was a sweep across all BSPs.
138 
1392001-04-26      Joel Sherrill <joel@OARcorp.com>
140
141        * include/bsp.h: Change SIS to ERC32_BSP.
142 
1432002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * configure.ac: Remove BSPOPTS_*(NO_TABLE_MOVE).
146        Remove BSPOPTS_*(FPU_REVB).
147        * wrapup/Makefile.am: Remove tbr.
148
1492002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * configure.ac: Add BSPOPTS_*(NO_TABLE_MOVE).
152        Add BSPOPTS_*(FPU_REVB).
153        * wrapup/Makefile.am: Add tbr.
154
1552002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * configure.ac:
158        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
159        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
160        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
161        * Makefile.am: Remove AUTOMAKE_OPTIONS.
162        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
163        * erc32sonic/Makefile.am: Remove AUTOMAKE_OPTIONS.
164        * gnatsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
165        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
166        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
167        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
168        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
169        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
170
1712001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * configure.ac: Add RTEMS_BSPOPTS*(CONSOLE_USE_INTERRUPTS).
174        Add RTEMS_BSPOPTS*(SIMSPARC_FAST_IDLE).
175        Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
176        * include/bsp.h: include bspopts.h.
177
1782001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
181
1822001-11-08      Jiri Gaisler <jiri@gaisler.com>
183
184        This fix is in response to test results reported by Jerry Needell
185        <jerry.needell@unh.edu> for the SPARC/ERC32 and tracked as PR80.
186        * include/bsp.h: TM27 was not running properly because the ERC32
187        and LEON cannot nest interrupts at the same level.  The BSP test support
188        had to be modified to support using two different interrupt sources.
189
1902001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
193        * configure.in: Remove.
194        * configure.ac: New file, generated from configure.in by autoupdate.
195
1962001-09-27      Joel Sherrill <joel@OARcorp.com>
197
198        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
199
2002001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
203
2042001-08-16      Joel Sherrill <joel@OARcorp.com>
205
206        * tools/runtest.in: Recognize debug variant of monitor test.
207
2082001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * configure.in: Add bspopts.h.
211        * include/.cvsignore: Add bspopts.h*, stamp-h*.
212        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
213        * include/bsp.h: Include bspopts.h.
214
2152001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
216
217        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
218
2192000-04-23      Jiri Gaisler <jiri@gaisler.com>
220
221        * console/debugputs.c: Switched to unsigned characters.
222
2232000-12-06      Joel Sherrill <joel@OARcorp.com>
224
225        * gnatsupp/gnatsupp.c: Added prototype to eliminate warning.
226
2272000-11-30      Joel Sherrill <joel@OARcorp.com>
228
229        * erc32sonic/Makefile.am: Only compile this if networking is enabled.
230
2312000-11-21      Jiri Gaisler <jgais@ws.estec.esa.nl>
232
233        * erc32sonic/erc32sonic.c: Minor modifications which enable
234        network interface to come up and work for some time before
235        getting an error in the SONIC driver.  The error is a bit random,
236        sometimes MCLGET (m, M_WAIT) tries to access memory way outside the
237        available ram (and traps) while sometimes there is a panic due
238        to RBAE/RXEN.
239
2402000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * Makefile.am: Cleanup.
243
2442000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
245
246        * wrapup/Makefile.am: Pick up cache code from libcpu and pick
247        up .o's instead of .rel's from libcpu.
248
2492000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
250
251        * Makefile.am, configure.in, gnatsupp/Makefile.am,
252        gnatsupp/gnatsupp.c, include/Makefile.am, include/bsp.h,
253        start/Makefile.am, startup/Makefile.am, startup/setvec.c,
254        wrapup/Makefile.am:
255        * erc32sonic: New directory.
256        * erc32sonic/Makefile.am, erc32sonic/erc32sonic.c,
257        erc32sonic/.cvsignore: New files.
258        * include/erc32.h: New file.
259        * startup/boardinit.S: New file.
260        Big update of SPARC support for ERC32 and LEON.
261        Added support for ERC32 without floating point.
262        Added SONIC support as configured on Tharsys ERC32 board.
263        The bsp's share various code in the shared directory:
264           gnat-support, start-up code, etc.
265        To decrease the foot-print, I removed the 16 kbyte start-up
266        stack that was put in .bss and never reused once the system
267        was up. The stack is now put between the heap and the
268        workspace. To reclaim it, the user can do a rtems_region_extend
269        to merge the stack to the heap region once the system is up.
270
2712000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
274
2752000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
278
2792000-11-01      Joel Sherrill <joel@OARcorp.com>
280
281        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
282        and libcsupport.h moved from libc to lib/include/rtems and
283        now must be referenced as <rtems/XXX.h>.   Header file order
284        was cleaned up while doing this.
285
2862000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
289        Switch to GNU canonicalization.
290
2912000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * clock/Makefile.am, console/Makefile.am, gnatsupp/Makefile.am,
294        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
295        wrapup/Makefile.am: Include compile.am
296
2972000-08-10      Joel Sherrill <joel@OARcorp.com>
298
299        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.