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

4.104.114.84.95
Last change on this file since 7a97f26 was 7a97f26, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/11/03 at 10:43:44

Merger from rtems-4-6-branch.

  • Property mode set to 100644
File size: 8.3 KB
Line 
12003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove AC_CONFIG_AUX_DIR.
4
52003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
8
92003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: AC_PREREQ(2.57).
12
132003-01-20      Joel Sherrill <joel@OARcorp.com>
14
15        * startup/linkcmds*: Add FreeBSD sysctl() sections.
16
172002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
20        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
21        * erc32sonic/Makefile.am: Don't include @RTEMS_BSP@.cfg.
22        * gnatsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
23        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
24        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
25        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
26
272002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * start/Makefile.am: Use install-data-local to install startfile.
30
312002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
34
352002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * .cvsignore: Reformat.
38        Add autom4te*cache.
39        Remove autom4te.cache.
40
412002-08-21      Joel Sherrill <joel@OARcorp.com>
42
43        * bsp_specs: Added support for -nostdlibs.
44
452002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
48        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
49
502002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
53        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
54        * erc32sonic/Makefile.am: Use .$(OBJEXT) instead of .o.
55        * gnatsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
56        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
57        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
58        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
59
602002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * start/Makefile.am: Eliminate PGM.
63        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
64
652002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
68
692002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
72        Remove $(OBJS) from all-local.
73
742002-07-01      Joel Sherrill <joel@OARcorp.com>
75
76        * startup/erc32mec.c: New file.
77        * startup/Makefile.am: Reflect above.
78        * include/erc32.h: Converted SCORE_EXTERN to extern.
79        * tools/runtest.in: Lengthened timeout on test runs.
80
812002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
84
852001-05-09      Joel Sherrill <joel@OARcorp.com>
86
87        * startup/linkcmds: In support of gcc 3.1, added one of more
88        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
89        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
90        and direction of segments to memory regions may also have been
91        addressed.  This was a sweep across all BSPs.
92 
932001-04-26      Joel Sherrill <joel@OARcorp.com>
94
95        * include/bsp.h: Change SIS to ERC32_BSP.
96 
972002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * configure.ac: Remove BSPOPTS_*(NO_TABLE_MOVE).
100        Remove BSPOPTS_*(FPU_REVB).
101        * wrapup/Makefile.am: Remove tbr.
102
1032002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * configure.ac: Add BSPOPTS_*(NO_TABLE_MOVE).
106        Add BSPOPTS_*(FPU_REVB).
107        * wrapup/Makefile.am: Add tbr.
108
1092002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * configure.ac:
112        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
113        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
114        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
115        * Makefile.am: Remove AUTOMAKE_OPTIONS.
116        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
117        * erc32sonic/Makefile.am: Remove AUTOMAKE_OPTIONS.
118        * gnatsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
119        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
120        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
121        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
122        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
123        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
124
1252001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * configure.ac: Add RTEMS_BSPOPTS*(CONSOLE_USE_INTERRUPTS).
128        Add RTEMS_BSPOPTS*(SIMSPARC_FAST_IDLE).
129        Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
130        * include/bsp.h: include bspopts.h.
131
1322001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
135
1362001-11-08      Jiri Gaisler <jiri@gaisler.com>
137
138        This fix is in response to test results reported by Jerry Needell
139        <jerry.needell@unh.edu> for the SPARC/ERC32 and tracked as PR80.
140        * include/bsp.h: TM27 was not running properly because the ERC32
141        and LEON cannot nest interrupts at the same level.  The BSP test support
142        had to be modified to support using two different interrupt sources.
143
1442001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
147        * configure.in: Remove.
148        * configure.ac: New file, generated from configure.in by autoupdate.
149
1502001-09-27      Joel Sherrill <joel@OARcorp.com>
151
152        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
153
1542001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
157
1582001-08-16      Joel Sherrill <joel@OARcorp.com>
159
160        * tools/runtest.in: Recognize debug variant of monitor test.
161
1622001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * configure.in: Add bspopts.h.
165        * include/.cvsignore: Add bspopts.h*, stamp-h*.
166        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
167        * include/bsp.h: Include bspopts.h.
168
1692001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
170
171        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
172
1732000-04-23      Jiri Gaisler <jiri@gaisler.com>
174
175        * console/debugputs.c: Switched to unsigned characters.
176
1772000-12-06      Joel Sherrill <joel@OARcorp.com>
178
179        * gnatsupp/gnatsupp.c: Added prototype to eliminate warning.
180
1812000-11-30      Joel Sherrill <joel@OARcorp.com>
182
183        * erc32sonic/Makefile.am: Only compile this if networking is enabled.
184
1852000-11-21      Jiri Gaisler <jgais@ws.estec.esa.nl>
186
187        * erc32sonic/erc32sonic.c: Minor modifications which enable
188        network interface to come up and work for some time before
189        getting an error in the SONIC driver.  The error is a bit random,
190        sometimes MCLGET (m, M_WAIT) tries to access memory way outside the
191        available ram (and traps) while sometimes there is a panic due
192        to RBAE/RXEN.
193
1942000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * Makefile.am: Cleanup.
197
1982000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
199
200        * wrapup/Makefile.am: Pick up cache code from libcpu and pick
201        up .o's instead of .rel's from libcpu.
202
2032000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
204
205        * Makefile.am, configure.in, gnatsupp/Makefile.am,
206        gnatsupp/gnatsupp.c, include/Makefile.am, include/bsp.h,
207        start/Makefile.am, startup/Makefile.am, startup/setvec.c,
208        wrapup/Makefile.am:
209        * erc32sonic: New directory.
210        * erc32sonic/Makefile.am, erc32sonic/erc32sonic.c,
211        erc32sonic/.cvsignore: New files.
212        * include/erc32.h: New file.
213        * startup/boardinit.S: New file.
214        Big update of SPARC support for ERC32 and LEON.
215        Added support for ERC32 without floating point.
216        Added SONIC support as configured on Tharsys ERC32 board.
217        The bsp's share various code in the shared directory:
218           gnat-support, start-up code, etc.
219        To decrease the foot-print, I removed the 16 kbyte start-up
220        stack that was put in .bss and never reused once the system
221        was up. The stack is now put between the heap and the
222        workspace. To reclaim it, the user can do a rtems_region_extend
223        to merge the stack to the heap region once the system is up.
224
2252000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
228
2292000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
232
2332000-11-01      Joel Sherrill <joel@OARcorp.com>
234
235        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
236        and libcsupport.h moved from libc to lib/include/rtems and
237        now must be referenced as <rtems/XXX.h>.   Header file order
238        was cleaned up while doing this.
239
2402000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
243        Switch to GNU canonicalization.
244
2452000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * clock/Makefile.am, console/Makefile.am, gnatsupp/Makefile.am,
248        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
249        wrapup/Makefile.am: Include compile.am
250
2512000-08-10      Joel Sherrill <joel@OARcorp.com>
252
253        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.