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

4.104.114.84.95
Last change on this file since 7dcc3fe was 7dcc3fe, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/03 at 14:20:43

2003-08-11 Ralf Corsepius <corsepiu@…>

  • configure.ac: Use rtems-bugs@… as bug report email address.
  • Property mode set to 100644
File size: 7.6 KB
Line 
12003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
4
52003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
8        Remove cpp, old_cpp (now unused).
9
102003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * configure.ac: Remove AC_CONFIG_AUX_DIR.
13
142003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
17
182003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * configure.ac: AC_PREREQ(2.57).
21
222003-01-20      Joel Sherrill <joel@OARcorp.com>
23
24        * startup/linkcmds*: Add FreeBSD sysctl() sections.
25
262002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
29        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
30        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
31        * nvram/Makefile.am: Don't include @RTEMS_BSP@.cfg.
32        * pci/Makefile.am: Don't include @RTEMS_BSP@.cfg.
33        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
34        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
35        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
36        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
37        * universe/Makefile.am: Don't include @RTEMS_BSP@.cfg.
38        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
39
402002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * start/Makefile.am: Use install-data-local to install startfile.
43
442002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
47
482002-11-04      Joel Sherrill <joel@OARcorp.com>
49
50        * console/i8042.c: Removed warnings.
51
522002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * .cvsignore: Reformat.
55        Add autom4te*cache.
56        Remove autom4te.cache.
57
582002-08-21      Joel Sherrill <joel@OARcorp.com>
59
60        * bsp_specs: Added support for -nostdlibs.
61
622002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
65        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
66        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
67        * nvram/Makefile.am: Use .$(OBJEXT) instead of .o.
68        * pci/Makefile.am: Use .$(OBJEXT) instead of .o.
69        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
70        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
71        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
72        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
73        * universe/Makefile.am: Use .$(OBJEXT) instead of .o.
74        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
75        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
76
772002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * start/Makefile.am: Eliminate PGM.
80        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
81
822002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
85
862002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
89        Remove $(OBJS) from all-local.
90
912002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
94
952001-05-09      Joel Sherrill <joel@OARcorp.com>
96
97        * startup/linkcmds: In support of gcc 3.1, added one of more
98        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
99        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
100        and direction of segments to memory regions may also have been
101        addressed.  This was a sweep across all BSPs.
102 
1032002-04-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * startup/spurious.c: Use defined(mpc604) instead of defined(ppc604).
106
1072002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * start/start.S: remove targopts.h.
110
1112001-04-08      Joel Sherrill <joel@OARcorp.com>
112
113        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
114 
1152002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * configure.ac:
118        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
119        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
120        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
121        * Makefile.am: Remove AUTOMAKE_OPTIONS.
122        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
123        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
124        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
125        * nvram/Makefile.am: Remove AUTOMAKE_OPTIONS.
126        * pci/Makefile.am: Remove AUTOMAKE_OPTIONS.
127        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
128        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
129        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
130        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
131        * universe/Makefile.am: Remove AUTOMAKE_OPTIONS.
132        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
133        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
134
1352001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
138
1392001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * Makefile.am: Add @exceptions@ to SUBDIRS.
142        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
143        make/custom/ppcn_60x.cfg;
144        Add RTEMS_PPC_EXCEPTIONS([old]).
145        * include/Makefile.am: include force-preinstall.am.
146        * wrapup/Makefile.am: Apply @exceptions@.
147
1482001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
149
150        This modification is part of the submitted modifications necessary to
151        support the IBM PPC405 family.  This submission was reviewed by
152        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
153        not negatively impact the ppc403 BSPs.  The submission and tracking
154        process was captured as PR50.
155        * startup/spurious.c: Added ppc405 support.
156
1572001-10-25      Joel Sherrill <joel@OARcorp.com>
158
159        * startup/linkcmds: Added _init and _fini.
160
1612001-10-12      Joel Sherrill <joel@OARcorp.com>
162
163        * clock/clock.c, console/console.c, console/debugio.c,
164        console/ns16550cfg.c, console/ns16550cfg.h, console/z85c30cfg.c,
165        console/z85c30cfg.h, include/bsp.h, startup/bspstart.c,
166        startup/genpvec.c, startup/rtems-ctor.cc, startup/setvec.c,
167        timer/timer.c: Fixed typo.
168
1692001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
172        * configure.in: Remove.
173        * configure.ac: New file, generated from configure.in by autoupdate.
174
1752001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
178
1792001-06-19      Joel Sherrill <joel@OARcorp.com>
180
181        * include/Makefile.am: Fixed typo.
182
1832001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * configure.in: Add bspopts.h.
186        * include/.cvsignore: Add bspopts.h*, stamp-h*.
187        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
188        * include/bsp.h: Include bspopts.h.
189
1902001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
191
192        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
193
1942001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * startup/genpvec.c: #include <chain.h> instead of "chain.h", fix
197        CVS-Id.
198        * include/chain.h: Remove.
199        * include/Makefile.am: Remove chain.h.
200
2012000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
204
2052000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
208
2092000-11-01      Joel Sherrill <joel@OARcorp.com>
210
211        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
212        and libcsupport.h moved from libc to lib/include/rtems and
213        now must be referenced as <rtems/XXX.h>.   Header file order
214        was cleaned up while doing this.
215
2162000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
219        Switch to GNU canonicalization.
220
2212000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
224        nvram/Makefile.am, pci/Makefile.am, start/Makefile.am,
225        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
226        universe/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am:
227        Include 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.