source: rtems/c/src/lib/libbsp/m68k/efi332/ChangeLog @ 3299388d

4.104.114.84.95
Last change on this file since 3299388d was a1546de, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/19/03 at 10:18:23

2003-09-19 Ralf Corsepius <corsepiu@…>

  • bsp_specs: Remove *lib:.
  • Property mode set to 100644
File size: 8.8 KB
Line 
12003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * bsp_specs: Remove *lib:.
4
52003-09-15      Joel Sherrill <joel@OARcorp.com>
6
7        PR 483/bsps
8        * start/start.c, startup/bspstart.c: Spurious interrupt handlers cannot
9        be installed until RTEMS has initialized the vector table.
10
112003-09-04      Joel Sherrill <joel@OARcorp.com>
12
13        * clock/ckinit.c, console/console.c, include/bsp.h, misc/interr.c,
14        spurious/spinit.c, startup/bspclean.c, startup/bspstart.c,
15        timer/timer.c: URL for license changed.
16
172003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * Makefile.am: Reflect having moved aclocal/.
20
212003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * Makefile.am: Reflect having moved automake/.
24        * clock/Makefile.am: Reflect having moved automake/.
25        * console/Makefile.am: Reflect having moved automake/.
26        * include/Makefile.am: Reflect having moved automake/.
27        * spurious/Makefile.am: Reflect having moved automake/.
28        * start/Makefile.am: Reflect having moved automake/.
29        * startup/Makefile.am: Reflect having moved automake/.
30        * timer/Makefile.am: Reflect having moved automake/.
31        * wrapup/Makefile.am: Reflect having moved automake/.
32
332003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        PR 452/bsps
36        * startup/Makefile.am: Remove USE_INIT_FINI.
37
382003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
41
422003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        PR 445/bsps
45        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
46        Remove cpp, old_cpp (now unused).
47
482003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * configure.ac: Remove AC_CONFIG_AUX_DIR.
51
522003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
55
562003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * configure.ac: AC_PREREQ(2.57).
59
602003-01-20      Joel Sherrill <joel@OARcorp.com>
61
62        * startup/linkcmds*: Add FreeBSD sysctl() sections.
63
642002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * start/Makefile.am: Remove stray '\'.
67
682002-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
71        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
72        * spurious/Makefile.am: Don't include @RTEMS_BSP@.cfg.
73        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
74        Various fixes to get it compiling again.
75        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
76        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
77
782002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * start/Makefile.am: Use install-data-local to install startfile.
81
822002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
85
862002-11-01      Joel Sherrill <joel@OARcorp.com>
87
88        * console/console.c, start/start.c: Removed warnings.
89
902002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * .cvsignore: Reformat.
93        Add autom4te*cache.
94        Remove autom4te.cache.
95
962002-08-21      Joel Sherrill <joel@OARcorp.com>
97
98        * wrapup/Makefile.am: PR217 required that the idle task be moved to
99        libcpu so it could be more acutely aware of the CPU model.  This
100        file was modified to pick up the idle task from there.
101
1022002-08-21      Joel Sherrill <joel@OARcorp.com>
103
104        * bsp_specs: Added support for -nostdlibs.
105
1062002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
109        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
110        * spurious/Makefile.am: Use .$(OBJEXT) instead of .o.
111        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
112        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
113        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
114        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
115
1162002-08-05      Joel Sherrill <joel@OARcorp.com>
117
118        * Per PR260 eliminate use of make-target-options.  This impacted
119        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
120        SuperCore and required that the m68k optimized memcpy be moved
121        to libcpu.
122        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
123
1242002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * start/Makefile.am: Eliminate PGM.
127        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
128        bsplib_DATA += $(PROJECT_RELEASE)/lib/except_vect_332_ROM$(LIB_VARIANT).o
129        bsplib_DATA += $(PROJECT_RELEASE)/lib/ram_init$(LIB_VARIANT)
130        bsplib_DATA += $(PROJECT_RELEASE)/lib/ram_init_FW$(LIB_VARIANT)
131
1322002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds_ROM.
135
1362002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
139        Remove $(OBJS) from all-local.
140
1412002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
144
1452001-05-09      Joel Sherrill <joel@OARcorp.com>
146
147        * startup/linkcmds: In support of gcc 3.1, added one of more
148        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
149        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
150        and direction of segments to memory regions may also have been
151        addressed.  This was a sweep across all BSPs.
152 
1532002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * configure.ac:
156        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
157        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
158        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
159        * Makefile.am: Remove AUTOMAKE_OPTIONS.
160        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
161        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
162        * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
163        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
164        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
165        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
166        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
167
1682001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
171        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
172
1732001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
176
1772001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
180        * configure.in: Remove.
181        * configure.ac: New file, generated from configure.in by autoupdate.
182
1832001-09-27      Joel Sherrill <joel@OARcorp.com>
184
185        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
186
1872001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * include/Makefile.am: Use 'CLEANFILES ='.
190        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
191
1922001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * configure.in: Add bspopts.h.
195        * include/.cvsignore: Add bspopts.h*, stamp-h*.
196        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
197        * include/bsp.h: Include bspopts.h.
198
1992001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
200
201        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
202
2032000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
206
2072000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
210
2112000-11-01      Joel Sherrill <joel@OARcorp.com>
212
213        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
214        and libcsupport.h moved from libc to lib/include/rtems and
215        now must be referenced as <rtems/XXX.h>.   Header file order
216        was cleaned up while doing this.
217
2182000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
221        Switch to GNU canonicalization.
222
2232000-10-12      John S Gwynne <jgwynne@mrcday.com>
224
225        * start/start.c: Modified to support generation of ram_init.
226        * start/ram_init.ld, BSP/start/ram_init.sed: New files.
227        These changes enable RTEMS to automatically generate
228        the ram_init file used by gdb with the BDM patches. The 332 has
229        on-board chip select lines (for RAM and FLASH) that must be
230        configured before use of these peripherals. These patches parse
231        data from start.c where the chip select lines are configured in
232        the runtime executable and automatically generates the gdb
233        initialization file using the same settings. A great time saver.
234        A similar file, ram_init_FW (flash writable), is also generated
235        that the flash programming tool uses.
236        * start/Makefile.am: Modified to support above.
237        * CPU/sim.h: Modified to support above.
238        * startup/except_vect_332_ROM.S: Moved to start so it would not
239        be included in libbsp.a.  Moving it to start ensures it is
240        available as a single object file.
241        * start/except_vect_332_ROM.S: Moved from startup.
242        * startup/linkcmds, startup/linkcmds_ROM: Fixes to the memory map
243        shown in the comments.
244
2452000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
246
247        * startup/linkcmds: Added lines so DWARF debug information
248        would be available.  Otherwise gdb complains that the offsets
249        for the debug info are incorrect and doesn't load the files.
250
2512000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
254        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
255        wrapup/Makefile.am: Include compile.am
256
2572000-08-10      Joel Sherrill <joel@OARcorp.com>
258
259        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.