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

4.104.114.84.95
Last change on this file since 9b5c258 was 9b5c258, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/11/03 at 11:11:33

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

  • configure.ac: AC_PREREQ(2.57).
  • Property mode set to 100644
File size: 7.1 KB
Line 
12003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: AC_PREREQ(2.57).
4
52003-01-20      Joel Sherrill <joel@OARcorp.com>
6
7        * startup/linkcmds*: Add FreeBSD sysctl() sections.
8
92002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * start/Makefile.am: Remove stray '\'.
12
132002-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
16        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
17        * spurious/Makefile.am: Don't include @RTEMS_BSP@.cfg.
18        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
19        Various fixes to get it compiling again.
20        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
21        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
22
232002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * start/Makefile.am: Use install-data-local to install startfile.
26
272002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
30
312002-11-01      Joel Sherrill <joel@OARcorp.com>
32
33        * console/console.c, start/start.c: Removed warnings.
34
352002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * .cvsignore: Reformat.
38        Add autom4te*cache.
39        Remove autom4te.cache.
40
412002-08-21      Joel Sherrill <joel@OARcorp.com>
42
43        * wrapup/Makefile.am: PR217 required that the idle task be moved to
44        libcpu so it could be more acutely aware of the CPU model.  This
45        file was modified to pick up the idle task from there.
46
472002-08-21      Joel Sherrill <joel@OARcorp.com>
48
49        * bsp_specs: Added support for -nostdlibs.
50
512002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
54        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
55        * spurious/Makefile.am: Use .$(OBJEXT) instead of .o.
56        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
57        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
58        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
59        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
60
612002-08-05      Joel Sherrill <joel@OARcorp.com>
62
63        * Per PR260 eliminate use of make-target-options.  This impacted
64        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
65        SuperCore and required that the m68k optimized memcpy be moved
66        to libcpu.
67        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
68
692002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * start/Makefile.am: Eliminate PGM.
72        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
73        bsplib_DATA += $(PROJECT_RELEASE)/lib/except_vect_332_ROM$(LIB_VARIANT).o
74        bsplib_DATA += $(PROJECT_RELEASE)/lib/ram_init$(LIB_VARIANT)
75        bsplib_DATA += $(PROJECT_RELEASE)/lib/ram_init_FW$(LIB_VARIANT)
76
772002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds_ROM.
80
812002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
84        Remove $(OBJS) from all-local.
85
862002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
89
902001-05-09      Joel Sherrill <joel@OARcorp.com>
91
92        * startup/linkcmds: In support of gcc 3.1, added one of more
93        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
94        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
95        and direction of segments to memory regions may also have been
96        addressed.  This was a sweep across all BSPs.
97 
982002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * configure.ac:
101        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
102        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
103        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
104        * Makefile.am: Remove AUTOMAKE_OPTIONS.
105        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
106        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
107        * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
108        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
109        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
110        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
111        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
112
1132001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
116        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
117
1182001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
121
1222001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
125        * configure.in: Remove.
126        * configure.ac: New file, generated from configure.in by autoupdate.
127
1282001-09-27      Joel Sherrill <joel@OARcorp.com>
129
130        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
131
1322001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * include/Makefile.am: Use 'CLEANFILES ='.
135        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
136
1372001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * configure.in: Add bspopts.h.
140        * include/.cvsignore: Add bspopts.h*, stamp-h*.
141        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
142        * include/bsp.h: Include bspopts.h.
143
1442001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
145
146        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
147
1482000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
151
1522000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
155
1562000-11-01      Joel Sherrill <joel@OARcorp.com>
157
158        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
159        and libcsupport.h moved from libc to lib/include/rtems and
160        now must be referenced as <rtems/XXX.h>.   Header file order
161        was cleaned up while doing this.
162
1632000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
166        Switch to GNU canonicalization.
167
1682000-10-12      John S Gwynne <jgwynne@mrcday.com>
169
170        * start/start.c: Modified to support generation of ram_init.
171        * start/ram_init.ld, BSP/start/ram_init.sed: New files.
172        These changes enable RTEMS to automatically generate
173        the ram_init file used by gdb with the BDM patches. The 332 has
174        on-board chip select lines (for RAM and FLASH) that must be
175        configured before use of these peripherals. These patches parse
176        data from start.c where the chip select lines are configured in
177        the runtime executable and automatically generates the gdb
178        initialization file using the same settings. A great time saver.
179        A similar file, ram_init_FW (flash writable), is also generated
180        that the flash programming tool uses.
181        * start/Makefile.am: Modified to support above.
182        * CPU/sim.h: Modified to support above.
183        * startup/except_vect_332_ROM.S: Moved to start so it would not
184        be included in libbsp.a.  Moving it to start ensures it is
185        available as a single object file.
186        * start/except_vect_332_ROM.S: Moved from startup.
187        * startup/linkcmds, startup/linkcmds_ROM: Fixes to the memory map
188        shown in the comments.
189
1902000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
191
192        * startup/linkcmds: Added lines so DWARF debug information
193        would be available.  Otherwise gdb complains that the offsets
194        for the debug info are incorrect and doesn't load the files.
195
1962000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
199        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
200        wrapup/Makefile.am: Include compile.am
201
2022000-08-10      Joel Sherrill <joel@OARcorp.com>
203
204        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.