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

4.104.114.84.95
Last change on this file since 64edee07 was 387df95, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/15/03 at 13:01:39

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

  • console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • scitab/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.
  • Property mode set to 100644
File size: 6.7 KB
Line 
12003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
4        * scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg.
5        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
6        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
7
82002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * start/Makefile.am: Use install-data-local to install startfile.
11
122002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
15
162002-11-07      Joel Sherrill <joel@OARcorp.com>
17
18        * startup/linkcmds: Include all .rodata* sections.
19
202002-11-01      Joel Sherrill <joel@OARcorp.com>
21
22        * start/start.S, startup/hw_init.c: Removed warnings.
23
242002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * .cvsignore: Reformat.
27        Add autom4te*cache.
28        Remove autom4te.cache.
29
302002-09-14      Joel Sherrill <joel@OARcorp.com>
31
32        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
33        of all calls to bsp_libc_init() resulted in some cleanup here.
34
352002-08-21      Joel Sherrill <joel@OARcorp.com>
36
37        * bsp_specs: Added support for -nostdlibs.
38
392002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
42
432002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
46        * scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
47        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
48        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
49
502002-07-25      Joel Sherrill <joel@OARcorp.com>
51
52        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
53        to remove problems linking empty main(){} with BSP.
54
552002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * start/Makefile.am: Eliminate PGMS.
58        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
59
602002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
63
642002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
67        Remove $(OBJS) from all-local.
68
692002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
72
732001-05-09      Joel Sherrill <joel@OARcorp.com>
74
75        * startup/linkcmds: In support of gcc 3.1, added one of more
76        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
77        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
78        and direction of segments to memory regions may also have been
79        addressed.  This was a sweep across all BSPs.
80 
812002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * configure.ac:
84        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
85        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
86        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
87        * Makefile.am: Remove AUTOMAKE_OPTIONS.
88        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
89        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
90        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
91        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
92        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
93
942001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
97
982001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * configure.ac: Add RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ),
101        RTEMS_BSPOPTS_*(START_HW_INIT),
102        RTEMS_BSPOPTS_*(STANDALONE_EVB).
103        * wrapup/Makefile.am: Apply RTEMS_CPU_MODEL to pickup CPU_PIECES.
104
1052001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * startup/Makefile.am: Remove AC_CFLAGS, HZ.
108
1092001-10-12      Joel Sherrill <joel@OARcorp.com>
110
111        * include/bsp.h, start/start.S, start/start.ram, start/start.rom,
112        startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
113        startup/linkcmds.ram, startup/linkcmds.rom: Fixed typo.
114
1152001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
118        * configure.in: Remove.
119        * configure.ac: New file, generated from configure.in by autoupdate.
120
1212001-09-27      Joel Sherrill <joel@OARcorp.com>
122
123        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
124
1252001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
128        * startup/Makefile.am: Use 'PREINSTALL_FILES ='.
129
1302001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * scitab/Makefile.am: Remove stray blank from SCITAB rule.
133
1342001-08-01  Radzislaw Galler  <rgaller@et.put.poznan.pl>
135
136        * include/bsp.h: Disabled redefinition of
137        CONSOLE_DRIVER_TABLE_ENTRY. Some "FIXME:" comments added.
138        * console/config.c: New file. Definitions of externs referenced
139        from libbsp/shared/console.c.
140        * console/Makefile.am: Changed VPATH to point to
141        libbsp/shared. Added config.c to C_FILES and EXTRA_DIST.
142
1432001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * configure.in: Add bspopts.h.
146        * include/.cvsignore: Add bspopts.h*, stamp-h*.
147        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
148        * include/bsp.h: Include bspopts.h.
149        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
150
1512001-06-19      Joel Sherrill <joel@OARcorp.com>
152
153        * scitab/Makefile.am, startup/Makefile.am: Use CPU_CLOCK_RATE_HZ as
154        it is called in configure.in instead of HZ.
155
1562001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
157
158        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), add
159        bspopts.h.     
160        * include/.cvsignore: Add stamp-h*, bspopts.h*.
161        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
162        * include/bsp.h: Add bspopts.h.
163        * startup/bspstart.c: Replace HZ w/ CPU_CLOCK_RATE_HZ.
164
1652001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * startup/linkcmds: Remove OUTPUT_FORMAT.
168
1692001-01-22  Radzislaw Galler  <rgaller@et.put.poznan.pl>
170
171        * README.EVB7045F: New file.
172        * README: Additions and corrections.
173        * include/bsp.h: Switch console to sci0.
174
1752001-01-05      Joel Sherrill <joel@OARcorp.com>
176
177        * include/bsp.h: Changed <sh/null.h> to <rtems/devnull.h> to reflect
178        the movement of this component to libmisc.
179        * wrapup/Makefile.am: /dev/null driver is no longer in libcpu/sh.
180
1812000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
184
1852000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
188
1892000-11-01      Joel Sherrill <joel@OARcorp.com>
190
191        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
192        and libcsupport.h moved from libc to lib/include/rtems and
193        now must be referenced as <rtems/XXX.h>.   Header file order
194        was cleaned up while doing this.
195
1962000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
199        Switch to GNU canonicalization.
200
2012000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * scitab/Makefile.am: PROJECT_TOPdir.
204
2052000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * console/Makefile.am, scitab/Makefile.am, start/Makefile.am,
208        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
209
2102000-08-10      Joel Sherrill <joel@OARcorp.com>
211
212        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.