source: rtems/c/src/lib/libbsp/m68k/gen68340/ChangeLog @ e82e4752

Last change on this file since e82e4752 was e82e4752, checked in by Joel Sherrill <joel.sherrill@…>, on 09/04/03 at 18:44:25

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

  • clock/ckinit.c, console/Modif_cpu_asm.S, console/console.c, console/m340uart.c, include/bsp.h, include/m340timer.h, include/m340uart.h, start/start.S, start/startfor340only.S, startup/bspclean.c, startup/bspstart.c, startup/dumpanic.c, timer/timer.c: URL for license changed.
  • Property mode set to 100644
File size: 6.2 KB
Line 
12003-09-04      Joel Sherrill <joel@OARcorp.com>
2
3        * clock/ckinit.c, console/Modif_cpu_asm.S, console/console.c,
4        console/m340uart.c, include/bsp.h, include/m340timer.h,
5        include/m340uart.h, start/start.S, start/startfor340only.S,
6        startup/bspclean.c, startup/bspstart.c, startup/dumpanic.c,
7        timer/timer.c: URL for license changed.
8
92003-08-22      Joel Sherrill <joel@OARcorp.com>
10
11        PR 445/bsps
12        * bsp_specs: Hand edited to duplicate change Ralf applied to the CVS
13        trunk.
14
152003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
18
192003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * configure.ac: Remove AC_CONFIG_AUX_DIR.
22
232003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
26
272003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * configure.ac: AC_PREREQ(2.57).
30
312003-01-20      Joel Sherrill <joel@OARcorp.com>
32
33        * startup/linkcmds*: Add FreeBSD sysctl() sections.
34
352002-12-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
38        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
39        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
40        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
41        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
42
432002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * start/Makefile.am: Use install-data-local to install startfile.
46
472002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
50
512002-11-04      Joel Sherrill <joel@OARcorp.com>
52
53        * console/console.c, console/m340uart.c: Removed warnings.
54
552002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * .cvsignore: Reformat.
58        Add autom4te*cache.
59        Remove autom4te.cache.
60
612002-08-21      Joel Sherrill <joel@OARcorp.com>
62
63        * wrapup/Makefile.am: PR217 required that the idle task be moved to
64        libcpu so it could be more acutely aware of the CPU model.  This
65        file was modified to pick up the idle task from there.
66
672002-08-21      Joel Sherrill <joel@OARcorp.com>
68
69        * bsp_specs: Added support for -nostdlibs.
70
712002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
74        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
75        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
76        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
77        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
78        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
79
802002-08-05      Joel Sherrill <joel@OARcorp.com>
81
82        * Per PR260 eliminate use of make-target-options.  This impacted
83        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
84        SuperCore and required that the m68k optimized memcpy be moved
85        to libcpu.
86        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
87
882002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * start/Makefile.am: Eliminate PGM.
91        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
92
932002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
96
972002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
100        Remove $(OBJS) from all-local.
101
1022002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
105
1062001-05-09      Joel Sherrill <joel@OARcorp.com>
107
108        * startup/linkcmds: In support of gcc 3.1, added one of more
109        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
110        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
111        and direction of segments to memory regions may also have been
112        addressed.  This was a sweep across all BSPs.
113 
1142002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * configure.ac:
117        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
118        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
119        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
120        * Makefile.am: Remove AUTOMAKE_OPTIONS.
121        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
122        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
123        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
124        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
125        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
126        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
127
1282001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
131
1322001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
135        * configure.in: Remove.
136        * configure.ac: New file, generated from configure.in by autoupdate.
137
1382001-09-27      Joel Sherrill <joel@OARcorp.com>
139
140        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
141
1422001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
145
1462001-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * include/Makefile.am: Fix typo in include_HEADERS.
149
1502001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * configure.in: Add bspopts.h.
153        * include/.cvsignore: Add bspopts.h*, stamp-h*.
154        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
155        * include/bsp.h: Include bspopts.h.
156
1572001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
158
159        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
160
1612000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
164
1652000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
168
1692000-11-01      Joel Sherrill <joel@OARcorp.com>
170
171        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
172        and libcsupport.h moved from libc to lib/include/rtems and
173        now must be referenced as <rtems/XXX.h>.   Header file order
174        was cleaned up while doing this.
175
1762000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
179        Switch to GNU canonicalization.
180
1812000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
182
183        * startup/linkcmds: Added lines so DWARF debug information
184        would be available.  Otherwise gdb complains that the offsets
185        for the debug info are incorrect and doesn't load the files.
186
1872000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
190        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
191        compile.am
192
1932000-08-10      Joel Sherrill <joel@OARcorp.com>
194
195        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.