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

4.104.114.84.95
Last change on this file since 80277b8 was 80277b8, checked in by Joel Sherrill <joel.sherrill@…>, on 11/01/02 at 23:05:26

2002-11-01 Joel Sherrill <joel@…>

  • startup/m68k-stub.c: Removed typos.
  • Property mode set to 100644
File size: 6.0 KB
Line 
12002-11-01      Joel Sherrill <joel@OARcorp.com>
2
3        * startup/m68k-stub.c: Removed typos.
4
52002-11-01      Joel Sherrill <joel@OARcorp.com>
6
7        * startup/m68k-stub.c: Removed warnings.
8
92002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * .cvsignore: Reformat.
12        Add autom4te*cache.
13        Remove autom4te.cache.
14
152002-08-21      Joel Sherrill <joel@OARcorp.com>
16
17        * wrapup/Makefile.am: PR217 required that the idle task be moved to
18        libcpu so it could be more acutely aware of the CPU model.  This
19        file was modified to pick up the idle task from there.
20
212002-08-21      Joel Sherrill <joel@OARcorp.com>
22
23        * bsp_specs: Added support for -nostdlibs.
24
252002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
28        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
29        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
30        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
31        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
32        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
33
342002-08-07      Joel Sherrill <joel@OARcorp.com>
35
36        * start/Makefile.am: Pick up rest of Ralf'f changes and use
37        cp not make-rel since there is no point in this case.
38        * start/debugreset.S: Rights were not assigned.
39        * start/reset.S: Add ifdef to avoid core dump until Chris can
40        track it down.
41        * start/cpuboot.c: Moved to startup.
42        * startup/Makefile.am: Account for above.
43
442002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * startup/Makefile.am: Remove -DGDB_MONITOR_ACTIVE (Not used
47        anywhere).
48        Add ODS60302_DEBUG conditional.
49        * include/bsp.h: Fix broken bsp_cat macros (Not compliant to gcc31).
50        * configure.ac: Add --enable-ods60302-debug.
51        Add ODS60302_DEBUG conditional.
52
532002-08-05      Joel Sherrill <joel@OARcorp.com>
54
55        * Per PR260 eliminate use of make-target-options.  This impacted
56        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
57        SuperCore and required that the m68k optimized memcpy be moved
58        to libcpu.
59        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
60
612002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * start/Makefile.am: Fix bug in previous patch.
64        Really add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
65
662002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * start/Makefile.am: Eliminate PGM.
69        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
70
712002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * startup/Makefile.am: Add bsplib_DATA = linkcmds rom debugger.
74
752002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
78        Remove $(OBJS) from all-local.
79
802002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
83
842001-05-09      Joel Sherrill <joel@OARcorp.com>
85
86        * startup/linkcmds: In support of gcc 3.1, added one of more
87        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
88        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
89        and direction of segments to memory regions may also have been
90        addressed.  This was a sweep across all BSPs.
91 
922002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * configure.ac:
95        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
96        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
97        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
98        * Makefile.am: Remove AUTOMAKE_OPTIONS.
99        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
100        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
101        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
102        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
103        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
104        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
105
1062001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
109
1102001-11-27      Joel Sherrill <joel@OARcorp.com>,
111
112        This was tracked as PR39.
113        * include/bsp.h, start/cpuboot.c, start/reset.S, startup/debugger,
114        startup/linkcmds, startup/rom: Eliminated required definition of
115        macros in the custom file for the BSP to compile.  The ROM and ROM
116        address and size settings are now linker script items. 
117
1182001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
121        * configure.in: Remove.
122        * configure.ac: New file, generated from configure.in by autoupdate.
123
1242001-09-27      Joel Sherrill <joel@OARcorp.com>
125
126        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
127
1282001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
131
1322001-06-19      Joel Sherrill <joel@OARcorp.com>
133
134        * include/Makefile.am: Fixed typo.
135
1362001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * configure.in: Add bspopts.h.
139        * include/.cvsignore: Add bspopts.h*, stamp-h*.
140        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
141        * include/bsp.h: Include bspopts.h.
142
1432001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
144
145        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
146
1472000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
150
1512000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
154
1552000-11-01      Joel Sherrill <joel@OARcorp.com>
156
157        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
158        and libcsupport.h moved from libc to lib/include/rtems and
159        now must be referenced as <rtems/XXX.h>.   Header file order
160        was cleaned up while doing this.
161
1622000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
165        Switch to GNU canonicalization.
166
1672000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
168
169        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
170
1712000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
172
173        * startup/linkcmds: Added lines so DWARF debug information
174        would be available.  Otherwise gdb complains that the offsets
175        for the debug info are incorrect and doesn't load the files.
176
1772000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
180        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
181        compile.am
182
1832000-08-10      Joel Sherrill <joel@OARcorp.com>
184
185        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.