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

4.104.114.84.95
Last change on this file since f1feebb was f1feebb, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/20/02 at 05:47:59

2002-07-20 Ralf Corsepius <corsepiu@…>

  • startup/Makefile.am: Add bsplib_DATA = linkcmds.
  • Property mode set to 100644
File size: 6.3 KB
Line 
12002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
4
52002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
8        Remove $(OBJS) from all-local.
9
102002-07-01      Joel Sherrill <joel@OARcorp.com>
11
12        * startup/erc32mec.c: New file.
13        * startup/Makefile.am: Reflect above.
14        * include/erc32.h: Converted SCORE_EXTERN to extern.
15        * tools/runtest.in: Lengthened timeout on test runs.
16
172002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
20
212001-05-09      Joel Sherrill <joel@OARcorp.com>
22
23        * startup/linkcmds: In support of gcc 3.1, added one of more
24        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
25        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
26        and direction of segments to memory regions may also have been
27        addressed.  This was a sweep across all BSPs.
28 
292001-04-26      Joel Sherrill <joel@OARcorp.com>
30
31        * include/bsp.h: Change SIS to ERC32_BSP.
32 
332002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * configure.ac: Remove BSPOPTS_*(NO_TABLE_MOVE).
36        Remove BSPOPTS_*(FPU_REVB).
37        * wrapup/Makefile.am: Remove tbr.
38
392002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * configure.ac: Add BSPOPTS_*(NO_TABLE_MOVE).
42        Add BSPOPTS_*(FPU_REVB).
43        * wrapup/Makefile.am: Add tbr.
44
452002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.ac:
48        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
49        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
50        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
51        * Makefile.am: Remove AUTOMAKE_OPTIONS.
52        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
53        * erc32sonic/Makefile.am: Remove AUTOMAKE_OPTIONS.
54        * gnatsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
55        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
56        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
57        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
58        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
59        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
60
612001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * configure.ac: Add RTEMS_BSPOPTS*(CONSOLE_USE_INTERRUPTS).
64        Add RTEMS_BSPOPTS*(SIMSPARC_FAST_IDLE).
65        Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
66        * include/bsp.h: include bspopts.h.
67
682001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
71
722001-11-08      Jiri Gaisler <jiri@gaisler.com>
73
74        This fix is in response to test results reported by Jerry Needell
75        <jerry.needell@unh.edu> for the SPARC/ERC32 and tracked as PR80.
76        * include/bsp.h: TM27 was not running properly because the ERC32
77        and LEON cannot nest interrupts at the same level.  The BSP test support
78        had to be modified to support using two different interrupt sources.
79
802001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
83        * configure.in: Remove.
84        * configure.ac: New file, generated from configure.in by autoupdate.
85
862001-09-27      Joel Sherrill <joel@OARcorp.com>
87
88        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
89
902001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
93
942001-08-16      Joel Sherrill <joel@OARcorp.com>
95
96        * tools/runtest.in: Recognize debug variant of monitor test.
97
982001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * configure.in: Add bspopts.h.
101        * include/.cvsignore: Add bspopts.h*, stamp-h*.
102        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
103        * include/bsp.h: Include bspopts.h.
104
1052001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
106
107        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
108
1092000-04-23      Jiri Gaisler <jiri@gaisler.com>
110
111        * console/debugputs.c: Switched to unsigned characters.
112
1132000-12-06      Joel Sherrill <joel@OARcorp.com>
114
115        * gnatsupp/gnatsupp.c: Added prototype to eliminate warning.
116
1172000-11-30      Joel Sherrill <joel@OARcorp.com>
118
119        * erc32sonic/Makefile.am: Only compile this if networking is enabled.
120
1212000-11-21      Jiri Gaisler <jgais@ws.estec.esa.nl>
122
123        * erc32sonic/erc32sonic.c: Minor modifications which enable
124        network interface to come up and work for some time before
125        getting an error in the SONIC driver.  The error is a bit random,
126        sometimes MCLGET (m, M_WAIT) tries to access memory way outside the
127        available ram (and traps) while sometimes there is a panic due
128        to RBAE/RXEN.
129
1302000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * Makefile.am: Cleanup.
133
1342000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
135
136        * wrapup/Makefile.am: Pick up cache code from libcpu and pick
137        up .o's instead of .rel's from libcpu.
138
1392000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
140
141        * Makefile.am, configure.in, gnatsupp/Makefile.am,
142        gnatsupp/gnatsupp.c, include/Makefile.am, include/bsp.h,
143        start/Makefile.am, startup/Makefile.am, startup/setvec.c,
144        wrapup/Makefile.am:
145        * erc32sonic: New directory.
146        * erc32sonic/Makefile.am, erc32sonic/erc32sonic.c,
147        erc32sonic/.cvsignore: New files.
148        * include/erc32.h: New file.
149        * startup/boardinit.S: New file.
150        Big update of SPARC support for ERC32 and LEON.
151        Added support for ERC32 without floating point.
152        Added SONIC support as configured on Tharsys ERC32 board.
153        The bsp's share various code in the shared directory:
154           gnat-support, start-up code, etc.
155        To decrease the foot-print, I removed the 16 kbyte start-up
156        stack that was put in .bss and never reused once the system
157        was up. The stack is now put between the heap and the
158        workspace. To reclaim it, the user can do a rtems_region_extend
159        to merge the stack to the heap region once the system is up.
160
1612000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
164
1652000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
168
1692000-11-01      Joel Sherrill <joel@OARcorp.com>
170
171        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
172        and libcsupport.h moved from libc to lib/include/rtems and
173        now must be referenced as <rtems/XXX.h>.   Header file order
174        was cleaned up while doing this.
175
1762000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
179        Switch to GNU canonicalization.
180
1812000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * clock/Makefile.am, console/Makefile.am, gnatsupp/Makefile.am,
184        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
185        wrapup/Makefile.am: Include compile.am
186
1872000-08-10      Joel Sherrill <joel@OARcorp.com>
188
189        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.