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

4.104.114.84.95
Last change on this file since 352288b was 8730f45, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/21/02 at 12:19:27

2002-10-21 Ralf Corsepius <corsepiu@…>

  • .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
  • Property mode set to 100644
File size: 6.1 KB
Line 
12002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * .cvsignore: Reformat.
4        Add autom4te*cache.
5        Remove autom4te.cache.
6
72002-08-21      Joel Sherrill <joel@OARcorp.com>
8
9        * wrapup/Makefile.am: PR217 required that the idle task be moved to
10        libcpu so it could be more acutely aware of the CPU model.  This
11        file was modified to pick up the idle task from there.
12
132002-08-21      Joel Sherrill <joel@OARcorp.com>
14
15        * bsp_specs: Added support for -nostdlibs.
16
172002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
20        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
21        * spurious/Makefile.am: Use .$(OBJEXT) instead of .o.
22        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
23        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
24        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
25        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
26
272002-08-05      Joel Sherrill <joel@OARcorp.com>
28
29        * Per PR260 eliminate use of make-target-options.  This impacted
30        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
31        SuperCore and required that the m68k optimized memcpy be moved
32        to libcpu.
33        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
34
352002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * start/Makefile.am: Eliminate PGM.
38        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
39        bsplib_DATA += $(PROJECT_RELEASE)/lib/except_vect_332_ROM$(LIB_VARIANT).o
40        bsplib_DATA += $(PROJECT_RELEASE)/lib/ram_init$(LIB_VARIANT)
41        bsplib_DATA += $(PROJECT_RELEASE)/lib/ram_init_FW$(LIB_VARIANT)
42
432002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds_ROM.
46
472002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
50        Remove $(OBJS) from all-local.
51
522002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
55
562001-05-09      Joel Sherrill <joel@OARcorp.com>
57
58        * startup/linkcmds: In support of gcc 3.1, added one of more
59        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
60        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
61        and direction of segments to memory regions may also have been
62        addressed.  This was a sweep across all BSPs.
63 
642002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * configure.ac:
67        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
68        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
69        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
70        * Makefile.am: Remove AUTOMAKE_OPTIONS.
71        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
72        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
73        * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
74        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
75        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
76        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
77        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
78
792001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
82        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
83
842001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
87
882001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
91        * configure.in: Remove.
92        * configure.ac: New file, generated from configure.in by autoupdate.
93
942001-09-27      Joel Sherrill <joel@OARcorp.com>
95
96        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
97
982001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * include/Makefile.am: Use 'CLEANFILES ='.
101        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
102
1032001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * configure.in: Add bspopts.h.
106        * include/.cvsignore: Add bspopts.h*, stamp-h*.
107        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
108        * include/bsp.h: Include bspopts.h.
109
1102001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
111
112        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
113
1142000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
117
1182000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
121
1222000-11-01      Joel Sherrill <joel@OARcorp.com>
123
124        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
125        and libcsupport.h moved from libc to lib/include/rtems and
126        now must be referenced as <rtems/XXX.h>.   Header file order
127        was cleaned up while doing this.
128
1292000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
132        Switch to GNU canonicalization.
133
1342000-10-12      John S Gwynne <jgwynne@mrcday.com>
135
136        * start/start.c: Modified to support generation of ram_init.
137        * start/ram_init.ld, BSP/start/ram_init.sed: New files.
138        These changes enable RTEMS to automatically generate
139        the ram_init file used by gdb with the BDM patches. The 332 has
140        on-board chip select lines (for RAM and FLASH) that must be
141        configured before use of these peripherals. These patches parse
142        data from start.c where the chip select lines are configured in
143        the runtime executable and automatically generates the gdb
144        initialization file using the same settings. A great time saver.
145        A similar file, ram_init_FW (flash writable), is also generated
146        that the flash programming tool uses.
147        * start/Makefile.am: Modified to support above.
148        * CPU/sim.h: Modified to support above.
149        * startup/except_vect_332_ROM.S: Moved to start so it would not
150        be included in libbsp.a.  Moving it to start ensures it is
151        available as a single object file.
152        * start/except_vect_332_ROM.S: Moved from startup.
153        * startup/linkcmds, startup/linkcmds_ROM: Fixes to the memory map
154        shown in the comments.
155
1562000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
157
158        * startup/linkcmds: Added lines so DWARF debug information
159        would be available.  Otherwise gdb complains that the offsets
160        for the debug info are incorrect and doesn't load the files.
161
1622000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
165        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
166        wrapup/Makefile.am: Include compile.am
167
1682000-08-10      Joel Sherrill <joel@OARcorp.com>
169
170        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.