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

4.104.114.84.95
Last change on this file since cbf7b5a3 was cbf7b5a3, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/14/02 at 08:17:21

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

  • clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • gnatsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • Property mode set to 100644
File size: 6.2 KB
RevLine 
[cbf7b5a3]12002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
4        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
5        * gnatsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
6        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
7        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
8        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
9
[59a01a6e]102002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * start/Makefile.am: Use install-data-local to install startfile.
13
[2567546]142002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
17
[88c48a3a]182002-11-01      Joel Sherrill <joel@OARcorp.com>
19
20        * gnatsupp/gnatsupp.c, startup/spurious.c: Removed warnings.
21
[8730f45]222002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * .cvsignore: Reformat.
25        Add autom4te*cache.
26        Remove autom4te.cache.
27
[a2ae30c2]282002-08-21      Joel Sherrill <joel@OARcorp.com>
29
30        * bsp_specs: Added support for -nostdlibs.
31
[6fd7b93]322002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
35        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
36
[c14ba2d]372002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
40        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
41        * gnatsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
42        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
43        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
44        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
45
[cff6411]462002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * start/Makefile.am: Eliminate PGM.
49        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
50
[f1feebb]512002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
54
[445c0a0]552002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
58        Remove $(OBJS) from all-local.
59
[80defac]602002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
63
[85c92574]642001-05-09      Joel Sherrill <joel@OARcorp.com>
65
66        * startup/linkcmds: In support of gcc 3.1, added one of more
67        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
68        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
69        and direction of segments to memory regions may also have been
70        addressed.  This was a sweep across all BSPs.
71 
[ed90f754]722002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * configure.ac: Remove BSPOPTS_*(NO_TABLE_MOVE).
75        Remove BSPOPTS_*(FPU_REVB).
76        * wrapup/Makefile.am: Remove tbr.
77
[8c1756e]782002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * configure.ac: Add BSPOPTS_*(NO_TABLE_MOVE).
81        Add BSPOPTS_*(FPU_REVB).
82        * wrapup/Makefile.am: Add tbr.
83
[d6ad3b5]842002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * configure.ac:
87        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
88        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
89        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
90        * Makefile.am: Remove AUTOMAKE_OPTIONS.
91        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
92        * gnatsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
93        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
94        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
95        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
96        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
97        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
98
[d15aa1f]992002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * configure.ac: Remove NETWORKING support.
102        * wrapup/Makefile.am: Remove NETWORKING support.
103
[ac43f07]1042001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * configure.ac: Add RTEMS_BSPOPTS*(CONSOLE_USE_INTERRUPTS).
107        Add RTEMS_BSPOPTS*(SIMSPARC_FAST_IDLE).
108        Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
109        * include/bsp.h: include bspopts.h.
110
[9e1ae79]1112001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
114
[5354ab0]1152001-11-08      Jiri Gaisler <jiri@gaisler.com>
116
117        This fix is in response to test results reported by Jerry Needell
118        <jerry.needell@unh.edu> for the SPARC/ERC32 and tracked as PR80.
119        * include/bsp.h: TM27 was not running properly because the ERC32
120        and LEON cannot nest interrupts at the same level.  The BSP test support
121        had to be modified to support using two different interrupt sources.
122
[dfde9d0]1232001-10-12      Joel Sherrill <joel@OARcorp.com>
124
125        * clock/ckinit.c, console/console.c, include/bsp.h, include/leon.h,
126        startup/setvec.c, timer/timer.c: Fixed typo.
127
[df25c998]1282001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
131        * configure.in: Remove.
132        * configure.ac: New file, generated from configure.in by autoupdate.
133
[cf282090]1342001-09-27      Joel Sherrill <joel@OARcorp.com>
135
136        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
137
[2a989100]1382001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
141
[94a65125]1422001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * configure.in: Add bspopts.h.
145        * include/.cvsignore: Add bspopts.h*, stamp-h*.
146        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
147        * include/bsp.h: Include bspopts.h.
148
[6f21328]1492001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
150
151        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
152
[6de4727f]1532000-04-23      Jiri Gaisler <jiri@gaisler.com>
154
155        * console/debugputs.c: Switched to unsigned characters.
156
[dbcd1be]1572000-12-06      Joel Sherrill <joel@OARcorp.com>
158
159        * console/console.c: Removed console_reserve_resources().
160
[4445e3c]1612000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * include/Makefile.am: Cleanup.
164
[23bdd25e]1652000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
166
167        * wrapup/Makefile.am: Pick up cache code from libcpu and pick
168        up .o's instead of .rel's from libcpu.
169
[603f30f]1702000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
171
172        * startup/boardinit.S: St 32-bit ram width by default.
173
[b21b0ab]1742000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
175
176        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
177        configure.in, times, clock/.cvsignore, clock/Makefile.am,
178        clock/ckinit.c, console/.cvsignore, console/Makefile.am,
179        console/console.c, console/consolereserveresources.c,
180        console/debugputs.c, gnatsupp/.cvsignore,
181        gnatsupp/Makefile.am, gnatsupp/gnatsupp.c,
182        include/.cvsignore, include/Makefile.am, include/bsp.h,
183        include/coverhd.h, include/leon.h, start/.cvsignore,
184        start/Makefile.am, startup/.cvsignore, startup/Makefile.am,
185        startup/boardinit.S, startup/linkcmds, startup/setvec.c,
186        startup/spurious.c, timer/.cvsignore, timer/Makefile.am,
187        timer/timer.c, tools/.cvsignore, tools/Makefile.am,
188        tools/configure.in, tools/runtest.in, wrapup/.cvsignore,
189        wrapup/Makefile.am: New file.
Note: See TracBrowser for help on using the repository browser.