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

4.104.114.84.95
Last change on this file since b5a2912f was b5a2912f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/10/02 at 09:44:35

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

  • wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • Property mode set to 100644
File size: 5.9 KB
Line 
12002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
4
52002-11-01      Joel Sherrill <joel@OARcorp.com>
6
7        * console/conscfg.c, startup/bspstart.c: Removed warnings.
8
92002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * .cvsignore: Reformat.
12        Add autom4te*cache.
13        Remove autom4te.cache.
14
152002-08-21      Joel Sherrill <joel@OARcorp.com>
16
17        * wrapup/Makefile.am: PR217 required that the idle task be moved to
18        libcpu so it could be more acutely aware of the CPU model.  This
19        file was modified to pick up the idle task from there.
20
212002-08-21      Joel Sherrill <joel@OARcorp.com>
22
23        * bsp_specs: Added support for -nostdlibs.
24
252002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
28        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
29        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
30        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
31        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
32        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
33
342002-08-05      Joel Sherrill <joel@OARcorp.com>
35
36        * Per PR260 eliminate use of make-target-options.  This impacted
37        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
38        SuperCore and required that the m68k optimized memcpy be moved
39        to libcpu.
40        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
41
422002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * start/Makefile.am: Eliminate PGM.
45        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
46
472002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
50
512002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
54        Remove $(OBJS) from all-local.
55
562002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * wrapup/Makefile.am: Add $(LIB) to all-local.
59
602002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
63
642001-05-09      Joel Sherrill <joel@OARcorp.com>
65
66        * startup/linkcmds: In support of gcc 3.1, added one of more
67        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
68        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
69        and direction of segments to memory regions may also have been
70        addressed.  This was a sweep across all BSPs.
71 
722002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * configure.ac:
75        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
76        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
77        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
78        * Makefile.am: Remove AUTOMAKE_OPTIONS.
79        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
80        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
81        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
82        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
83        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
84        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
85
862002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * startup/bspstart.c: Include rtems/bspIo.h instead of bspIo.h.
89        * startup/spurious_assistant.c: Include rtems/bspIo.h instead of bspIo.h.
90
912001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
94
952001-10-30      Joel Sherrill <joel@OARcorp.com>
96
97        * start/start.S: Use __mcpu32__ instead of mcpu32 and change sense
98        of conditional so cpu32 does not attempt to use 68000 style
99        interrupt vectoring.
100
1012001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
104        * configure.in: Remove.
105        * configure.ac: New file, generated from configure.in by autoupdate.
106
1072001-09-27      Joel Sherrill <joel@OARcorp.com>
108
109        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
110
1112001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * include/Makefile.am: Use 'CLEANFILES ='.
114        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
115
1162001-06-19      Joel Sherrill <joel@OARcorp.com>
117
118        * start/start.S: Reverse sense of conditional compilation so the
119        code will compile for a cpu32.
120
1212001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * configure.in: Add bspopts.h.
124        * include/.cvsignore: Add bspopts.h*, stamp-h*.
125        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
126        * include/bsp.h: Include bspopts.h.
127
1282001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
129
130        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
131
1322001-01-03      Joel Sherrill <joel@OARcorp.com>
133
134        * start/start.S: Added space for vectors on CPU32 configuration.
135        * startup/bspstart.c: Fixed typo.
136
1372000-12-19      Joel Sherrill <joel@OARcorp.com>
138
139        * startup/linkcmds: Set _VBR to 0 to indicate that the vectors are
140        in RAM not ROM.  Thanks to Juan Zamorano <jzamora@fi.upm.es> for
141        debugging this.
142
1432000-11-27      Joel Sherrill <joel@OARcorp.com>
144
145        * start/start.S, startup/bspstart.c: Not functional for CPU32
146        but hopefully will compile now and give a warning saying that
147        the CPU32 variant needs work.
148
1492000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
152
1532000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
156
1572000-11-01      Joel Sherrill <joel@OARcorp.com>
158
159        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
160        and libcsupport.h moved from libc to lib/include/rtems and
161        now must be referenced as <rtems/XXX.h>.   Header file order
162        was cleaned up while doing this.
163
1642000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
167        Switch to GNU canonicalization.
168
1692000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
170
171        * startup/linkcmds: Added lines so DWARF debug information
172        would be available.  Otherwise gdb complains that the offsets
173        for the debug info are incorrect and doesn't load the files.
174
1752000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
178        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
179
1802000-08-10      Joel Sherrill <joel@OARcorp.com>
181
182        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.