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

4.104.114.84.95
Last change on this file since 810720b6 was 810720b6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/12/03 at 03:28:02

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

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