source: rtems/c/src/lib/libbsp/m68k/mcf5206elite/ChangeLog @ b35414a

4.104.114.84.95
Last change on this file since b35414a was b35414a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/13/03 at 05:09:48

2003-12-13 Ralf Corsepius <corsepiu@…>

  • start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
  • startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
  • Property mode set to 100644
File size: 8.6 KB
Line 
12003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
4        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
5
62003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
9        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
10
112003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
14
152003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * console/Makefile.am: Misc cleanups and fixes.
18        * i2c/Makefile.am: Misc cleanups and fixes.
19        * nvram/Makefile.am: Misc cleanups and fixes.
20        * start/Makefile.am: Misc cleanups and fixes.
21        * startup/Makefile.am: Misc cleanups and fixes.
22        * tod/Makefile.am: Misc cleanups and fixes.
23        * wrapup/Makefile.am: Misc cleanups and fixes.
24
252003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * console/Makefile.am: Remove all: $(ARCH)..
28        * i2c/Makefile.am: Remove all: $(ARCH)..
29        * nvram/Makefile.am: Remove all: $(ARCH)..
30        * startup/Makefile.am: Remove all: $(ARCH)..
31        * tod/Makefile.am: Remove all: $(ARCH)..
32        * wrapup/Makefile.am: Remove all: $(ARCH).
33        Remove bogus wildcard from CPU_PIECES..
34
352003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * Makefile.am: Cosmetics.
38        * console/Makefile.am: Cosmetics.
39        * i2c/Makefile.am: Cosmetics.
40        * nvram/Makefile.am: Cosmetics.
41        * start/Makefile.am: Cosmetics.
42        * startup/Makefile.am: Cosmetics.
43        * tod/Makefile.am: Cosmetics.
44        * wrapup/Makefile.am: Cosmetics.
45
462003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * Makefile.am: Add preinstallation dirstamp support.
49        * console/Makefile.am: Cosmetics.
50        * i2c/Makefile.am: Cosmetics.
51        * nvram/Makefile.am: Cosmetics.
52        * startup/Makefile.am: Cosmetics.
53        * tod/Makefile.am: Cosmetics.
54        * wrapup/Makefile.am: Cosmetics.
55
562003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * start/Makefile.am: Remove all-local: $(ARCH).
59
602003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * Makefile.am: Merge-in include/Makefile.am.
63        Reflect changes to bsp.am.
64        * include/Makefile.am: Remove.
65        * configure.ac: Reflect changes above.
66
672003-09-04      Joel Sherrill <joel@OARcorp.com>
68
69        * README, console/console.c, i2c/i2c.c, i2c/i2cdrv.c, include/bsp.h,
70        include/ds1307.h, include/i2c.h, include/i2cdrv.h, include/nvram.h,
71        nvram/nvram.c, start/start.S, startup/bspclean.c, startup/bspstart.c,
72        startup/gdbinit, startup/init5206e.c, startup/linkcmds,
73        startup/linkcmds.flash, tod/ds1307.c, tod/todcfg.c, tools/runtest:
74        URL for license changed.
75
762003-08-20      Joel Sherrill <joel@OARcorp.com>
77
78        * console/console.c, start/start.S, startup/bspclean.c,
79        startup/bspstart.c, startup/init5206e.c: Correct copyright
80        statements.
81
822003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * Makefile.am: Reflect having moved aclocal/.
85
862003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * Makefile.am: Reflect having moved automake/.
89        * console/Makefile.am: Reflect having moved automake/.
90        * i2c/Makefile.am: Reflect having moved automake/.
91        * include/Makefile.am: Reflect having moved automake/.
92        * nvram/Makefile.am: Reflect having moved automake/.
93        * start/Makefile.am: Reflect having moved automake/.
94        * startup/Makefile.am: Reflect having moved automake/.
95        * tod/Makefile.am: Reflect having moved automake/.
96        * wrapup/Makefile.am: Reflect having moved automake/.
97
982003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        PR 452/bsps
101        * startup/Makefile.am: Remove USE_INIT_FINI.
102
1032003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
106
1072003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        PR 445/bsps
110        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
111        Remove cpp, old_cpp (now unused).
112
1132003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.ac: Remove AC_CONFIG_AUX_DIR.
116
1172003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
120
1212003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * configure.ac: AC_PREREQ(2.57).
124
1252003-01-20      Joel Sherrill <joel@OARcorp.com>
126
127        * startup/linkcmds*: Add FreeBSD sysctl() sections.
128
1292002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
132        * i2c/Makefile.am: Don't include @RTEMS_BSP@.cfg.
133        * nvram/Makefile.am: Don't include @RTEMS_BSP@.cfg.
134        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
135        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
136        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
137
1382002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * start/Makefile.am: Use install-data-local to install startfile.
141
1422002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
145
1462002-11-04      Joel Sherrill <joel@OARcorp.com>
147
148        * console/console.c, i2c/i2cdrv.c, nvram/nvram.c, startup/bspstart.c,
149        tod/ds1307.c: Removed warnings.
150
1512002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * .cvsignore: Reformat.
154        Add autom4te*cache.
155        Remove autom4te.cache.
156
1572002-08-21      Joel Sherrill <joel@OARcorp.com>
158
159        * wrapup/Makefile.am: PR217 required that the idle task be moved to
160        libcpu so it could be more acutely aware of the CPU model.  This
161        file was modified to pick up the idle task from there.
162
1632002-08-21      Joel Sherrill <joel@OARcorp.com>
164
165        * bsp_specs: Added support for -nostdlibs.
166
1672002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
170        * i2c/Makefile.am: Use .$(OBJEXT) instead of .o.
171        * nvram/Makefile.am: Use .$(OBJEXT) instead of .o.
172        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
173        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
174        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
175        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
176
1772002-08-05      Joel Sherrill <joel@OARcorp.com>
178
179        * Per PR260 eliminate use of make-target-options.  This impacted
180        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
181        SuperCore and required that the m68k optimized memcpy be moved
182        to libcpu.
183        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
184
1852002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * start/Makefile.am: Eliminate PGM.
188        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
189
1902002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * startup/Makefile.am: Add bsplib_DATA = linkcmds gdbinit
193        linkcmds.flash.
194
1952002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
198
1992001-05-09      Joel Sherrill <joel@OARcorp.com>
200
201        * startup/linkcmds: In support of gcc 3.1, added one of more
202        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
203        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
204        and direction of segments to memory regions may also have been
205        addressed.  This was a sweep across all BSPs.
206 
2072002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * configure.ac:
210        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
211        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
212        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
213        * Makefile.am: Remove AUTOMAKE_OPTIONS.
214        * i2c/Makefile.am: Remove AUTOMAKE_OPTIONS.
215        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
216        * nvram/Makefile.am: Remove AUTOMAKE_OPTIONS.
217        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
218        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
219        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
220        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
221
2222002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * include/Makefile.am: Adapt to automake-1.5.
225
2262001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
229        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
230
2312001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
234
2352001-11-20      Joel Sherrill <joel@OARcorp.com>
236
237        * include/bspopts.h.in: Automatically generated file that should not
238        be in CVS.
239
2402001-10-29      Joel Sherrill <joel@OARcorp.com>
241
242        * .cvsignore, include/.cvsignore: Add more entries.
243
2442001-10-26      Victor V. Vengerov <vvv@oktet.ru>
245
246        * New BSP for MCF5206eLITE evaluation board BSP.
247        * ChangeLog, README, bsp_specs, configure.ac, console/console.c,
248        console/.cvsignore, i2c/i2c.c, i2c/i2cdrv.c, i2c/.cvsignore,
249        include/bsp.h, include/bspopts.h.in, include/coverhd.h,
250        include/ds1307.h, include/i2c.h, include/i2cdrv.h, include/nvram.h,
251        include/.cvsignore, nvram/nvram.c, nvram/.cvsignore, start/start.S,
252        start/.cvsignore, startup/bspclean.c, startup/bspstart.c,
253        startup/gdbinit, startup/init5206e.c, startup/linkcmds,
254        startup/linkcmds.flash, startup/.cvsignore, times, tod/ds1307.c,
255        tod/todcfg.c, tod/.cvsignore, tools/.cvsignore, tools/configure.ac,
256        tools/runtest, tools/changes, wrapup/.cvsignore, .cvsignore:
257        New files.
258
Note: See TracBrowser for help on using the repository browser.