source: rtems/c/src/lib/libbsp/m68k/mrm332/ChangeLog @ 6cd1c001

4.104.114.84.95
Last change on this file since 6cd1c001 was c89c490, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/20/02 at 10:05:00

2002-12-20 Ralf Corsepius <corsepiu@…>

  • clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • spurious/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • Property mode set to 100644
File size: 5.8 KB
Line 
12002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
4        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
5        * spurious/Makefile.am: Don't include @RTEMS_BSP@.cfg.
6        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
7        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
8        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
9
102002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * start/Makefile.am: Use install-data-local to install startfile.
13
142002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
17
182002-11-04      Joel Sherrill <joel@OARcorp.com>
19
20        * console/sci.c, spurious/spinit.c: Removed warnings.
21
222002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * .cvsignore: Reformat.
25        Add autom4te*cache.
26        Remove autom4te.cache.
27
282002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * Makefile.am: ACLOCAL_AMFLAGS = -I ../../../../../../aclocal.
31
322002-08-21      Joel Sherrill <joel@OARcorp.com>
33
34        * wrapup/Makefile.am: PR217 required that the idle task be moved to
35        libcpu so it could be more acutely aware of the CPU model.  This
36        file was modified to pick up the idle task from there.
37
382002-08-21      Joel Sherrill <joel@OARcorp.com>
39
40        * bsp_specs: Added support for -nostdlibs.
41
422002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
45        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
46        * spurious/Makefile.am: Use .$(OBJEXT) instead of .o.
47        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
48        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
49        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
50        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
51
522002-08-05      Joel Sherrill <joel@OARcorp.com>
53
54        * Per PR260 eliminate use of make-target-options.  This impacted
55        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
56        SuperCore and required that the m68k optimized memcpy be moved
57        to libcpu.
58        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
59
602002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * start/Makefile.am: Eliminate PGM.
63        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
64
652002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds_ROM.
68
692002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
72        Remove $(OBJS) from all-local.
73
742002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
77
782001-05-09      Joel Sherrill <joel@OARcorp.com>
79
80        * startup/linkcmds: In support of gcc 3.1, added one of more
81        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
82        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
83        and direction of segments to memory regions may also have been
84        addressed.  This was a sweep across all BSPs.
85 
862002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * configure.ac:
89        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
90        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
91        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
92        * Makefile.am: Remove AUTOMAKE_OPTIONS.
93        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
94        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
95        * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
96        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
97        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
98        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
99        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
100
1012002-02-28      Mike Panetta <ahuitzot@mindspring.com>
102
103        * console/sci.c, console/sci.h,
104        console/console.c: Added new SCI driver.
105        * start/start.c: Removed file.
106        * start/start.S: New file, the asm portion of the updated start code.
107        * start/configure.am: Added start.S, removed start.c
108        * startup/start_c.c: New file, the C portion of the updated start code.         Contains most of the code that was in the old start.c.
109        * startup/configure.am: Added start_c.c to C_FILES.
110        * include/bsp.h: Added include <rtems/bspIo.h>
111
1122001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
115
1162001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
119        * configure.in: Remove.
120        * configure.ac: New file, generated from configure.in by autoupdate.
121
1222001-09-27      Joel Sherrill <joel@OARcorp.com>
123
124        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
125
1262001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
129
1302001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * configure.in: Add bspopts.h.
133        * include/.cvsignore: Add bspopts.h*, stamp-h*.
134        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
135        * include/bsp.h: Include bspopts.h.
136
1372001-05-25      Joel Sherrill <joel@OARcorp.com>
138
139        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
140        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
141        wrapup/Makefile.am: Modified to include compile.am.
142        * startup/bspstart.c: Removed include of <libcsupport.h>
143
1442000-05-25      Matt Cross <profesor@gweep.net>
145
146        * New MRM332 BSP for the Mini RoboMind board based
147        on the 68332 microcontroller designed and build by Mark
148        Castelluccio.  For details on the MRM see http://www.robominds.com.
149        * .cvsignore, ChangeLog Makefile.am, README, bsp_specs,
150        clock/.cvsignore, clock/Makefile.am, clock/ckinit.c, configure.in,
151        console/.cvsignore, console/Makefile.am, console/console.c,
152        include/.cvsignore, include/Makefile.am, include/bsp.h,
153        include/mrm332.h, misc/dotests, misc/gdbinit68, misc/interr.c,
154        spurious/.cvsignore, spurious/Makefile.am, spurious/spinit.c,
155        start/.cvsignore, start/Makefile.am, start/start.c, startup/.cvsignore,
156        startup/Makefile.am, startup/bspclean.c, startup/bspstart.c,
157        startup/except_vect_332_ROM.S, startup/linkcmds, startup/linkcmds_ROM,
158        timer/.cvsignore, timer/Makefile.am, timer/timer.c, times,
159        wrapup/.cvsignore, wrapup/Makefile.am: Initial files.
160
Note: See TracBrowser for help on using the repository browser.