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

Last change on this file since b18646c9 was b18646c9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/06/03 at 10:45:24

2003-03-06 Ralf Corsepius <corsepiu@…>

  • configure.ac: Remove AC_CONFIG_AUX_DIR.
  • Property mode set to 100644
File size: 7.3 KB
Line 
12003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove AC_CONFIG_AUX_DIR.
4
52003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
8
92003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: AC_PREREQ(2.57).
12
132003-01-20      Joel Sherrill <joel@OARcorp.com>
14
15        * startup/linkcmds*: Add FreeBSD sysctl() sections.
16
172002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * start/Makefile.am: Remove stray '\'.
20
212002-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
24        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
25        * spurious/Makefile.am: Don't include @RTEMS_BSP@.cfg.
26        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
27        Various fixes to get it compiling again.
28        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
29        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
30
312002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * start/Makefile.am: Use install-data-local to install startfile.
34
352002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
38
392002-11-01      Joel Sherrill <joel@OARcorp.com>
40
41        * console/console.c, start/start.c: Removed warnings.
42
432002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * .cvsignore: Reformat.
46        Add autom4te*cache.
47        Remove autom4te.cache.
48
492002-08-21      Joel Sherrill <joel@OARcorp.com>
50
51        * wrapup/Makefile.am: PR217 required that the idle task be moved to
52        libcpu so it could be more acutely aware of the CPU model.  This
53        file was modified to pick up the idle task from there.
54
552002-08-21      Joel Sherrill <joel@OARcorp.com>
56
57        * bsp_specs: Added support for -nostdlibs.
58
592002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
62        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
63        * spurious/Makefile.am: Use .$(OBJEXT) instead of .o.
64        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
65        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
66        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
67        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
68
692002-08-05      Joel Sherrill <joel@OARcorp.com>
70
71        * Per PR260 eliminate use of make-target-options.  This impacted
72        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
73        SuperCore and required that the m68k optimized memcpy be moved
74        to libcpu.
75        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
76
772002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * start/Makefile.am: Eliminate PGM.
80        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
81        bsplib_DATA += $(PROJECT_RELEASE)/lib/except_vect_332_ROM$(LIB_VARIANT).o
82        bsplib_DATA += $(PROJECT_RELEASE)/lib/ram_init$(LIB_VARIANT)
83        bsplib_DATA += $(PROJECT_RELEASE)/lib/ram_init_FW$(LIB_VARIANT)
84
852002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds_ROM.
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        * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
116        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
117        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
118        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
119        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
120
1212001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
124        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
125
1262001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
129
1302001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
133        * configure.in: Remove.
134        * configure.ac: New file, generated from configure.in by autoupdate.
135
1362001-09-27      Joel Sherrill <joel@OARcorp.com>
137
138        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
139
1402001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * include/Makefile.am: Use 'CLEANFILES ='.
143        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
144
1452001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * configure.in: Add bspopts.h.
148        * include/.cvsignore: Add bspopts.h*, stamp-h*.
149        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
150        * include/bsp.h: Include bspopts.h.
151
1522001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
153
154        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
155
1562000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
159
1602000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
163
1642000-11-01      Joel Sherrill <joel@OARcorp.com>
165
166        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
167        and libcsupport.h moved from libc to lib/include/rtems and
168        now must be referenced as <rtems/XXX.h>.   Header file order
169        was cleaned up while doing this.
170
1712000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
174        Switch to GNU canonicalization.
175
1762000-10-12      John S Gwynne <jgwynne@mrcday.com>
177
178        * start/start.c: Modified to support generation of ram_init.
179        * start/ram_init.ld, BSP/start/ram_init.sed: New files.
180        These changes enable RTEMS to automatically generate
181        the ram_init file used by gdb with the BDM patches. The 332 has
182        on-board chip select lines (for RAM and FLASH) that must be
183        configured before use of these peripherals. These patches parse
184        data from start.c where the chip select lines are configured in
185        the runtime executable and automatically generates the gdb
186        initialization file using the same settings. A great time saver.
187        A similar file, ram_init_FW (flash writable), is also generated
188        that the flash programming tool uses.
189        * start/Makefile.am: Modified to support above.
190        * CPU/sim.h: Modified to support above.
191        * startup/except_vect_332_ROM.S: Moved to start so it would not
192        be included in libbsp.a.  Moving it to start ensures it is
193        available as a single object file.
194        * start/except_vect_332_ROM.S: Moved from startup.
195        * startup/linkcmds, startup/linkcmds_ROM: Fixes to the memory map
196        shown in the comments.
197
1982000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
199
200        * startup/linkcmds: Added lines so DWARF debug information
201        would be available.  Otherwise gdb complains that the offsets
202        for the debug info are incorrect and doesn't load the files.
203
2042000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
207        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
208        wrapup/Makefile.am: Include compile.am
209
2102000-08-10      Joel Sherrill <joel@OARcorp.com>
211
212        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.