source: rtems/c/src/lib/libbsp/m68k/efi332/ChangeLog @ 317458ce

4.104.114.84.95
Last change on this file since 317458ce was 317458ce, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/03 at 16:07:24

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

  • startup/Makefile.am: Remove USE_INIT_FINI.
  • Property mode set to 100644
File size: 7.6 KB
Line 
12003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * startup/Makefile.am: Remove USE_INIT_FINI.
4
52003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
8
92003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
12        Remove cpp, old_cpp (now unused).
13
142003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * configure.ac: Remove AC_CONFIG_AUX_DIR.
17
182003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
21
222003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac: AC_PREREQ(2.57).
25
262003-01-20      Joel Sherrill <joel@OARcorp.com>
27
28        * startup/linkcmds*: Add FreeBSD sysctl() sections.
29
302002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * start/Makefile.am: Remove stray '\'.
33
342002-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
37        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
38        * spurious/Makefile.am: Don't include @RTEMS_BSP@.cfg.
39        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
40        Various fixes to get it compiling again.
41        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
42        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
43
442002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * start/Makefile.am: Use install-data-local to install startfile.
47
482002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
51
522002-11-01      Joel Sherrill <joel@OARcorp.com>
53
54        * console/console.c, start/start.c: Removed warnings.
55
562002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * .cvsignore: Reformat.
59        Add autom4te*cache.
60        Remove autom4te.cache.
61
622002-08-21      Joel Sherrill <joel@OARcorp.com>
63
64        * wrapup/Makefile.am: PR217 required that the idle task be moved to
65        libcpu so it could be more acutely aware of the CPU model.  This
66        file was modified to pick up the idle task from there.
67
682002-08-21      Joel Sherrill <joel@OARcorp.com>
69
70        * bsp_specs: Added support for -nostdlibs.
71
722002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
75        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
76        * spurious/Makefile.am: Use .$(OBJEXT) instead of .o.
77        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
78        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
79        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
80        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
81
822002-08-05      Joel Sherrill <joel@OARcorp.com>
83
84        * Per PR260 eliminate use of make-target-options.  This impacted
85        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
86        SuperCore and required that the m68k optimized memcpy be moved
87        to libcpu.
88        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
89
902002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * start/Makefile.am: Eliminate PGM.
93        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
94        bsplib_DATA += $(PROJECT_RELEASE)/lib/except_vect_332_ROM$(LIB_VARIANT).o
95        bsplib_DATA += $(PROJECT_RELEASE)/lib/ram_init$(LIB_VARIANT)
96        bsplib_DATA += $(PROJECT_RELEASE)/lib/ram_init_FW$(LIB_VARIANT)
97
982002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds_ROM.
101
1022002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
105        Remove $(OBJS) from all-local.
106
1072002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
110
1112001-05-09      Joel Sherrill <joel@OARcorp.com>
112
113        * startup/linkcmds: In support of gcc 3.1, added one of more
114        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
115        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
116        and direction of segments to memory regions may also have been
117        addressed.  This was a sweep across all BSPs.
118 
1192002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * configure.ac:
122        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
123        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
124        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
125        * Makefile.am: Remove AUTOMAKE_OPTIONS.
126        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
127        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
128        * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
129        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
130        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
131        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
132        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
133
1342001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
137        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
138
1392001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
142
1432001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
146        * configure.in: Remove.
147        * configure.ac: New file, generated from configure.in by autoupdate.
148
1492001-09-27      Joel Sherrill <joel@OARcorp.com>
150
151        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
152
1532001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * include/Makefile.am: Use 'CLEANFILES ='.
156        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
157
1582001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * configure.in: Add bspopts.h.
161        * include/.cvsignore: Add bspopts.h*, stamp-h*.
162        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
163        * include/bsp.h: Include bspopts.h.
164
1652001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
166
167        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
168
1692000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
172
1732000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
176
1772000-11-01      Joel Sherrill <joel@OARcorp.com>
178
179        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
180        and libcsupport.h moved from libc to lib/include/rtems and
181        now must be referenced as <rtems/XXX.h>.   Header file order
182        was cleaned up while doing this.
183
1842000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
187        Switch to GNU canonicalization.
188
1892000-10-12      John S Gwynne <jgwynne@mrcday.com>
190
191        * start/start.c: Modified to support generation of ram_init.
192        * start/ram_init.ld, BSP/start/ram_init.sed: New files.
193        These changes enable RTEMS to automatically generate
194        the ram_init file used by gdb with the BDM patches. The 332 has
195        on-board chip select lines (for RAM and FLASH) that must be
196        configured before use of these peripherals. These patches parse
197        data from start.c where the chip select lines are configured in
198        the runtime executable and automatically generates the gdb
199        initialization file using the same settings. A great time saver.
200        A similar file, ram_init_FW (flash writable), is also generated
201        that the flash programming tool uses.
202        * start/Makefile.am: Modified to support above.
203        * CPU/sim.h: Modified to support above.
204        * startup/except_vect_332_ROM.S: Moved to start so it would not
205        be included in libbsp.a.  Moving it to start ensures it is
206        available as a single object file.
207        * start/except_vect_332_ROM.S: Moved from startup.
208        * startup/linkcmds, startup/linkcmds_ROM: Fixes to the memory map
209        shown in the comments.
210
2112000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
212
213        * startup/linkcmds: Added lines so DWARF debug information
214        would be available.  Otherwise gdb complains that the offsets
215        for the debug info are incorrect and doesn't load the files.
216
2172000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
220        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
221        wrapup/Makefile.am: Include compile.am
222
2232000-08-10      Joel Sherrill <joel@OARcorp.com>
224
225        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.