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

4.104.114.84.95
Last change on this file since d266acd2 was d266acd2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/06/03 at 12:56:55

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

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