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

4.104.114.84.95
Last change on this file since f321db19 was f321db19, checked in by Joel Sherrill <joel.sherrill@…>, on 09/04/03 at 18:52:08

2003-09-04 Joel Sherrill <joel@…>

  • clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h, startup/bspclean.c, startup/bspstart.c, timer/timer.c: URL for license changed.
  • Property mode set to 100644
File size: 8.6 KB
Line 
12003-09-04      Joel Sherrill <joel@OARcorp.com>
2
3        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
4        startup/bspclean.c, startup/bspstart.c, timer/timer.c: URL for
5        license changed.
6
72003-09-04      Joel Sherrill <joel@OARcorp.com>
8
9        * start/debugreset.S, start/reset.S: Removed incorrect statement about
10        copyright assignment.
11
122003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * Makefile.am: Reflect having moved aclocal/.
15
162003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * Makefile.am: Reflect having moved automake/.
19        * clock/Makefile.am: Reflect having moved automake/.
20        * console/Makefile.am: Reflect having moved automake/.
21        * include/Makefile.am: Reflect having moved automake/.
22        * start/Makefile.am: Reflect having moved automake/.
23        * startup/Makefile.am: Reflect having moved automake/.
24        * timer/Makefile.am: Reflect having moved automake/.
25        * wrapup/Makefile.am: Reflect having moved automake/.
26
272003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        PR 452/bsps
30        * startup/Makefile.am: Remove USE_INIT_FINI.
31
322003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
35
362003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        PR 445/bsps
39        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
40        Remove cpp, old_cpp (now unused).
41
422003-06-22      Chris Johns <cjohns@cybertec.com.au>
43
44        PR 264/bsps
45        PR 414/bsps
46        * start/reset.S, startup/cpuboot.c, startup/linkcmds:
47        PR264 - Stopped the core dump by removing the bad instruction.
48        PR414 - Fixed the global interupt vector register.
49        Linker command file to have the boot code in the first 8K.
50        The chip select remap needed to be volatile.
51
522003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac: Remove AC_CONFIG_AUX_DIR.
55
562003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
59
602003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.ac: AC_PREREQ(2.57).
63
642003-01-20      Joel Sherrill <joel@OARcorp.com>
65
66        * startup/linkcmds*: Add FreeBSD sysctl() sections.
67
682002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
71        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
72        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
73        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
74        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
75
762002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * start/Makefile.am: Use install-data-local to install startfile.
79
802002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
83
842002-11-01      Joel Sherrill <joel@OARcorp.com>
85
86        * startup/m68k-stub.c: Removed typos.
87
882002-11-01      Joel Sherrill <joel@OARcorp.com>
89
90        * startup/m68k-stub.c: Removed warnings.
91
922002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * .cvsignore: Reformat.
95        Add autom4te*cache.
96        Remove autom4te.cache.
97
982002-08-21      Joel Sherrill <joel@OARcorp.com>
99
100        * wrapup/Makefile.am: PR217 required that the idle task be moved to
101        libcpu so it could be more acutely aware of the CPU model.  This
102        file was modified to pick up the idle task from there.
103
1042002-08-21      Joel Sherrill <joel@OARcorp.com>
105
106        * bsp_specs: Added support for -nostdlibs.
107
1082002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
111        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
112        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
113        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
114        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
115        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
116
1172002-08-07      Joel Sherrill <joel@OARcorp.com>
118
119        * start/Makefile.am: Pick up rest of Ralf'f changes and use
120        cp not make-rel since there is no point in this case.
121        * start/debugreset.S: Rights were not assigned.
122        * start/reset.S: Add ifdef to avoid core dump until Chris can
123        track it down.
124        * start/cpuboot.c: Moved to startup.
125        * startup/Makefile.am: Account for above.
126
1272002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * startup/Makefile.am: Remove -DGDB_MONITOR_ACTIVE (Not used
130        anywhere).
131        Add ODS60302_DEBUG conditional.
132        * include/bsp.h: Fix broken bsp_cat macros (Not compliant to gcc31).
133        * configure.ac: Add --enable-ods60302-debug.
134        Add ODS60302_DEBUG conditional.
135
1362002-08-05      Joel Sherrill <joel@OARcorp.com>
137
138        * Per PR260 eliminate use of make-target-options.  This impacted
139        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
140        SuperCore and required that the m68k optimized memcpy be moved
141        to libcpu.
142        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
143
1442002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * start/Makefile.am: Fix bug in previous patch.
147        Really add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
148
1492002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * start/Makefile.am: Eliminate PGM.
152        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
153
1542002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * startup/Makefile.am: Add bsplib_DATA = linkcmds rom debugger.
157
1582002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
161        Remove $(OBJS) from all-local.
162
1632002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
166
1672001-05-09      Joel Sherrill <joel@OARcorp.com>
168
169        * startup/linkcmds: In support of gcc 3.1, added one of more
170        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
171        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
172        and direction of segments to memory regions may also have been
173        addressed.  This was a sweep across all BSPs.
174 
1752002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * configure.ac:
178        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
179        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
180        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
181        * Makefile.am: Remove AUTOMAKE_OPTIONS.
182        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
183        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
184        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
185        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
186        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
187        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
188
1892001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
192
1932001-11-27      Joel Sherrill <joel@OARcorp.com>,
194
195        This was tracked as PR39.
196        * include/bsp.h, start/cpuboot.c, start/reset.S, startup/debugger,
197        startup/linkcmds, startup/rom: Eliminated required definition of
198        macros in the custom file for the BSP to compile.  The ROM and ROM
199        address and size settings are now linker script items. 
200
2012001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
204        * configure.in: Remove.
205        * configure.ac: New file, generated from configure.in by autoupdate.
206
2072001-09-27      Joel Sherrill <joel@OARcorp.com>
208
209        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
210
2112001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
214
2152001-06-19      Joel Sherrill <joel@OARcorp.com>
216
217        * include/Makefile.am: Fixed typo.
218
2192001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * configure.in: Add bspopts.h.
222        * include/.cvsignore: Add bspopts.h*, stamp-h*.
223        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
224        * include/bsp.h: Include bspopts.h.
225
2262001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
227
228        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
229
2302000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
233
2342000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
237
2382000-11-01      Joel Sherrill <joel@OARcorp.com>
239
240        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
241        and libcsupport.h moved from libc to lib/include/rtems and
242        now must be referenced as <rtems/XXX.h>.   Header file order
243        was cleaned up while doing this.
244
2452000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
248        Switch to GNU canonicalization.
249
2502000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
251
252        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
253
2542000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
255
256        * startup/linkcmds: Added lines so DWARF debug information
257        would be available.  Otherwise gdb complains that the offsets
258        for the debug info are incorrect and doesn't load the files.
259
2602000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
263        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
264        compile.am
265
2662000-08-10      Joel Sherrill <joel@OARcorp.com>
267
268        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.