source: rtems/c/src/lib/libbsp/powerpc/score603e/ChangeLog @ 8361b50

4.104.114.84.95
Last change on this file since 8361b50 was 8361b50, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/11/02 at 09:06:43

2002-12-10 Ralf Corsepius <corsepiu@…>

  • wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • Property mode set to 100644
File size: 6.5 KB
Line 
12002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
4
52002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * .cvsignore: Reformat.
8        Add autom4te*cache.
9        Remove autom4te.cache.
10
112002-08-21      Joel Sherrill <joel@OARcorp.com>
12
13        * bsp_specs: Added support for -nostdlibs.
14
152002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * PCI_bus/Makefile.am: Use .$(OBJEXT) instead of .o.
18        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
19        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
20        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
21        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
22        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
23        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
24        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
25        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
26
272002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * start/Makefile.am: Eliminate PGMS.
30        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
31
322002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
35
362002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
39        Remove $(OBJS) from all-local.
40
412002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
44
452001-05-09      Joel Sherrill <joel@OARcorp.com>
46
47        * startup/linkcmds: In support of gcc 3.1, added one of more
48        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
49        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
50        and direction of segments to memory regions may also have been
51        addressed.  This was a sweep across all BSPs.
52 
532002-04-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * startup/spurious.c: Use defined(mpc604) instead of defined(ppc604).
56
572002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * vectors/vectors.S: Include <asm.h>.
60
612001-04-08      Joel Sherrill <joel@OARcorp.com>
62
63        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
64 
652002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * configure.ac:
68        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
69        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
70        * PCI_bus/Makefile.am: Remove AUTOMAKE_OPTIONS.
71        * Makefile.am: Remove AUTOMAKE_OPTIONS.
72        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
73        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
74        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
75        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
76        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
77        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
78        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
79        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
80        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
81
822001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
85
862001-11-28      Joel Sherrill <joel@OARcorp.com>,
87
88        This was tracked as PR87.
89        * README, configure.ac, include/Makefile.am, include/bsp.h,
90        start/start.S, startup/FPGA.c, startup/Makefile.am, tod/Makefile.am:
91        Eliminated conditional code for generation 1 boards as these are
92        no longer available.
93        * include/gen1.h, startup/82378zb.c, tod/tod_g1.c: Deleted.
94
952001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * Makefile.am: Add @exceptions@ to SUBDIRS.
98        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
99        make/custom/score603e.cfg;
100        Add automake conditional for SCORE_GENERATION_1;
101        Add RTEMS_PPC_EXCEPTIONS([old]).
102        * include/Makefile.am: include force-preinstall.am.
103        * start/start.S: include <bspopts.h> instead of targopts.h.
104        * tod/Makefile.am: Apply SCORE_GENERATION_1 conditional.
105        * vectors/vector.S: include <bsp.h>.
106        * wrapup/Makefile.am: Apply @exceptions@.
107
1082001-10-25      Joel Sherrill <joel@OARcorp.com>
109
110        * startup/linkcmds: Added _init and _fini.
111
1122001-10-12      Joel Sherrill <joel@OARcorp.com>
113
114        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/console.c,
115        console/consolebsp.h, console/consolereserveresources.c,
116        console/tbl85c30.c, include/bsp.h, include/coverhd.h, include/gen1.h,
117        include/gen2.h, startup/82378zb.c, startup/FPGA.c,
118        startup/bspstart.c, startup/genpvec.c, startup/setvec.c,
119        startup/vmeintr.c, timer/timer.c: Fixed typo.
120
1212001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
124        * configure.in: Remove.
125        * configure.ac: New file, generated from configure.in by autoupdate.
126
1272001-10-11      Joel Sherrill <joel@OARcorp.com>
128
129        * console/85c30.c, startup/bspstart.c: Fix references to delay() and
130        delay_in_bus_cycles() to add rtems_bsp_ prefix.
131
1322001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
135
1362001-08-30      Joel Sherrill <joel@OARcorp.com>
137
138        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
139        gnat 3.13p.
140
1412001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * configure.in: Add bspopts.h.
144        * include/.cvsignore: Add bspopts.h*, stamp-h*.
145        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
146        * include/bsp.h: Include bspopts.h.
147
1482001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
149
150        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
151
1522001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * startup/genpvec.c: #include <chain.h> instead of "chain.h", fix
155        CVS-Id.
156        * include/chain.h: Remove.
157        * include/Makefile.am: Remove chain.h.
158
1592000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
162
1632000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
166
1672000-11-01      Joel Sherrill <joel@OARcorp.com>
168
169        * startup/82378zb.c, startup/FPGA.c: assoc.h, error.h, libio_.h,
170        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
171        now must be referenced as <rtems/XXX.h>.   Header file order
172        was cleaned up while doing this.
173
1742000-11-01      Joel Sherrill <joel@OARcorp.com>
175
176        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
177        and libcsupport.h moved from libc to lib/include/rtems and
178        now must be referenced as <rtems/XXX.h>.   Header file order
179        was cleaned up while doing this.
180
1812000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
184        Switch to GNU canonicalization.
185
1862000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * PCI_bus/Makefile.am, clock/Makefile.am, console/Makefile.am,
189        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
190        tod/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am: Include
191        compile.am
192
1932000-08-10      Joel Sherrill <joel@OARcorp.com>
194
195        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.