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

4.104.114.84.95
Last change on this file since f1feebb was f1feebb, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/20/02 at 05:47:59

2002-07-20 Ralf Corsepius <corsepiu@…>

  • startup/Makefile.am: Add bsplib_DATA = linkcmds.
  • Property mode set to 100644
File size: 5.0 KB
Line 
12002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
4
52002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
8        Remove $(OBJS) from all-local.
9
102002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
13
142001-05-09      Joel Sherrill <joel@OARcorp.com>
15
16        * startup/linkcmds: In support of gcc 3.1, added one of more
17        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
18        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
19        and direction of segments to memory regions may also have been
20        addressed.  This was a sweep across all BSPs.
21 
222002-04-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * startup/spurious.c: Use defined(mpc604) instead of defined(ppc604).
25
262002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * start/start.S: remove targopts.h.
29
302001-04-08      Joel Sherrill <joel@OARcorp.com>
31
32        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
33 
342002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * configure.ac:
37        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
38        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
39        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
40        * Makefile.am: Remove AUTOMAKE_OPTIONS.
41        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
42        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
43        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
44        * nvram/Makefile.am: Remove AUTOMAKE_OPTIONS.
45        * pci/Makefile.am: Remove AUTOMAKE_OPTIONS.
46        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
47        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
48        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
49        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
50        * universe/Makefile.am: Remove AUTOMAKE_OPTIONS.
51        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
52        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
53
542001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
57
582001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * Makefile.am: Add @exceptions@ to SUBDIRS.
61        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
62        make/custom/ppcn_60x.cfg;
63        Add RTEMS_PPC_EXCEPTIONS([old]).
64        * include/Makefile.am: include force-preinstall.am.
65        * wrapup/Makefile.am: Apply @exceptions@.
66
672001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
68
69        This modification is part of the submitted modifications necessary to
70        support the IBM PPC405 family.  This submission was reviewed by
71        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
72        not negatively impact the ppc403 BSPs.  The submission and tracking
73        process was captured as PR50.
74        * startup/spurious.c: Added ppc405 support.
75
762001-10-25      Joel Sherrill <joel@OARcorp.com>
77
78        * startup/linkcmds: Added _init and _fini.
79
802001-10-12      Joel Sherrill <joel@OARcorp.com>
81
82        * clock/clock.c, console/console.c, console/debugio.c,
83        console/ns16550cfg.c, console/ns16550cfg.h, console/z85c30cfg.c,
84        console/z85c30cfg.h, include/bsp.h, startup/bspstart.c,
85        startup/genpvec.c, startup/rtems-ctor.cc, startup/setvec.c,
86        timer/timer.c: Fixed typo.
87
882001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
91        * configure.in: Remove.
92        * configure.ac: New file, generated from configure.in by autoupdate.
93
942001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
97
982001-06-19      Joel Sherrill <joel@OARcorp.com>
99
100        * include/Makefile.am: Fixed typo.
101
1022001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * configure.in: Add bspopts.h.
105        * include/.cvsignore: Add bspopts.h*, stamp-h*.
106        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
107        * include/bsp.h: Include bspopts.h.
108
1092001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
110
111        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
112
1132001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * startup/genpvec.c: #include <chain.h> instead of "chain.h", fix
116        CVS-Id.
117        * include/chain.h: Remove.
118        * include/Makefile.am: Remove chain.h.
119
1202000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
123
1242000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
127
1282000-11-01      Joel Sherrill <joel@OARcorp.com>
129
130        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
131        and libcsupport.h moved from libc to lib/include/rtems and
132        now must be referenced as <rtems/XXX.h>.   Header file order
133        was cleaned up while doing this.
134
1352000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
138        Switch to GNU canonicalization.
139
1402000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
143        nvram/Makefile.am, pci/Makefile.am, start/Makefile.am,
144        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
145        universe/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am:
146        Include compile.am
147
1482000-08-10      Joel Sherrill <joel@OARcorp.com>
149
150        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.