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

4.104.114.84.95
Last change on this file since 0dbc344e was 0dbc344e, checked in by Joel Sherrill <joel.sherrill@…>, on 09/04/03 at 13:46:45

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: 8.4 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-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * Makefile.am: Reflect having moved aclocal/.
9
102003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * Makefile.am: Reflect having moved automake/.
13        * clock/Makefile.am: Reflect having moved automake/.
14        * console/Makefile.am: Reflect having moved automake/.
15        * include/Makefile.am: Reflect having moved automake/.
16        * start/Makefile.am: Reflect having moved automake/.
17        * startup/Makefile.am: Reflect having moved automake/.
18        * timer/Makefile.am: Reflect having moved automake/.
19        * wrapup/Makefile.am: Reflect having moved automake/.
20
212003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        PR 452/bsps
24        * startup/Makefile.am: Remove USE_INIT_FINI.
25
262003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
29
302003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        PR 445/bsps
33        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
34        Remove cpp, old_cpp (now unused).
35
362003-06-22      Chris Johns <cjohns@cybertec.com.au>
37
38        PR 264/bsps
39        PR 414/bsps
40        * start/reset.S, startup/cpuboot.c, startup/linkcmds:
41        PR264 - Stopped the core dump by removing the bad instruction.
42        PR414 - Fixed the global interupt vector register.
43        Linker command file to have the boot code in the first 8K.
44        The chip select remap needed to be volatile.
45
462003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * configure.ac: Remove AC_CONFIG_AUX_DIR.
49
502003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
53
542003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * configure.ac: AC_PREREQ(2.57).
57
582003-01-20      Joel Sherrill <joel@OARcorp.com>
59
60        * startup/linkcmds*: Add FreeBSD sysctl() sections.
61
622002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
65        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
66        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
67        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
68        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
69
702002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * start/Makefile.am: Use install-data-local to install startfile.
73
742002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
77
782002-11-01      Joel Sherrill <joel@OARcorp.com>
79
80        * startup/m68k-stub.c: Removed typos.
81
822002-11-01      Joel Sherrill <joel@OARcorp.com>
83
84        * startup/m68k-stub.c: Removed warnings.
85
862002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * .cvsignore: Reformat.
89        Add autom4te*cache.
90        Remove autom4te.cache.
91
922002-08-21      Joel Sherrill <joel@OARcorp.com>
93
94        * wrapup/Makefile.am: PR217 required that the idle task be moved to
95        libcpu so it could be more acutely aware of the CPU model.  This
96        file was modified to pick up the idle task from there.
97
982002-08-21      Joel Sherrill <joel@OARcorp.com>
99
100        * bsp_specs: Added support for -nostdlibs.
101
1022002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
105        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
106        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
107        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
108        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
109        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
110
1112002-08-07      Joel Sherrill <joel@OARcorp.com>
112
113        * start/Makefile.am: Pick up rest of Ralf'f changes and use
114        cp not make-rel since there is no point in this case.
115        * start/debugreset.S: Rights were not assigned.
116        * start/reset.S: Add ifdef to avoid core dump until Chris can
117        track it down.
118        * start/cpuboot.c: Moved to startup.
119        * startup/Makefile.am: Account for above.
120
1212002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * startup/Makefile.am: Remove -DGDB_MONITOR_ACTIVE (Not used
124        anywhere).
125        Add ODS60302_DEBUG conditional.
126        * include/bsp.h: Fix broken bsp_cat macros (Not compliant to gcc31).
127        * configure.ac: Add --enable-ods60302-debug.
128        Add ODS60302_DEBUG conditional.
129
1302002-08-05      Joel Sherrill <joel@OARcorp.com>
131
132        * Per PR260 eliminate use of make-target-options.  This impacted
133        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
134        SuperCore and required that the m68k optimized memcpy be moved
135        to libcpu.
136        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
137
1382002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * start/Makefile.am: Fix bug in previous patch.
141        Really add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
142
1432002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * start/Makefile.am: Eliminate PGM.
146        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
147
1482002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * startup/Makefile.am: Add bsplib_DATA = linkcmds rom debugger.
151
1522002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
155        Remove $(OBJS) from all-local.
156
1572002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
160
1612001-05-09      Joel Sherrill <joel@OARcorp.com>
162
163        * startup/linkcmds: In support of gcc 3.1, added one of more
164        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
165        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
166        and direction of segments to memory regions may also have been
167        addressed.  This was a sweep across all BSPs.
168 
1692002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * configure.ac:
172        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
173        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
174        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
175        * Makefile.am: Remove AUTOMAKE_OPTIONS.
176        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
177        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
178        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
179        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
180        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
181        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
182
1832001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
186
1872001-11-27      Joel Sherrill <joel@OARcorp.com>,
188
189        This was tracked as PR39.
190        * include/bsp.h, start/cpuboot.c, start/reset.S, startup/debugger,
191        startup/linkcmds, startup/rom: Eliminated required definition of
192        macros in the custom file for the BSP to compile.  The ROM and ROM
193        address and size settings are now linker script items. 
194
1952001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
198        * configure.in: Remove.
199        * configure.ac: New file, generated from configure.in by autoupdate.
200
2012001-09-27      Joel Sherrill <joel@OARcorp.com>
202
203        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
204
2052001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
208
2092001-06-19      Joel Sherrill <joel@OARcorp.com>
210
211        * include/Makefile.am: Fixed typo.
212
2132001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * configure.in: Add bspopts.h.
216        * include/.cvsignore: Add bspopts.h*, stamp-h*.
217        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
218        * include/bsp.h: Include bspopts.h.
219
2202001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
221
222        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
223
2242000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
227
2282000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
231
2322000-11-01      Joel Sherrill <joel@OARcorp.com>
233
234        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
235        and libcsupport.h moved from libc to lib/include/rtems and
236        now must be referenced as <rtems/XXX.h>.   Header file order
237        was cleaned up while doing this.
238
2392000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
242        Switch to GNU canonicalization.
243
2442000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
245
246        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
247
2482000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
249
250        * startup/linkcmds: Added lines so DWARF debug information
251        would be available.  Otherwise gdb complains that the offsets
252        for the debug info are incorrect and doesn't load the files.
253
2542000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
257        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
258        compile.am
259
2602000-08-10      Joel Sherrill <joel@OARcorp.com>
261
262        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.