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

4.104.114.84.95
Last change on this file since e05490a8 was e05490a8, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/19/03 at 11:05:23

2003-09-19 Ralf Corsepius <corsepiu@…>

  • bsp_specs: Remove *lib:.
  • Property mode set to 100644
File size: 9.0 KB
Line 
12003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * bsp_specs: Remove *lib:.
4
52003-09-04      Joel Sherrill <joel@OARcorp.com>
6
7        * clock/clock.c, console/console.c, console/debugio.c,
8        console/ns16550cfg.c, console/ns16550cfg.h, console/z85c30cfg.c,
9        console/z85c30cfg.h, include/tod.h, startup/bspstart.c,
10        startup/genpvec.c, startup/rtems-ctor.cc, startup/setvec.c,
11        timer/timer.c: URL for license changed.
12
132003-09-04      Joel Sherrill <joel@OARcorp.com>
14
15        * console/vga.c, universe/universe.c: Removed incorrect statement about
16        copyright assignment.
17
182003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * Makefile.am: Reflect having moved aclocal/.
21
222003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * Makefile.am: Reflect having moved automake/.
25        * clock/Makefile.am: Reflect having moved automake/.
26        * console/Makefile.am: Reflect having moved automake/.
27        * include/Makefile.am: Reflect having moved automake/.
28        * network/Makefile.am: Reflect having moved automake/.
29        * nvram/Makefile.am: Reflect having moved automake/.
30        * pci/Makefile.am: Reflect having moved automake/.
31        * start/Makefile.am: Reflect having moved automake/.
32        * startup/Makefile.am: Reflect having moved automake/.
33        * timer/Makefile.am: Reflect having moved automake/.
34        * tod/Makefile.am: Reflect having moved automake/.
35        * universe/Makefile.am: Reflect having moved automake/.
36        * vectors/Makefile.am: Reflect having moved automake/.
37        * wrapup/Makefile.am: Reflect having moved automake/.
38
392003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
42
432003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        PR 445/bsps
46        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
47        Remove cpp, old_cpp (now unused).
48
492003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * configure.ac: Remove AC_CONFIG_AUX_DIR.
52
532003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
56
572003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * configure.ac: AC_PREREQ(2.57).
60
612003-01-20      Joel Sherrill <joel@OARcorp.com>
62
63        * startup/linkcmds*: Add FreeBSD sysctl() sections.
64
652002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
68        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
69        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
70        * nvram/Makefile.am: Don't include @RTEMS_BSP@.cfg.
71        * pci/Makefile.am: Don't include @RTEMS_BSP@.cfg.
72        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
73        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
74        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
75        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
76        * universe/Makefile.am: Don't include @RTEMS_BSP@.cfg.
77        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
78
792002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * start/Makefile.am: Use install-data-local to install startfile.
82
832002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
86
872002-11-04      Joel Sherrill <joel@OARcorp.com>
88
89        * console/i8042.c: Removed warnings.
90
912002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * .cvsignore: Reformat.
94        Add autom4te*cache.
95        Remove autom4te.cache.
96
972002-08-21      Joel Sherrill <joel@OARcorp.com>
98
99        * bsp_specs: Added support for -nostdlibs.
100
1012002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
104        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
105        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
106        * nvram/Makefile.am: Use .$(OBJEXT) instead of .o.
107        * pci/Makefile.am: Use .$(OBJEXT) instead of .o.
108        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
109        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
110        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
111        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
112        * universe/Makefile.am: Use .$(OBJEXT) instead of .o.
113        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
114        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
115
1162002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * start/Makefile.am: Eliminate PGM.
119        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
120
1212002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
124
1252002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
128        Remove $(OBJS) from all-local.
129
1302002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
133
1342001-05-09      Joel Sherrill <joel@OARcorp.com>
135
136        * startup/linkcmds: In support of gcc 3.1, added one of more
137        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
138        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
139        and direction of segments to memory regions may also have been
140        addressed.  This was a sweep across all BSPs.
141 
1422002-04-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * startup/spurious.c: Use defined(mpc604) instead of defined(ppc604).
145
1462002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * start/start.S: remove targopts.h.
149
1502001-04-08      Joel Sherrill <joel@OARcorp.com>
151
152        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
153 
1542002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * configure.ac:
157        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
158        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
159        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
160        * Makefile.am: Remove AUTOMAKE_OPTIONS.
161        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
162        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
163        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
164        * nvram/Makefile.am: Remove AUTOMAKE_OPTIONS.
165        * pci/Makefile.am: Remove AUTOMAKE_OPTIONS.
166        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
167        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
168        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
169        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
170        * universe/Makefile.am: Remove AUTOMAKE_OPTIONS.
171        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
172        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
173
1742001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
177
1782001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * Makefile.am: Add @exceptions@ to SUBDIRS.
181        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
182        make/custom/ppcn_60x.cfg;
183        Add RTEMS_PPC_EXCEPTIONS([old]).
184        * include/Makefile.am: include force-preinstall.am.
185        * wrapup/Makefile.am: Apply @exceptions@.
186
1872001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
188
189        This modification is part of the submitted modifications necessary to
190        support the IBM PPC405 family.  This submission was reviewed by
191        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
192        not negatively impact the ppc403 BSPs.  The submission and tracking
193        process was captured as PR50.
194        * startup/spurious.c: Added ppc405 support.
195
1962001-10-25      Joel Sherrill <joel@OARcorp.com>
197
198        * startup/linkcmds: Added _init and _fini.
199
2002001-10-12      Joel Sherrill <joel@OARcorp.com>
201
202        * clock/clock.c, console/console.c, console/debugio.c,
203        console/ns16550cfg.c, console/ns16550cfg.h, console/z85c30cfg.c,
204        console/z85c30cfg.h, include/bsp.h, startup/bspstart.c,
205        startup/genpvec.c, startup/rtems-ctor.cc, startup/setvec.c,
206        timer/timer.c: Fixed typo.
207
2082001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
211        * configure.in: Remove.
212        * configure.ac: New file, generated from configure.in by autoupdate.
213
2142001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
217
2182001-06-19      Joel Sherrill <joel@OARcorp.com>
219
220        * include/Makefile.am: Fixed typo.
221
2222001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * configure.in: Add bspopts.h.
225        * include/.cvsignore: Add bspopts.h*, stamp-h*.
226        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
227        * include/bsp.h: Include bspopts.h.
228
2292001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
230
231        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
232
2332001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * startup/genpvec.c: #include <chain.h> instead of "chain.h", fix
236        CVS-Id.
237        * include/chain.h: Remove.
238        * include/Makefile.am: Remove chain.h.
239
2402000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
243
2442000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
247
2482000-11-01      Joel Sherrill <joel@OARcorp.com>
249
250        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
251        and libcsupport.h moved from libc to lib/include/rtems and
252        now must be referenced as <rtems/XXX.h>.   Header file order
253        was cleaned up while doing this.
254
2552000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
258        Switch to GNU canonicalization.
259
2602000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
263        nvram/Makefile.am, pci/Makefile.am, start/Makefile.am,
264        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
265        universe/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am:
266        Include compile.am
267
2682000-08-10      Joel Sherrill <joel@OARcorp.com>
269
270        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.