source: rtems/c/src/lib/libbsp/m68k/mvme162/ChangeLog @ 23f689c

Last change on this file since 23f689c was 23f689c, checked in by Joel Sherrill <joel.sherrill@…>, on 09/04/03 at 18:44:40

2003-09-04 Joel Sherrill <joel@…>

  • clock/ckinit.c, console/console.c, consolex/cTest.c, consolex/consolex.c, consolex/consolex.h, include/bsp.h, include/coverhd.h, include/tod.h, startup/bspclean.c, startup/bspstart.c, startup/linkcmds, timer/timer.c, timer/timerisr.S, tod/tod.c: URL for license changed.
  • Property mode set to 100644
File size: 7.5 KB
Line 
12003-09-04      Joel Sherrill <joel@OARcorp.com>
2
3        * clock/ckinit.c, console/console.c, consolex/cTest.c,
4        consolex/consolex.c, consolex/consolex.h, include/bsp.h,
5        include/coverhd.h, include/tod.h, startup/bspclean.c,
6        startup/bspstart.c, startup/linkcmds, timer/timer.c,
7        timer/timerisr.S, tod/tod.c: URL for license changed.
8
92003-08-22      Joel Sherrill <joel@OARcorp.com>
10
11        PR 445/bsps
12        * bsp_specs: Hand edited to duplicate change Ralf applied to the CVS
13        trunk.
14
152003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
18
192003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * configure.ac: Remove AC_CONFIG_AUX_DIR.
22
232003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
26
272003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * configure.ac: AC_PREREQ(2.57).
30
312003-01-20      Joel Sherrill <joel@OARcorp.com>
32
33        * startup/linkcmds*: Add FreeBSD sysctl() sections.
34
352002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
38        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
39        * consolex/Makefile.am: Don't include @RTEMS_BSP@.cfg.
40        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
41        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
42        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
43        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
44        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
45
462002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * start/Makefile.am: Use install-data-local to install startfile.
49
502002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
53
542002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
57        changes.
58
592002-11-01      Joel Sherrill <joel@OARcorp.com>
60
61        * startup/page_table.c: Removed warnings.
62
63
642002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * .cvsignore: Reformat.
67        Add autom4te*cache.
68        Remove autom4te.cache.
69
702002-08-21      Joel Sherrill <joel@OARcorp.com>
71
72        * wrapup/Makefile.am: PR217 required that the idle task be moved to
73        libcpu so it could be more acutely aware of the CPU model.  This
74        file was modified to pick up the idle task from there.
75
762002-08-21      Joel Sherrill <joel@OARcorp.com>
77
78        * bsp_specs: Added support for -nostdlibs.
79
802002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
83        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
84        * consolex/Makefile.am: Use .$(OBJEXT) instead of .o.
85        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
86        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
87        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
88        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
89        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
90        * tools/Makefile.am: Use .$(OBJEXT) instead of .o.
91        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
92
932002-08-05      Joel Sherrill <joel@OARcorp.com>
94
95        * Per PR260 eliminate use of make-target-options.  This impacted
96        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
97        SuperCore and required that the m68k optimized memcpy be moved
98        to libcpu.
99        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
100
1012002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * start/Makefile.am: Eliminate PGM.
104        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
105
1062002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
109
1102002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
113        Remove $(OBJS) from all-local.
114
1152002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
118
1192001-05-28      Joel Sherrill <joel@OARcorp.com>
120
121        * ChangeLog: Corrected spacing.
122
1232001-05-28      Joel Sherrill <joel@OARcorp.com>
124
125        * Per PR31, moved mvme16x_hw.h to shared/mvme.
126        * include/Makefile.am: Modified to reflect movement.
127        * include/mvme16x_hw.h: Moved to shared/mvme.
128
1292001-05-09      Joel Sherrill <joel@OARcorp.com>
130
131        * startup/linkcmds: In support of gcc 3.1, added one of more
132        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
133        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
134        and direction of segments to memory regions may also have been
135        addressed.  This was a sweep across all BSPs.
136 
1372002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * include/mvme16x_hw.h: Include <bsp.h> instead of targopts.h.
140
1412002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * configure.ac:
144        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
145        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
146        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
147        * Makefile.am: Remove AUTOMAKE_OPTIONS.
148        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
149        * consolex/Makefile.am: Remove AUTOMAKE_OPTIONS.
150        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
151        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
152        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
153        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
154        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
155        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
156        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
157
1582001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
161
1622001-10-29      Joel Sherrill <joel@OARcorp.com>
163
164        * startup/linkcmds: Remove explicit force of output format.
165
1662001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
169        * configure.in: Remove.
170        * configure.ac: New file, generated from configure.in by autoupdate.
171
1722001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
175
1762001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * configure.in: Add bspopts.h.
179        * include/.cvsignore: Add bspopts.h*, stamp-h*.
180        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
181        * consolex/Makefile.am: Ditto.
182        * include/bsp.h: Include bspopts.h.
183
1842001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
185
186        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
187
1882000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
191
1922000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
195
1962000-11-01      Joel Sherrill <joel@OARcorp.com>
197
198        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
199        and libcsupport.h moved from libc to lib/include/rtems and
200        now must be referenced as <rtems/XXX.h>.   Header file order
201        was cleaned up while doing this.
202
2032000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
206        Switch to GNU canonicalization.
207
2082000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
209
210        * startup/linkcmds: Added lines so DWARF debug information
211        would be available.  Otherwise gdb complains that the offsets
212        for the debug info are incorrect and doesn't load the files.
213
2142000-09-14      Joel Sherrill <joel@OARcorp.com>
215
216        * include/mvme16x_hw.h: Include rtems/score/targopts.h so we
217        can check which BSP this is being used with.
218
2192000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * clock/Makefile.am, console/Makefile.am, consolex/Makefile.am,
222        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
223        tod/Makefile.am, wrapup/Makefile.am, network/Makefile.am: Include
224        compile.am
225
2262000-08-25  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
227
228        * include/mvme16x_hw.h: Added NVRAM_CONFIGURE macro in
229        a manner that should work for 162, 162lx, and 167.
230
2312000-08-10      Joel Sherrill <joel@OARcorp.com>
232
233        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.