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

4.104.114.84.95
Last change on this file since 810720b6 was 810720b6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/12/03 at 03:28:02

2003-12-12 Ralf Corsepius <corsepiu@…>

  • configure.ac: Require automake >= 1.8, autoconf >= 2.59.
  • Property mode set to 100644
File size: 10.0 KB
Line 
12003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
4
52003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * start/Makefile.am: Misc cleanups and fixes.
8        * startup/Makefile.am: Misc cleanups and fixes.
9        * wrapup/Makefile.am: Misc cleanups and fixes.
10
112003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * Makefile.am: Add preinstallation dirstamp support.
14        * clock/Makefile.am: Cosmetics.
15        * console/Makefile.am: Cosmetics.
16        * startup/Makefile.am: Cosmetics.
17        * timer/Makefile.am: Cosmetics.
18        * wrapup/Makefile.am: Cosmetics.
19
202003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * clock/Makefile.am: Remove all-local: $(ARCH).
23        * console/Makefile.am: Remove all-local: $(ARCH).
24        * start/Makefile.am: Remove all-local: $(ARCH).
25        * startup/Makefile.am: Remove all-local: $(ARCH).
26        * timer/Makefile.am: Remove all-local: $(ARCH).
27        * wrapup/Makefile.am: Remove all-local: $(ARCH).
28
292003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * include/bsp.h: Replace stringification madness to pick up bare.h
32        (Doesn't work with gcc >= 3.3) with a somewhat cleaner madness.
33
342003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * Makefile.am: Merge-in include/Makefile.am.
37        Reflect changes to bsp.am.
38        * include/Makefile.am: Remove.
39        * configure.ac: Reflect changes above.
40
412003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * bsp_specs: Remove *lib:.
44
452003-09-04      Joel Sherrill <joel@OARcorp.com>
46
47        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
48        startup/bspclean.c, startup/bspstart.c, timer/timer.c: URL for
49        license changed.
50
512003-09-04      Joel Sherrill <joel@OARcorp.com>
52
53        * start/debugreset.S, start/reset.S: Removed incorrect statement about
54        copyright assignment.
55
562003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * Makefile.am: Reflect having moved aclocal/.
59
602003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * Makefile.am: Reflect having moved automake/.
63        * clock/Makefile.am: Reflect having moved automake/.
64        * console/Makefile.am: Reflect having moved automake/.
65        * include/Makefile.am: Reflect having moved automake/.
66        * start/Makefile.am: Reflect having moved automake/.
67        * startup/Makefile.am: Reflect having moved automake/.
68        * timer/Makefile.am: Reflect having moved automake/.
69        * wrapup/Makefile.am: Reflect having moved automake/.
70
712003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        PR 452/bsps
74        * startup/Makefile.am: Remove USE_INIT_FINI.
75
762003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
79
802003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        PR 445/bsps
83        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
84        Remove cpp, old_cpp (now unused).
85
862003-06-22      Chris Johns <cjohns@cybertec.com.au>
87
88        PR 264/bsps
89        PR 414/bsps
90        * start/reset.S, startup/cpuboot.c, startup/linkcmds:
91        PR264 - Stopped the core dump by removing the bad instruction.
92        PR414 - Fixed the global interupt vector register.
93        Linker command file to have the boot code in the first 8K.
94        The chip select remap needed to be volatile.
95
962003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * configure.ac: Remove AC_CONFIG_AUX_DIR.
99
1002003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
103
1042003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * configure.ac: AC_PREREQ(2.57).
107
1082003-01-20      Joel Sherrill <joel@OARcorp.com>
109
110        * startup/linkcmds*: Add FreeBSD sysctl() sections.
111
1122002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
115        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
116        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
117        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
118        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
119
1202002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * start/Makefile.am: Use install-data-local to install startfile.
123
1242002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
127
1282002-11-01      Joel Sherrill <joel@OARcorp.com>
129
130        * startup/m68k-stub.c: Removed typos.
131
1322002-11-01      Joel Sherrill <joel@OARcorp.com>
133
134        * startup/m68k-stub.c: Removed warnings.
135
1362002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * .cvsignore: Reformat.
139        Add autom4te*cache.
140        Remove autom4te.cache.
141
1422002-08-21      Joel Sherrill <joel@OARcorp.com>
143
144        * wrapup/Makefile.am: PR217 required that the idle task be moved to
145        libcpu so it could be more acutely aware of the CPU model.  This
146        file was modified to pick up the idle task from there.
147
1482002-08-21      Joel Sherrill <joel@OARcorp.com>
149
150        * bsp_specs: Added support for -nostdlibs.
151
1522002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
155        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
156        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
157        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
158        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
159        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
160
1612002-08-07      Joel Sherrill <joel@OARcorp.com>
162
163        * start/Makefile.am: Pick up rest of Ralf'f changes and use
164        cp not make-rel since there is no point in this case.
165        * start/debugreset.S: Rights were not assigned.
166        * start/reset.S: Add ifdef to avoid core dump until Chris can
167        track it down.
168        * start/cpuboot.c: Moved to startup.
169        * startup/Makefile.am: Account for above.
170
1712002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * startup/Makefile.am: Remove -DGDB_MONITOR_ACTIVE (Not used
174        anywhere).
175        Add ODS60302_DEBUG conditional.
176        * include/bsp.h: Fix broken bsp_cat macros (Not compliant to gcc31).
177        * configure.ac: Add --enable-ods60302-debug.
178        Add ODS60302_DEBUG conditional.
179
1802002-08-05      Joel Sherrill <joel@OARcorp.com>
181
182        * Per PR260 eliminate use of make-target-options.  This impacted
183        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
184        SuperCore and required that the m68k optimized memcpy be moved
185        to libcpu.
186        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
187
1882002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * start/Makefile.am: Fix bug in previous patch.
191        Really add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
192
1932002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * start/Makefile.am: Eliminate PGM.
196        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
197
1982002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * startup/Makefile.am: Add bsplib_DATA = linkcmds rom debugger.
201
2022002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
205        Remove $(OBJS) from all-local.
206
2072002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
210
2112001-05-09      Joel Sherrill <joel@OARcorp.com>
212
213        * startup/linkcmds: In support of gcc 3.1, added one of more
214        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
215        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
216        and direction of segments to memory regions may also have been
217        addressed.  This was a sweep across all BSPs.
218 
2192002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * configure.ac:
222        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
223        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
224        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
225        * Makefile.am: Remove AUTOMAKE_OPTIONS.
226        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
227        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
228        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
229        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
230        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
231        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
232
2332001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
236
2372001-11-27      Joel Sherrill <joel@OARcorp.com>,
238
239        This was tracked as PR39.
240        * include/bsp.h, start/cpuboot.c, start/reset.S, startup/debugger,
241        startup/linkcmds, startup/rom: Eliminated required definition of
242        macros in the custom file for the BSP to compile.  The ROM and ROM
243        address and size settings are now linker script items. 
244
2452001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
248        * configure.in: Remove.
249        * configure.ac: New file, generated from configure.in by autoupdate.
250
2512001-09-27      Joel Sherrill <joel@OARcorp.com>
252
253        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
254
2552001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
258
2592001-06-19      Joel Sherrill <joel@OARcorp.com>
260
261        * include/Makefile.am: Fixed typo.
262
2632001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * configure.in: Add bspopts.h.
266        * include/.cvsignore: Add bspopts.h*, stamp-h*.
267        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
268        * include/bsp.h: Include bspopts.h.
269
2702001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
271
272        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
273
2742000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
277
2782000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
281
2822000-11-01      Joel Sherrill <joel@OARcorp.com>
283
284        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
285        and libcsupport.h moved from libc to lib/include/rtems and
286        now must be referenced as <rtems/XXX.h>.   Header file order
287        was cleaned up while doing this.
288
2892000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
292        Switch to GNU canonicalization.
293
2942000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
295
296        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
297
2982000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
299
300        * startup/linkcmds: Added lines so DWARF debug information
301        would be available.  Otherwise gdb complains that the offsets
302        for the debug info are incorrect and doesn't load the files.
303
3042000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
307        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
308        compile.am
309
3102000-08-10      Joel Sherrill <joel@OARcorp.com>
311
312        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.