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

4.104.114.84.95
Last change on this file since 7dcc3fe was 7dcc3fe, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/03 at 14:20:43

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

  • configure.ac: Use rtems-bugs@… as bug report email address.
  • Property mode set to 100644
File size: 7.6 KB
Line 
12003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
4
52003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
8        Remove cpp, old_cpp (now unused).
9
102003-06-22      Chris Johns <cjohns@cybertec.com.au>
11
12        PR 264/bsps
13        PR 414/bsps
14        * start/reset.S, startup/cpuboot.c, startup/linkcmds:
15        PR264 - Stopped the core dump by removing the bad instruction.
16        PR414 - Fixed the global interupt vector register.
17        Linker command file to have the boot code in the first 8K.
18        The chip select remap needed to be volatile.
19
202003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * configure.ac: Remove AC_CONFIG_AUX_DIR.
23
242003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
27
282003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * configure.ac: AC_PREREQ(2.57).
31
322003-01-20      Joel Sherrill <joel@OARcorp.com>
33
34        * startup/linkcmds*: Add FreeBSD sysctl() sections.
35
362002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
39        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
40        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
41        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
42        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
43
442002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * start/Makefile.am: Use install-data-local to install startfile.
47
482002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
51
522002-11-01      Joel Sherrill <joel@OARcorp.com>
53
54        * startup/m68k-stub.c: Removed typos.
55
562002-11-01      Joel Sherrill <joel@OARcorp.com>
57
58        * startup/m68k-stub.c: Removed warnings.
59
602002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * .cvsignore: Reformat.
63        Add autom4te*cache.
64        Remove autom4te.cache.
65
662002-08-21      Joel Sherrill <joel@OARcorp.com>
67
68        * wrapup/Makefile.am: PR217 required that the idle task be moved to
69        libcpu so it could be more acutely aware of the CPU model.  This
70        file was modified to pick up the idle task from there.
71
722002-08-21      Joel Sherrill <joel@OARcorp.com>
73
74        * bsp_specs: Added support for -nostdlibs.
75
762002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
79        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
80        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
81        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
82        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
83        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
84
852002-08-07      Joel Sherrill <joel@OARcorp.com>
86
87        * start/Makefile.am: Pick up rest of Ralf'f changes and use
88        cp not make-rel since there is no point in this case.
89        * start/debugreset.S: Rights were not assigned.
90        * start/reset.S: Add ifdef to avoid core dump until Chris can
91        track it down.
92        * start/cpuboot.c: Moved to startup.
93        * startup/Makefile.am: Account for above.
94
952002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * startup/Makefile.am: Remove -DGDB_MONITOR_ACTIVE (Not used
98        anywhere).
99        Add ODS60302_DEBUG conditional.
100        * include/bsp.h: Fix broken bsp_cat macros (Not compliant to gcc31).
101        * configure.ac: Add --enable-ods60302-debug.
102        Add ODS60302_DEBUG conditional.
103
1042002-08-05      Joel Sherrill <joel@OARcorp.com>
105
106        * Per PR260 eliminate use of make-target-options.  This impacted
107        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
108        SuperCore and required that the m68k optimized memcpy be moved
109        to libcpu.
110        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
111
1122002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * start/Makefile.am: Fix bug in previous patch.
115        Really add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
116
1172002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * start/Makefile.am: Eliminate PGM.
120        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
121
1222002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * startup/Makefile.am: Add bsplib_DATA = linkcmds rom debugger.
125
1262002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
129        Remove $(OBJS) from all-local.
130
1312002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
134
1352001-05-09      Joel Sherrill <joel@OARcorp.com>
136
137        * startup/linkcmds: In support of gcc 3.1, added one of more
138        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
139        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
140        and direction of segments to memory regions may also have been
141        addressed.  This was a sweep across all BSPs.
142 
1432002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * configure.ac:
146        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
147        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
148        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
149        * Makefile.am: Remove AUTOMAKE_OPTIONS.
150        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
151        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
152        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
153        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
154        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
155        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
156
1572001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
160
1612001-11-27      Joel Sherrill <joel@OARcorp.com>,
162
163        This was tracked as PR39.
164        * include/bsp.h, start/cpuboot.c, start/reset.S, startup/debugger,
165        startup/linkcmds, startup/rom: Eliminated required definition of
166        macros in the custom file for the BSP to compile.  The ROM and ROM
167        address and size settings are now linker script items. 
168
1692001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
172        * configure.in: Remove.
173        * configure.ac: New file, generated from configure.in by autoupdate.
174
1752001-09-27      Joel Sherrill <joel@OARcorp.com>
176
177        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
178
1792001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
182
1832001-06-19      Joel Sherrill <joel@OARcorp.com>
184
185        * include/Makefile.am: Fixed typo.
186
1872001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * configure.in: Add bspopts.h.
190        * include/.cvsignore: Add bspopts.h*, stamp-h*.
191        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
192        * include/bsp.h: Include bspopts.h.
193
1942001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
195
196        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
197
1982000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
201
2022000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
205
2062000-11-01      Joel Sherrill <joel@OARcorp.com>
207
208        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
209        and libcsupport.h moved from libc to lib/include/rtems and
210        now must be referenced as <rtems/XXX.h>.   Header file order
211        was cleaned up while doing this.
212
2132000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
216        Switch to GNU canonicalization.
217
2182000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
219
220        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
221
2222000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
223
224        * startup/linkcmds: Added lines so DWARF debug information
225        would be available.  Otherwise gdb complains that the offsets
226        for the debug info are incorrect and doesn't load the files.
227
2282000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
231        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
232        compile.am
233
2342000-08-10      Joel Sherrill <joel@OARcorp.com>
235
236        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.