source: rtems/c/src/lib/libbsp/m68k/mvme162/ChangeLog @ 0a0da8f2

4.104.114.84.95
Last change on this file since 0a0da8f2 was f739fa0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/21/02 at 00:06:04

2002-12-20 Ralf Corsepius <corsepiu@…>

  • clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • consolex/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • Property mode set to 100644
File size: 6.5 KB
Line 
12002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
4        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
5        * consolex/Makefile.am: Don't include @RTEMS_BSP@.cfg.
6        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
7        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
8        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
9        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
10        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
11
122002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * start/Makefile.am: Use install-data-local to install startfile.
15
162002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
19
202002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
23        changes.
24
252002-11-01      Joel Sherrill <joel@OARcorp.com>
26
27        * startup/page_table.c: Removed warnings.
28
29
302002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * .cvsignore: Reformat.
33        Add autom4te*cache.
34        Remove autom4te.cache.
35
362002-08-21      Joel Sherrill <joel@OARcorp.com>
37
38        * wrapup/Makefile.am: PR217 required that the idle task be moved to
39        libcpu so it could be more acutely aware of the CPU model.  This
40        file was modified to pick up the idle task from there.
41
422002-08-21      Joel Sherrill <joel@OARcorp.com>
43
44        * bsp_specs: Added support for -nostdlibs.
45
462002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
49        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
50        * consolex/Makefile.am: Use .$(OBJEXT) instead of .o.
51        * network/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        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
56        * tools/Makefile.am: Use .$(OBJEXT) instead of .o.
57        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
58
592002-08-05      Joel Sherrill <joel@OARcorp.com>
60
61        * Per PR260 eliminate use of make-target-options.  This impacted
62        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
63        SuperCore and required that the m68k optimized memcpy be moved
64        to libcpu.
65        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
66
672002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * start/Makefile.am: Eliminate PGM.
70        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
71
722002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
75
762002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
79        Remove $(OBJS) from all-local.
80
812002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
84
852001-05-28      Joel Sherrill <joel@OARcorp.com>
86
87        * ChangeLog: Corrected spacing.
88
892001-05-28      Joel Sherrill <joel@OARcorp.com>
90
91        * Per PR31, moved mvme16x_hw.h to shared/mvme.
92        * include/Makefile.am: Modified to reflect movement.
93        * include/mvme16x_hw.h: Moved to shared/mvme.
94
952001-05-09      Joel Sherrill <joel@OARcorp.com>
96
97        * startup/linkcmds: In support of gcc 3.1, added one of more
98        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
99        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
100        and direction of segments to memory regions may also have been
101        addressed.  This was a sweep across all BSPs.
102 
1032002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * include/mvme16x_hw.h: Include <bsp.h> instead of targopts.h.
106
1072002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * configure.ac:
110        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
111        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
112        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
113        * Makefile.am: Remove AUTOMAKE_OPTIONS.
114        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
115        * consolex/Makefile.am: Remove AUTOMAKE_OPTIONS.
116        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
117        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
118        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
119        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
120        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
121        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
122        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
123
1242001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
127
1282001-10-29      Joel Sherrill <joel@OARcorp.com>
129
130        * startup/linkcmds: Remove explicit force of output format.
131
1322001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
135        * configure.in: Remove.
136        * configure.ac: New file, generated from configure.in by autoupdate.
137
1382001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
141
1422001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * configure.in: Add bspopts.h.
145        * include/.cvsignore: Add bspopts.h*, stamp-h*.
146        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
147        * consolex/Makefile.am: Ditto.
148        * include/bsp.h: Include bspopts.h.
149
1502001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
151
152        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
153
1542000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
157
1582000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
161
1622000-11-01      Joel Sherrill <joel@OARcorp.com>
163
164        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
165        and libcsupport.h moved from libc to lib/include/rtems and
166        now must be referenced as <rtems/XXX.h>.   Header file order
167        was cleaned up while doing this.
168
1692000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
172        Switch to GNU canonicalization.
173
1742000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
175
176        * startup/linkcmds: Added lines so DWARF debug information
177        would be available.  Otherwise gdb complains that the offsets
178        for the debug info are incorrect and doesn't load the files.
179
1802000-09-14      Joel Sherrill <joel@OARcorp.com>
181
182        * include/mvme16x_hw.h: Include rtems/score/targopts.h so we
183        can check which BSP this is being used with.
184
1852000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * clock/Makefile.am, console/Makefile.am, consolex/Makefile.am,
188        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
189        tod/Makefile.am, wrapup/Makefile.am, network/Makefile.am: Include
190        compile.am
191
1922000-08-25  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
193
194        * include/mvme16x_hw.h: Added NVRAM_CONFIGURE macro in
195        a manner that should work for 162, 162lx, and 167.
196
1972000-08-10      Joel Sherrill <joel@OARcorp.com>
198
199        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.