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

4.104.114.84.95
Last change on this file since 75adbe5f was 75adbe5f, checked in by Joel Sherrill <joel.sherrill@…>, on 08/05/02 at 19:02:15

2002-08-05 Joel Sherrill <joel@…>

  • Per PR260 eliminate use of make-target-options. This impacted RTEMS allowing a distinction between the CPU32 and CPU32+ in the SuperCore? and required that the m68k optimized memcpy be moved to libcpu.
  • wrapup/Makefile.am: Pick up memcpy.o from libcpu.
  • Property mode set to 100644
File size: 5.2 KB
Line 
12002-08-05      Joel Sherrill <joel@OARcorp.com>
2
3        * Per PR260 eliminate use of make-target-options.  This impacted
4        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
5        SuperCore and required that the m68k optimized memcpy be moved
6        to libcpu.
7        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
8
92002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * start/Makefile.am: Eliminate PGM.
12        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
13        bsplib_DATA += $(PROJECT_RELEASE)/lib/except_vect_332_ROM$(LIB_VARIANT).o
14        bsplib_DATA += $(PROJECT_RELEASE)/lib/ram_init$(LIB_VARIANT)
15        bsplib_DATA += $(PROJECT_RELEASE)/lib/ram_init_FW$(LIB_VARIANT)
16
172002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds_ROM.
20
212002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
24        Remove $(OBJS) from all-local.
25
262002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
29
302001-05-09      Joel Sherrill <joel@OARcorp.com>
31
32        * startup/linkcmds: In support of gcc 3.1, added one of more
33        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
34        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
35        and direction of segments to memory regions may also have been
36        addressed.  This was a sweep across all BSPs.
37 
382002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * configure.ac:
41        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
42        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
43        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
44        * Makefile.am: Remove AUTOMAKE_OPTIONS.
45        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
46        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
47        * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
48        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
49        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
50        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
51        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
52
532001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
56        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
57
582001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
61
622001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
65        * configure.in: Remove.
66        * configure.ac: New file, generated from configure.in by autoupdate.
67
682001-09-27      Joel Sherrill <joel@OARcorp.com>
69
70        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
71
722001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * include/Makefile.am: Use 'CLEANFILES ='.
75        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
76
772001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * configure.in: Add bspopts.h.
80        * include/.cvsignore: Add bspopts.h*, stamp-h*.
81        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
82        * include/bsp.h: Include bspopts.h.
83
842001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
85
86        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
87
882000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
91
922000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
95
962000-11-01      Joel Sherrill <joel@OARcorp.com>
97
98        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
99        and libcsupport.h moved from libc to lib/include/rtems and
100        now must be referenced as <rtems/XXX.h>.   Header file order
101        was cleaned up while doing this.
102
1032000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
106        Switch to GNU canonicalization.
107
1082000-10-12      John S Gwynne <jgwynne@mrcday.com>
109
110        * start/start.c: Modified to support generation of ram_init.
111        * start/ram_init.ld, BSP/start/ram_init.sed: New files.
112        These changes enable RTEMS to automatically generate
113        the ram_init file used by gdb with the BDM patches. The 332 has
114        on-board chip select lines (for RAM and FLASH) that must be
115        configured before use of these peripherals. These patches parse
116        data from start.c where the chip select lines are configured in
117        the runtime executable and automatically generates the gdb
118        initialization file using the same settings. A great time saver.
119        A similar file, ram_init_FW (flash writable), is also generated
120        that the flash programming tool uses.
121        * start/Makefile.am: Modified to support above.
122        * CPU/sim.h: Modified to support above.
123        * startup/except_vect_332_ROM.S: Moved to start so it would not
124        be included in libbsp.a.  Moving it to start ensures it is
125        available as a single object file.
126        * start/except_vect_332_ROM.S: Moved from startup.
127        * startup/linkcmds, startup/linkcmds_ROM: Fixes to the memory map
128        shown in the comments.
129
1302000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
131
132        * startup/linkcmds: Added lines so DWARF debug information
133        would be available.  Otherwise gdb complains that the offsets
134        for the debug info are incorrect and doesn't load the files.
135
1362000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
139        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
140        wrapup/Makefile.am: Include compile.am
141
1422000-08-10      Joel Sherrill <joel@OARcorp.com>
143
144        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.