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

4.104.114.84.95
Last change on this file since f8cb04a5 was 0308c805, checked in by Joel Sherrill <joel.sherrill@…>, on 08/21/02 at 17:41:26

2002-08-21 Joel Sherrill <joel@…>

  • wrapup/Makefile.am: PR217 required that the idle task be moved to libcpu so it could be more acutely aware of the CPU model. This file was modified to pick up the idle task from there.
  • Property mode set to 100644
File size: 5.5 KB
Line 
12002-08-21      Joel Sherrill <joel@OARcorp.com>
2
3        * wrapup/Makefile.am: PR217 required that the idle task be moved to
4        libcpu so it could be more acutely aware of the CPU model.  This
5        file was modified to pick up the idle task from there.
6
72002-08-21      Joel Sherrill <joel@OARcorp.com>
8
9        * bsp_specs: Added support for -nostdlibs.
10
112002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
14        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
15        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
16        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
17        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
18        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
19
202002-08-05      Joel Sherrill <joel@OARcorp.com>
21
22        * Per PR260 eliminate use of make-target-options.  This impacted
23        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
24        SuperCore and required that the m68k optimized memcpy be moved
25        to libcpu.
26        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
27
282002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * start/Makefile.am: Eliminate PGM.
31        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
32
332002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
36
372002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
40        Remove $(OBJS) from all-local.
41
422002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * wrapup/Makefile.am: Add $(LIB) to all-local.
45
462002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
49
502001-05-09      Joel Sherrill <joel@OARcorp.com>
51
52        * startup/linkcmds: In support of gcc 3.1, added one of more
53        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
54        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
55        and direction of segments to memory regions may also have been
56        addressed.  This was a sweep across all BSPs.
57 
582002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * configure.ac:
61        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
62        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
63        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
64        * Makefile.am: Remove AUTOMAKE_OPTIONS.
65        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
66        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
67        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
68        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
69        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
70        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
71
722002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * startup/bspstart.c: Include rtems/bspIo.h instead of bspIo.h.
75        * startup/spurious_assistant.c: Include rtems/bspIo.h instead of bspIo.h.
76
772001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
80
812001-10-30      Joel Sherrill <joel@OARcorp.com>
82
83        * start/start.S: Use __mcpu32__ instead of mcpu32 and change sense
84        of conditional so cpu32 does not attempt to use 68000 style
85        interrupt vectoring.
86
872001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
90        * configure.in: Remove.
91        * configure.ac: New file, generated from configure.in by autoupdate.
92
932001-09-27      Joel Sherrill <joel@OARcorp.com>
94
95        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
96
972001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * include/Makefile.am: Use 'CLEANFILES ='.
100        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
101
1022001-06-19      Joel Sherrill <joel@OARcorp.com>
103
104        * start/start.S: Reverse sense of conditional compilation so the
105        code will compile for a cpu32.
106
1072001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * configure.in: Add bspopts.h.
110        * include/.cvsignore: Add bspopts.h*, stamp-h*.
111        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
112        * include/bsp.h: Include bspopts.h.
113
1142001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
115
116        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
117
1182001-01-03      Joel Sherrill <joel@OARcorp.com>
119
120        * start/start.S: Added space for vectors on CPU32 configuration.
121        * startup/bspstart.c: Fixed typo.
122
1232000-12-19      Joel Sherrill <joel@OARcorp.com>
124
125        * startup/linkcmds: Set _VBR to 0 to indicate that the vectors are
126        in RAM not ROM.  Thanks to Juan Zamorano <jzamora@fi.upm.es> for
127        debugging this.
128
1292000-11-27      Joel Sherrill <joel@OARcorp.com>
130
131        * start/start.S, startup/bspstart.c: Not functional for CPU32
132        but hopefully will compile now and give a warning saying that
133        the CPU32 variant needs work.
134
1352000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
138
1392000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
142
1432000-11-01      Joel Sherrill <joel@OARcorp.com>
144
145        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
146        and libcsupport.h moved from libc to lib/include/rtems and
147        now must be referenced as <rtems/XXX.h>.   Header file order
148        was cleaned up while doing this.
149
1502000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
153        Switch to GNU canonicalization.
154
1552000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
156
157        * startup/linkcmds: Added lines so DWARF debug information
158        would be available.  Otherwise gdb complains that the offsets
159        for the debug info are incorrect and doesn't load the files.
160
1612000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
164        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
165
1662000-08-10      Joel Sherrill <joel@OARcorp.com>
167
168        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.