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

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

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

  • README, console/console.c, i2c/i2c.c, i2c/i2cdrv.c, include/bsp.h, include/ds1307.h, include/i2c.h, include/i2cdrv.h, include/nvram.h, nvram/nvram.c, start/start.S, startup/bspclean.c, startup/bspstart.c, startup/gdbinit, startup/init5206e.c, startup/linkcmds, startup/linkcmds.flash, tod/ds1307.c, tod/todcfg.c, tools/runtest: URL for license changed.
  • Property mode set to 100644
File size: 6.5 KB
Line 
12003-09-04      Joel Sherrill <joel@OARcorp.com>
2
3        * README, console/console.c, i2c/i2c.c, i2c/i2cdrv.c, include/bsp.h,
4        include/ds1307.h, include/i2c.h, include/i2cdrv.h, include/nvram.h,
5        nvram/nvram.c, start/start.S, startup/bspclean.c, startup/bspstart.c,
6        startup/gdbinit, startup/init5206e.c, startup/linkcmds,
7        startup/linkcmds.flash, tod/ds1307.c, tod/todcfg.c, tools/runtest:
8        URL for license changed.
9
102003-08-20      Joel Sherrill <joel@OARcorp.com>
11
12        * console/console.c, start/start.S, startup/bspclean.c,
13        startup/bspstart.c, startup/init5206e.c: Correct copyright
14        statements.
15
162003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * Makefile.am: Reflect having moved aclocal/.
19
202003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * Makefile.am: Reflect having moved automake/.
23        * console/Makefile.am: Reflect having moved automake/.
24        * i2c/Makefile.am: Reflect having moved automake/.
25        * include/Makefile.am: Reflect having moved automake/.
26        * nvram/Makefile.am: Reflect having moved automake/.
27        * start/Makefile.am: Reflect having moved automake/.
28        * startup/Makefile.am: Reflect having moved automake/.
29        * tod/Makefile.am: Reflect having moved automake/.
30        * wrapup/Makefile.am: Reflect having moved automake/.
31
322003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        PR 452/bsps
35        * startup/Makefile.am: Remove USE_INIT_FINI.
36
372003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
40
412003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        PR 445/bsps
44        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
45        Remove cpp, old_cpp (now unused).
46
472003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * configure.ac: Remove AC_CONFIG_AUX_DIR.
50
512003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
54
552003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.ac: AC_PREREQ(2.57).
58
592003-01-20      Joel Sherrill <joel@OARcorp.com>
60
61        * startup/linkcmds*: Add FreeBSD sysctl() sections.
62
632002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
66        * i2c/Makefile.am: Don't include @RTEMS_BSP@.cfg.
67        * nvram/Makefile.am: Don't include @RTEMS_BSP@.cfg.
68        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
69        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
70        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
71
722002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * start/Makefile.am: Use install-data-local to install startfile.
75
762002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
79
802002-11-04      Joel Sherrill <joel@OARcorp.com>
81
82        * console/console.c, i2c/i2cdrv.c, nvram/nvram.c, startup/bspstart.c,
83        tod/ds1307.c: Removed warnings.
84
852002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * .cvsignore: Reformat.
88        Add autom4te*cache.
89        Remove autom4te.cache.
90
912002-08-21      Joel Sherrill <joel@OARcorp.com>
92
93        * wrapup/Makefile.am: PR217 required that the idle task be moved to
94        libcpu so it could be more acutely aware of the CPU model.  This
95        file was modified to pick up the idle task from there.
96
972002-08-21      Joel Sherrill <joel@OARcorp.com>
98
99        * bsp_specs: Added support for -nostdlibs.
100
1012002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
104        * i2c/Makefile.am: Use .$(OBJEXT) instead of .o.
105        * nvram/Makefile.am: Use .$(OBJEXT) instead of .o.
106        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
107        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
108        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
109        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
110
1112002-08-05      Joel Sherrill <joel@OARcorp.com>
112
113        * Per PR260 eliminate use of make-target-options.  This impacted
114        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
115        SuperCore and required that the m68k optimized memcpy be moved
116        to libcpu.
117        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
118
1192002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * start/Makefile.am: Eliminate PGM.
122        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
123
1242002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * startup/Makefile.am: Add bsplib_DATA = linkcmds gdbinit
127        linkcmds.flash.
128
1292002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
132
1332001-05-09      Joel Sherrill <joel@OARcorp.com>
134
135        * startup/linkcmds: In support of gcc 3.1, added one of more
136        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
137        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
138        and direction of segments to memory regions may also have been
139        addressed.  This was a sweep across all BSPs.
140 
1412002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * configure.ac:
144        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
145        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
146        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
147        * Makefile.am: Remove AUTOMAKE_OPTIONS.
148        * i2c/Makefile.am: Remove AUTOMAKE_OPTIONS.
149        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
150        * nvram/Makefile.am: Remove AUTOMAKE_OPTIONS.
151        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
152        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
153        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
154        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
155
1562002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * include/Makefile.am: Adapt to automake-1.5.
159
1602001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
163        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
164
1652001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
168
1692001-11-20      Joel Sherrill <joel@OARcorp.com>
170
171        * include/bspopts.h.in: Automatically generated file that should not
172        be in CVS.
173
1742001-10-29      Joel Sherrill <joel@OARcorp.com>
175
176        * .cvsignore, include/.cvsignore: Add more entries.
177
1782001-10-26      Victor V. Vengerov <vvv@oktet.ru>
179
180        * New BSP for MCF5206eLITE evaluation board BSP.
181        * ChangeLog, README, bsp_specs, configure.ac, console/console.c,
182        console/.cvsignore, i2c/i2c.c, i2c/i2cdrv.c, i2c/.cvsignore,
183        include/bsp.h, include/bspopts.h.in, include/coverhd.h,
184        include/ds1307.h, include/i2c.h, include/i2cdrv.h, include/nvram.h,
185        include/.cvsignore, nvram/nvram.c, nvram/.cvsignore, start/start.S,
186        start/.cvsignore, startup/bspclean.c, startup/bspstart.c,
187        startup/gdbinit, startup/init5206e.c, startup/linkcmds,
188        startup/linkcmds.flash, startup/.cvsignore, times, tod/ds1307.c,
189        tod/todcfg.c, tod/.cvsignore, tools/.cvsignore, tools/configure.ac,
190        tools/runtest, tools/changes, wrapup/.cvsignore, .cvsignore:
191        New files.
192
Note: See TracBrowser for help on using the repository browser.