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

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

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

  • wrapup/Makefile.am: PR217 required that the idle task be moved to libcpu so it could be more acutely aware of the CPU model. This file was modified to pick up the idle task from there.
  • Property mode set to 100644
File size: 3.6 KB
RevLine 
[0308c805]12002-08-21      Joel Sherrill <joel@OARcorp.com>
2
3        * wrapup/Makefile.am: PR217 required that the idle task be moved to
4        libcpu so it could be more acutely aware of the CPU model.  This
5        file was modified to pick up the idle task from there.
6
[a2ae30c2]72002-08-21      Joel Sherrill <joel@OARcorp.com>
8
9        * bsp_specs: Added support for -nostdlibs.
10
[87f4b9c2]112002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
14        * i2c/Makefile.am: Use .$(OBJEXT) instead of .o.
15        * nvram/Makefile.am: Use .$(OBJEXT) instead of .o.
16        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
17        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
18        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
19        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
20
[75adbe5f]212002-08-05      Joel Sherrill <joel@OARcorp.com>
22
23        * Per PR260 eliminate use of make-target-options.  This impacted
24        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
25        SuperCore and required that the m68k optimized memcpy be moved
26        to libcpu.
27        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
28
[496686a]292002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * start/Makefile.am: Eliminate PGM.
32        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
33
[233034f3]342002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * startup/Makefile.am: Add bsplib_DATA = linkcmds gdbinit
37        linkcmds.flash.
38
[80defac]392002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
42
[85c92574]432001-05-09      Joel Sherrill <joel@OARcorp.com>
44
45        * startup/linkcmds: In support of gcc 3.1, added one of more
46        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
47        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
48        and direction of segments to memory regions may also have been
49        addressed.  This was a sweep across all BSPs.
50 
[a8a8632]512002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * configure.ac:
54        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
55        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
56        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
57        * Makefile.am: Remove AUTOMAKE_OPTIONS.
58        * i2c/Makefile.am: Remove AUTOMAKE_OPTIONS.
59        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
60        * nvram/Makefile.am: Remove AUTOMAKE_OPTIONS.
61        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
62        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
63        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
64        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
65
[e70d4e8]662002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * include/Makefile.am: Adapt to automake-1.5.
69
[8e72501]702001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
73        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
74
[9e1ae79]752001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
78
[524c7414]792001-11-20      Joel Sherrill <joel@OARcorp.com>
80
81        * include/bspopts.h.in: Automatically generated file that should not
82        be in CVS.
83
[cef2a707]842001-10-29      Joel Sherrill <joel@OARcorp.com>
85
86        * .cvsignore, include/.cvsignore: Add more entries.
87
[e56c3546]882001-10-26      Victor V. Vengerov <vvv@oktet.ru>
89
90        * New BSP for MCF5206eLITE evaluation board BSP.
91        * ChangeLog, README, bsp_specs, configure.ac, console/console.c,
92        console/.cvsignore, i2c/i2c.c, i2c/i2cdrv.c, i2c/.cvsignore,
93        include/bsp.h, include/bspopts.h.in, include/coverhd.h,
94        include/ds1307.h, include/i2c.h, include/i2cdrv.h, include/nvram.h,
95        include/.cvsignore, nvram/nvram.c, nvram/.cvsignore, start/start.S,
96        start/.cvsignore, startup/bspclean.c, startup/bspstart.c,
97        startup/gdbinit, startup/init5206e.c, startup/linkcmds,
98        startup/linkcmds.flash, startup/.cvsignore, times, tod/ds1307.c,
99        tod/todcfg.c, tod/.cvsignore, tools/.cvsignore, tools/configure.ac,
100        tools/runtest, tools/changes, wrapup/.cvsignore, .cvsignore:
101        New files.
102
Note: See TracBrowser for help on using the repository browser.