source: rtems/c/src/lib/libbsp/m68k/gen68302/ChangeLog @ a1546de

4.104.114.84.95
Last change on this file since a1546de was a1546de, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/19/03 at 10:18:23

2003-09-19 Ralf Corsepius <corsepiu@…>

  • bsp_specs: Remove *lib:.
  • Property mode set to 100644
File size: 7.4 KB
Line 
12003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * bsp_specs: Remove *lib:.
4
52003-09-04      Joel Sherrill <joel@OARcorp.com>
6
7        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
8        start/start.S, startup/bspclean.c, startup/bspstart.c,
9        startup/linkcmds, timer/timer.c: URL for license changed.
10
112003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * Makefile.am: Reflect having moved aclocal/.
14
152003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * Makefile.am: Reflect having moved automake/.
18        * clock/Makefile.am: Reflect having moved automake/.
19        * console/Makefile.am: Reflect having moved automake/.
20        * include/Makefile.am: Reflect having moved automake/.
21        * network/Makefile.am: Reflect having moved automake/.
22        * start/Makefile.am: Reflect having moved automake/.
23        * startup/Makefile.am: Reflect having moved automake/.
24        * timer/Makefile.am: Reflect having moved automake/.
25        * wrapup/Makefile.am: Reflect having moved automake/.
26
272003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        PR 452/bsps
30        * startup/Makefile.am: Remove USE_INIT_FINI.
31
322003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
35
362003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        PR 445/bsps
39        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
40        Remove cpp, old_cpp (now unused).
41
422003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * configure.ac: Remove AC_CONFIG_AUX_DIR.
45
462003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
49
502003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * configure.ac: AC_PREREQ(2.57).
53
542003-01-20      Joel Sherrill <joel@OARcorp.com>
55
56        * startup/linkcmds*: Add FreeBSD sysctl() sections.
57
582002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
61        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
62        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
63        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
64        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
65        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
66
672002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * start/Makefile.am: Use install-data-local to install startfile.
70
712002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
74
752002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * .cvsignore: Reformat.
78        Add autom4te*cache.
79        Remove autom4te.cache.
80
812002-08-21      Joel Sherrill <joel@OARcorp.com>
82
83        * wrapup/Makefile.am: PR217 required that the idle task be moved to
84        libcpu so it could be more acutely aware of the CPU model.  This
85        file was modified to pick up the idle task from there.
86
872002-08-21      Joel Sherrill <joel@OARcorp.com>
88
89        * bsp_specs: Added support for -nostdlibs.
90
912002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
94        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
95        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
96        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
97        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
98        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
99        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
100
1012002-08-05      Joel Sherrill <joel@OARcorp.com>
102
103        * Per PR260 eliminate use of make-target-options.  This impacted
104        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
105        SuperCore and required that the m68k optimized memcpy be moved
106        to libcpu.
107        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
108
1092002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * start/Makefile.am: Eliminate PGM.
112        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
113
1142002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
117
1182002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
121        Remove $(OBJS) from all-local.
122
1232002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
126
1272001-05-09      Joel Sherrill <joel@OARcorp.com>
128
129        * startup/linkcmds: In support of gcc 3.1, added one of more
130        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
131        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
132        and direction of segments to memory regions may also have been
133        addressed.  This was a sweep across all BSPs.
134 
1352002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * configure.ac:
138        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
139        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
140        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
141        * Makefile.am: Remove AUTOMAKE_OPTIONS.
142        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
143        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
144        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
145        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
146        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
147        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
148        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
149
1502001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
153
1542001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
157        * configure.in: Remove.
158        * configure.ac: New file, generated from configure.in by autoupdate.
159
1602001-09-27      Joel Sherrill <joel@OARcorp.com>
161
162        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
163
1642001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
167
1682001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * configure.in: Add bspopts.h.
171        * include/.cvsignore: Add bspopts.h*, stamp-h*.
172        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
173        * include/bsp.h: Include bspopts.h.
174
1752001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
176
177        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
178
1792000-12-14      Joel Sherrill <joel@OARcorp.com>
180
181        * network/network.c: Removed unused variable warnings.
182
1832000-12-11      Joel Sherrill <joel@OARcorp.com>
184
185        * Makefile.am, configure.in, include/Makefile.am,
186        wrapup/Makefile.am: Updated to reflect addition of network driver
187        by  Franck Julien <FranckJ@cxr.fr>.
188        * include/m302_int.h, network/.cvsignore, network/Makefile.am,
189        network/network.c: New file.
190
1912000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
194
1952000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
198
1992000-11-01      Joel Sherrill <joel@OARcorp.com>
200
201        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
202        libcsupport.h moved from libc to lib/include/rtems and
203        now must be referenced as <rtems/XXX.h>.   Header file order
204        was cleaned up while doing this.
205
2062000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
209        Switch to GNU canonicalization.
210
2112000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
212
213        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
214
2152000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
216
217        * startup/linkcmds: Added lines so DWARF debug information
218        would be available.  Otherwise gdb complains that the offsets
219        for the debug info are incorrect and doesn't load the files.
220
2212000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
224        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
225        compile.am
226
2272000-08-10      Joel Sherrill <joel@OARcorp.com>
228
229        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.