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

4.104.114.84.95
Last change on this file since 646e0008 was 646e0008, checked in by Joel Sherrill <joel.sherrill@…>, on 01/20/03 at 20:07:31

2003-01-20 Joel Sherrill <joel@…>

  • startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add FreeBSD sysctl() sections.
  • Property mode set to 100644
File size: 7.0 KB
RevLine 
[646e0008]12003-01-20      Joel Sherrill <joel@OARcorp.com>
2
3        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add
4        FreeBSD sysctl() sections.
5
[c62c75af]62003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
9
[387df95]102003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
13        * scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg.
14        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
15        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
16
[59a01a6e]172002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * start/Makefile.am: Use install-data-local to install startfile.
20
[ad5c7fe]212002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
24
[716d0d4]252002-11-07      Joel Sherrill <joel@OARcorp.com>
26
27        * startup/linkcmds: Include all .rodata* sections.
28
[4d654d7]292002-11-01      Joel Sherrill <joel@OARcorp.com>
30
31        * start/start.S, startup/hw_init.c: Removed warnings.
32
[8730f45]332002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * .cvsignore: Reformat.
36        Add autom4te*cache.
37        Remove autom4te.cache.
38
[536f5f94]392002-09-14      Joel Sherrill <joel@OARcorp.com>
40
41        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
42        of all calls to bsp_libc_init() resulted in some cleanup here.
43
[a2ae30c2]442002-08-21      Joel Sherrill <joel@OARcorp.com>
45
46        * bsp_specs: Added support for -nostdlibs.
47
[c633eb4]482002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
51
[681bd04]522002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
55        * scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
56        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
57        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
58
[bc9037d]592002-07-25      Joel Sherrill <joel@OARcorp.com>
60
61        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
62        to remove problems linking empty main(){} with BSP.
63
[5543770e]642002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * start/Makefile.am: Eliminate PGMS.
67        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
68
[f1feebb]692002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
72
[445c0a0]732002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
76        Remove $(OBJS) from all-local.
77
[80defac]782002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
81
[85c92574]822001-05-09      Joel Sherrill <joel@OARcorp.com>
83
84        * startup/linkcmds: In support of gcc 3.1, added one of more
85        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
86        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
87        and direction of segments to memory regions may also have been
88        addressed.  This was a sweep across all BSPs.
89 
[7fb5793]902002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * configure.ac:
93        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
94        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
95        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
96        * Makefile.am: Remove AUTOMAKE_OPTIONS.
97        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
98        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
99        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
100        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
101        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
102
[9e1ae79]1032001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
106
[d516bbf]1072001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * configure.ac: Add RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ),
110        RTEMS_BSPOPTS_*(START_HW_INIT),
111        RTEMS_BSPOPTS_*(STANDALONE_EVB).
112        * wrapup/Makefile.am: Apply RTEMS_CPU_MODEL to pickup CPU_PIECES.
113
[14a67aa9]1142001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * startup/Makefile.am: Remove AC_CFLAGS, HZ.
117
[2b4c86e]1182001-10-12      Joel Sherrill <joel@OARcorp.com>
119
120        * include/bsp.h, start/start.S, start/start.ram, start/start.rom,
121        startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
122        startup/linkcmds.ram, startup/linkcmds.rom: Fixed typo.
123
[df25c998]1242001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
127        * configure.in: Remove.
128        * configure.ac: New file, generated from configure.in by autoupdate.
129
[cf282090]1302001-09-27      Joel Sherrill <joel@OARcorp.com>
131
132        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
133
[46d31795]1342001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
137        * startup/Makefile.am: Use 'PREINSTALL_FILES ='.
138
[1344bf2]1392001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * scitab/Makefile.am: Remove stray blank from SCITAB rule.
142
[ede9699c]1432001-08-01  Radzislaw Galler  <rgaller@et.put.poznan.pl>
144
145        * include/bsp.h: Disabled redefinition of
146        CONSOLE_DRIVER_TABLE_ENTRY. Some "FIXME:" comments added.
147        * console/config.c: New file. Definitions of externs referenced
148        from libbsp/shared/console.c.
149        * console/Makefile.am: Changed VPATH to point to
150        libbsp/shared. Added config.c to C_FILES and EXTRA_DIST.
151
[a2e6723]1522001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * configure.in: Add bspopts.h.
155        * include/.cvsignore: Add bspopts.h*, stamp-h*.
156        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
157        * include/bsp.h: Include bspopts.h.
158        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
159
[c7c6e72]1602001-06-19      Joel Sherrill <joel@OARcorp.com>
161
162        * scitab/Makefile.am, startup/Makefile.am: Use CPU_CLOCK_RATE_HZ as
163        it is called in configure.in instead of HZ.
164
[5dbd4fe]1652001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
166
167        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), add
168        bspopts.h.     
169        * include/.cvsignore: Add stamp-h*, bspopts.h*.
170        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
171        * include/bsp.h: Add bspopts.h.
172        * startup/bspstart.c: Replace HZ w/ CPU_CLOCK_RATE_HZ.
173
[ed3ec25]1742001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * startup/linkcmds: Remove OUTPUT_FORMAT.
177
[9f87484]1782001-01-22  Radzislaw Galler  <rgaller@et.put.poznan.pl>
179
180        * README.EVB7045F: New file.
181        * README: Additions and corrections.
182        * include/bsp.h: Switch console to sci0.
183
[96b2583]1842001-01-05      Joel Sherrill <joel@OARcorp.com>
185
186        * include/bsp.h: Changed <sh/null.h> to <rtems/devnull.h> to reflect
187        the movement of this component to libmisc.
188        * wrapup/Makefile.am: /dev/null driver is no longer in libcpu/sh.
189
[feead226]1902000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
193
[a314d3b4]1942000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
197
[eba2e4f]1982000-11-01      Joel Sherrill <joel@OARcorp.com>
199
200        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
201        and libcsupport.h moved from libc to lib/include/rtems and
202        now must be referenced as <rtems/XXX.h>.   Header file order
203        was cleaned up while doing this.
204
[e83378d]2052000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
208        Switch to GNU canonicalization.
209
[633657c]2102000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * scitab/Makefile.am: PROJECT_TOPdir.
213
[a2af371]2142000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * console/Makefile.am, scitab/Makefile.am, start/Makefile.am,
217        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
218
[e94ad1fe]2192000-08-10      Joel Sherrill <joel@OARcorp.com>
220
221        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.