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

4.104.114.84.95
Last change on this file since f79ea0b was f79ea0b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/03/03 at 15:57:55

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

  • Makefile.am: Cosmetics.
  • console/Makefile.am: Cosmetics.
  • i2c/Makefile.am: Cosmetics.
  • nvram/Makefile.am: Cosmetics.
  • start/Makefile.am: Cosmetics.
  • startup/Makefile.am: Cosmetics.
  • tod/Makefile.am: Cosmetics.
  • wrapup/Makefile.am: Cosmetics.
  • Property mode set to 100644
File size: 7.4 KB
Line 
12003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Cosmetics.
4        * console/Makefile.am: Cosmetics.
5        * i2c/Makefile.am: Cosmetics.
6        * nvram/Makefile.am: Cosmetics.
7        * start/Makefile.am: Cosmetics.
8        * startup/Makefile.am: Cosmetics.
9        * tod/Makefile.am: Cosmetics.
10        * wrapup/Makefile.am: Cosmetics.
11
122003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * Makefile.am: Add preinstallation dirstamp support.
15        * console/Makefile.am: Cosmetics.
16        * i2c/Makefile.am: Cosmetics.
17        * nvram/Makefile.am: Cosmetics.
18        * startup/Makefile.am: Cosmetics.
19        * tod/Makefile.am: Cosmetics.
20        * wrapup/Makefile.am: Cosmetics.
21
222003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * start/Makefile.am: Remove all-local: $(ARCH).
25
262003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * Makefile.am: Merge-in include/Makefile.am.
29        Reflect changes to bsp.am.
30        * include/Makefile.am: Remove.
31        * configure.ac: Reflect changes above.
32
332003-09-04      Joel Sherrill <joel@OARcorp.com>
34
35        * README, console/console.c, i2c/i2c.c, i2c/i2cdrv.c, include/bsp.h,
36        include/ds1307.h, include/i2c.h, include/i2cdrv.h, include/nvram.h,
37        nvram/nvram.c, start/start.S, startup/bspclean.c, startup/bspstart.c,
38        startup/gdbinit, startup/init5206e.c, startup/linkcmds,
39        startup/linkcmds.flash, tod/ds1307.c, tod/todcfg.c, tools/runtest:
40        URL for license changed.
41
422003-08-20      Joel Sherrill <joel@OARcorp.com>
43
44        * console/console.c, start/start.S, startup/bspclean.c,
45        startup/bspstart.c, startup/init5206e.c: Correct copyright
46        statements.
47
482003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * Makefile.am: Reflect having moved aclocal/.
51
522003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * Makefile.am: Reflect having moved automake/.
55        * console/Makefile.am: Reflect having moved automake/.
56        * i2c/Makefile.am: Reflect having moved automake/.
57        * include/Makefile.am: Reflect having moved automake/.
58        * nvram/Makefile.am: Reflect having moved automake/.
59        * start/Makefile.am: Reflect having moved automake/.
60        * startup/Makefile.am: Reflect having moved automake/.
61        * tod/Makefile.am: Reflect having moved automake/.
62        * wrapup/Makefile.am: Reflect having moved automake/.
63
642003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        PR 452/bsps
67        * startup/Makefile.am: Remove USE_INIT_FINI.
68
692003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
72
732003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        PR 445/bsps
76        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
77        Remove cpp, old_cpp (now unused).
78
792003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * configure.ac: Remove AC_CONFIG_AUX_DIR.
82
832003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
86
872003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * configure.ac: AC_PREREQ(2.57).
90
912003-01-20      Joel Sherrill <joel@OARcorp.com>
92
93        * startup/linkcmds*: Add FreeBSD sysctl() sections.
94
952002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
98        * i2c/Makefile.am: Don't include @RTEMS_BSP@.cfg.
99        * nvram/Makefile.am: Don't include @RTEMS_BSP@.cfg.
100        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
101        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
102        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
103
1042002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * start/Makefile.am: Use install-data-local to install startfile.
107
1082002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
111
1122002-11-04      Joel Sherrill <joel@OARcorp.com>
113
114        * console/console.c, i2c/i2cdrv.c, nvram/nvram.c, startup/bspstart.c,
115        tod/ds1307.c: Removed warnings.
116
1172002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * .cvsignore: Reformat.
120        Add autom4te*cache.
121        Remove autom4te.cache.
122
1232002-08-21      Joel Sherrill <joel@OARcorp.com>
124
125        * wrapup/Makefile.am: PR217 required that the idle task be moved to
126        libcpu so it could be more acutely aware of the CPU model.  This
127        file was modified to pick up the idle task from there.
128
1292002-08-21      Joel Sherrill <joel@OARcorp.com>
130
131        * bsp_specs: Added support for -nostdlibs.
132
1332002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
136        * i2c/Makefile.am: Use .$(OBJEXT) instead of .o.
137        * nvram/Makefile.am: Use .$(OBJEXT) instead of .o.
138        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
139        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
140        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
141        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
142
1432002-08-05      Joel Sherrill <joel@OARcorp.com>
144
145        * Per PR260 eliminate use of make-target-options.  This impacted
146        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
147        SuperCore and required that the m68k optimized memcpy be moved
148        to libcpu.
149        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
150
1512002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * start/Makefile.am: Eliminate PGM.
154        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
155
1562002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * startup/Makefile.am: Add bsplib_DATA = linkcmds gdbinit
159        linkcmds.flash.
160
1612002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
164
1652001-05-09      Joel Sherrill <joel@OARcorp.com>
166
167        * startup/linkcmds: In support of gcc 3.1, added one of more
168        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
169        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
170        and direction of segments to memory regions may also have been
171        addressed.  This was a sweep across all BSPs.
172 
1732002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * configure.ac:
176        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
177        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
178        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
179        * Makefile.am: Remove AUTOMAKE_OPTIONS.
180        * i2c/Makefile.am: Remove AUTOMAKE_OPTIONS.
181        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
182        * nvram/Makefile.am: Remove AUTOMAKE_OPTIONS.
183        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
184        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
185        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
186        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
187
1882002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * include/Makefile.am: Adapt to automake-1.5.
191
1922001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
195        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
196
1972001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
200
2012001-11-20      Joel Sherrill <joel@OARcorp.com>
202
203        * include/bspopts.h.in: Automatically generated file that should not
204        be in CVS.
205
2062001-10-29      Joel Sherrill <joel@OARcorp.com>
207
208        * .cvsignore, include/.cvsignore: Add more entries.
209
2102001-10-26      Victor V. Vengerov <vvv@oktet.ru>
211
212        * New BSP for MCF5206eLITE evaluation board BSP.
213        * ChangeLog, README, bsp_specs, configure.ac, console/console.c,
214        console/.cvsignore, i2c/i2c.c, i2c/i2cdrv.c, i2c/.cvsignore,
215        include/bsp.h, include/bspopts.h.in, include/coverhd.h,
216        include/ds1307.h, include/i2c.h, include/i2cdrv.h, include/nvram.h,
217        include/.cvsignore, nvram/nvram.c, nvram/.cvsignore, start/start.S,
218        start/.cvsignore, startup/bspclean.c, startup/bspstart.c,
219        startup/gdbinit, startup/init5206e.c, startup/linkcmds,
220        startup/linkcmds.flash, startup/.cvsignore, times, tod/ds1307.c,
221        tod/todcfg.c, tod/.cvsignore, tools/.cvsignore, tools/configure.ac,
222        tools/runtest, tools/changes, wrapup/.cvsignore, .cvsignore:
223        New files.
224
Note: See TracBrowser for help on using the repository browser.