source: rtems/c/src/lib/libbsp/powerpc/ppcn_60x/ChangeLog @ e9b6f41

4.104.114.84.95
Last change on this file since e9b6f41 was b35414a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/13/03 at 05:09:48

2003-12-13 Ralf Corsepius <corsepiu@…>

  • start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
  • startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
  • Property mode set to 100644
File size: 11.0 KB
Line 
12003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
4        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
5
62003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
9        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
10
112003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
14
152003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * start/Makefile.am: Misc cleanups and fixes.
18        * startup/Makefile.am: Misc cleanups and fixes.
19        * wrapup/Makefile.am: Misc cleanups and fixes.
20
212003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * Makefile.am: Add preinstallation dirstamp support.
24        * clock/Makefile.am: Cosmetics.
25        * console/Makefile.am: Cosmetics.
26        * network/Makefile.am: Cosmetics.
27        * nvram/Makefile.am: Cosmetics.
28        * pci/Makefile.am: Cosmetics.
29        * startup/Makefile.am: Cosmetics.
30        * timer/Makefile.am: Cosmetics.
31        * tod/Makefile.am: Cosmetics.
32        * universe/Makefile.am: Cosmetics.
33        * vectors/Makefile.am: Cosmetics.
34        * wrapup/Makefile.am: Cosmetics.
35
362003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * clock/Makefile.am: Remove all-local: $(ARCH).
39        * console/Makefile.am: Remove all-local: $(ARCH).
40        * network/Makefile.am: Remove all-local: $(ARCH).
41        * nvram/Makefile.am: Remove all-local: $(ARCH).
42        * pci/Makefile.am: Remove all-local: $(ARCH).
43        * start/Makefile.am: Remove all-local: $(ARCH).
44        * startup/Makefile.am: Remove all-local: $(ARCH).
45        * timer/Makefile.am: Remove all-local: $(ARCH).
46        * tod/Makefile.am: Remove all-local: $(ARCH).
47        * universe/Makefile.am: Remove all-local: $(ARCH).
48        * vectors/Makefile.am: Remove all-local: $(ARCH).
49        * wrapup/Makefile.am: Remove all-local: $(ARCH).
50
512003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * Makefile.am: Merge-in include/Makefile.am.
54        Reflect changes to bsp.am.
55        * include/Makefile.am: Remove.
56        * configure.ac: Reflect changes above.
57
582003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * bsp_specs: Remove *lib:.
61
622003-09-04      Joel Sherrill <joel@OARcorp.com>
63
64        * clock/clock.c, console/console.c, console/debugio.c,
65        console/ns16550cfg.c, console/ns16550cfg.h, console/z85c30cfg.c,
66        console/z85c30cfg.h, include/tod.h, startup/bspstart.c,
67        startup/genpvec.c, startup/rtems-ctor.cc, startup/setvec.c,
68        timer/timer.c: URL for license changed.
69
702003-09-04      Joel Sherrill <joel@OARcorp.com>
71
72        * console/vga.c, universe/universe.c: Removed incorrect statement about
73        copyright assignment.
74
752003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * Makefile.am: Reflect having moved aclocal/.
78
792003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * Makefile.am: Reflect having moved automake/.
82        * clock/Makefile.am: Reflect having moved automake/.
83        * console/Makefile.am: Reflect having moved automake/.
84        * include/Makefile.am: Reflect having moved automake/.
85        * network/Makefile.am: Reflect having moved automake/.
86        * nvram/Makefile.am: Reflect having moved automake/.
87        * pci/Makefile.am: Reflect having moved automake/.
88        * start/Makefile.am: Reflect having moved automake/.
89        * startup/Makefile.am: Reflect having moved automake/.
90        * timer/Makefile.am: Reflect having moved automake/.
91        * tod/Makefile.am: Reflect having moved automake/.
92        * universe/Makefile.am: Reflect having moved automake/.
93        * vectors/Makefile.am: Reflect having moved automake/.
94        * wrapup/Makefile.am: Reflect having moved automake/.
95
962003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
99
1002003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        PR 445/bsps
103        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
104        Remove cpp, old_cpp (now unused).
105
1062003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * configure.ac: Remove AC_CONFIG_AUX_DIR.
109
1102003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
113
1142003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * configure.ac: AC_PREREQ(2.57).
117
1182003-01-20      Joel Sherrill <joel@OARcorp.com>
119
120        * startup/linkcmds*: Add FreeBSD sysctl() sections.
121
1222002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
125        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
126        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
127        * nvram/Makefile.am: Don't include @RTEMS_BSP@.cfg.
128        * pci/Makefile.am: Don't include @RTEMS_BSP@.cfg.
129        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
130        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
131        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
132        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
133        * universe/Makefile.am: Don't include @RTEMS_BSP@.cfg.
134        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
135
1362002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * start/Makefile.am: Use install-data-local to install startfile.
139
1402002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
143
1442002-11-04      Joel Sherrill <joel@OARcorp.com>
145
146        * console/i8042.c: Removed warnings.
147
1482002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * .cvsignore: Reformat.
151        Add autom4te*cache.
152        Remove autom4te.cache.
153
1542002-08-21      Joel Sherrill <joel@OARcorp.com>
155
156        * bsp_specs: Added support for -nostdlibs.
157
1582002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
161        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
162        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
163        * nvram/Makefile.am: Use .$(OBJEXT) instead of .o.
164        * pci/Makefile.am: Use .$(OBJEXT) instead of .o.
165        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
166        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
167        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
168        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
169        * universe/Makefile.am: Use .$(OBJEXT) instead of .o.
170        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
171        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
172
1732002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * start/Makefile.am: Eliminate PGM.
176        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
177
1782002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
181
1822002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
185        Remove $(OBJS) from all-local.
186
1872002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
190
1912001-05-09      Joel Sherrill <joel@OARcorp.com>
192
193        * startup/linkcmds: In support of gcc 3.1, added one of more
194        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
195        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
196        and direction of segments to memory regions may also have been
197        addressed.  This was a sweep across all BSPs.
198 
1992002-04-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * startup/spurious.c: Use defined(mpc604) instead of defined(ppc604).
202
2032002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * start/start.S: remove targopts.h.
206
2072001-04-08      Joel Sherrill <joel@OARcorp.com>
208
209        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
210 
2112002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * configure.ac:
214        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
215        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
216        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
217        * Makefile.am: Remove AUTOMAKE_OPTIONS.
218        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
219        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
220        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
221        * nvram/Makefile.am: Remove AUTOMAKE_OPTIONS.
222        * pci/Makefile.am: Remove AUTOMAKE_OPTIONS.
223        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
224        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
225        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
226        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
227        * universe/Makefile.am: Remove AUTOMAKE_OPTIONS.
228        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
229        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
230
2312001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
234
2352001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * Makefile.am: Add @exceptions@ to SUBDIRS.
238        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
239        make/custom/ppcn_60x.cfg;
240        Add RTEMS_PPC_EXCEPTIONS([old]).
241        * include/Makefile.am: include force-preinstall.am.
242        * wrapup/Makefile.am: Apply @exceptions@.
243
2442001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
245
246        This modification is part of the submitted modifications necessary to
247        support the IBM PPC405 family.  This submission was reviewed by
248        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
249        not negatively impact the ppc403 BSPs.  The submission and tracking
250        process was captured as PR50.
251        * startup/spurious.c: Added ppc405 support.
252
2532001-10-25      Joel Sherrill <joel@OARcorp.com>
254
255        * startup/linkcmds: Added _init and _fini.
256
2572001-10-12      Joel Sherrill <joel@OARcorp.com>
258
259        * clock/clock.c, console/console.c, console/debugio.c,
260        console/ns16550cfg.c, console/ns16550cfg.h, console/z85c30cfg.c,
261        console/z85c30cfg.h, include/bsp.h, startup/bspstart.c,
262        startup/genpvec.c, startup/rtems-ctor.cc, startup/setvec.c,
263        timer/timer.c: Fixed typo.
264
2652001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
268        * configure.in: Remove.
269        * configure.ac: New file, generated from configure.in by autoupdate.
270
2712001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
274
2752001-06-19      Joel Sherrill <joel@OARcorp.com>
276
277        * include/Makefile.am: Fixed typo.
278
2792001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * configure.in: Add bspopts.h.
282        * include/.cvsignore: Add bspopts.h*, stamp-h*.
283        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
284        * include/bsp.h: Include bspopts.h.
285
2862001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
287
288        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
289
2902001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * startup/genpvec.c: #include <chain.h> instead of "chain.h", fix
293        CVS-Id.
294        * include/chain.h: Remove.
295        * include/Makefile.am: Remove chain.h.
296
2972000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
300
3012000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
304
3052000-11-01      Joel Sherrill <joel@OARcorp.com>
306
307        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
308        and libcsupport.h moved from libc to lib/include/rtems and
309        now must be referenced as <rtems/XXX.h>.   Header file order
310        was cleaned up while doing this.
311
3122000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
315        Switch to GNU canonicalization.
316
3172000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
320        nvram/Makefile.am, pci/Makefile.am, start/Makefile.am,
321        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
322        universe/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am:
323        Include compile.am
324
3252000-08-10      Joel Sherrill <joel@OARcorp.com>
326
327        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.