source: rtems/c/src/lib/libbsp/powerpc/score603e/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.4 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        * PCI_bus/Makefile.am: Don't include @RTEMS_BSP@.cfg.
22        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
23        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
24        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
25        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
26        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
27
282002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * start/Makefile.am: Use install-data-local to install startfile.
31
322002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
35
362002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * .cvsignore: Reformat.
39        Add autom4te*cache.
40        Remove autom4te.cache.
41
422002-08-21      Joel Sherrill <joel@OARcorp.com>
43
44        * bsp_specs: Added support for -nostdlibs.
45
462002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * PCI_bus/Makefile.am: Use .$(OBJEXT) instead of .o.
49        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
50        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
51        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
52        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
53        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
54        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
55        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
56        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
57
582002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * start/Makefile.am: Eliminate PGMS.
61        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
62
632002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
66
672002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
70        Remove $(OBJS) from all-local.
71
722002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
75
762001-05-09      Joel Sherrill <joel@OARcorp.com>
77
78        * startup/linkcmds: In support of gcc 3.1, added one of more
79        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
80        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
81        and direction of segments to memory regions may also have been
82        addressed.  This was a sweep across all BSPs.
83 
842002-04-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * startup/spurious.c: Use defined(mpc604) instead of defined(ppc604).
87
882002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * vectors/vectors.S: Include <asm.h>.
91
922001-04-08      Joel Sherrill <joel@OARcorp.com>
93
94        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
95 
962002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * configure.ac:
99        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
100        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
101        * PCI_bus/Makefile.am: Remove AUTOMAKE_OPTIONS.
102        * Makefile.am: Remove AUTOMAKE_OPTIONS.
103        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
104        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
105        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
106        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
107        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
108        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
109        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
110        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
111        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
112
1132001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
116
1172001-11-28      Joel Sherrill <joel@OARcorp.com>,
118
119        This was tracked as PR87.
120        * README, configure.ac, include/Makefile.am, include/bsp.h,
121        start/start.S, startup/FPGA.c, startup/Makefile.am, tod/Makefile.am:
122        Eliminated conditional code for generation 1 boards as these are
123        no longer available.
124        * include/gen1.h, startup/82378zb.c, tod/tod_g1.c: Deleted.
125
1262001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * Makefile.am: Add @exceptions@ to SUBDIRS.
129        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
130        make/custom/score603e.cfg;
131        Add automake conditional for SCORE_GENERATION_1;
132        Add RTEMS_PPC_EXCEPTIONS([old]).
133        * include/Makefile.am: include force-preinstall.am.
134        * start/start.S: include <bspopts.h> instead of targopts.h.
135        * tod/Makefile.am: Apply SCORE_GENERATION_1 conditional.
136        * vectors/vector.S: include <bsp.h>.
137        * wrapup/Makefile.am: Apply @exceptions@.
138
1392001-10-25      Joel Sherrill <joel@OARcorp.com>
140
141        * startup/linkcmds: Added _init and _fini.
142
1432001-10-12      Joel Sherrill <joel@OARcorp.com>
144
145        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/console.c,
146        console/consolebsp.h, console/consolereserveresources.c,
147        console/tbl85c30.c, include/bsp.h, include/coverhd.h, include/gen1.h,
148        include/gen2.h, startup/82378zb.c, startup/FPGA.c,
149        startup/bspstart.c, startup/genpvec.c, startup/setvec.c,
150        startup/vmeintr.c, timer/timer.c: Fixed typo.
151
1522001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
155        * configure.in: Remove.
156        * configure.ac: New file, generated from configure.in by autoupdate.
157
1582001-10-11      Joel Sherrill <joel@OARcorp.com>
159
160        * console/85c30.c, startup/bspstart.c: Fix references to delay() and
161        delay_in_bus_cycles() to add rtems_bsp_ prefix.
162
1632001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
166
1672001-08-30      Joel Sherrill <joel@OARcorp.com>
168
169        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
170        gnat 3.13p.
171
1722001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * configure.in: Add bspopts.h.
175        * include/.cvsignore: Add bspopts.h*, stamp-h*.
176        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
177        * include/bsp.h: Include bspopts.h.
178
1792001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
180
181        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
182
1832001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * startup/genpvec.c: #include <chain.h> instead of "chain.h", fix
186        CVS-Id.
187        * include/chain.h: Remove.
188        * include/Makefile.am: Remove chain.h.
189
1902000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
193
1942000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
197
1982000-11-01      Joel Sherrill <joel@OARcorp.com>
199
200        * startup/82378zb.c, startup/FPGA.c: assoc.h, error.h, libio_.h,
201        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
202        now must be referenced as <rtems/XXX.h>.   Header file order
203        was cleaned up while doing this.
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        * PCI_bus/Makefile.am, clock/Makefile.am, console/Makefile.am,
220        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
221        tod/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am: Include
222        compile.am
223
2242000-08-10      Joel Sherrill <joel@OARcorp.com>
225
226        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.