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

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

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

  • clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • nvram/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • pci/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.
  • universe/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • Property mode set to 100644
File size: 6.9 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        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
6        * nvram/Makefile.am: Don't include @RTEMS_BSP@.cfg.
7        * pci/Makefile.am: Don't include @RTEMS_BSP@.cfg.
8        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
9        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
10        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
11        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
12        * universe/Makefile.am: Don't include @RTEMS_BSP@.cfg.
13        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
14
152002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * start/Makefile.am: Use install-data-local to install startfile.
18
192002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
22
232002-11-04      Joel Sherrill <joel@OARcorp.com>
24
25        * console/i8042.c: Removed warnings.
26
272002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * .cvsignore: Reformat.
30        Add autom4te*cache.
31        Remove autom4te.cache.
32
332002-08-21      Joel Sherrill <joel@OARcorp.com>
34
35        * bsp_specs: Added support for -nostdlibs.
36
372002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
40        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
41        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
42        * nvram/Makefile.am: Use .$(OBJEXT) instead of .o.
43        * pci/Makefile.am: Use .$(OBJEXT) instead of .o.
44        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
45        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
46        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
47        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
48        * universe/Makefile.am: Use .$(OBJEXT) instead of .o.
49        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
50        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
51
522002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * start/Makefile.am: Eliminate PGM.
55        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
56
572002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
60
612002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
64        Remove $(OBJS) from all-local.
65
662002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
69
702001-05-09      Joel Sherrill <joel@OARcorp.com>
71
72        * startup/linkcmds: In support of gcc 3.1, added one of more
73        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
74        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
75        and direction of segments to memory regions may also have been
76        addressed.  This was a sweep across all BSPs.
77 
782002-04-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * startup/spurious.c: Use defined(mpc604) instead of defined(ppc604).
81
822002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * start/start.S: remove targopts.h.
85
862001-04-08      Joel Sherrill <joel@OARcorp.com>
87
88        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
89 
902002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * configure.ac:
93        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
94        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
95        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
96        * Makefile.am: Remove AUTOMAKE_OPTIONS.
97        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
98        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
99        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
100        * nvram/Makefile.am: Remove AUTOMAKE_OPTIONS.
101        * pci/Makefile.am: Remove AUTOMAKE_OPTIONS.
102        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
103        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
104        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
105        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
106        * universe/Makefile.am: Remove AUTOMAKE_OPTIONS.
107        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
108        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
109
1102001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
113
1142001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * Makefile.am: Add @exceptions@ to SUBDIRS.
117        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
118        make/custom/ppcn_60x.cfg;
119        Add RTEMS_PPC_EXCEPTIONS([old]).
120        * include/Makefile.am: include force-preinstall.am.
121        * wrapup/Makefile.am: Apply @exceptions@.
122
1232001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
124
125        This modification is part of the submitted modifications necessary to
126        support the IBM PPC405 family.  This submission was reviewed by
127        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
128        not negatively impact the ppc403 BSPs.  The submission and tracking
129        process was captured as PR50.
130        * startup/spurious.c: Added ppc405 support.
131
1322001-10-25      Joel Sherrill <joel@OARcorp.com>
133
134        * startup/linkcmds: Added _init and _fini.
135
1362001-10-12      Joel Sherrill <joel@OARcorp.com>
137
138        * clock/clock.c, console/console.c, console/debugio.c,
139        console/ns16550cfg.c, console/ns16550cfg.h, console/z85c30cfg.c,
140        console/z85c30cfg.h, include/bsp.h, startup/bspstart.c,
141        startup/genpvec.c, startup/rtems-ctor.cc, startup/setvec.c,
142        timer/timer.c: Fixed typo.
143
1442001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
147        * configure.in: Remove.
148        * configure.ac: New file, generated from configure.in by autoupdate.
149
1502001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
153
1542001-06-19      Joel Sherrill <joel@OARcorp.com>
155
156        * include/Makefile.am: Fixed typo.
157
1582001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * configure.in: Add bspopts.h.
161        * include/.cvsignore: Add bspopts.h*, stamp-h*.
162        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
163        * include/bsp.h: Include bspopts.h.
164
1652001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
166
167        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
168
1692001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * startup/genpvec.c: #include <chain.h> instead of "chain.h", fix
172        CVS-Id.
173        * include/chain.h: Remove.
174        * include/Makefile.am: Remove chain.h.
175
1762000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
179
1802000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
183
1842000-11-01      Joel Sherrill <joel@OARcorp.com>
185
186        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
187        and libcsupport.h moved from libc to lib/include/rtems and
188        now must be referenced as <rtems/XXX.h>.   Header file order
189        was cleaned up while doing this.
190
1912000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
194        Switch to GNU canonicalization.
195
1962000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
199        nvram/Makefile.am, pci/Makefile.am, start/Makefile.am,
200        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
201        universe/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am:
202        Include compile.am
203
2042000-08-10      Joel Sherrill <joel@OARcorp.com>
205
206        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.