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

4.104.114.84.95
Last change on this file since 6836fc9 was d73e8326, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/16/03 at 12:49:29

2003-08-16 Ralf Corsepius <corsepiu@…>

Makefile.am: Reflect having moved automake.
clock/Makefile.am: Reflect having moved automake.
console/Makefile.am: Reflect having moved automake.
erc32sonic/Makefile.am: Reflect having moved automake.
gnatsupp/Makefile.am: Reflect having moved automake.
include/Makefile.am: Reflect having moved automake.
start/Makefile.am: Reflect having moved automake.
startup/Makefile.am: Reflect having moved automake.
timer/Makefile.am: Reflect having moved automake.
wrapup/Makefile.am: Reflect having moved automake.

  • Property mode set to 100644
File size: 9.2 KB
Line 
12003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        Makefile.am: Reflect having moved automake.
4        clock/Makefile.am: Reflect having moved automake.
5        console/Makefile.am: Reflect having moved automake.
6        erc32sonic/Makefile.am: Reflect having moved automake.
7        gnatsupp/Makefile.am: Reflect having moved automake.
8        include/Makefile.am: Reflect having moved automake.
9        start/Makefile.am: Reflect having moved automake.
10        startup/Makefile.am: Reflect having moved automake.
11        timer/Makefile.am: Reflect having moved automake.
12        wrapup/Makefile.am: Reflect having moved automake.
13
142003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        PR 452/bsps
17        * startup/Makefile.am: Remove USE_INIT_FINI.
18
192003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
22
232003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        PR 445/bsps
26        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
27        Remove cpp, old_cpp (now unused).
28
292003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * configure.ac: Remove AC_CONFIG_AUX_DIR.
32
332003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
36
372003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * configure.ac: AC_PREREQ(2.57).
40
412003-01-20      Joel Sherrill <joel@OARcorp.com>
42
43        * startup/linkcmds*: Add FreeBSD sysctl() sections.
44
452002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
48        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
49        * erc32sonic/Makefile.am: Don't include @RTEMS_BSP@.cfg.
50        * gnatsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
51        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
52        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
53        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
54
552002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * start/Makefile.am: Use install-data-local to install startfile.
58
592002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
62
632002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * .cvsignore: Reformat.
66        Add autom4te*cache.
67        Remove autom4te.cache.
68
692002-08-21      Joel Sherrill <joel@OARcorp.com>
70
71        * bsp_specs: Added support for -nostdlibs.
72
732002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
76        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
77
782002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
81        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
82        * erc32sonic/Makefile.am: Use .$(OBJEXT) instead of .o.
83        * gnatsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
84        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
85        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
86        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
87
882002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * start/Makefile.am: Eliminate PGM.
91        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
92
932002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
96
972002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
100        Remove $(OBJS) from all-local.
101
1022002-07-01      Joel Sherrill <joel@OARcorp.com>
103
104        * startup/erc32mec.c: New file.
105        * startup/Makefile.am: Reflect above.
106        * include/erc32.h: Converted SCORE_EXTERN to extern.
107        * tools/runtest.in: Lengthened timeout on test runs.
108
1092002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
112
1132001-05-09      Joel Sherrill <joel@OARcorp.com>
114
115        * startup/linkcmds: In support of gcc 3.1, added one of more
116        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
117        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
118        and direction of segments to memory regions may also have been
119        addressed.  This was a sweep across all BSPs.
120 
1212001-04-26      Joel Sherrill <joel@OARcorp.com>
122
123        * include/bsp.h: Change SIS to ERC32_BSP.
124 
1252002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * configure.ac: Remove BSPOPTS_*(NO_TABLE_MOVE).
128        Remove BSPOPTS_*(FPU_REVB).
129        * wrapup/Makefile.am: Remove tbr.
130
1312002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * configure.ac: Add BSPOPTS_*(NO_TABLE_MOVE).
134        Add BSPOPTS_*(FPU_REVB).
135        * wrapup/Makefile.am: Add tbr.
136
1372002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * configure.ac:
140        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
141        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
142        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
143        * Makefile.am: Remove AUTOMAKE_OPTIONS.
144        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
145        * erc32sonic/Makefile.am: Remove AUTOMAKE_OPTIONS.
146        * gnatsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
147        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
148        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
149        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
150        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
151        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
152
1532001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * configure.ac: Add RTEMS_BSPOPTS*(CONSOLE_USE_INTERRUPTS).
156        Add RTEMS_BSPOPTS*(SIMSPARC_FAST_IDLE).
157        Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
158        * include/bsp.h: include bspopts.h.
159
1602001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
163
1642001-11-08      Jiri Gaisler <jiri@gaisler.com>
165
166        This fix is in response to test results reported by Jerry Needell
167        <jerry.needell@unh.edu> for the SPARC/ERC32 and tracked as PR80.
168        * include/bsp.h: TM27 was not running properly because the ERC32
169        and LEON cannot nest interrupts at the same level.  The BSP test support
170        had to be modified to support using two different interrupt sources.
171
1722001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
175        * configure.in: Remove.
176        * configure.ac: New file, generated from configure.in by autoupdate.
177
1782001-09-27      Joel Sherrill <joel@OARcorp.com>
179
180        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
181
1822001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
185
1862001-08-16      Joel Sherrill <joel@OARcorp.com>
187
188        * tools/runtest.in: Recognize debug variant of monitor test.
189
1902001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * configure.in: Add bspopts.h.
193        * include/.cvsignore: Add bspopts.h*, stamp-h*.
194        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
195        * include/bsp.h: Include bspopts.h.
196
1972001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
198
199        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
200
2012000-04-23      Jiri Gaisler <jiri@gaisler.com>
202
203        * console/debugputs.c: Switched to unsigned characters.
204
2052000-12-06      Joel Sherrill <joel@OARcorp.com>
206
207        * gnatsupp/gnatsupp.c: Added prototype to eliminate warning.
208
2092000-11-30      Joel Sherrill <joel@OARcorp.com>
210
211        * erc32sonic/Makefile.am: Only compile this if networking is enabled.
212
2132000-11-21      Jiri Gaisler <jgais@ws.estec.esa.nl>
214
215        * erc32sonic/erc32sonic.c: Minor modifications which enable
216        network interface to come up and work for some time before
217        getting an error in the SONIC driver.  The error is a bit random,
218        sometimes MCLGET (m, M_WAIT) tries to access memory way outside the
219        available ram (and traps) while sometimes there is a panic due
220        to RBAE/RXEN.
221
2222000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * Makefile.am: Cleanup.
225
2262000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
227
228        * wrapup/Makefile.am: Pick up cache code from libcpu and pick
229        up .o's instead of .rel's from libcpu.
230
2312000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
232
233        * Makefile.am, configure.in, gnatsupp/Makefile.am,
234        gnatsupp/gnatsupp.c, include/Makefile.am, include/bsp.h,
235        start/Makefile.am, startup/Makefile.am, startup/setvec.c,
236        wrapup/Makefile.am:
237        * erc32sonic: New directory.
238        * erc32sonic/Makefile.am, erc32sonic/erc32sonic.c,
239        erc32sonic/.cvsignore: New files.
240        * include/erc32.h: New file.
241        * startup/boardinit.S: New file.
242        Big update of SPARC support for ERC32 and LEON.
243        Added support for ERC32 without floating point.
244        Added SONIC support as configured on Tharsys ERC32 board.
245        The bsp's share various code in the shared directory:
246           gnat-support, start-up code, etc.
247        To decrease the foot-print, I removed the 16 kbyte start-up
248        stack that was put in .bss and never reused once the system
249        was up. The stack is now put between the heap and the
250        workspace. To reclaim it, the user can do a rtems_region_extend
251        to merge the stack to the heap region once the system is up.
252
2532000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
256
2572000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
260
2612000-11-01      Joel Sherrill <joel@OARcorp.com>
262
263        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
264        and libcsupport.h moved from libc to lib/include/rtems and
265        now must be referenced as <rtems/XXX.h>.   Header file order
266        was cleaned up while doing this.
267
2682000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
271        Switch to GNU canonicalization.
272
2732000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * clock/Makefile.am, console/Makefile.am, gnatsupp/Makefile.am,
276        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
277        wrapup/Makefile.am: Include compile.am
278
2792000-08-10      Joel Sherrill <joel@OARcorp.com>
280
281        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.