source: rtems/c/src/lib/libbsp/m68k/gen68340/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: 5.8 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        * 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-04      Joel Sherrill <joel@OARcorp.com>
44
45        * console/console.c, console/m340uart.c: Removed warnings.
46
472002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * .cvsignore: Reformat.
50        Add autom4te*cache.
51        Remove autom4te.cache.
52
532002-08-21      Joel Sherrill <joel@OARcorp.com>
54
55        * wrapup/Makefile.am: PR217 required that the idle task be moved to
56        libcpu so it could be more acutely aware of the CPU model.  This
57        file was modified to pick up the idle task from there.
58
592002-08-21      Joel Sherrill <joel@OARcorp.com>
60
61        * bsp_specs: Added support for -nostdlibs.
62
632002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
66        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
67        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
68        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
69        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
70        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
71
722002-08-05      Joel Sherrill <joel@OARcorp.com>
73
74        * Per PR260 eliminate use of make-target-options.  This impacted
75        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
76        SuperCore and required that the m68k optimized memcpy be moved
77        to libcpu.
78        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
79
802002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * start/Makefile.am: Eliminate PGM.
83        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
84
852002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
88
892002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
92        Remove $(OBJS) from all-local.
93
942002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
97
982001-05-09      Joel Sherrill <joel@OARcorp.com>
99
100        * startup/linkcmds: In support of gcc 3.1, added one of more
101        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
102        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
103        and direction of segments to memory regions may also have been
104        addressed.  This was a sweep across all BSPs.
105 
1062002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * configure.ac:
109        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
110        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
111        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
112        * Makefile.am: Remove AUTOMAKE_OPTIONS.
113        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
114        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
115        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
116        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
117        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
118        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
119
1202001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
123
1242001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
127        * configure.in: Remove.
128        * configure.ac: New file, generated from configure.in by autoupdate.
129
1302001-09-27      Joel Sherrill <joel@OARcorp.com>
131
132        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
133
1342001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
137
1382001-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * include/Makefile.am: Fix typo in include_HEADERS.
141
1422001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * configure.in: Add bspopts.h.
145        * include/.cvsignore: Add bspopts.h*, stamp-h*.
146        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
147        * include/bsp.h: Include bspopts.h.
148
1492001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
150
151        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
152
1532000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
156
1572000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
160
1612000-11-01      Joel Sherrill <joel@OARcorp.com>
162
163        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
164        and libcsupport.h moved from libc to lib/include/rtems and
165        now must be referenced as <rtems/XXX.h>.   Header file order
166        was cleaned up while doing this.
167
1682000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
171        Switch to GNU canonicalization.
172
1732000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
174
175        * startup/linkcmds: Added lines so DWARF debug information
176        would be available.  Otherwise gdb complains that the offsets
177        for the debug info are incorrect and doesn't load the files.
178
1792000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
182        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
183        compile.am
184
1852000-08-10      Joel Sherrill <joel@OARcorp.com>
186
187        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.