source: rtems/c/src/lib/libbsp/sparc/leon/ChangeLog @ 59a01a6e

4.104.114.84.95
Last change on this file since 59a01a6e was 59a01a6e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/12/02 at 11:51:18

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

  • start/Makefile.am: Use install-data-local to install startfile.
  • Property mode set to 100644
File size: 5.9 KB
Line 
12002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * start/Makefile.am: Use install-data-local to install startfile.
4
52002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
8
92002-11-01      Joel Sherrill <joel@OARcorp.com>
10
11        * gnatsupp/gnatsupp.c, startup/spurious.c: Removed warnings.
12
132002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * .cvsignore: Reformat.
16        Add autom4te*cache.
17        Remove autom4te.cache.
18
192002-08-21      Joel Sherrill <joel@OARcorp.com>
20
21        * bsp_specs: Added support for -nostdlibs.
22
232002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
26        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
27
282002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
31        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
32        * gnatsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
33        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
34        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
35        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
36
372002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * start/Makefile.am: Eliminate PGM.
40        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
41
422002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
45
462002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
49        Remove $(OBJS) from all-local.
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 
632002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * configure.ac: Remove BSPOPTS_*(NO_TABLE_MOVE).
66        Remove BSPOPTS_*(FPU_REVB).
67        * wrapup/Makefile.am: Remove tbr.
68
692002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * configure.ac: Add BSPOPTS_*(NO_TABLE_MOVE).
72        Add BSPOPTS_*(FPU_REVB).
73        * wrapup/Makefile.am: Add tbr.
74
752002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * configure.ac:
78        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
79        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
80        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
81        * Makefile.am: Remove AUTOMAKE_OPTIONS.
82        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
83        * gnatsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
84        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
85        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
86        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
87        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
88        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
89
902002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * configure.ac: Remove NETWORKING support.
93        * wrapup/Makefile.am: Remove NETWORKING support.
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-12      Joel Sherrill <joel@OARcorp.com>
115
116        * clock/ckinit.c, console/console.c, include/bsp.h, include/leon.h,
117        startup/setvec.c, timer/timer.c: Fixed typo.
118
1192001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
122        * configure.in: Remove.
123        * configure.ac: New file, generated from configure.in by autoupdate.
124
1252001-09-27      Joel Sherrill <joel@OARcorp.com>
126
127        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
128
1292001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
132
1332001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * configure.in: Add bspopts.h.
136        * include/.cvsignore: Add bspopts.h*, stamp-h*.
137        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
138        * include/bsp.h: Include bspopts.h.
139
1402001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
141
142        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
143
1442000-04-23      Jiri Gaisler <jiri@gaisler.com>
145
146        * console/debugputs.c: Switched to unsigned characters.
147
1482000-12-06      Joel Sherrill <joel@OARcorp.com>
149
150        * console/console.c: Removed console_reserve_resources().
151
1522000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * include/Makefile.am: Cleanup.
155
1562000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
157
158        * wrapup/Makefile.am: Pick up cache code from libcpu and pick
159        up .o's instead of .rel's from libcpu.
160
1612000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
162
163        * startup/boardinit.S: St 32-bit ram width by default.
164
1652000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
166
167        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
168        configure.in, times, clock/.cvsignore, clock/Makefile.am,
169        clock/ckinit.c, console/.cvsignore, console/Makefile.am,
170        console/console.c, console/consolereserveresources.c,
171        console/debugputs.c, gnatsupp/.cvsignore,
172        gnatsupp/Makefile.am, gnatsupp/gnatsupp.c,
173        include/.cvsignore, include/Makefile.am, include/bsp.h,
174        include/coverhd.h, include/leon.h, start/.cvsignore,
175        start/Makefile.am, startup/.cvsignore, startup/Makefile.am,
176        startup/boardinit.S, startup/linkcmds, startup/setvec.c,
177        startup/spurious.c, timer/.cvsignore, timer/Makefile.am,
178        timer/timer.c, tools/.cvsignore, tools/Makefile.am,
179        tools/configure.in, tools/runtest.in, wrapup/.cvsignore,
180        wrapup/Makefile.am: New file.
Note: See TracBrowser for help on using the repository browser.