source: rtems/c/src/lib/libbsp/powerpc/dmv177/ChangeLog @ 85f50b19

4.104.114.84.95
Last change on this file since 85f50b19 was 85f50b19, checked in by Joel Sherrill <joel.sherrill@…>, on 09/04/03 at 18:52:20

2003-09-04 Joel Sherrill <joel@…>

  • clock/clock.c, console/debugio.c, include/dmv170.h, startup/bspclean.c, startup/genpvec.c, startup/setvec.c, startup/vmeintr.c, timer/timer.c: URL for license changed.
  • Property mode set to 100644
File size: 7.7 KB
Line 
12003-09-04      Joel Sherrill <joel@OARcorp.com>
2
3        * clock/clock.c, console/debugio.c, include/dmv170.h,
4        startup/bspclean.c, startup/genpvec.c, startup/setvec.c,
5        startup/vmeintr.c, timer/timer.c: URL for license changed.
6
72003-09-04      Joel Sherrill <joel@OARcorp.com>
8
9        * console/conscfg.c, include/bsp.h, scv64/scv64.c, startup/bspstart.c,
10        tod/todcfg.c: Removed incorrect statement about copyright assignment.
11
122003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * Makefile.am: Reflect having moved aclocal/.
15
162003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * Makefile.am: Reflect having moved automake/.
19        * clock/Makefile.am: Reflect having moved automake/.
20        * console/Makefile.am: Reflect having moved automake/.
21        * include/Makefile.am: Reflect having moved automake/.
22        * scv64/Makefile.am: Reflect having moved automake/.
23        * sonic/Makefile.am: Reflect having moved automake/.
24        * start/Makefile.am: Reflect having moved automake/.
25        * startup/Makefile.am: Reflect having moved automake/.
26        * timer/Makefile.am: Reflect having moved automake/.
27        * tod/Makefile.am: Reflect having moved automake/.
28        * wrapup/Makefile.am: Reflect having moved automake/.
29
302003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
33
342003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        PR 445/bsps
37        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
38        Remove cpp, old_cpp (now unused).
39
402003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * configure.ac: Remove AC_CONFIG_AUX_DIR.
43
442003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
47
482003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * configure.ac: AC_PREREQ(2.57).
51
522003-01-20      Joel Sherrill <joel@OARcorp.com>
53
54        * startup/linkcmds*: Add FreeBSD sysctl() sections.
55
562002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
59        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
60        * scv64/Makefile.am: Don't include @RTEMS_BSP@.cfg.
61        * sonic/Makefile.am: Don't include @RTEMS_BSP@.cfg.
62        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
63        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
64        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
65        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
66
672002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * start/Makefile.am: Use install-data-local to install startfile.
70
712002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
74
752002-11-04      Joel Sherrill <joel@OARcorp.com>
76
77        * clock/clock.c: Removed warnings.
78
792002-11-01      Joel Sherrill <joel@OARcorp.com>
80
81        * startup/genpvec.c, tod/todcfg.c: Removed warnings.
82
832002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * .cvsignore: Reformat.
86        Add autom4te*cache.
87        Remove autom4te.cache.
88
892002-08-21      Joel Sherrill <joel@OARcorp.com>
90
91        * bsp_specs: Added support for -nostdlibs.
92
932002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
96        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
97        * scv64/Makefile.am: Use .$(OBJEXT) instead of .o.
98        * sonic/Makefile.am: Use .$(OBJEXT) instead of .o.
99        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
100        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
101        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
102        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
103        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
104
1052002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * start/Makefile.am: Eliminate PGMS.
108        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
109
1102002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
113
1142002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
117        Remove $(OBJS) from all-local.
118
1192002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
122
1232001-05-09      Joel Sherrill <joel@OARcorp.com>
124
125        * startup/linkcmds: In support of gcc 3.1, added one of more
126        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
127        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
128        and direction of segments to memory regions may also have been
129        addressed.  This was a sweep across all BSPs.
130 
1312001-04-08      Joel Sherrill <joel@OARcorp.com>
132
133        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
134 
1352002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * configure.ac:
138        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
139        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
140        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
141        * Makefile.am: Remove AUTOMAKE_OPTIONS.
142        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
143        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
144        * scv64/Makefile.am: Remove AUTOMAKE_OPTIONS.
145        * sonic/Makefile.am: Remove AUTOMAKE_OPTIONS.
146        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
147        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
148        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
149        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
150        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
151
1522001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
155
1562001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
159
1602001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * Makefile.am: Add @exceptions@ to SUBDIRS.
163        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
164        make/custom/dmv177.cfg;
165        Rename PPC_USE_INSTRUCTION_CACHE to DMV177_USE_INSTRUCTION_CACHE,
166        Add RTEMS_PPC_EXCEPTIONS([old]).
167        * include/Makefile.am: include force-preinstall.am.
168        * startup/bspstart.c: Rename PPC_USE_INSTRUCTION_CACHE to
169        DMV177_USE_INSTRUCTION_CACHE.
170        * wrapup/Makefile.am: Apply @exceptions@.
171
1722001-10-25      Joel Sherrill <joel@OARcorp.com>
173
174        * startup/linkcmds: Added _init and _fini.
175
1762001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
179        * configure.in: Remove.
180        * configure.ac: New file, generated from configure.in by autoupdate.
181
1822001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * include/Makefile.am: Use 'CLEANFILES ='.
185        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
186
1872001-05-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * configure.in: Remove CONSOLE_USE_POLLED, HAS_RTC.
190
1912001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * configure.in: Add bspopts.h, AC_DEFINE CONSOLE_USE_INTERRUPTS,
194        CONSOLE_USE_POLLED, HAS_RTC.
195        * include/.cvsignore: Add bspopts.h*, stamp-h*, coverhd.h, tod.h.
196        * include/Makefile.am: Use *_HEADERS instead of *H_FILES, New
197        treatment of tod.h, coverhd.h.
198        * include/bsp.h: Add include bspopts.h.
199
2002001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
203
2042001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * startup/genpvec.c: #include <chain.h> instead of "chain.h".
207
2082000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
211
2122000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
215
2162000-11-01      Joel Sherrill <joel@OARcorp.com>
217
218        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
219        and libcsupport.h moved from libc to lib/include/rtems and
220        now must be referenced as <rtems/XXX.h>.   Header file order
221        was cleaned up while doing this.
222
2232000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
226        Switch to GNU canonicalization.
227
2282000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * clock/Makefile.am, console/Makefile.am, scv64/Makefile.am,
231        sonic/Makefile.am, start/Makefile.am, startup/Makefile.am,
232        timer/Makefile.am, tod/Makefile.am, wrapup/Makefile.am: Include
233        compile.am
234
2352000-08-10      Joel Sherrill <joel@OARcorp.com>
236
237        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.