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

4.104.114.84.95
Last change on this file since 2567546 was 2567546, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/10/02 at 11:32:12

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

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