source: rtems/c/src/lib/libbsp/m68k/efi332/ChangeLog @ 88792dc

4.104.114.84.95
Last change on this file since 88792dc was 88792dc, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/16/03 at 12:55:34

2003-08-16 Ralf Corsepius <corsepiu@…>

Makefile.am: Reflect having moved automake.
clock/Makefile.am: Reflect having moved automake.
console/Makefile.am: Reflect having moved automake.
include/Makefile.am: Reflect having moved automake.
spurious/Makefile.am: Reflect having moved automake.
start/Makefile.am: Reflect having moved automake.
startup/Makefile.am: Reflect having moved automake.
timer/Makefile.am: Reflect having moved automake.
wrapup/Makefile.am: Reflect having moved automake.

  • Property mode set to 100644
File size: 8.2 KB
Line 
12003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        Makefile.am: Reflect having moved automake.
4        clock/Makefile.am: Reflect having moved automake.
5        console/Makefile.am: Reflect having moved automake.
6        include/Makefile.am: Reflect having moved automake.
7        spurious/Makefile.am: Reflect having moved automake.
8        start/Makefile.am: Reflect having moved automake.
9        startup/Makefile.am: Reflect having moved automake.
10        timer/Makefile.am: Reflect having moved automake.
11        wrapup/Makefile.am: Reflect having moved automake.
12
132003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        PR 452/bsps
16        * startup/Makefile.am: Remove USE_INIT_FINI.
17
182003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
21
222003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        PR 445/bsps
25        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
26        Remove cpp, old_cpp (now unused).
27
282003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * configure.ac: Remove AC_CONFIG_AUX_DIR.
31
322003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
35
362003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac: AC_PREREQ(2.57).
39
402003-01-20      Joel Sherrill <joel@OARcorp.com>
41
42        * startup/linkcmds*: Add FreeBSD sysctl() sections.
43
442002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * start/Makefile.am: Remove stray '\'.
47
482002-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
51        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
52        * spurious/Makefile.am: Don't include @RTEMS_BSP@.cfg.
53        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
54        Various fixes to get it compiling again.
55        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
56        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
57
582002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * start/Makefile.am: Use install-data-local to install startfile.
61
622002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
65
662002-11-01      Joel Sherrill <joel@OARcorp.com>
67
68        * console/console.c, start/start.c: Removed warnings.
69
702002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * .cvsignore: Reformat.
73        Add autom4te*cache.
74        Remove autom4te.cache.
75
762002-08-21      Joel Sherrill <joel@OARcorp.com>
77
78        * wrapup/Makefile.am: PR217 required that the idle task be moved to
79        libcpu so it could be more acutely aware of the CPU model.  This
80        file was modified to pick up the idle task from there.
81
822002-08-21      Joel Sherrill <joel@OARcorp.com>
83
84        * bsp_specs: Added support for -nostdlibs.
85
862002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
89        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
90        * spurious/Makefile.am: Use .$(OBJEXT) instead of .o.
91        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
92        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
93        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
94        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
95
962002-08-05      Joel Sherrill <joel@OARcorp.com>
97
98        * Per PR260 eliminate use of make-target-options.  This impacted
99        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
100        SuperCore and required that the m68k optimized memcpy be moved
101        to libcpu.
102        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
103
1042002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * start/Makefile.am: Eliminate PGM.
107        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
108        bsplib_DATA += $(PROJECT_RELEASE)/lib/except_vect_332_ROM$(LIB_VARIANT).o
109        bsplib_DATA += $(PROJECT_RELEASE)/lib/ram_init$(LIB_VARIANT)
110        bsplib_DATA += $(PROJECT_RELEASE)/lib/ram_init_FW$(LIB_VARIANT)
111
1122002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds_ROM.
115
1162002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
119        Remove $(OBJS) from all-local.
120
1212002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
124
1252001-05-09      Joel Sherrill <joel@OARcorp.com>
126
127        * startup/linkcmds: In support of gcc 3.1, added one of more
128        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
129        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
130        and direction of segments to memory regions may also have been
131        addressed.  This was a sweep across all BSPs.
132 
1332002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * configure.ac:
136        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
137        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
138        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
139        * Makefile.am: Remove AUTOMAKE_OPTIONS.
140        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
141        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
142        * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
143        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
144        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
145        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
146        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
147
1482001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
151        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
152
1532001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
156
1572001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
160        * configure.in: Remove.
161        * configure.ac: New file, generated from configure.in by autoupdate.
162
1632001-09-27      Joel Sherrill <joel@OARcorp.com>
164
165        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
166
1672001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * include/Makefile.am: Use 'CLEANFILES ='.
170        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
171
1722001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * configure.in: Add bspopts.h.
175        * include/.cvsignore: Add bspopts.h*, stamp-h*.
176        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
177        * include/bsp.h: Include bspopts.h.
178
1792001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
180
181        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
182
1832000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
186
1872000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
190
1912000-11-01      Joel Sherrill <joel@OARcorp.com>
192
193        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
194        and libcsupport.h moved from libc to lib/include/rtems and
195        now must be referenced as <rtems/XXX.h>.   Header file order
196        was cleaned up while doing this.
197
1982000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
201        Switch to GNU canonicalization.
202
2032000-10-12      John S Gwynne <jgwynne@mrcday.com>
204
205        * start/start.c: Modified to support generation of ram_init.
206        * start/ram_init.ld, BSP/start/ram_init.sed: New files.
207        These changes enable RTEMS to automatically generate
208        the ram_init file used by gdb with the BDM patches. The 332 has
209        on-board chip select lines (for RAM and FLASH) that must be
210        configured before use of these peripherals. These patches parse
211        data from start.c where the chip select lines are configured in
212        the runtime executable and automatically generates the gdb
213        initialization file using the same settings. A great time saver.
214        A similar file, ram_init_FW (flash writable), is also generated
215        that the flash programming tool uses.
216        * start/Makefile.am: Modified to support above.
217        * CPU/sim.h: Modified to support above.
218        * startup/except_vect_332_ROM.S: Moved to start so it would not
219        be included in libbsp.a.  Moving it to start ensures it is
220        available as a single object file.
221        * start/except_vect_332_ROM.S: Moved from startup.
222        * startup/linkcmds, startup/linkcmds_ROM: Fixes to the memory map
223        shown in the comments.
224
2252000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
226
227        * startup/linkcmds: Added lines so DWARF debug information
228        would be available.  Otherwise gdb complains that the offsets
229        for the debug info are incorrect and doesn't load the files.
230
2312000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
234        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
235        wrapup/Makefile.am: Include compile.am
236
2372000-08-10      Joel Sherrill <joel@OARcorp.com>
238
239        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.