source: rtems/c/src/lib/libbsp/sparc/leon/ChangeLog @ 48821c91

4.104.114.84.95
Last change on this file since 48821c91 was 48821c91, checked in by Joel Sherrill <joel.sherrill@…>, on 09/04/03 at 18:52:55

2003-09-04 Joel Sherrill <joel@…>

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