source: rtems/c/src/lib/libbsp/m68k/mvme162/ChangeLog @ 618f3f9

4.104.114.84.95
Last change on this file since 618f3f9 was 618f3f9, checked in by Joel Sherrill <joel.sherrill@…>, on 05/28/02 at 19:48:56

2001-05-28 Joel Sherrill <joel@…>

  • Property mode set to 100644
File size: 3.8 KB
Line 
12001-05-28      Joel Sherrill <joel@OARcorp.com>
2
3        * ChangeLog: Corrected spacing.
4
52001-05-28      Joel Sherrill <joel@OARcorp.com>
6
7        * Per PR31, moved mvme16x_hw.h to shared/mvme.
8        * include/Makefile.am: Modified to reflect movement.
9        * include/mvme16x_hw.h: Moved to shared/mvme.
10
112001-05-09      Joel Sherrill <joel@OARcorp.com>
12
13        * startup/linkcmds: In support of gcc 3.1, added one of more
14        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
15        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
16        and direction of segments to memory regions may also have been
17        addressed.  This was a sweep across all BSPs.
18 
192002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * include/mvme16x_hw.h: Include <bsp.h> instead of targopts.h.
22
232002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * configure.ac:
26        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
27        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
28        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
29        * Makefile.am: Remove AUTOMAKE_OPTIONS.
30        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
31        * consolex/Makefile.am: Remove AUTOMAKE_OPTIONS.
32        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
33        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
34        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
35        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
36        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
37        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
38        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
39
402001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
43
442001-10-29      Joel Sherrill <joel@OARcorp.com>
45
46        * startup/linkcmds: Remove explicit force of output format.
47
482001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
51        * configure.in: Remove.
52        * configure.ac: New file, generated from configure.in by autoupdate.
53
542001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
57
582001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * configure.in: Add bspopts.h.
61        * include/.cvsignore: Add bspopts.h*, stamp-h*.
62        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
63        * consolex/Makefile.am: Ditto.
64        * include/bsp.h: Include bspopts.h.
65
662001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
67
68        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
69
702000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
73
742000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
77
782000-11-01      Joel Sherrill <joel@OARcorp.com>
79
80        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
81        and libcsupport.h moved from libc to lib/include/rtems and
82        now must be referenced as <rtems/XXX.h>.   Header file order
83        was cleaned up while doing this.
84
852000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
88        Switch to GNU canonicalization.
89
902000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
91
92        * startup/linkcmds: Added lines so DWARF debug information
93        would be available.  Otherwise gdb complains that the offsets
94        for the debug info are incorrect and doesn't load the files.
95
962000-09-14      Joel Sherrill <joel@OARcorp.com>
97
98        * include/mvme16x_hw.h: Include rtems/score/targopts.h so we
99        can check which BSP this is being used with.
100
1012000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * clock/Makefile.am, console/Makefile.am, consolex/Makefile.am,
104        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
105        tod/Makefile.am, wrapup/Makefile.am, network/Makefile.am: Include
106        compile.am
107
1082000-08-25  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
109
110        * include/mvme16x_hw.h: Added NVRAM_CONFIGURE macro in
111        a manner that should work for 162, 162lx, and 167.
112
1132000-08-10      Joel Sherrill <joel@OARcorp.com>
114
115        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.