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

4.104.114.84.95
Last change on this file since dd695d81 was 59a01a6e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/12/02 at 11:51:18

2002-12-12 Ralf Corsepius <corsepiu@…>

  • start/Makefile.am: Use install-data-local to install startfile.
  • Property mode set to 100644
File size: 7.5 KB
Line 
12002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * start/Makefile.am: Use install-data-local to install startfile.
4
52002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
8
92002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * .cvsignore: Reformat.
12        Add autom4te*cache.
13        Remove autom4te.cache.
14
152002-08-21      Joel Sherrill <joel@OARcorp.com>
16
17        * bsp_specs: Added support for -nostdlibs.
18
192002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
22        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
23
242002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
27        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
28        * erc32sonic/Makefile.am: Use .$(OBJEXT) instead of .o.
29        * gnatsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
30        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
31        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
32        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
33
342002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * start/Makefile.am: Eliminate PGM.
37        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
38
392002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
42
432002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
46        Remove $(OBJS) from all-local.
47
482002-07-01      Joel Sherrill <joel@OARcorp.com>
49
50        * startup/erc32mec.c: New file.
51        * startup/Makefile.am: Reflect above.
52        * include/erc32.h: Converted SCORE_EXTERN to extern.
53        * tools/runtest.in: Lengthened timeout on test runs.
54
552002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
58
592001-05-09      Joel Sherrill <joel@OARcorp.com>
60
61        * startup/linkcmds: In support of gcc 3.1, added one of more
62        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
63        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
64        and direction of segments to memory regions may also have been
65        addressed.  This was a sweep across all BSPs.
66 
672001-04-26      Joel Sherrill <joel@OARcorp.com>
68
69        * include/bsp.h: Change SIS to ERC32_BSP.
70 
712002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * configure.ac: Remove BSPOPTS_*(NO_TABLE_MOVE).
74        Remove BSPOPTS_*(FPU_REVB).
75        * wrapup/Makefile.am: Remove tbr.
76
772002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * configure.ac: Add BSPOPTS_*(NO_TABLE_MOVE).
80        Add BSPOPTS_*(FPU_REVB).
81        * wrapup/Makefile.am: Add tbr.
82
832002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * configure.ac:
86        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
87        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
88        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
89        * Makefile.am: Remove AUTOMAKE_OPTIONS.
90        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
91        * erc32sonic/Makefile.am: Remove AUTOMAKE_OPTIONS.
92        * gnatsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
93        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
94        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
95        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
96        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
97        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
98
992001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * configure.ac: Add RTEMS_BSPOPTS*(CONSOLE_USE_INTERRUPTS).
102        Add RTEMS_BSPOPTS*(SIMSPARC_FAST_IDLE).
103        Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
104        * include/bsp.h: include bspopts.h.
105
1062001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
109
1102001-11-08      Jiri Gaisler <jiri@gaisler.com>
111
112        This fix is in response to test results reported by Jerry Needell
113        <jerry.needell@unh.edu> for the SPARC/ERC32 and tracked as PR80.
114        * include/bsp.h: TM27 was not running properly because the ERC32
115        and LEON cannot nest interrupts at the same level.  The BSP test support
116        had to be modified to support using two different interrupt sources.
117
1182001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
121        * configure.in: Remove.
122        * configure.ac: New file, generated from configure.in by autoupdate.
123
1242001-09-27      Joel Sherrill <joel@OARcorp.com>
125
126        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
127
1282001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
131
1322001-08-16      Joel Sherrill <joel@OARcorp.com>
133
134        * tools/runtest.in: Recognize debug variant of monitor test.
135
1362001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * configure.in: Add bspopts.h.
139        * include/.cvsignore: Add bspopts.h*, stamp-h*.
140        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
141        * include/bsp.h: Include bspopts.h.
142
1432001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
144
145        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
146
1472000-04-23      Jiri Gaisler <jiri@gaisler.com>
148
149        * console/debugputs.c: Switched to unsigned characters.
150
1512000-12-06      Joel Sherrill <joel@OARcorp.com>
152
153        * gnatsupp/gnatsupp.c: Added prototype to eliminate warning.
154
1552000-11-30      Joel Sherrill <joel@OARcorp.com>
156
157        * erc32sonic/Makefile.am: Only compile this if networking is enabled.
158
1592000-11-21      Jiri Gaisler <jgais@ws.estec.esa.nl>
160
161        * erc32sonic/erc32sonic.c: Minor modifications which enable
162        network interface to come up and work for some time before
163        getting an error in the SONIC driver.  The error is a bit random,
164        sometimes MCLGET (m, M_WAIT) tries to access memory way outside the
165        available ram (and traps) while sometimes there is a panic due
166        to RBAE/RXEN.
167
1682000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * Makefile.am: Cleanup.
171
1722000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
173
174        * wrapup/Makefile.am: Pick up cache code from libcpu and pick
175        up .o's instead of .rel's from libcpu.
176
1772000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
178
179        * Makefile.am, configure.in, gnatsupp/Makefile.am,
180        gnatsupp/gnatsupp.c, include/Makefile.am, include/bsp.h,
181        start/Makefile.am, startup/Makefile.am, startup/setvec.c,
182        wrapup/Makefile.am:
183        * erc32sonic: New directory.
184        * erc32sonic/Makefile.am, erc32sonic/erc32sonic.c,
185        erc32sonic/.cvsignore: New files.
186        * include/erc32.h: New file.
187        * startup/boardinit.S: New file.
188        Big update of SPARC support for ERC32 and LEON.
189        Added support for ERC32 without floating point.
190        Added SONIC support as configured on Tharsys ERC32 board.
191        The bsp's share various code in the shared directory:
192           gnat-support, start-up code, etc.
193        To decrease the foot-print, I removed the 16 kbyte start-up
194        stack that was put in .bss and never reused once the system
195        was up. The stack is now put between the heap and the
196        workspace. To reclaim it, the user can do a rtems_region_extend
197        to merge the stack to the heap region once the system is up.
198
1992000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
202
2032000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
206
2072000-11-01      Joel Sherrill <joel@OARcorp.com>
208
209        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
210        and libcsupport.h moved from libc to lib/include/rtems and
211        now must be referenced as <rtems/XXX.h>.   Header file order
212        was cleaned up while doing this.
213
2142000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
217        Switch to GNU canonicalization.
218
2192000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * clock/Makefile.am, console/Makefile.am, gnatsupp/Makefile.am,
222        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
223        wrapup/Makefile.am: Include compile.am
224
2252000-08-10      Joel Sherrill <joel@OARcorp.com>
226
227        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.