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

4.104.114.84.95
Last change on this file since 85c92574 was 85c92574, checked in by Joel Sherrill <joel.sherrill@…>, on 05/09/02 at 21:37:30

2001-05-09 Joel Sherrill <joel@…>

  • startup/linkcmds: In support of gcc 3.1, added one of more of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*, .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*. Spacing corrections and direction of segments to memory regions may also have been addressed. This was a sweep across all BSPs.
  • Property mode set to 100644
File size: 5.1 KB
Line 
12001-05-09      Joel Sherrill <joel@OARcorp.com>
2
3        * startup/linkcmds: In support of gcc 3.1, added one of more
4        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
5        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
6        and direction of segments to memory regions may also have been
7        addressed.  This was a sweep across all BSPs.
8 
92002-04-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * startup/spurious.c: Use defined(mpc604) instead of defined(ppc604).
12
132002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * vectors/vectors.S: Include <asm.h>.
16
172001-04-08      Joel Sherrill <joel@OARcorp.com>
18
19        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
20 
212002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * configure.ac:
24        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
25        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
26        * PCI_bus/Makefile.am: Remove AUTOMAKE_OPTIONS.
27        * Makefile.am: Remove AUTOMAKE_OPTIONS.
28        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
29        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
30        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
31        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
32        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
33        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
34        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
35        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
36        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
37
382001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
41
422001-11-28      Joel Sherrill <joel@OARcorp.com>,
43
44        This was tracked as PR87.
45        * README, configure.ac, include/Makefile.am, include/bsp.h,
46        start/start.S, startup/FPGA.c, startup/Makefile.am, tod/Makefile.am:
47        Eliminated conditional code for generation 1 boards as these are
48        no longer available.
49        * include/gen1.h, startup/82378zb.c, tod/tod_g1.c: Deleted.
50
512001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * Makefile.am: Add @exceptions@ to SUBDIRS.
54        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
55        make/custom/score603e.cfg;
56        Add automake conditional for SCORE_GENERATION_1;
57        Add RTEMS_PPC_EXCEPTIONS([old]).
58        * include/Makefile.am: include force-preinstall.am.
59        * start/start.S: include <bspopts.h> instead of targopts.h.
60        * tod/Makefile.am: Apply SCORE_GENERATION_1 conditional.
61        * vectors/vector.S: include <bsp.h>.
62        * wrapup/Makefile.am: Apply @exceptions@.
63
642001-10-25      Joel Sherrill <joel@OARcorp.com>
65
66        * startup/linkcmds: Added _init and _fini.
67
682001-10-12      Joel Sherrill <joel@OARcorp.com>
69
70        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/console.c,
71        console/consolebsp.h, console/consolereserveresources.c,
72        console/tbl85c30.c, include/bsp.h, include/coverhd.h, include/gen1.h,
73        include/gen2.h, startup/82378zb.c, startup/FPGA.c,
74        startup/bspstart.c, startup/genpvec.c, startup/setvec.c,
75        startup/vmeintr.c, timer/timer.c: Fixed typo.
76
772001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
80        * configure.in: Remove.
81        * configure.ac: New file, generated from configure.in by autoupdate.
82
832001-10-11      Joel Sherrill <joel@OARcorp.com>
84
85        * console/85c30.c, startup/bspstart.c: Fix references to delay() and
86        delay_in_bus_cycles() to add rtems_bsp_ prefix.
87
882001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
91
922001-08-30      Joel Sherrill <joel@OARcorp.com>
93
94        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
95        gnat 3.13p.
96
972001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * configure.in: Add bspopts.h.
100        * include/.cvsignore: Add bspopts.h*, stamp-h*.
101        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
102        * include/bsp.h: Include bspopts.h.
103
1042001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
105
106        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
107
1082001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * startup/genpvec.c: #include <chain.h> instead of "chain.h", fix
111        CVS-Id.
112        * include/chain.h: Remove.
113        * include/Makefile.am: Remove chain.h.
114
1152000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
118
1192000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
122
1232000-11-01      Joel Sherrill <joel@OARcorp.com>
124
125        * startup/82378zb.c, startup/FPGA.c: assoc.h, error.h, libio_.h,
126        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
127        now must be referenced as <rtems/XXX.h>.   Header file order
128        was cleaned up while doing this.
129
1302000-11-01      Joel Sherrill <joel@OARcorp.com>
131
132        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
133        and libcsupport.h moved from libc to lib/include/rtems and
134        now must be referenced as <rtems/XXX.h>.   Header file order
135        was cleaned up while doing this.
136
1372000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
140        Switch to GNU canonicalization.
141
1422000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * PCI_bus/Makefile.am, clock/Makefile.am, console/Makefile.am,
145        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
146        tod/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am: Include
147        compile.am
148
1492000-08-10      Joel Sherrill <joel@OARcorp.com>
150
151        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.