source: rtems/c/src/lib/libbsp/m68k/ods68302/ChangeLog @ fe8bc62f

4.104.114.84.95
Last change on this file since fe8bc62f was fe8bc62f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/18/03 at 06:47:09

2003-08-18 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Reflect having moved aclocal/.
  • Property mode set to 100644
File size: 8.3 KB
Line 
12003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Reflect having moved aclocal/.
4
52003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Reflect having moved automake/.
8        * clock/Makefile.am: Reflect having moved automake/.
9        * console/Makefile.am: Reflect having moved automake/.
10        * include/Makefile.am: Reflect having moved automake/.
11        * start/Makefile.am: Reflect having moved automake/.
12        * startup/Makefile.am: Reflect having moved automake/.
13        * timer/Makefile.am: Reflect having moved automake/.
14        * wrapup/Makefile.am: Reflect having moved automake/.
15
162003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        PR 452/bsps
19        * startup/Makefile.am: Remove USE_INIT_FINI.
20
212003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
24
252003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        PR 445/bsps
28        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
29        Remove cpp, old_cpp (now unused).
30
312003-06-22      Chris Johns <cjohns@cybertec.com.au>
32
33        PR 264/bsps
34        PR 414/bsps
35        * start/reset.S, startup/cpuboot.c, startup/linkcmds:
36        PR264 - Stopped the core dump by removing the bad instruction.
37        PR414 - Fixed the global interupt vector register.
38        Linker command file to have the boot code in the first 8K.
39        The chip select remap needed to be volatile.
40
412003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * configure.ac: Remove AC_CONFIG_AUX_DIR.
44
452003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
48
492003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * configure.ac: AC_PREREQ(2.57).
52
532003-01-20      Joel Sherrill <joel@OARcorp.com>
54
55        * startup/linkcmds*: Add FreeBSD sysctl() sections.
56
572002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
60        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
61        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
62        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
63        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
64
652002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * start/Makefile.am: Use install-data-local to install startfile.
68
692002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
72
732002-11-01      Joel Sherrill <joel@OARcorp.com>
74
75        * startup/m68k-stub.c: Removed typos.
76
772002-11-01      Joel Sherrill <joel@OARcorp.com>
78
79        * startup/m68k-stub.c: Removed warnings.
80
812002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * .cvsignore: Reformat.
84        Add autom4te*cache.
85        Remove autom4te.cache.
86
872002-08-21      Joel Sherrill <joel@OARcorp.com>
88
89        * wrapup/Makefile.am: PR217 required that the idle task be moved to
90        libcpu so it could be more acutely aware of the CPU model.  This
91        file was modified to pick up the idle task from there.
92
932002-08-21      Joel Sherrill <joel@OARcorp.com>
94
95        * bsp_specs: Added support for -nostdlibs.
96
972002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
100        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
101        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
102        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
103        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
104        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
105
1062002-08-07      Joel Sherrill <joel@OARcorp.com>
107
108        * start/Makefile.am: Pick up rest of Ralf'f changes and use
109        cp not make-rel since there is no point in this case.
110        * start/debugreset.S: Rights were not assigned.
111        * start/reset.S: Add ifdef to avoid core dump until Chris can
112        track it down.
113        * start/cpuboot.c: Moved to startup.
114        * startup/Makefile.am: Account for above.
115
1162002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * startup/Makefile.am: Remove -DGDB_MONITOR_ACTIVE (Not used
119        anywhere).
120        Add ODS60302_DEBUG conditional.
121        * include/bsp.h: Fix broken bsp_cat macros (Not compliant to gcc31).
122        * configure.ac: Add --enable-ods60302-debug.
123        Add ODS60302_DEBUG conditional.
124
1252002-08-05      Joel Sherrill <joel@OARcorp.com>
126
127        * Per PR260 eliminate use of make-target-options.  This impacted
128        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
129        SuperCore and required that the m68k optimized memcpy be moved
130        to libcpu.
131        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
132
1332002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * start/Makefile.am: Fix bug in previous patch.
136        Really add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
137
1382002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * start/Makefile.am: Eliminate PGM.
141        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
142
1432002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * startup/Makefile.am: Add bsplib_DATA = linkcmds rom debugger.
146
1472002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
150        Remove $(OBJS) from all-local.
151
1522002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
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-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * configure.ac:
167        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
168        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
169        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
170        * Makefile.am: Remove AUTOMAKE_OPTIONS.
171        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
172        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
173        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
174        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
175        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
176        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
177
1782001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
181
1822001-11-27      Joel Sherrill <joel@OARcorp.com>,
183
184        This was tracked as PR39.
185        * include/bsp.h, start/cpuboot.c, start/reset.S, startup/debugger,
186        startup/linkcmds, startup/rom: Eliminated required definition of
187        macros in the custom file for the BSP to compile.  The ROM and ROM
188        address and size settings are now linker script items. 
189
1902001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
193        * configure.in: Remove.
194        * configure.ac: New file, generated from configure.in by autoupdate.
195
1962001-09-27      Joel Sherrill <joel@OARcorp.com>
197
198        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
199
2002001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
203
2042001-06-19      Joel Sherrill <joel@OARcorp.com>
205
206        * include/Makefile.am: Fixed typo.
207
2082001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * configure.in: Add bspopts.h.
211        * include/.cvsignore: Add bspopts.h*, stamp-h*.
212        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
213        * include/bsp.h: Include bspopts.h.
214
2152001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
216
217        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
218
2192000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
222
2232000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
226
2272000-11-01      Joel Sherrill <joel@OARcorp.com>
228
229        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
230        and libcsupport.h moved from libc to lib/include/rtems and
231        now must be referenced as <rtems/XXX.h>.   Header file order
232        was cleaned up while doing this.
233
2342000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
237        Switch to GNU canonicalization.
238
2392000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
240
241        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
242
2432000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
244
245        * startup/linkcmds: Added lines so DWARF debug information
246        would be available.  Otherwise gdb complains that the offsets
247        for the debug info are incorrect and doesn't load the files.
248
2492000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
252        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
253        compile.am
254
2552000-08-10      Joel Sherrill <joel@OARcorp.com>
256
257        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.