source: rtems/c/src/lib/libbsp/m68k/sim68000/ChangeLog @ e596d68b

Last change on this file since e596d68b was e596d68b, checked in by Joel Sherrill <joel.sherrill@…>, on 09/04/03 at 17:30:49

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

  • start/start.S: Removed incorrect statement about copyright assignment.
  • Property mode set to 100644
File size: 7.0 KB
Line 
12003-09-04      Joel Sherrill <joel@OARcorp.com>
2
3        * start/start.S: Removed incorrect statement about copyright
4        assignment.
5
62003-08-22      Joel Sherrill <joel@OARcorp.com>
7
8        PR 445/bsps
9        * bsp_specs: Hand edited to duplicate change Ralf applied to the CVS
10        trunk.
11
122003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
15
162003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * configure.ac: Remove AC_CONFIG_AUX_DIR.
19
202003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
23
242003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * configure.ac: AC_PREREQ(2.57).
27
282003-01-20      Joel Sherrill <joel@OARcorp.com>
29
30        * startup/linkcmds*: Add FreeBSD sysctl() sections.
31
322002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
35        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
36        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
37        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
38        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
39
402002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * start/Makefile.am: Use install-data-local to install startfile.
43
442002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
47
482002-11-01      Joel Sherrill <joel@OARcorp.com>
49
50        * console/conscfg.c, startup/bspstart.c: Removed warnings.
51
522002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * .cvsignore: Reformat.
55        Add autom4te*cache.
56        Remove autom4te.cache.
57
582002-08-21      Joel Sherrill <joel@OARcorp.com>
59
60        * wrapup/Makefile.am: PR217 required that the idle task be moved to
61        libcpu so it could be more acutely aware of the CPU model.  This
62        file was modified to pick up the idle task from there.
63
642002-08-21      Joel Sherrill <joel@OARcorp.com>
65
66        * bsp_specs: Added support for -nostdlibs.
67
682002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
71        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
72        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
73        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
74        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
75        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
76
772002-08-05      Joel Sherrill <joel@OARcorp.com>
78
79        * Per PR260 eliminate use of make-target-options.  This impacted
80        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
81        SuperCore and required that the m68k optimized memcpy be moved
82        to libcpu.
83        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
84
852002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * start/Makefile.am: Eliminate PGM.
88        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
89
902002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
93
942002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
97        Remove $(OBJS) from all-local.
98
992002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * wrapup/Makefile.am: Add $(LIB) to all-local.
102
1032002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
106
1072001-05-09      Joel Sherrill <joel@OARcorp.com>
108
109        * startup/linkcmds: In support of gcc 3.1, added one of more
110        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
111        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
112        and direction of segments to memory regions may also have been
113        addressed.  This was a sweep across all BSPs.
114 
1152002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * configure.ac:
118        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
119        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
120        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
121        * Makefile.am: Remove AUTOMAKE_OPTIONS.
122        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
123        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
124        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
125        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
126        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
127        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
128
1292002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * startup/bspstart.c: Include rtems/bspIo.h instead of bspIo.h.
132        * startup/spurious_assistant.c: Include rtems/bspIo.h instead of bspIo.h.
133
1342001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
137
1382001-10-30      Joel Sherrill <joel@OARcorp.com>
139
140        * start/start.S: Use __mcpu32__ instead of mcpu32 and change sense
141        of conditional so cpu32 does not attempt to use 68000 style
142        interrupt vectoring.
143
1442001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
147        * configure.in: Remove.
148        * configure.ac: New file, generated from configure.in by autoupdate.
149
1502001-09-27      Joel Sherrill <joel@OARcorp.com>
151
152        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
153
1542001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * include/Makefile.am: Use 'CLEANFILES ='.
157        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
158
1592001-06-19      Joel Sherrill <joel@OARcorp.com>
160
161        * start/start.S: Reverse sense of conditional compilation so the
162        code will compile for a cpu32.
163
1642001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * configure.in: Add bspopts.h.
167        * include/.cvsignore: Add bspopts.h*, stamp-h*.
168        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
169        * include/bsp.h: Include bspopts.h.
170
1712001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
172
173        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
174
1752001-01-03      Joel Sherrill <joel@OARcorp.com>
176
177        * start/start.S: Added space for vectors on CPU32 configuration.
178        * startup/bspstart.c: Fixed typo.
179
1802000-12-19      Joel Sherrill <joel@OARcorp.com>
181
182        * startup/linkcmds: Set _VBR to 0 to indicate that the vectors are
183        in RAM not ROM.  Thanks to Juan Zamorano <jzamora@fi.upm.es> for
184        debugging this.
185
1862000-11-27      Joel Sherrill <joel@OARcorp.com>
187
188        * start/start.S, startup/bspstart.c: Not functional for CPU32
189        but hopefully will compile now and give a warning saying that
190        the CPU32 variant needs work.
191
1922000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
195
1962000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
199
2002000-11-01      Joel Sherrill <joel@OARcorp.com>
201
202        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
203        and libcsupport.h moved from libc to lib/include/rtems and
204        now must be referenced as <rtems/XXX.h>.   Header file order
205        was cleaned up while doing this.
206
2072000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
210        Switch to GNU canonicalization.
211
2122000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
213
214        * startup/linkcmds: Added lines so DWARF debug information
215        would be available.  Otherwise gdb complains that the offsets
216        for the debug info are incorrect and doesn't load the files.
217
2182000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
221        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
222
2232000-08-10      Joel Sherrill <joel@OARcorp.com>
224
225        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.