source: rtems/c/src/lib/libbsp/m68k/mvme162/ChangeLog @ 352288b

4.104.114.84.95
Last change on this file since 352288b was 8730f45, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/21/02 at 12:19:27

2002-10-21 Ralf Corsepius <corsepiu@…>

  • .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
  • Property mode set to 100644
File size: 5.6 KB
Line 
12002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * .cvsignore: Reformat.
4        Add autom4te*cache.
5        Remove autom4te.cache.
6
72002-08-21      Joel Sherrill <joel@OARcorp.com>
8
9        * wrapup/Makefile.am: PR217 required that the idle task be moved to
10        libcpu so it could be more acutely aware of the CPU model.  This
11        file was modified to pick up the idle task from there.
12
132002-08-21      Joel Sherrill <joel@OARcorp.com>
14
15        * bsp_specs: Added support for -nostdlibs.
16
172002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
20        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
21        * consolex/Makefile.am: Use .$(OBJEXT) instead of .o.
22        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
23        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
24        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
25        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
26        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
27        * tools/Makefile.am: Use .$(OBJEXT) instead of .o.
28        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
29
302002-08-05      Joel Sherrill <joel@OARcorp.com>
31
32        * Per PR260 eliminate use of make-target-options.  This impacted
33        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
34        SuperCore and required that the m68k optimized memcpy be moved
35        to libcpu.
36        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
37
382002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * start/Makefile.am: Eliminate PGM.
41        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
42
432002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
46
472002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
50        Remove $(OBJS) from all-local.
51
522002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
55
562001-05-28      Joel Sherrill <joel@OARcorp.com>
57
58        * ChangeLog: Corrected spacing.
59
602001-05-28      Joel Sherrill <joel@OARcorp.com>
61
62        * Per PR31, moved mvme16x_hw.h to shared/mvme.
63        * include/Makefile.am: Modified to reflect movement.
64        * include/mvme16x_hw.h: Moved to shared/mvme.
65
662001-05-09      Joel Sherrill <joel@OARcorp.com>
67
68        * startup/linkcmds: In support of gcc 3.1, added one of more
69        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
70        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
71        and direction of segments to memory regions may also have been
72        addressed.  This was a sweep across all BSPs.
73 
742002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * include/mvme16x_hw.h: Include <bsp.h> instead of targopts.h.
77
782002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * configure.ac:
81        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
82        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
83        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
84        * Makefile.am: Remove AUTOMAKE_OPTIONS.
85        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
86        * consolex/Makefile.am: Remove AUTOMAKE_OPTIONS.
87        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
88        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
89        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
90        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
91        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
92        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
93        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
94
952001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
98
992001-10-29      Joel Sherrill <joel@OARcorp.com>
100
101        * startup/linkcmds: Remove explicit force of output format.
102
1032001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
106        * configure.in: Remove.
107        * configure.ac: New file, generated from configure.in by autoupdate.
108
1092001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
112
1132001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.in: Add bspopts.h.
116        * include/.cvsignore: Add bspopts.h*, stamp-h*.
117        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
118        * consolex/Makefile.am: Ditto.
119        * include/bsp.h: Include bspopts.h.
120
1212001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
122
123        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
124
1252000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
128
1292000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
132
1332000-11-01      Joel Sherrill <joel@OARcorp.com>
134
135        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
136        and libcsupport.h moved from libc to lib/include/rtems and
137        now must be referenced as <rtems/XXX.h>.   Header file order
138        was cleaned up while doing this.
139
1402000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
143        Switch to GNU canonicalization.
144
1452000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
146
147        * startup/linkcmds: Added lines so DWARF debug information
148        would be available.  Otherwise gdb complains that the offsets
149        for the debug info are incorrect and doesn't load the files.
150
1512000-09-14      Joel Sherrill <joel@OARcorp.com>
152
153        * include/mvme16x_hw.h: Include rtems/score/targopts.h so we
154        can check which BSP this is being used with.
155
1562000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * clock/Makefile.am, console/Makefile.am, consolex/Makefile.am,
159        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
160        tod/Makefile.am, wrapup/Makefile.am, network/Makefile.am: Include
161        compile.am
162
1632000-08-25  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
164
165        * include/mvme16x_hw.h: Added NVRAM_CONFIGURE macro in
166        a manner that should work for 162, 162lx, and 167.
167
1682000-08-10      Joel Sherrill <joel@OARcorp.com>
169
170        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.