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

4.104.114.84.95
Last change on this file since 54a1f5dd was 54a1f5dd, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/10/03 at 12:36:55

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

  • console/Makefile.am: Misc cleanups and fixes.
  • i2c/Makefile.am: Misc cleanups and fixes.
  • nvram/Makefile.am: Misc cleanups and fixes.
  • start/Makefile.am: Misc cleanups and fixes.
  • startup/Makefile.am: Misc cleanups and fixes.
  • tod/Makefile.am: Misc cleanups and fixes.
  • wrapup/Makefile.am: Misc cleanups and fixes.
  • Property mode set to 100644
File size: 8.1 KB
Line 
12003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * console/Makefile.am: Misc cleanups and fixes.
4        * i2c/Makefile.am: Misc cleanups and fixes.
5        * nvram/Makefile.am: Misc cleanups and fixes.
6        * start/Makefile.am: Misc cleanups and fixes.
7        * startup/Makefile.am: Misc cleanups and fixes.
8        * tod/Makefile.am: Misc cleanups and fixes.
9        * wrapup/Makefile.am: Misc cleanups and fixes.
10
112003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * console/Makefile.am: Remove all: $(ARCH)..
14        * i2c/Makefile.am: Remove all: $(ARCH)..
15        * nvram/Makefile.am: Remove all: $(ARCH)..
16        * startup/Makefile.am: Remove all: $(ARCH)..
17        * tod/Makefile.am: Remove all: $(ARCH)..
18        * wrapup/Makefile.am: Remove all: $(ARCH).
19        Remove bogus wildcard from CPU_PIECES..
20
212003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * Makefile.am: Cosmetics.
24        * console/Makefile.am: Cosmetics.
25        * i2c/Makefile.am: Cosmetics.
26        * nvram/Makefile.am: Cosmetics.
27        * start/Makefile.am: Cosmetics.
28        * startup/Makefile.am: Cosmetics.
29        * tod/Makefile.am: Cosmetics.
30        * wrapup/Makefile.am: Cosmetics.
31
322003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * Makefile.am: Add preinstallation dirstamp support.
35        * console/Makefile.am: Cosmetics.
36        * i2c/Makefile.am: Cosmetics.
37        * nvram/Makefile.am: Cosmetics.
38        * startup/Makefile.am: Cosmetics.
39        * tod/Makefile.am: Cosmetics.
40        * wrapup/Makefile.am: Cosmetics.
41
422003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * start/Makefile.am: Remove all-local: $(ARCH).
45
462003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * Makefile.am: Merge-in include/Makefile.am.
49        Reflect changes to bsp.am.
50        * include/Makefile.am: Remove.
51        * configure.ac: Reflect changes above.
52
532003-09-04      Joel Sherrill <joel@OARcorp.com>
54
55        * README, console/console.c, i2c/i2c.c, i2c/i2cdrv.c, include/bsp.h,
56        include/ds1307.h, include/i2c.h, include/i2cdrv.h, include/nvram.h,
57        nvram/nvram.c, start/start.S, startup/bspclean.c, startup/bspstart.c,
58        startup/gdbinit, startup/init5206e.c, startup/linkcmds,
59        startup/linkcmds.flash, tod/ds1307.c, tod/todcfg.c, tools/runtest:
60        URL for license changed.
61
622003-08-20      Joel Sherrill <joel@OARcorp.com>
63
64        * console/console.c, start/start.S, startup/bspclean.c,
65        startup/bspstart.c, startup/init5206e.c: Correct copyright
66        statements.
67
682003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * Makefile.am: Reflect having moved aclocal/.
71
722003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * Makefile.am: Reflect having moved automake/.
75        * console/Makefile.am: Reflect having moved automake/.
76        * i2c/Makefile.am: Reflect having moved automake/.
77        * include/Makefile.am: Reflect having moved automake/.
78        * nvram/Makefile.am: Reflect having moved automake/.
79        * start/Makefile.am: Reflect having moved automake/.
80        * startup/Makefile.am: Reflect having moved automake/.
81        * tod/Makefile.am: Reflect having moved automake/.
82        * wrapup/Makefile.am: Reflect having moved automake/.
83
842003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        PR 452/bsps
87        * startup/Makefile.am: Remove USE_INIT_FINI.
88
892003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
92
932003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        PR 445/bsps
96        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
97        Remove cpp, old_cpp (now unused).
98
992003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * configure.ac: Remove AC_CONFIG_AUX_DIR.
102
1032003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
106
1072003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * configure.ac: AC_PREREQ(2.57).
110
1112003-01-20      Joel Sherrill <joel@OARcorp.com>
112
113        * startup/linkcmds*: Add FreeBSD sysctl() sections.
114
1152002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
118        * i2c/Makefile.am: Don't include @RTEMS_BSP@.cfg.
119        * nvram/Makefile.am: Don't include @RTEMS_BSP@.cfg.
120        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
121        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
122        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
123
1242002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * start/Makefile.am: Use install-data-local to install startfile.
127
1282002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
131
1322002-11-04      Joel Sherrill <joel@OARcorp.com>
133
134        * console/console.c, i2c/i2cdrv.c, nvram/nvram.c, startup/bspstart.c,
135        tod/ds1307.c: Removed warnings.
136
1372002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * .cvsignore: Reformat.
140        Add autom4te*cache.
141        Remove autom4te.cache.
142
1432002-08-21      Joel Sherrill <joel@OARcorp.com>
144
145        * wrapup/Makefile.am: PR217 required that the idle task be moved to
146        libcpu so it could be more acutely aware of the CPU model.  This
147        file was modified to pick up the idle task from there.
148
1492002-08-21      Joel Sherrill <joel@OARcorp.com>
150
151        * bsp_specs: Added support for -nostdlibs.
152
1532002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
156        * i2c/Makefile.am: Use .$(OBJEXT) instead of .o.
157        * nvram/Makefile.am: Use .$(OBJEXT) instead of .o.
158        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
159        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
160        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
161        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
162
1632002-08-05      Joel Sherrill <joel@OARcorp.com>
164
165        * Per PR260 eliminate use of make-target-options.  This impacted
166        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
167        SuperCore and required that the m68k optimized memcpy be moved
168        to libcpu.
169        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
170
1712002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * start/Makefile.am: Eliminate PGM.
174        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
175
1762002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * startup/Makefile.am: Add bsplib_DATA = linkcmds gdbinit
179        linkcmds.flash.
180
1812002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
184
1852001-05-09      Joel Sherrill <joel@OARcorp.com>
186
187        * startup/linkcmds: In support of gcc 3.1, added one of more
188        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
189        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
190        and direction of segments to memory regions may also have been
191        addressed.  This was a sweep across all BSPs.
192 
1932002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * configure.ac:
196        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
197        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
198        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
199        * Makefile.am: Remove AUTOMAKE_OPTIONS.
200        * i2c/Makefile.am: Remove AUTOMAKE_OPTIONS.
201        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
202        * nvram/Makefile.am: Remove AUTOMAKE_OPTIONS.
203        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
204        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
205        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
206        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
207
2082002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * include/Makefile.am: Adapt to automake-1.5.
211
2122001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
215        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
216
2172001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
220
2212001-11-20      Joel Sherrill <joel@OARcorp.com>
222
223        * include/bspopts.h.in: Automatically generated file that should not
224        be in CVS.
225
2262001-10-29      Joel Sherrill <joel@OARcorp.com>
227
228        * .cvsignore, include/.cvsignore: Add more entries.
229
2302001-10-26      Victor V. Vengerov <vvv@oktet.ru>
231
232        * New BSP for MCF5206eLITE evaluation board BSP.
233        * ChangeLog, README, bsp_specs, configure.ac, console/console.c,
234        console/.cvsignore, i2c/i2c.c, i2c/i2cdrv.c, i2c/.cvsignore,
235        include/bsp.h, include/bspopts.h.in, include/coverhd.h,
236        include/ds1307.h, include/i2c.h, include/i2cdrv.h, include/nvram.h,
237        include/.cvsignore, nvram/nvram.c, nvram/.cvsignore, start/start.S,
238        start/.cvsignore, startup/bspclean.c, startup/bspstart.c,
239        startup/gdbinit, startup/init5206e.c, startup/linkcmds,
240        startup/linkcmds.flash, startup/.cvsignore, times, tod/ds1307.c,
241        tod/todcfg.c, tod/.cvsignore, tools/.cvsignore, tools/configure.ac,
242        tools/runtest, tools/changes, wrapup/.cvsignore, .cvsignore:
243        New files.
244
Note: See TracBrowser for help on using the repository browser.