source: rtems/c/src/lib/libbsp/m68k/mvme162/ChangeLog @ 23090f33

4.104.114.84.95
Last change on this file since 23090f33 was a1546de, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/19/03 at 10:18:23

2003-09-19 Ralf Corsepius <corsepiu@…>

  • bsp_specs: Remove *lib:.
  • Property mode set to 100644
File size: 8.4 KB
Line 
12003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * bsp_specs: Remove *lib:.
4
52003-09-04      Joel Sherrill <joel@OARcorp.com>
6
7        * clock/ckinit.c, console/console.c, consolex/cTest.c,
8        consolex/consolex.c, consolex/consolex.h, include/bsp.h,
9        include/coverhd.h, include/tod.h, startup/bspclean.c,
10        startup/bspstart.c, startup/linkcmds, timer/timer.c,
11        timer/timerisr.S, tod/tod.c: URL for license changed.
12
132003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * Makefile.am: Reflect having moved aclocal/.
16
172003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * Makefile.am: Reflect having moved automake/.
20        * clock/Makefile.am: Reflect having moved automake/.
21        * console/Makefile.am: Reflect having moved automake/.
22        * consolex/Makefile.am: Reflect having moved automake/.
23        * include/Makefile.am: Reflect having moved automake/.
24        * network/Makefile.am: Reflect having moved automake/.
25        * start/Makefile.am: Reflect having moved automake/.
26        * startup/Makefile.am: Reflect having moved automake/.
27        * timer/Makefile.am: Reflect having moved automake/.
28        * tod/Makefile.am: Reflect having moved automake/.
29        * wrapup/Makefile.am: Reflect having moved automake/.
30
312003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        PR 452/bsps
34        * startup/Makefile.am: Remove USE_INIT_FINI.
35
362003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
39
402003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        PR 445/bsps
43        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
44        Remove cpp, old_cpp (now unused).
45
462003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * configure.ac: Remove AC_CONFIG_AUX_DIR.
49
502003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
53
542003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * configure.ac: AC_PREREQ(2.57).
57
582003-01-20      Joel Sherrill <joel@OARcorp.com>
59
60        * startup/linkcmds*: Add FreeBSD sysctl() sections.
61
622002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
65        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
66        * consolex/Makefile.am: Don't include @RTEMS_BSP@.cfg.
67        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
68        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
69        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
70        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
71        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
72
732002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * start/Makefile.am: Use install-data-local to install startfile.
76
772002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
80
812002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
84        changes.
85
862002-11-01      Joel Sherrill <joel@OARcorp.com>
87
88        * startup/page_table.c: Removed warnings.
89
90
912002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * .cvsignore: Reformat.
94        Add autom4te*cache.
95        Remove autom4te.cache.
96
972002-08-21      Joel Sherrill <joel@OARcorp.com>
98
99        * wrapup/Makefile.am: PR217 required that the idle task be moved to
100        libcpu so it could be more acutely aware of the CPU model.  This
101        file was modified to pick up the idle task from there.
102
1032002-08-21      Joel Sherrill <joel@OARcorp.com>
104
105        * bsp_specs: Added support for -nostdlibs.
106
1072002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
110        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
111        * consolex/Makefile.am: Use .$(OBJEXT) instead of .o.
112        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
113        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
114        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
115        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
116        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
117        * tools/Makefile.am: Use .$(OBJEXT) instead of .o.
118        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
119
1202002-08-05      Joel Sherrill <joel@OARcorp.com>
121
122        * Per PR260 eliminate use of make-target-options.  This impacted
123        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
124        SuperCore and required that the m68k optimized memcpy be moved
125        to libcpu.
126        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
127
1282002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * start/Makefile.am: Eliminate PGM.
131        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
132
1332002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
136
1372002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
140        Remove $(OBJS) from all-local.
141
1422002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
145
1462001-05-28      Joel Sherrill <joel@OARcorp.com>
147
148        * ChangeLog: Corrected spacing.
149
1502001-05-28      Joel Sherrill <joel@OARcorp.com>
151
152        * Per PR31, moved mvme16x_hw.h to shared/mvme.
153        * include/Makefile.am: Modified to reflect movement.
154        * include/mvme16x_hw.h: Moved to shared/mvme.
155
1562001-05-09      Joel Sherrill <joel@OARcorp.com>
157
158        * startup/linkcmds: In support of gcc 3.1, added one of more
159        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
160        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
161        and direction of segments to memory regions may also have been
162        addressed.  This was a sweep across all BSPs.
163 
1642002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * include/mvme16x_hw.h: Include <bsp.h> instead of targopts.h.
167
1682002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * configure.ac:
171        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
172        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
173        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
174        * Makefile.am: Remove AUTOMAKE_OPTIONS.
175        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
176        * consolex/Makefile.am: Remove AUTOMAKE_OPTIONS.
177        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
178        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
179        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
180        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
181        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
182        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
183        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
184
1852001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
188
1892001-10-29      Joel Sherrill <joel@OARcorp.com>
190
191        * startup/linkcmds: Remove explicit force of output format.
192
1932001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
196        * configure.in: Remove.
197        * configure.ac: New file, generated from configure.in by autoupdate.
198
1992001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
202
2032001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * configure.in: Add bspopts.h.
206        * include/.cvsignore: Add bspopts.h*, stamp-h*.
207        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
208        * consolex/Makefile.am: Ditto.
209        * include/bsp.h: Include bspopts.h.
210
2112001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
212
213        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
214
2152000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
218
2192000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
222
2232000-11-01      Joel Sherrill <joel@OARcorp.com>
224
225        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
226        and libcsupport.h moved from libc to lib/include/rtems and
227        now must be referenced as <rtems/XXX.h>.   Header file order
228        was cleaned up while doing this.
229
2302000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
233        Switch to GNU canonicalization.
234
2352000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
236
237        * startup/linkcmds: Added lines so DWARF debug information
238        would be available.  Otherwise gdb complains that the offsets
239        for the debug info are incorrect and doesn't load the files.
240
2412000-09-14      Joel Sherrill <joel@OARcorp.com>
242
243        * include/mvme16x_hw.h: Include rtems/score/targopts.h so we
244        can check which BSP this is being used with.
245
2462000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * clock/Makefile.am, console/Makefile.am, consolex/Makefile.am,
249        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
250        tod/Makefile.am, wrapup/Makefile.am, network/Makefile.am: Include
251        compile.am
252
2532000-08-25  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
254
255        * include/mvme16x_hw.h: Added NVRAM_CONFIGURE macro in
256        a manner that should work for 162, 162lx, and 167.
257
2582000-08-10      Joel Sherrill <joel@OARcorp.com>
259
260        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.