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

Last change on this file since 81c32419 was 673df26e, checked in by Joel Sherrill <joel.sherrill@…>, on 06/23/03 at 16:30:52

Reformatted so script picks up PR.

  • Property mode set to 100644
File size: 7.3 KB
Line 
12003-06-22      Chris Johns <cjohns@cybertec.com.au>
2
3        PR 264/bsps
4        PR 414/bsps
5        * start/reset.S, startup/cpuboot.c, startup/linkcmds:
6        PR264 - Stopped the core dump by removing the bad instruction.
7        PR414 - Fixed the global interupt vector register.
8        Linker command file to have the boot code in the first 8K.
9        The chip select remap needed to be volatile.
10
112003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * configure.ac: Remove AC_CONFIG_AUX_DIR.
14
152003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
18
192003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * configure.ac: AC_PREREQ(2.57).
22
232003-01-20      Joel Sherrill <joel@OARcorp.com>
24
25        * startup/linkcmds*: Add FreeBSD sysctl() sections.
26
272002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
30        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
31        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
32        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
33        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
34
352002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * start/Makefile.am: Use install-data-local to install startfile.
38
392002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
42
432002-11-01      Joel Sherrill <joel@OARcorp.com>
44
45        * startup/m68k-stub.c: Removed typos.
46
472002-11-01      Joel Sherrill <joel@OARcorp.com>
48
49        * startup/m68k-stub.c: Removed warnings.
50
512002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * .cvsignore: Reformat.
54        Add autom4te*cache.
55        Remove autom4te.cache.
56
572002-08-21      Joel Sherrill <joel@OARcorp.com>
58
59        * wrapup/Makefile.am: PR217 required that the idle task be moved to
60        libcpu so it could be more acutely aware of the CPU model.  This
61        file was modified to pick up the idle task from there.
62
632002-08-21      Joel Sherrill <joel@OARcorp.com>
64
65        * bsp_specs: Added support for -nostdlibs.
66
672002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
70        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
71        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
72        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
73        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
74        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
75
762002-08-07      Joel Sherrill <joel@OARcorp.com>
77
78        * start/Makefile.am: Pick up rest of Ralf'f changes and use
79        cp not make-rel since there is no point in this case.
80        * start/debugreset.S: Rights were not assigned.
81        * start/reset.S: Add ifdef to avoid core dump until Chris can
82        track it down.
83        * start/cpuboot.c: Moved to startup.
84        * startup/Makefile.am: Account for above.
85
862002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * startup/Makefile.am: Remove -DGDB_MONITOR_ACTIVE (Not used
89        anywhere).
90        Add ODS60302_DEBUG conditional.
91        * include/bsp.h: Fix broken bsp_cat macros (Not compliant to gcc31).
92        * configure.ac: Add --enable-ods60302-debug.
93        Add ODS60302_DEBUG conditional.
94
952002-08-05      Joel Sherrill <joel@OARcorp.com>
96
97        * Per PR260 eliminate use of make-target-options.  This impacted
98        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
99        SuperCore and required that the m68k optimized memcpy be moved
100        to libcpu.
101        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
102
1032002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * start/Makefile.am: Fix bug in previous patch.
106        Really add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
107
1082002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * start/Makefile.am: Eliminate PGM.
111        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
112
1132002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * startup/Makefile.am: Add bsplib_DATA = linkcmds rom debugger.
116
1172002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
120        Remove $(OBJS) from all-local.
121
1222002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
125
1262001-05-09      Joel Sherrill <joel@OARcorp.com>
127
128        * startup/linkcmds: In support of gcc 3.1, added one of more
129        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
130        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
131        and direction of segments to memory regions may also have been
132        addressed.  This was a sweep across all BSPs.
133 
1342002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * configure.ac:
137        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
138        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
139        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
140        * Makefile.am: Remove AUTOMAKE_OPTIONS.
141        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
142        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
143        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
144        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
145        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
146        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
147
1482001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
151
1522001-11-27      Joel Sherrill <joel@OARcorp.com>,
153
154        This was tracked as PR39.
155        * include/bsp.h, start/cpuboot.c, start/reset.S, startup/debugger,
156        startup/linkcmds, startup/rom: Eliminated required definition of
157        macros in the custom file for the BSP to compile.  The ROM and ROM
158        address and size settings are now linker script items. 
159
1602001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
163        * configure.in: Remove.
164        * configure.ac: New file, generated from configure.in by autoupdate.
165
1662001-09-27      Joel Sherrill <joel@OARcorp.com>
167
168        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
169
1702001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
173
1742001-06-19      Joel Sherrill <joel@OARcorp.com>
175
176        * include/Makefile.am: Fixed typo.
177
1782001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * configure.in: Add bspopts.h.
181        * include/.cvsignore: Add bspopts.h*, stamp-h*.
182        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
183        * include/bsp.h: Include bspopts.h.
184
1852001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
186
187        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
188
1892000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
192
1932000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
196
1972000-11-01      Joel Sherrill <joel@OARcorp.com>
198
199        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
200        and libcsupport.h moved from libc to lib/include/rtems and
201        now must be referenced as <rtems/XXX.h>.   Header file order
202        was cleaned up while doing this.
203
2042000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
207        Switch to GNU canonicalization.
208
2092000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
210
211        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
212
2132000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
214
215        * startup/linkcmds: Added lines so DWARF debug information
216        would be available.  Otherwise gdb complains that the offsets
217        for the debug info are incorrect and doesn't load the files.
218
2192000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
222        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
223        compile.am
224
2252000-08-10      Joel Sherrill <joel@OARcorp.com>
226
227        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.