source: rtems/c/src/lib/libbsp/m68k/gen68360/ChangeLog @ a48dfc9

Last change on this file since a48dfc9 was a48dfc9, checked in by Joel Sherrill <joel.sherrill@…>, on 08/22/03 at 18:50:57

2003-08-22 Joel Sherrill <joel@…>

PR 445/bsps

  • bsp_specs: Hand edited to duplicate change Ralf applied to the CVS trunk.
  • Property mode set to 100644
File size: 6.6 KB
Line 
12003-08-22      Joel Sherrill <joel@OARcorp.com>
2
3        PR 445/bsps
4        * bsp_specs: Hand edited to duplicate change Ralf applied to the CVS
5        trunk.
6
72003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
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-21      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        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
32        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
33        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
34        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
35
362002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * start/Makefile.am: Use install-data-local to install startfile.
39
402002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
43
442002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * .cvsignore: Reformat.
47        Add autom4te*cache.
48        Remove autom4te.cache.
49
502002-08-21      Joel Sherrill <joel@OARcorp.com>
51
52        * wrapup/Makefile.am: PR217 required that the idle task be moved to
53        libcpu so it could be more acutely aware of the CPU model.  This
54        file was modified to pick up the idle task from there.
55
562002-08-21      Joel Sherrill <joel@OARcorp.com>
57
58        * bsp_specs: Added support for -nostdlibs.
59
602002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
63        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
64        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
65        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
66        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
67        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
68        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
69
702002-08-05      Joel Sherrill <joel@OARcorp.com>
71
72        * Per PR260 eliminate use of make-target-options.  This impacted
73        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
74        SuperCore and required that the m68k optimized memcpy be moved
75        to libcpu.
76        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
77
782002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * start/Makefile.am: Eliminate PGM.
81        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
82
832002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds.prom
86        linkcmds.bootp.
87
882002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
91        Remove $(OBJS) from all-local.
92
932002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
96
972002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
98
99        * startup/Makefile.am: Compile the m68k gdb stub and glue.
100
1012002-05-14      Eric Norum <eric.norum@usask.ca>
102
103        * startup/linkcmds.bootp, startup/linkcmds.prom: Per PR192 add
104        sections needed by gcc 3.1.  linkcmds had already been fixed on
105        a gcc 3.1 clean up sweep.
106
1072001-05-09      Joel Sherrill <joel@OARcorp.com>
108
109        * startup/linkcmds: In support of gcc 3.1, added one of more
110        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
111        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
112        and direction of segments to memory regions may also have been
113        addressed.  This was a sweep across all BSPs.
114 
1152002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * configure.ac:
118        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
119        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
120        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
121        * Makefile.am: Remove AUTOMAKE_OPTIONS.
122        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
123        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
124        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
125        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
126        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
127        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
128        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
129
1302001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
133
1342001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
137        * configure.in: Remove.
138        * configure.ac: New file, generated from configure.in by autoupdate.
139
1402001-09-27      Joel Sherrill <joel@OARcorp.com>
141
142        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
143
1442001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
147
1482001-09-14      Eric Norum <eric.norum@usask.ca>
149
150        * startup/init68360.c: Modifications to make gcc 3.x happy.
151
1522001-09-19      Eric Norum <eric.norum@usask.ca>
153
154        * README: Bring it more in line with reality.
155
1562001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * configure.in: Add bspopts.h.
159        * include/.cvsignore: Add bspopts.h*, stamp-h*.
160        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
161        * include/bsp.h: Include bspopts.h.
162
1632001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
164
165        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
166
1672001-01-12      Eric Norum <eric.norum@usask.ca>
168
169        * README, clock/Makefile.am, clock/ckinit.c, clock/clock.c:
170        Clock driver updated to use shell driver mechanism.
171        * clock/ckinit.c: Removed.
172        * clock/clock.c: New file.
173
1742000-12-19      Joel Sherrill <joel@OARcorp.com>
175
176        * Makefile.am: Removed unneeded blank line.
177
1782000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
181
1822000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
185
1862000-11-01      Joel Sherrill <joel@OARcorp.com>
187
188        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
189        and libcsupport.h moved from libc to lib/include/rtems and
190        now must be referenced as <rtems/XXX.h>.   Header file order
191        was cleaned up while doing this.
192
1932000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
196        Switch to GNU canonicalization.
197
1982000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
199
200        * startup/linkcmds: Added lines so DWARF debug information
201        would be available.  Otherwise gdb complains that the offsets
202        for the debug info are incorrect and doesn't load the files.
203
2042000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
207        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
208        wrapup/Makefile.am: Include compile.am
209
2102000-08-10      Joel Sherrill <joel@OARcorp.com>
211
212        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.