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

Last change on this file since 328876c was b18646c9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/06/03 at 10:45:24

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

  • configure.ac: Remove AC_CONFIG_AUX_DIR.
  • Property mode set to 100644
File size: 7.3 KB
Line 
12003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove AC_CONFIG_AUX_DIR.
4
52003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
8
92003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: AC_PREREQ(2.57).
12
132003-01-20      Joel Sherrill <joel@OARcorp.com>
14
15        * startup/linkcmds*: Add FreeBSD sysctl() sections.
16
172002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
20        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
21        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
22        * nvram/Makefile.am: Don't include @RTEMS_BSP@.cfg.
23        * pci/Makefile.am: Don't include @RTEMS_BSP@.cfg.
24        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
25        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
26        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
27        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
28        * universe/Makefile.am: Don't include @RTEMS_BSP@.cfg.
29        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
30
312002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * start/Makefile.am: Use install-data-local to install startfile.
34
352002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
38
392002-11-04      Joel Sherrill <joel@OARcorp.com>
40
41        * console/i8042.c: Removed warnings.
42
432002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * .cvsignore: Reformat.
46        Add autom4te*cache.
47        Remove autom4te.cache.
48
492002-08-21      Joel Sherrill <joel@OARcorp.com>
50
51        * bsp_specs: Added support for -nostdlibs.
52
532002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
56        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
57        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
58        * nvram/Makefile.am: Use .$(OBJEXT) instead of .o.
59        * pci/Makefile.am: Use .$(OBJEXT) instead of .o.
60        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
61        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
62        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
63        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
64        * universe/Makefile.am: Use .$(OBJEXT) instead of .o.
65        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
66        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
67
682002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * start/Makefile.am: Eliminate PGM.
71        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
72
732002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
76
772002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
80        Remove $(OBJS) from all-local.
81
822002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
85
862001-05-09      Joel Sherrill <joel@OARcorp.com>
87
88        * startup/linkcmds: In support of gcc 3.1, added one of more
89        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
90        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
91        and direction of segments to memory regions may also have been
92        addressed.  This was a sweep across all BSPs.
93 
942002-04-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * startup/spurious.c: Use defined(mpc604) instead of defined(ppc604).
97
982002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * start/start.S: remove targopts.h.
101
1022001-04-08      Joel Sherrill <joel@OARcorp.com>
103
104        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
105 
1062002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * configure.ac:
109        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
110        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
111        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
112        * Makefile.am: Remove AUTOMAKE_OPTIONS.
113        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
114        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
115        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
116        * nvram/Makefile.am: Remove AUTOMAKE_OPTIONS.
117        * pci/Makefile.am: Remove AUTOMAKE_OPTIONS.
118        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
119        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
120        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
121        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
122        * universe/Makefile.am: Remove AUTOMAKE_OPTIONS.
123        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
124        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
125
1262001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
129
1302001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * Makefile.am: Add @exceptions@ to SUBDIRS.
133        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
134        make/custom/ppcn_60x.cfg;
135        Add RTEMS_PPC_EXCEPTIONS([old]).
136        * include/Makefile.am: include force-preinstall.am.
137        * wrapup/Makefile.am: Apply @exceptions@.
138
1392001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
140
141        This modification is part of the submitted modifications necessary to
142        support the IBM PPC405 family.  This submission was reviewed by
143        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
144        not negatively impact the ppc403 BSPs.  The submission and tracking
145        process was captured as PR50.
146        * startup/spurious.c: Added ppc405 support.
147
1482001-10-25      Joel Sherrill <joel@OARcorp.com>
149
150        * startup/linkcmds: Added _init and _fini.
151
1522001-10-12      Joel Sherrill <joel@OARcorp.com>
153
154        * clock/clock.c, console/console.c, console/debugio.c,
155        console/ns16550cfg.c, console/ns16550cfg.h, console/z85c30cfg.c,
156        console/z85c30cfg.h, include/bsp.h, startup/bspstart.c,
157        startup/genpvec.c, startup/rtems-ctor.cc, startup/setvec.c,
158        timer/timer.c: Fixed typo.
159
1602001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
163        * configure.in: Remove.
164        * configure.ac: New file, generated from configure.in by autoupdate.
165
1662001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
169
1702001-06-19      Joel Sherrill <joel@OARcorp.com>
171
172        * include/Makefile.am: Fixed typo.
173
1742001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * configure.in: Add bspopts.h.
177        * include/.cvsignore: Add bspopts.h*, stamp-h*.
178        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
179        * include/bsp.h: Include bspopts.h.
180
1812001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
182
183        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
184
1852001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * startup/genpvec.c: #include <chain.h> instead of "chain.h", fix
188        CVS-Id.
189        * include/chain.h: Remove.
190        * include/Makefile.am: Remove chain.h.
191
1922000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
195
1962000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
199
2002000-11-01      Joel Sherrill <joel@OARcorp.com>
201
202        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
203        and libcsupport.h moved from libc to lib/include/rtems and
204        now must be referenced as <rtems/XXX.h>.   Header file order
205        was cleaned up while doing this.
206
2072000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
210        Switch to GNU canonicalization.
211
2122000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
215        nvram/Makefile.am, pci/Makefile.am, start/Makefile.am,
216        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
217        universe/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am:
218        Include compile.am
219
2202000-08-10      Joel Sherrill <joel@OARcorp.com>
221
222        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.