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

Last change on this file since b18646c9 was b18646c9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/06/03 at 10:45:24

2003-03-06 Ralf Corsepius <corsepiu@…>

  • configure.ac: Remove AC_CONFIG_AUX_DIR.
  • Property mode set to 100644
File size: 6.9 KB
Line 
12003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove AC_CONFIG_AUX_DIR.
4
52003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
8
92003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: AC_PREREQ(2.57).
12
132003-01-20      Joel Sherrill <joel@OARcorp.com>
14
15        * startup/linkcmds*: Add FreeBSD sysctl() sections.
16
172002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
20        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
21        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
22        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
23        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
24
252002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * start/Makefile.am: Use install-data-local to install startfile.
28
292002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
32
332002-11-01      Joel Sherrill <joel@OARcorp.com>
34
35        * startup/m68k-stub.c: Removed typos.
36
372002-11-01      Joel Sherrill <joel@OARcorp.com>
38
39        * startup/m68k-stub.c: Removed warnings.
40
412002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * .cvsignore: Reformat.
44        Add autom4te*cache.
45        Remove autom4te.cache.
46
472002-08-21      Joel Sherrill <joel@OARcorp.com>
48
49        * wrapup/Makefile.am: PR217 required that the idle task be moved to
50        libcpu so it could be more acutely aware of the CPU model.  This
51        file was modified to pick up the idle task from there.
52
532002-08-21      Joel Sherrill <joel@OARcorp.com>
54
55        * bsp_specs: Added support for -nostdlibs.
56
572002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
60        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
61        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
62        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
63        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
64        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
65
662002-08-07      Joel Sherrill <joel@OARcorp.com>
67
68        * start/Makefile.am: Pick up rest of Ralf'f changes and use
69        cp not make-rel since there is no point in this case.
70        * start/debugreset.S: Rights were not assigned.
71        * start/reset.S: Add ifdef to avoid core dump until Chris can
72        track it down.
73        * start/cpuboot.c: Moved to startup.
74        * startup/Makefile.am: Account for above.
75
762002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * startup/Makefile.am: Remove -DGDB_MONITOR_ACTIVE (Not used
79        anywhere).
80        Add ODS60302_DEBUG conditional.
81        * include/bsp.h: Fix broken bsp_cat macros (Not compliant to gcc31).
82        * configure.ac: Add --enable-ods60302-debug.
83        Add ODS60302_DEBUG conditional.
84
852002-08-05      Joel Sherrill <joel@OARcorp.com>
86
87        * Per PR260 eliminate use of make-target-options.  This impacted
88        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
89        SuperCore and required that the m68k optimized memcpy be moved
90        to libcpu.
91        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
92
932002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * start/Makefile.am: Fix bug in previous patch.
96        Really add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
97
982002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * start/Makefile.am: Eliminate PGM.
101        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
102
1032002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * startup/Makefile.am: Add bsplib_DATA = linkcmds rom debugger.
106
1072002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
110        Remove $(OBJS) from all-local.
111
1122002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
115
1162001-05-09      Joel Sherrill <joel@OARcorp.com>
117
118        * startup/linkcmds: In support of gcc 3.1, added one of more
119        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
120        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
121        and direction of segments to memory regions may also have been
122        addressed.  This was a sweep across all BSPs.
123 
1242002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * configure.ac:
127        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
128        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
129        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
130        * Makefile.am: Remove AUTOMAKE_OPTIONS.
131        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
132        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
133        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
134        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
135        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
136        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
137
1382001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
141
1422001-11-27      Joel Sherrill <joel@OARcorp.com>,
143
144        This was tracked as PR39.
145        * include/bsp.h, start/cpuboot.c, start/reset.S, startup/debugger,
146        startup/linkcmds, startup/rom: Eliminated required definition of
147        macros in the custom file for the BSP to compile.  The ROM and ROM
148        address and size settings are now linker script items. 
149
1502001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
153        * configure.in: Remove.
154        * configure.ac: New file, generated from configure.in by autoupdate.
155
1562001-09-27      Joel Sherrill <joel@OARcorp.com>
157
158        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
159
1602001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
163
1642001-06-19      Joel Sherrill <joel@OARcorp.com>
165
166        * include/Makefile.am: Fixed typo.
167
1682001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * configure.in: Add bspopts.h.
171        * include/.cvsignore: Add bspopts.h*, stamp-h*.
172        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
173        * include/bsp.h: Include bspopts.h.
174
1752001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
176
177        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
178
1792000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
182
1832000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
186
1872000-11-01      Joel Sherrill <joel@OARcorp.com>
188
189        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
190        and libcsupport.h moved from libc to lib/include/rtems and
191        now must be referenced as <rtems/XXX.h>.   Header file order
192        was cleaned up while doing this.
193
1942000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
197        Switch to GNU canonicalization.
198
1992000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
200
201        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
202
2032000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
204
205        * startup/linkcmds: Added lines so DWARF debug information
206        would be available.  Otherwise gdb complains that the offsets
207        for the debug info are incorrect and doesn't load the files.
208
2092000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
212        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
213        compile.am
214
2152000-08-10      Joel Sherrill <joel@OARcorp.com>
216
217        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.