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

4.104.114.84.95
Last change on this file since a2ae30c2 was a2ae30c2, checked in by Joel Sherrill <joel.sherrill@…>, on 08/21/02 at 17:06:22

2002-08-21 Joel Sherrill <joel@…>

  • bsp_specs: Added support for -nostdlibs.
  • Property mode set to 100644
File size: 7.1 KB
Line 
12002-08-21      Joel Sherrill <joel@OARcorp.com>
2
3        * bsp_specs: Added support for -nostdlibs.
4
52002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
8        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
9
102002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
13        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
14        * erc32sonic/Makefile.am: Use .$(OBJEXT) instead of .o.
15        * gnatsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
16        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
17        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
18        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
19
202002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * start/Makefile.am: Eliminate PGM.
23        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
24
252002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
28
292002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
32        Remove $(OBJS) from all-local.
33
342002-07-01      Joel Sherrill <joel@OARcorp.com>
35
36        * startup/erc32mec.c: New file.
37        * startup/Makefile.am: Reflect above.
38        * include/erc32.h: Converted SCORE_EXTERN to extern.
39        * tools/runtest.in: Lengthened timeout on test runs.
40
412002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
44
452001-05-09      Joel Sherrill <joel@OARcorp.com>
46
47        * startup/linkcmds: In support of gcc 3.1, added one of more
48        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
49        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
50        and direction of segments to memory regions may also have been
51        addressed.  This was a sweep across all BSPs.
52 
532001-04-26      Joel Sherrill <joel@OARcorp.com>
54
55        * include/bsp.h: Change SIS to ERC32_BSP.
56 
572002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * configure.ac: Remove BSPOPTS_*(NO_TABLE_MOVE).
60        Remove BSPOPTS_*(FPU_REVB).
61        * wrapup/Makefile.am: Remove tbr.
62
632002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * configure.ac: Add BSPOPTS_*(NO_TABLE_MOVE).
66        Add BSPOPTS_*(FPU_REVB).
67        * wrapup/Makefile.am: Add tbr.
68
692002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * configure.ac:
72        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
73        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
74        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
75        * Makefile.am: Remove AUTOMAKE_OPTIONS.
76        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
77        * erc32sonic/Makefile.am: Remove AUTOMAKE_OPTIONS.
78        * gnatsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
79        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
80        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
81        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
82        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
83        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
84
852001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * configure.ac: Add RTEMS_BSPOPTS*(CONSOLE_USE_INTERRUPTS).
88        Add RTEMS_BSPOPTS*(SIMSPARC_FAST_IDLE).
89        Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
90        * include/bsp.h: include bspopts.h.
91
922001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
95
962001-11-08      Jiri Gaisler <jiri@gaisler.com>
97
98        This fix is in response to test results reported by Jerry Needell
99        <jerry.needell@unh.edu> for the SPARC/ERC32 and tracked as PR80.
100        * include/bsp.h: TM27 was not running properly because the ERC32
101        and LEON cannot nest interrupts at the same level.  The BSP test support
102        had to be modified to support using two different interrupt sources.
103
1042001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
107        * configure.in: Remove.
108        * configure.ac: New file, generated from configure.in by autoupdate.
109
1102001-09-27      Joel Sherrill <joel@OARcorp.com>
111
112        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
113
1142001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
117
1182001-08-16      Joel Sherrill <joel@OARcorp.com>
119
120        * tools/runtest.in: Recognize debug variant of monitor test.
121
1222001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * configure.in: Add bspopts.h.
125        * include/.cvsignore: Add bspopts.h*, stamp-h*.
126        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
127        * include/bsp.h: Include bspopts.h.
128
1292001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
130
131        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
132
1332000-04-23      Jiri Gaisler <jiri@gaisler.com>
134
135        * console/debugputs.c: Switched to unsigned characters.
136
1372000-12-06      Joel Sherrill <joel@OARcorp.com>
138
139        * gnatsupp/gnatsupp.c: Added prototype to eliminate warning.
140
1412000-11-30      Joel Sherrill <joel@OARcorp.com>
142
143        * erc32sonic/Makefile.am: Only compile this if networking is enabled.
144
1452000-11-21      Jiri Gaisler <jgais@ws.estec.esa.nl>
146
147        * erc32sonic/erc32sonic.c: Minor modifications which enable
148        network interface to come up and work for some time before
149        getting an error in the SONIC driver.  The error is a bit random,
150        sometimes MCLGET (m, M_WAIT) tries to access memory way outside the
151        available ram (and traps) while sometimes there is a panic due
152        to RBAE/RXEN.
153
1542000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * Makefile.am: Cleanup.
157
1582000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
159
160        * wrapup/Makefile.am: Pick up cache code from libcpu and pick
161        up .o's instead of .rel's from libcpu.
162
1632000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
164
165        * Makefile.am, configure.in, gnatsupp/Makefile.am,
166        gnatsupp/gnatsupp.c, include/Makefile.am, include/bsp.h,
167        start/Makefile.am, startup/Makefile.am, startup/setvec.c,
168        wrapup/Makefile.am:
169        * erc32sonic: New directory.
170        * erc32sonic/Makefile.am, erc32sonic/erc32sonic.c,
171        erc32sonic/.cvsignore: New files.
172        * include/erc32.h: New file.
173        * startup/boardinit.S: New file.
174        Big update of SPARC support for ERC32 and LEON.
175        Added support for ERC32 without floating point.
176        Added SONIC support as configured on Tharsys ERC32 board.
177        The bsp's share various code in the shared directory:
178           gnat-support, start-up code, etc.
179        To decrease the foot-print, I removed the 16 kbyte start-up
180        stack that was put in .bss and never reused once the system
181        was up. The stack is now put between the heap and the
182        workspace. To reclaim it, the user can do a rtems_region_extend
183        to merge the stack to the heap region once the system is up.
184
1852000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
188
1892000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
192
1932000-11-01      Joel Sherrill <joel@OARcorp.com>
194
195        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
196        and libcsupport.h moved from libc to lib/include/rtems and
197        now must be referenced as <rtems/XXX.h>.   Header file order
198        was cleaned up while doing this.
199
2002000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
203        Switch to GNU canonicalization.
204
2052000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * clock/Makefile.am, console/Makefile.am, gnatsupp/Makefile.am,
208        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
209        wrapup/Makefile.am: Include compile.am
210
2112000-08-10      Joel Sherrill <joel@OARcorp.com>
212
213        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.