source: rtems/c/src/lib/libbsp/sparc/leon/ChangeLog @ 6f63094

4.104.114.84.95
Last change on this file since 6f63094 was 6f63094, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/08/03 at 15:28:57

2003-09-08 Ralf Corsepius <corsepiu@…>

  • bsp_specs: Remove *lib:.
  • Property mode set to 100644
File size: 8.4 KB
Line 
12003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * bsp_specs: Remove *lib:.
4
52003-09-04      Joel Sherrill <joel@OARcorp.com>
6
7        * clock/ckinit.c, console/console.c, console/consolereserveresources.c,
8        console/debugputs.c, include/bsp.h, include/coverhd.h,
9        include/leon.h, startup/setvec.c, timer/timer.c: URL for license
10        changed.
11
122003-09-03      Jiri Gaisler <jiri@gaisler.com>
13
14        PR 477/networking
15        * Makefile.am, configure.ac, console/console.c, include/bsp.h,
16        startup/setvec.c, wrapup/Makefile.am: Add network support and enable
17        custom power down.
18        * leon_open_eth/.cvsignore, leon_open_eth/Makefile.am,
19        leon_open_eth/leon_open_eth.c: New files.
20
212003-08-20      Joel Sherrill <joel@OARcorp.com>
22
23        * include/bsp.h: Correct copyright statements.
24
252003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * Makefile.am: Reflect having moved aclocal/.
28
292003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * Makefile.am: Reflect having moved automake/.
32        * clock/Makefile.am: Reflect having moved automake/.
33        * console/Makefile.am: Reflect having moved automake/.
34        * gnatsupp/Makefile.am: Reflect having moved automake/.
35        * include/Makefile.am: Reflect having moved automake/.
36        * start/Makefile.am: Reflect having moved automake/.
37        * startup/Makefile.am: Reflect having moved automake/.
38        * timer/Makefile.am: Reflect having moved automake/.
39        * wrapup/Makefile.am: Reflect having moved automake/.
40
412003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        PR 452/bsps
44        * startup/Makefile.am: Remove USE_INIT_FINI.
45
462003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
49
502003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        PR 445/bsps
53        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
54        Remove cpp, old_cpp (now unused).
55
562003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * configure.ac: Remove AC_CONFIG_AUX_DIR.
59
602003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
63
642003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * configure.ac: AC_PREREQ(2.57).
67
682003-01-20      Joel Sherrill <joel@OARcorp.com>
69
70        * startup/linkcmds*: Add FreeBSD sysctl() sections.
71
722002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
75        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
76        * gnatsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
77        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
78        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
79        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
80
812002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * start/Makefile.am: Use install-data-local to install startfile.
84
852002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
88
892002-11-01      Joel Sherrill <joel@OARcorp.com>
90
91        * gnatsupp/gnatsupp.c, startup/spurious.c: Removed warnings.
92
932002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * .cvsignore: Reformat.
96        Add autom4te*cache.
97        Remove autom4te.cache.
98
992002-08-21      Joel Sherrill <joel@OARcorp.com>
100
101        * bsp_specs: Added support for -nostdlibs.
102
1032002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
106        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
107
1082002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
111        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
112        * gnatsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
113        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
114        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
115        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
116
1172002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * start/Makefile.am: Eliminate PGM.
120        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
121
1222002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
125
1262002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
129        Remove $(OBJS) from all-local.
130
1312002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
134
1352001-05-09      Joel Sherrill <joel@OARcorp.com>
136
137        * startup/linkcmds: In support of gcc 3.1, added one of more
138        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
139        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
140        and direction of segments to memory regions may also have been
141        addressed.  This was a sweep across all BSPs.
142 
1432002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * configure.ac: Remove BSPOPTS_*(NO_TABLE_MOVE).
146        Remove BSPOPTS_*(FPU_REVB).
147        * wrapup/Makefile.am: Remove tbr.
148
1492002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * configure.ac: Add BSPOPTS_*(NO_TABLE_MOVE).
152        Add BSPOPTS_*(FPU_REVB).
153        * wrapup/Makefile.am: Add tbr.
154
1552002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * configure.ac:
158        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
159        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
160        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
161        * Makefile.am: Remove AUTOMAKE_OPTIONS.
162        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
163        * gnatsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
164        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
165        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
166        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
167        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
168        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
169
1702002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * configure.ac: Remove NETWORKING support.
173        * wrapup/Makefile.am: Remove NETWORKING support.
174
1752001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * configure.ac: Add RTEMS_BSPOPTS*(CONSOLE_USE_INTERRUPTS).
178        Add RTEMS_BSPOPTS*(SIMSPARC_FAST_IDLE).
179        Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
180        * include/bsp.h: include bspopts.h.
181
1822001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
185
1862001-11-08      Jiri Gaisler <jiri@gaisler.com>
187
188        This fix is in response to test results reported by Jerry Needell
189        <jerry.needell@unh.edu> for the SPARC/ERC32 and tracked as PR80.
190        * include/bsp.h: TM27 was not running properly because the ERC32
191        and LEON cannot nest interrupts at the same level.  The BSP test support
192        had to be modified to support using two different interrupt sources.
193
1942001-10-12      Joel Sherrill <joel@OARcorp.com>
195
196        * clock/ckinit.c, console/console.c, include/bsp.h, include/leon.h,
197        startup/setvec.c, timer/timer.c: Fixed typo.
198
1992001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
202        * configure.in: Remove.
203        * configure.ac: New file, generated from configure.in by autoupdate.
204
2052001-09-27      Joel Sherrill <joel@OARcorp.com>
206
207        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
208
2092001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
212
2132001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * configure.in: Add bspopts.h.
216        * include/.cvsignore: Add bspopts.h*, stamp-h*.
217        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
218        * include/bsp.h: Include bspopts.h.
219
2202001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
221
222        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
223
2242000-04-23      Jiri Gaisler <jiri@gaisler.com>
225
226        * console/debugputs.c: Switched to unsigned characters.
227
2282000-12-06      Joel Sherrill <joel@OARcorp.com>
229
230        * console/console.c: Removed console_reserve_resources().
231
2322000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * include/Makefile.am: Cleanup.
235
2362000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
237
238        * wrapup/Makefile.am: Pick up cache code from libcpu and pick
239        up .o's instead of .rel's from libcpu.
240
2412000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
242
243        * startup/boardinit.S: St 32-bit ram width by default.
244
2452000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
246
247        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
248        configure.in, times, clock/.cvsignore, clock/Makefile.am,
249        clock/ckinit.c, console/.cvsignore, console/Makefile.am,
250        console/console.c, console/consolereserveresources.c,
251        console/debugputs.c, gnatsupp/.cvsignore,
252        gnatsupp/Makefile.am, gnatsupp/gnatsupp.c,
253        include/.cvsignore, include/Makefile.am, include/bsp.h,
254        include/coverhd.h, include/leon.h, start/.cvsignore,
255        start/Makefile.am, startup/.cvsignore, startup/Makefile.am,
256        startup/boardinit.S, startup/linkcmds, startup/setvec.c,
257        startup/spurious.c, timer/.cvsignore, timer/Makefile.am,
258        timer/timer.c, tools/.cvsignore, tools/Makefile.am,
259        tools/configure.in, tools/runtest.in, wrapup/.cvsignore,
260        wrapup/Makefile.am: New file.
Note: See TracBrowser for help on using the repository browser.