source: rtems/c/src/lib/libbsp/powerpc/score603e/ChangeLog @ 85a7695

4.104.114.84.95
Last change on this file since 85a7695 was 85a7695, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/17/02 at 14:02:15

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

  • clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • PCI_bus/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • Property mode set to 100644
File size: 7.1 KB
Line 
12002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
4        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
5        * PCI_bus/Makefile.am: Don't include @RTEMS_BSP@.cfg.
6        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
7        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
8        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
9        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
10        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
11
122002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * start/Makefile.am: Use install-data-local to install startfile.
15
162002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
19
202002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * .cvsignore: Reformat.
23        Add autom4te*cache.
24        Remove autom4te.cache.
25
262002-08-21      Joel Sherrill <joel@OARcorp.com>
27
28        * bsp_specs: Added support for -nostdlibs.
29
302002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * PCI_bus/Makefile.am: Use .$(OBJEXT) instead of .o.
33        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
34        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
35        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
36        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
37        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
38        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
39        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
40        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
41
422002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * start/Makefile.am: Eliminate PGMS.
45        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
46
472002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
50
512002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
54        Remove $(OBJS) from all-local.
55
562002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
59
602001-05-09      Joel Sherrill <joel@OARcorp.com>
61
62        * startup/linkcmds: In support of gcc 3.1, added one of more
63        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
64        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
65        and direction of segments to memory regions may also have been
66        addressed.  This was a sweep across all BSPs.
67 
682002-04-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * startup/spurious.c: Use defined(mpc604) instead of defined(ppc604).
71
722002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * vectors/vectors.S: Include <asm.h>.
75
762001-04-08      Joel Sherrill <joel@OARcorp.com>
77
78        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
79 
802002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * configure.ac:
83        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
84        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
85        * PCI_bus/Makefile.am: Remove AUTOMAKE_OPTIONS.
86        * Makefile.am: Remove AUTOMAKE_OPTIONS.
87        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
88        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
89        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
90        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
91        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
92        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
93        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
94        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
95        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
96
972001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
100
1012001-11-28      Joel Sherrill <joel@OARcorp.com>,
102
103        This was tracked as PR87.
104        * README, configure.ac, include/Makefile.am, include/bsp.h,
105        start/start.S, startup/FPGA.c, startup/Makefile.am, tod/Makefile.am:
106        Eliminated conditional code for generation 1 boards as these are
107        no longer available.
108        * include/gen1.h, startup/82378zb.c, tod/tod_g1.c: Deleted.
109
1102001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * Makefile.am: Add @exceptions@ to SUBDIRS.
113        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
114        make/custom/score603e.cfg;
115        Add automake conditional for SCORE_GENERATION_1;
116        Add RTEMS_PPC_EXCEPTIONS([old]).
117        * include/Makefile.am: include force-preinstall.am.
118        * start/start.S: include <bspopts.h> instead of targopts.h.
119        * tod/Makefile.am: Apply SCORE_GENERATION_1 conditional.
120        * vectors/vector.S: include <bsp.h>.
121        * wrapup/Makefile.am: Apply @exceptions@.
122
1232001-10-25      Joel Sherrill <joel@OARcorp.com>
124
125        * startup/linkcmds: Added _init and _fini.
126
1272001-10-12      Joel Sherrill <joel@OARcorp.com>
128
129        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/console.c,
130        console/consolebsp.h, console/consolereserveresources.c,
131        console/tbl85c30.c, include/bsp.h, include/coverhd.h, include/gen1.h,
132        include/gen2.h, startup/82378zb.c, startup/FPGA.c,
133        startup/bspstart.c, startup/genpvec.c, startup/setvec.c,
134        startup/vmeintr.c, timer/timer.c: Fixed typo.
135
1362001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
139        * configure.in: Remove.
140        * configure.ac: New file, generated from configure.in by autoupdate.
141
1422001-10-11      Joel Sherrill <joel@OARcorp.com>
143
144        * console/85c30.c, startup/bspstart.c: Fix references to delay() and
145        delay_in_bus_cycles() to add rtems_bsp_ prefix.
146
1472001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
150
1512001-08-30      Joel Sherrill <joel@OARcorp.com>
152
153        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
154        gnat 3.13p.
155
1562001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * configure.in: Add bspopts.h.
159        * include/.cvsignore: Add bspopts.h*, stamp-h*.
160        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
161        * include/bsp.h: Include bspopts.h.
162
1632001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
164
165        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
166
1672001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * startup/genpvec.c: #include <chain.h> instead of "chain.h", fix
170        CVS-Id.
171        * include/chain.h: Remove.
172        * include/Makefile.am: Remove chain.h.
173
1742000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
177
1782000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
181
1822000-11-01      Joel Sherrill <joel@OARcorp.com>
183
184        * startup/82378zb.c, startup/FPGA.c: assoc.h, error.h, libio_.h,
185        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
186        now must be referenced as <rtems/XXX.h>.   Header file order
187        was cleaned up while doing this.
188
1892000-11-01      Joel Sherrill <joel@OARcorp.com>
190
191        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
192        and libcsupport.h moved from libc to lib/include/rtems and
193        now must be referenced as <rtems/XXX.h>.   Header file order
194        was cleaned up while doing this.
195
1962000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
199        Switch to GNU canonicalization.
200
2012000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * PCI_bus/Makefile.am, clock/Makefile.am, console/Makefile.am,
204        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
205        tod/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am: Include
206        compile.am
207
2082000-08-10      Joel Sherrill <joel@OARcorp.com>
209
210        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.