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

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

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

  • start/debugreset.S, start/reset.S: Removed incorrect statement about copyright assignment.
  • Property mode set to 100644
File size: 7.7 KB
Line 
12003-09-04      Joel Sherrill <joel@OARcorp.com>
2
3        * start/debugreset.S, start/reset.S: Removed incorrect statement about
4        copyright 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-06-22      Chris Johns <cjohns@cybertec.com.au>
17
18        PR 264/bsps
19        PR 414/bsps
20        * start/reset.S, startup/cpuboot.c, startup/linkcmds:
21        PR264 - Stopped the core dump by removing the bad instruction.
22        PR414 - Fixed the global interupt vector register.
23        Linker command file to have the boot code in the first 8K.
24        The chip select remap needed to be volatile.
25
262003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * configure.ac: Remove AC_CONFIG_AUX_DIR.
29
302003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
33
342003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * configure.ac: AC_PREREQ(2.57).
37
382003-01-20      Joel Sherrill <joel@OARcorp.com>
39
40        * startup/linkcmds*: Add FreeBSD sysctl() sections.
41
422002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
45        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
46        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
47        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
48        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
49
502002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * start/Makefile.am: Use install-data-local to install startfile.
53
542002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
57
582002-11-01      Joel Sherrill <joel@OARcorp.com>
59
60        * startup/m68k-stub.c: Removed typos.
61
622002-11-01      Joel Sherrill <joel@OARcorp.com>
63
64        * startup/m68k-stub.c: Removed warnings.
65
662002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * .cvsignore: Reformat.
69        Add autom4te*cache.
70        Remove autom4te.cache.
71
722002-08-21      Joel Sherrill <joel@OARcorp.com>
73
74        * wrapup/Makefile.am: PR217 required that the idle task be moved to
75        libcpu so it could be more acutely aware of the CPU model.  This
76        file was modified to pick up the idle task from there.
77
782002-08-21      Joel Sherrill <joel@OARcorp.com>
79
80        * bsp_specs: Added support for -nostdlibs.
81
822002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
85        * console/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        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
90
912002-08-07      Joel Sherrill <joel@OARcorp.com>
92
93        * start/Makefile.am: Pick up rest of Ralf'f changes and use
94        cp not make-rel since there is no point in this case.
95        * start/debugreset.S: Rights were not assigned.
96        * start/reset.S: Add ifdef to avoid core dump until Chris can
97        track it down.
98        * start/cpuboot.c: Moved to startup.
99        * startup/Makefile.am: Account for above.
100
1012002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * startup/Makefile.am: Remove -DGDB_MONITOR_ACTIVE (Not used
104        anywhere).
105        Add ODS60302_DEBUG conditional.
106        * include/bsp.h: Fix broken bsp_cat macros (Not compliant to gcc31).
107        * configure.ac: Add --enable-ods60302-debug.
108        Add ODS60302_DEBUG conditional.
109
1102002-08-05      Joel Sherrill <joel@OARcorp.com>
111
112        * Per PR260 eliminate use of make-target-options.  This impacted
113        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
114        SuperCore and required that the m68k optimized memcpy be moved
115        to libcpu.
116        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
117
1182002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * start/Makefile.am: Fix bug in previous patch.
121        Really add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
122
1232002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * start/Makefile.am: Eliminate PGM.
126        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
127
1282002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * startup/Makefile.am: Add bsplib_DATA = linkcmds rom debugger.
131
1322002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
135        Remove $(OBJS) from all-local.
136
1372002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
140
1412001-05-09      Joel Sherrill <joel@OARcorp.com>
142
143        * startup/linkcmds: In support of gcc 3.1, added one of more
144        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
145        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
146        and direction of segments to memory regions may also have been
147        addressed.  This was a sweep across all BSPs.
148 
1492002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * configure.ac:
152        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
153        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
154        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
155        * Makefile.am: Remove AUTOMAKE_OPTIONS.
156        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
157        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
158        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
159        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
160        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
161        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
162
1632001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
166
1672001-11-27      Joel Sherrill <joel@OARcorp.com>,
168
169        This was tracked as PR39.
170        * include/bsp.h, start/cpuboot.c, start/reset.S, startup/debugger,
171        startup/linkcmds, startup/rom: Eliminated required definition of
172        macros in the custom file for the BSP to compile.  The ROM and ROM
173        address and size settings are now linker script items. 
174
1752001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
178        * configure.in: Remove.
179        * configure.ac: New file, generated from configure.in by autoupdate.
180
1812001-09-27      Joel Sherrill <joel@OARcorp.com>
182
183        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
184
1852001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
188
1892001-06-19      Joel Sherrill <joel@OARcorp.com>
190
191        * include/Makefile.am: Fixed typo.
192
1932001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * configure.in: Add bspopts.h.
196        * include/.cvsignore: Add bspopts.h*, stamp-h*.
197        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
198        * include/bsp.h: Include bspopts.h.
199
2002001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
201
202        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
203
2042000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
207
2082000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
211
2122000-11-01      Joel Sherrill <joel@OARcorp.com>
213
214        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
215        and libcsupport.h moved from libc to lib/include/rtems and
216        now must be referenced as <rtems/XXX.h>.   Header file order
217        was cleaned up while doing this.
218
2192000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
222        Switch to GNU canonicalization.
223
2242000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
225
226        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
227
2282000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
229
230        * startup/linkcmds: Added lines so DWARF debug information
231        would be available.  Otherwise gdb complains that the offsets
232        for the debug info are incorrect and doesn't load the files.
233
2342000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
237        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
238        compile.am
239
2402000-08-10      Joel Sherrill <joel@OARcorp.com>
241
242        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.