source: rtems/c/src/lib/libbsp/sh/gensh2/ChangeLog @ b18646c9

Last change on this file since b18646c9 was b18646c9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/06/03 at 10:45:24

2003-03-06 Ralf Corsepius <corsepiu@…>

  • configure.ac: Remove AC_CONFIG_AUX_DIR.
  • Property mode set to 100644
File size: 7.4 KB
Line 
12003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove AC_CONFIG_AUX_DIR.
4
52003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
8
92003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: AC_PREREQ(2.57).
12
132003-01-28      Joel Sherrill <joel@OARcorp.com>
14
15        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Fix to
16        work around truncated section names.
17
182003-01-20      Joel Sherrill <joel@OARcorp.com>
19
20        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add
21        FreeBSD sysctl() sections.
22
232003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
26
272003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
30        * scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg.
31        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
32        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
33
342002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * start/Makefile.am: Use install-data-local to install startfile.
37
382002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
41
422002-11-07      Joel Sherrill <joel@OARcorp.com>
43
44        * startup/linkcmds: Include all .rodata* sections.
45
462002-11-01      Joel Sherrill <joel@OARcorp.com>
47
48        * start/start.S, startup/hw_init.c: Removed warnings.
49
502002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * .cvsignore: Reformat.
53        Add autom4te*cache.
54        Remove autom4te.cache.
55
562002-09-14      Joel Sherrill <joel@OARcorp.com>
57
58        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
59        of all calls to bsp_libc_init() resulted in some cleanup here.
60
612002-08-21      Joel Sherrill <joel@OARcorp.com>
62
63        * bsp_specs: Added support for -nostdlibs.
64
652002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
68
692002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
72        * scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
73        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
74        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
75
762002-07-25      Joel Sherrill <joel@OARcorp.com>
77
78        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
79        to remove problems linking empty main(){} with BSP.
80
812002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * start/Makefile.am: Eliminate PGMS.
84        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
85
862002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
89
902002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
93        Remove $(OBJS) from all-local.
94
952002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
98
992001-05-09      Joel Sherrill <joel@OARcorp.com>
100
101        * startup/linkcmds: In support of gcc 3.1, added one of more
102        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
103        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
104        and direction of segments to memory regions may also have been
105        addressed.  This was a sweep across all BSPs.
106 
1072002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * configure.ac:
110        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
111        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
112        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
113        * Makefile.am: Remove AUTOMAKE_OPTIONS.
114        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
115        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
116        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
117        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
118        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
119
1202001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
123
1242001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * configure.ac: Add RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ),
127        RTEMS_BSPOPTS_*(START_HW_INIT),
128        RTEMS_BSPOPTS_*(STANDALONE_EVB).
129        * wrapup/Makefile.am: Apply RTEMS_CPU_MODEL to pickup CPU_PIECES.
130
1312001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * startup/Makefile.am: Remove AC_CFLAGS, HZ.
134
1352001-10-12      Joel Sherrill <joel@OARcorp.com>
136
137        * include/bsp.h, start/start.S, start/start.ram, start/start.rom,
138        startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
139        startup/linkcmds.ram, startup/linkcmds.rom: Fixed typo.
140
1412001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
144        * configure.in: Remove.
145        * configure.ac: New file, generated from configure.in by autoupdate.
146
1472001-09-27      Joel Sherrill <joel@OARcorp.com>
148
149        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
150
1512001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
154        * startup/Makefile.am: Use 'PREINSTALL_FILES ='.
155
1562001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * scitab/Makefile.am: Remove stray blank from SCITAB rule.
159
1602001-08-01  Radzislaw Galler  <rgaller@et.put.poznan.pl>
161
162        * include/bsp.h: Disabled redefinition of
163        CONSOLE_DRIVER_TABLE_ENTRY. Some "FIXME:" comments added.
164        * console/config.c: New file. Definitions of externs referenced
165        from libbsp/shared/console.c.
166        * console/Makefile.am: Changed VPATH to point to
167        libbsp/shared. Added config.c to C_FILES and EXTRA_DIST.
168
1692001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * configure.in: Add bspopts.h.
172        * include/.cvsignore: Add bspopts.h*, stamp-h*.
173        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
174        * include/bsp.h: Include bspopts.h.
175        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
176
1772001-06-19      Joel Sherrill <joel@OARcorp.com>
178
179        * scitab/Makefile.am, startup/Makefile.am: Use CPU_CLOCK_RATE_HZ as
180        it is called in configure.in instead of HZ.
181
1822001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
183
184        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), add
185        bspopts.h.     
186        * include/.cvsignore: Add stamp-h*, bspopts.h*.
187        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
188        * include/bsp.h: Add bspopts.h.
189        * startup/bspstart.c: Replace HZ w/ CPU_CLOCK_RATE_HZ.
190
1912001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * startup/linkcmds: Remove OUTPUT_FORMAT.
194
1952001-01-22  Radzislaw Galler  <rgaller@et.put.poznan.pl>
196
197        * README.EVB7045F: New file.
198        * README: Additions and corrections.
199        * include/bsp.h: Switch console to sci0.
200
2012001-01-05      Joel Sherrill <joel@OARcorp.com>
202
203        * include/bsp.h: Changed <sh/null.h> to <rtems/devnull.h> to reflect
204        the movement of this component to libmisc.
205        * wrapup/Makefile.am: /dev/null driver is no longer in libcpu/sh.
206
2072000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
210
2112000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
214
2152000-11-01      Joel Sherrill <joel@OARcorp.com>
216
217        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
218        and libcsupport.h moved from libc to lib/include/rtems and
219        now must be referenced as <rtems/XXX.h>.   Header file order
220        was cleaned up while doing this.
221
2222000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
225        Switch to GNU canonicalization.
226
2272000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * scitab/Makefile.am: PROJECT_TOPdir.
230
2312000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * console/Makefile.am, scitab/Makefile.am, start/Makefile.am,
234        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
235
2362000-08-10      Joel Sherrill <joel@OARcorp.com>
237
238        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.