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

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

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

  • console/config.c, include/bsp.h, include/coverhd.h, start/start.S, start/start.ram, start/start.rom, startup/bspclean.c, startup/bspstart.c, startup/hw_init.c, startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: URL for license changed.
  • Property mode set to 100644
File size: 8.6 KB
Line 
12003-09-04      Joel Sherrill <joel@OARcorp.com>
2
3        * console/config.c, include/bsp.h, include/coverhd.h, start/start.S,
4        start/start.ram, start/start.rom, startup/bspclean.c,
5        startup/bspstart.c, startup/hw_init.c, startup/linkcmds,
6        startup/linkcmds.ram, startup/linkcmds.rom: URL for license changed.
7
82003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * Makefile.am: Reflect having moved aclocal/.
11
122003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * Makefile.am: Reflect having moved automake/.
15        * console/Makefile.am: Reflect having moved automake/.
16        * include/Makefile.am: Reflect having moved automake/.
17        * scitab/Makefile.am: Reflect having moved automake/.
18        * start/Makefile.am: Reflect having moved automake/.
19        * startup/Makefile.am: Reflect having moved automake/.
20        * wrapup/Makefile.am: Reflect having moved automake/.
21
222003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
25
262003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        PR 445/bsps
29        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
30        Remove cpp, old_cpp (now unused).
31
322003-06-13      Joel Sherrill <joel@OARcorp.com>
33
34        * startup/linkcmds: Removed warnings.
35
362003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac: Remove AC_CONFIG_AUX_DIR.
39
402003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
43
442003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * configure.ac: AC_PREREQ(2.57).
47
482003-01-28      Joel Sherrill <joel@OARcorp.com>
49
50        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Fix to
51        work around truncated section names.
52
532003-01-20      Joel Sherrill <joel@OARcorp.com>
54
55        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add
56        FreeBSD sysctl() sections.
57
582003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
61
622003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
65        * scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg.
66        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
67        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
68
692002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * start/Makefile.am: Use install-data-local to install startfile.
72
732002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
76
772002-11-07      Joel Sherrill <joel@OARcorp.com>
78
79        * startup/linkcmds: Include all .rodata* sections.
80
812002-11-01      Joel Sherrill <joel@OARcorp.com>
82
83        * start/start.S, startup/hw_init.c: Removed warnings.
84
852002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * .cvsignore: Reformat.
88        Add autom4te*cache.
89        Remove autom4te.cache.
90
912002-09-14      Joel Sherrill <joel@OARcorp.com>
92
93        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
94        of all calls to bsp_libc_init() resulted in some cleanup here.
95
962002-08-21      Joel Sherrill <joel@OARcorp.com>
97
98        * bsp_specs: Added support for -nostdlibs.
99
1002002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
103
1042002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
107        * scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
108        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
109        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
110
1112002-07-25      Joel Sherrill <joel@OARcorp.com>
112
113        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
114        to remove problems linking empty main(){} with BSP.
115
1162002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * start/Makefile.am: Eliminate PGMS.
119        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
120
1212002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
124
1252002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
128        Remove $(OBJS) from all-local.
129
1302002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
133
1342001-05-09      Joel Sherrill <joel@OARcorp.com>
135
136        * startup/linkcmds: In support of gcc 3.1, added one of more
137        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
138        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
139        and direction of segments to memory regions may also have been
140        addressed.  This was a sweep across all BSPs.
141 
1422002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * configure.ac:
145        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
146        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
147        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
148        * Makefile.am: Remove AUTOMAKE_OPTIONS.
149        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
150        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
151        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
152        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
153        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
154
1552001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
158
1592001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * configure.ac: Add RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ),
162        RTEMS_BSPOPTS_*(START_HW_INIT),
163        RTEMS_BSPOPTS_*(STANDALONE_EVB).
164        * wrapup/Makefile.am: Apply RTEMS_CPU_MODEL to pickup CPU_PIECES.
165
1662001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * startup/Makefile.am: Remove AC_CFLAGS, HZ.
169
1702001-10-12      Joel Sherrill <joel@OARcorp.com>
171
172        * include/bsp.h, start/start.S, start/start.ram, start/start.rom,
173        startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
174        startup/linkcmds.ram, startup/linkcmds.rom: Fixed typo.
175
1762001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
179        * configure.in: Remove.
180        * configure.ac: New file, generated from configure.in by autoupdate.
181
1822001-09-27      Joel Sherrill <joel@OARcorp.com>
183
184        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
185
1862001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
189        * startup/Makefile.am: Use 'PREINSTALL_FILES ='.
190
1912001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * scitab/Makefile.am: Remove stray blank from SCITAB rule.
194
1952001-08-01  Radzislaw Galler  <rgaller@et.put.poznan.pl>
196
197        * include/bsp.h: Disabled redefinition of
198        CONSOLE_DRIVER_TABLE_ENTRY. Some "FIXME:" comments added.
199        * console/config.c: New file. Definitions of externs referenced
200        from libbsp/shared/console.c.
201        * console/Makefile.am: Changed VPATH to point to
202        libbsp/shared. Added config.c to C_FILES and EXTRA_DIST.
203
2042001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * configure.in: Add bspopts.h.
207        * include/.cvsignore: Add bspopts.h*, stamp-h*.
208        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
209        * include/bsp.h: Include bspopts.h.
210        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
211
2122001-06-19      Joel Sherrill <joel@OARcorp.com>
213
214        * scitab/Makefile.am, startup/Makefile.am: Use CPU_CLOCK_RATE_HZ as
215        it is called in configure.in instead of HZ.
216
2172001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
218
219        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), add
220        bspopts.h.     
221        * include/.cvsignore: Add stamp-h*, bspopts.h*.
222        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
223        * include/bsp.h: Add bspopts.h.
224        * startup/bspstart.c: Replace HZ w/ CPU_CLOCK_RATE_HZ.
225
2262001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * startup/linkcmds: Remove OUTPUT_FORMAT.
229
2302001-01-22  Radzislaw Galler  <rgaller@et.put.poznan.pl>
231
232        * README.EVB7045F: New file.
233        * README: Additions and corrections.
234        * include/bsp.h: Switch console to sci0.
235
2362001-01-05      Joel Sherrill <joel@OARcorp.com>
237
238        * include/bsp.h: Changed <sh/null.h> to <rtems/devnull.h> to reflect
239        the movement of this component to libmisc.
240        * wrapup/Makefile.am: /dev/null driver is no longer in libcpu/sh.
241
2422000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
245
2462000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
249
2502000-11-01      Joel Sherrill <joel@OARcorp.com>
251
252        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
253        and libcsupport.h moved from libc to lib/include/rtems and
254        now must be referenced as <rtems/XXX.h>.   Header file order
255        was cleaned up while doing this.
256
2572000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
260        Switch to GNU canonicalization.
261
2622000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * scitab/Makefile.am: PROJECT_TOPdir.
265
2662000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * console/Makefile.am, scitab/Makefile.am, start/Makefile.am,
269        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
270
2712000-08-10      Joel Sherrill <joel@OARcorp.com>
272
273        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.