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

4.104.114.84.95
Last change on this file since 1d36d2af was 1d36d2af, checked in by Joel Sherrill <joel.sherrill@…>, on 01/20/03 at 20:22:01

2003-01-20 Joel Sherrill <joel@…>

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