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

4.104.114.84.95
Last change on this file since bd7b5897 was c62c75af, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/16/03 at 11:19:19

2003-01-16 Ralf Corsepius <corsepiu@…>

  • wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
  • Property mode set to 100644
File size: 6.8 KB
Line 
12003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
4
52003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
8        * scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg.
9        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
10        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
11
122002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * start/Makefile.am: Use install-data-local to install startfile.
15
162002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
19
202002-11-07      Joel Sherrill <joel@OARcorp.com>
21
22        * startup/linkcmds: Include all .rodata* sections.
23
242002-11-01      Joel Sherrill <joel@OARcorp.com>
25
26        * start/start.S, startup/hw_init.c: Removed warnings.
27
282002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * .cvsignore: Reformat.
31        Add autom4te*cache.
32        Remove autom4te.cache.
33
342002-09-14      Joel Sherrill <joel@OARcorp.com>
35
36        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
37        of all calls to bsp_libc_init() resulted in some cleanup here.
38
392002-08-21      Joel Sherrill <joel@OARcorp.com>
40
41        * bsp_specs: Added support for -nostdlibs.
42
432002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
46
472002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
50        * scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
51        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
52        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
53
542002-07-25      Joel Sherrill <joel@OARcorp.com>
55
56        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
57        to remove problems linking empty main(){} with BSP.
58
592002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * start/Makefile.am: Eliminate PGMS.
62        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
63
642002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
67
682002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
71        Remove $(OBJS) from all-local.
72
732002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
76
772001-05-09      Joel Sherrill <joel@OARcorp.com>
78
79        * startup/linkcmds: In support of gcc 3.1, added one of more
80        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
81        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
82        and direction of segments to memory regions may also have been
83        addressed.  This was a sweep across all BSPs.
84 
852002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * configure.ac:
88        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
89        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
90        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
91        * Makefile.am: Remove AUTOMAKE_OPTIONS.
92        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
93        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
94        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
95        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
96        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
97
982001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
101
1022001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * configure.ac: Add RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ),
105        RTEMS_BSPOPTS_*(START_HW_INIT),
106        RTEMS_BSPOPTS_*(STANDALONE_EVB).
107        * wrapup/Makefile.am: Apply RTEMS_CPU_MODEL to pickup CPU_PIECES.
108
1092001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * startup/Makefile.am: Remove AC_CFLAGS, HZ.
112
1132001-10-12      Joel Sherrill <joel@OARcorp.com>
114
115        * include/bsp.h, start/start.S, start/start.ram, start/start.rom,
116        startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
117        startup/linkcmds.ram, startup/linkcmds.rom: 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        * startup/Makefile.am: Use 'PREINSTALL_FILES ='.
133
1342001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * scitab/Makefile.am: Remove stray blank from SCITAB rule.
137
1382001-08-01  Radzislaw Galler  <rgaller@et.put.poznan.pl>
139
140        * include/bsp.h: Disabled redefinition of
141        CONSOLE_DRIVER_TABLE_ENTRY. Some "FIXME:" comments added.
142        * console/config.c: New file. Definitions of externs referenced
143        from libbsp/shared/console.c.
144        * console/Makefile.am: Changed VPATH to point to
145        libbsp/shared. Added config.c to C_FILES and EXTRA_DIST.
146
1472001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * configure.in: Add bspopts.h.
150        * include/.cvsignore: Add bspopts.h*, stamp-h*.
151        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
152        * include/bsp.h: Include bspopts.h.
153        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
154
1552001-06-19      Joel Sherrill <joel@OARcorp.com>
156
157        * scitab/Makefile.am, startup/Makefile.am: Use CPU_CLOCK_RATE_HZ as
158        it is called in configure.in instead of HZ.
159
1602001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
161
162        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), add
163        bspopts.h.     
164        * include/.cvsignore: Add stamp-h*, bspopts.h*.
165        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
166        * include/bsp.h: Add bspopts.h.
167        * startup/bspstart.c: Replace HZ w/ CPU_CLOCK_RATE_HZ.
168
1692001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * startup/linkcmds: Remove OUTPUT_FORMAT.
172
1732001-01-22  Radzislaw Galler  <rgaller@et.put.poznan.pl>
174
175        * README.EVB7045F: New file.
176        * README: Additions and corrections.
177        * include/bsp.h: Switch console to sci0.
178
1792001-01-05      Joel Sherrill <joel@OARcorp.com>
180
181        * include/bsp.h: Changed <sh/null.h> to <rtems/devnull.h> to reflect
182        the movement of this component to libmisc.
183        * wrapup/Makefile.am: /dev/null driver is no longer in libcpu/sh.
184
1852000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
188
1892000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
192
1932000-11-01      Joel Sherrill <joel@OARcorp.com>
194
195        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
196        and libcsupport.h moved from libc to lib/include/rtems and
197        now must be referenced as <rtems/XXX.h>.   Header file order
198        was cleaned up while doing this.
199
2002000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
203        Switch to GNU canonicalization.
204
2052000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * scitab/Makefile.am: PROJECT_TOPdir.
208
2092000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * console/Makefile.am, scitab/Makefile.am, start/Makefile.am,
212        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
213
2142000-08-10      Joel Sherrill <joel@OARcorp.com>
215
216        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.