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

4.104.114.84.95
Last change on this file since 06a27bbf was 0308c805, checked in by Joel Sherrill <joel.sherrill@…>, on 08/21/02 at 17:41:26

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

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