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

4.104.114.84.95
Last change on this file since a2ae30c2 was a2ae30c2, checked in by Joel Sherrill <joel.sherrill@…>, on 08/21/02 at 17:06:22

2002-08-21 Joel Sherrill <joel@…>

  • bsp_specs: Added support for -nostdlibs.
  • Property mode set to 100644
File size: 3.4 KB
Line 
12002-08-21      Joel Sherrill <joel@OARcorp.com>
2
3        * bsp_specs: Added support for -nostdlibs.
4
52002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
8        * i2c/Makefile.am: Use .$(OBJEXT) instead of .o.
9        * nvram/Makefile.am: Use .$(OBJEXT) instead of .o.
10        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
11        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
12        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
13        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
14
152002-08-05      Joel Sherrill <joel@OARcorp.com>
16
17        * Per PR260 eliminate use of make-target-options.  This impacted
18        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
19        SuperCore and required that the m68k optimized memcpy be moved
20        to libcpu.
21        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
22
232002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * start/Makefile.am: Eliminate PGM.
26        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
27
282002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * startup/Makefile.am: Add bsplib_DATA = linkcmds gdbinit
31        linkcmds.flash.
32
332002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
36
372001-05-09      Joel Sherrill <joel@OARcorp.com>
38
39        * startup/linkcmds: In support of gcc 3.1, added one of more
40        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
41        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
42        and direction of segments to memory regions may also have been
43        addressed.  This was a sweep across all BSPs.
44 
452002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.ac:
48        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
49        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
50        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
51        * Makefile.am: Remove AUTOMAKE_OPTIONS.
52        * i2c/Makefile.am: Remove AUTOMAKE_OPTIONS.
53        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
54        * nvram/Makefile.am: Remove AUTOMAKE_OPTIONS.
55        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
56        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
57        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
58        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
59
602002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * include/Makefile.am: Adapt to automake-1.5.
63
642001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
67        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
68
692001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
72
732001-11-20      Joel Sherrill <joel@OARcorp.com>
74
75        * include/bspopts.h.in: Automatically generated file that should not
76        be in CVS.
77
782001-10-29      Joel Sherrill <joel@OARcorp.com>
79
80        * .cvsignore, include/.cvsignore: Add more entries.
81
822001-10-26      Victor V. Vengerov <vvv@oktet.ru>
83
84        * New BSP for MCF5206eLITE evaluation board BSP.
85        * ChangeLog, README, bsp_specs, configure.ac, console/console.c,
86        console/.cvsignore, i2c/i2c.c, i2c/i2cdrv.c, i2c/.cvsignore,
87        include/bsp.h, include/bspopts.h.in, include/coverhd.h,
88        include/ds1307.h, include/i2c.h, include/i2cdrv.h, include/nvram.h,
89        include/.cvsignore, nvram/nvram.c, nvram/.cvsignore, start/start.S,
90        start/.cvsignore, startup/bspclean.c, startup/bspstart.c,
91        startup/gdbinit, startup/init5206e.c, startup/linkcmds,
92        startup/linkcmds.flash, startup/.cvsignore, times, tod/ds1307.c,
93        tod/todcfg.c, tod/.cvsignore, tools/.cvsignore, tools/configure.ac,
94        tools/runtest, tools/changes, wrapup/.cvsignore, .cvsignore:
95        New files.
96
Note: See TracBrowser for help on using the repository browser.