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

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

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

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