source: rtems/c/src/lib/libbsp/powerpc/dmv177/ChangeLog @ 29cd553

4.104.114.84.95
Last change on this file since 29cd553 was 29cd553, checked in by Joel Sherrill <joel.sherrill@…>, on 09/04/03 at 13:46:54

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

  • console/conscfg.c, include/bsp.h, scv64/scv64.c, startup/bspstart.c, tod/todcfg.c: Removed incorrect statement about copyright assignment.
  • Property mode set to 100644
File size: 7.5 KB
Line 
12003-09-04      Joel Sherrill <joel@OARcorp.com>
2
3        * console/conscfg.c, include/bsp.h, scv64/scv64.c, startup/bspstart.c,
4        tod/todcfg.c: Removed incorrect statement about copyright assignment.
5
62003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * Makefile.am: Reflect having moved aclocal/.
9
102003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * Makefile.am: Reflect having moved automake/.
13        * clock/Makefile.am: Reflect having moved automake/.
14        * console/Makefile.am: Reflect having moved automake/.
15        * include/Makefile.am: Reflect having moved automake/.
16        * scv64/Makefile.am: Reflect having moved automake/.
17        * sonic/Makefile.am: Reflect having moved automake/.
18        * start/Makefile.am: Reflect having moved automake/.
19        * startup/Makefile.am: Reflect having moved automake/.
20        * timer/Makefile.am: Reflect having moved automake/.
21        * tod/Makefile.am: Reflect having moved automake/.
22        * wrapup/Makefile.am: Reflect having moved automake/.
23
242003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
27
282003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        PR 445/bsps
31        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
32        Remove cpp, old_cpp (now unused).
33
342003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * configure.ac: Remove AC_CONFIG_AUX_DIR.
37
382003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
41
422003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * configure.ac: AC_PREREQ(2.57).
45
462003-01-20      Joel Sherrill <joel@OARcorp.com>
47
48        * startup/linkcmds*: Add FreeBSD sysctl() sections.
49
502002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
53        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
54        * scv64/Makefile.am: Don't include @RTEMS_BSP@.cfg.
55        * sonic/Makefile.am: Don't include @RTEMS_BSP@.cfg.
56        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
57        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
58        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
59        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
60
612002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * start/Makefile.am: Use install-data-local to install startfile.
64
652002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
68
692002-11-04      Joel Sherrill <joel@OARcorp.com>
70
71        * clock/clock.c: Removed warnings.
72
732002-11-01      Joel Sherrill <joel@OARcorp.com>
74
75        * startup/genpvec.c, tod/todcfg.c: Removed warnings.
76
772002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * .cvsignore: Reformat.
80        Add autom4te*cache.
81        Remove autom4te.cache.
82
832002-08-21      Joel Sherrill <joel@OARcorp.com>
84
85        * bsp_specs: Added support for -nostdlibs.
86
872002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
90        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
91        * scv64/Makefile.am: Use .$(OBJEXT) instead of .o.
92        * sonic/Makefile.am: Use .$(OBJEXT) instead of .o.
93        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
94        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
95        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
96        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
97        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
98
992002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * start/Makefile.am: Eliminate PGMS.
102        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
103
1042002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
107
1082002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
111        Remove $(OBJS) from all-local.
112
1132002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
116
1172001-05-09      Joel Sherrill <joel@OARcorp.com>
118
119        * startup/linkcmds: In support of gcc 3.1, added one of more
120        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
121        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
122        and direction of segments to memory regions may also have been
123        addressed.  This was a sweep across all BSPs.
124 
1252001-04-08      Joel Sherrill <joel@OARcorp.com>
126
127        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
128 
1292002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * configure.ac:
132        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
133        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
134        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
135        * Makefile.am: Remove AUTOMAKE_OPTIONS.
136        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
137        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
138        * scv64/Makefile.am: Remove AUTOMAKE_OPTIONS.
139        * sonic/Makefile.am: Remove AUTOMAKE_OPTIONS.
140        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
141        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
142        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
143        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
144        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
145
1462001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
149
1502001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
153
1542001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * Makefile.am: Add @exceptions@ to SUBDIRS.
157        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
158        make/custom/dmv177.cfg;
159        Rename PPC_USE_INSTRUCTION_CACHE to DMV177_USE_INSTRUCTION_CACHE,
160        Add RTEMS_PPC_EXCEPTIONS([old]).
161        * include/Makefile.am: include force-preinstall.am.
162        * startup/bspstart.c: Rename PPC_USE_INSTRUCTION_CACHE to
163        DMV177_USE_INSTRUCTION_CACHE.
164        * wrapup/Makefile.am: Apply @exceptions@.
165
1662001-10-25      Joel Sherrill <joel@OARcorp.com>
167
168        * startup/linkcmds: Added _init and _fini.
169
1702001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
173        * configure.in: Remove.
174        * configure.ac: New file, generated from configure.in by autoupdate.
175
1762001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * include/Makefile.am: Use 'CLEANFILES ='.
179        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
180
1812001-05-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * configure.in: Remove CONSOLE_USE_POLLED, HAS_RTC.
184
1852001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * configure.in: Add bspopts.h, AC_DEFINE CONSOLE_USE_INTERRUPTS,
188        CONSOLE_USE_POLLED, HAS_RTC.
189        * include/.cvsignore: Add bspopts.h*, stamp-h*, coverhd.h, tod.h.
190        * include/Makefile.am: Use *_HEADERS instead of *H_FILES, New
191        treatment of tod.h, coverhd.h.
192        * include/bsp.h: Add include bspopts.h.
193
1942001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
197
1982001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * startup/genpvec.c: #include <chain.h> instead of "chain.h".
201
2022000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
205
2062000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
209
2102000-11-01      Joel Sherrill <joel@OARcorp.com>
211
212        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
213        and libcsupport.h moved from libc to lib/include/rtems and
214        now must be referenced as <rtems/XXX.h>.   Header file order
215        was cleaned up while doing this.
216
2172000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
220        Switch to GNU canonicalization.
221
2222000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * clock/Makefile.am, console/Makefile.am, scv64/Makefile.am,
225        sonic/Makefile.am, start/Makefile.am, startup/Makefile.am,
226        timer/Makefile.am, tod/Makefile.am, wrapup/Makefile.am: Include
227        compile.am
228
2292000-08-10      Joel Sherrill <joel@OARcorp.com>
230
231        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.