source: rtems/c/src/lib/libbsp/m68k/mvme162/ChangeLog @ 0814e7bf

4.104.114.84.95
Last change on this file since 0814e7bf was 59a01a6e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/12/02 at 11:51:18

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

  • start/Makefile.am: Use install-data-local to install startfile.
  • Property mode set to 100644
File size: 6.1 KB
Line 
12002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * start/Makefile.am: Use install-data-local to install startfile.
4
52002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
8
92002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
12        changes.
13
142002-11-01      Joel Sherrill <joel@OARcorp.com>
15
16        * startup/page_table.c: Removed warnings.
17
18
192002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * .cvsignore: Reformat.
22        Add autom4te*cache.
23        Remove autom4te.cache.
24
252002-08-21      Joel Sherrill <joel@OARcorp.com>
26
27        * wrapup/Makefile.am: PR217 required that the idle task be moved to
28        libcpu so it could be more acutely aware of the CPU model.  This
29        file was modified to pick up the idle task from there.
30
312002-08-21      Joel Sherrill <joel@OARcorp.com>
32
33        * bsp_specs: Added support for -nostdlibs.
34
352002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
38        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
39        * consolex/Makefile.am: Use .$(OBJEXT) instead of .o.
40        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
41        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
42        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
43        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
44        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
45        * tools/Makefile.am: Use .$(OBJEXT) instead of .o.
46        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
47
482002-08-05      Joel Sherrill <joel@OARcorp.com>
49
50        * Per PR260 eliminate use of make-target-options.  This impacted
51        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
52        SuperCore and required that the m68k optimized memcpy be moved
53        to libcpu.
54        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
55
562002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * start/Makefile.am: Eliminate PGM.
59        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
60
612002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
64
652002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
68        Remove $(OBJS) from all-local.
69
702002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
73
742001-05-28      Joel Sherrill <joel@OARcorp.com>
75
76        * ChangeLog: Corrected spacing.
77
782001-05-28      Joel Sherrill <joel@OARcorp.com>
79
80        * Per PR31, moved mvme16x_hw.h to shared/mvme.
81        * include/Makefile.am: Modified to reflect movement.
82        * include/mvme16x_hw.h: Moved to shared/mvme.
83
842001-05-09      Joel Sherrill <joel@OARcorp.com>
85
86        * startup/linkcmds: In support of gcc 3.1, added one of more
87        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
88        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
89        and direction of segments to memory regions may also have been
90        addressed.  This was a sweep across all BSPs.
91 
922002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * include/mvme16x_hw.h: Include <bsp.h> instead of targopts.h.
95
962002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * configure.ac:
99        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
100        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
101        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
102        * Makefile.am: Remove AUTOMAKE_OPTIONS.
103        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
104        * consolex/Makefile.am: Remove AUTOMAKE_OPTIONS.
105        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
106        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
107        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
108        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
109        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
110        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
111        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
112
1132001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
116
1172001-10-29      Joel Sherrill <joel@OARcorp.com>
118
119        * startup/linkcmds: Remove explicit force of output format.
120
1212001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
124        * configure.in: Remove.
125        * configure.ac: New file, generated from configure.in by autoupdate.
126
1272001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
130
1312001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * configure.in: Add bspopts.h.
134        * include/.cvsignore: Add bspopts.h*, stamp-h*.
135        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
136        * consolex/Makefile.am: Ditto.
137        * include/bsp.h: Include bspopts.h.
138
1392001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
140
141        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
142
1432000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
146
1472000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
150
1512000-11-01      Joel Sherrill <joel@OARcorp.com>
152
153        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
154        and libcsupport.h moved from libc to lib/include/rtems and
155        now must be referenced as <rtems/XXX.h>.   Header file order
156        was cleaned up while doing this.
157
1582000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
161        Switch to GNU canonicalization.
162
1632000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
164
165        * startup/linkcmds: Added lines so DWARF debug information
166        would be available.  Otherwise gdb complains that the offsets
167        for the debug info are incorrect and doesn't load the files.
168
1692000-09-14      Joel Sherrill <joel@OARcorp.com>
170
171        * include/mvme16x_hw.h: Include rtems/score/targopts.h so we
172        can check which BSP this is being used with.
173
1742000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * clock/Makefile.am, console/Makefile.am, consolex/Makefile.am,
177        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
178        tod/Makefile.am, wrapup/Makefile.am, network/Makefile.am: Include
179        compile.am
180
1812000-08-25  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
182
183        * include/mvme16x_hw.h: Added NVRAM_CONFIGURE macro in
184        a manner that should work for 162, 162lx, and 167.
185
1862000-08-10      Joel Sherrill <joel@OARcorp.com>
187
188        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.