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

4.104.114.84.95
Last change on this file since 9b5c258 was 9b5c258, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/11/03 at 11:11:33

2003-02-11 Ralf Corsepius <corsepiu@…>

  • configure.ac: AC_PREREQ(2.57).
  • Property mode set to 100644
File size: 7.1 KB
Line 
12003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: AC_PREREQ(2.57).
4
52003-01-20      Joel Sherrill <joel@OARcorp.com>
6
7        * startup/linkcmds*: Add FreeBSD sysctl() sections.
8
92002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
12        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
13        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
14        * nvram/Makefile.am: Don't include @RTEMS_BSP@.cfg.
15        * pci/Makefile.am: Don't include @RTEMS_BSP@.cfg.
16        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
17        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
18        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
19        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
20        * universe/Makefile.am: Don't include @RTEMS_BSP@.cfg.
21        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
22
232002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * start/Makefile.am: Use install-data-local to install startfile.
26
272002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
30
312002-11-04      Joel Sherrill <joel@OARcorp.com>
32
33        * console/i8042.c: Removed warnings.
34
352002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * .cvsignore: Reformat.
38        Add autom4te*cache.
39        Remove autom4te.cache.
40
412002-08-21      Joel Sherrill <joel@OARcorp.com>
42
43        * bsp_specs: Added support for -nostdlibs.
44
452002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
48        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
49        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
50        * nvram/Makefile.am: Use .$(OBJEXT) instead of .o.
51        * pci/Makefile.am: Use .$(OBJEXT) instead of .o.
52        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
53        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
54        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
55        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
56        * universe/Makefile.am: Use .$(OBJEXT) instead of .o.
57        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
58        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
59
602002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * start/Makefile.am: Eliminate PGM.
63        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
64
652002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
68
692002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
72        Remove $(OBJS) from all-local.
73
742002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
77
782001-05-09      Joel Sherrill <joel@OARcorp.com>
79
80        * startup/linkcmds: In support of gcc 3.1, added one of more
81        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
82        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
83        and direction of segments to memory regions may also have been
84        addressed.  This was a sweep across all BSPs.
85 
862002-04-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * startup/spurious.c: Use defined(mpc604) instead of defined(ppc604).
89
902002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * start/start.S: remove targopts.h.
93
942001-04-08      Joel Sherrill <joel@OARcorp.com>
95
96        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
97 
982002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * configure.ac:
101        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
102        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
103        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
104        * Makefile.am: Remove AUTOMAKE_OPTIONS.
105        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
106        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
107        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
108        * nvram/Makefile.am: Remove AUTOMAKE_OPTIONS.
109        * pci/Makefile.am: Remove AUTOMAKE_OPTIONS.
110        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
111        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
112        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
113        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
114        * universe/Makefile.am: Remove AUTOMAKE_OPTIONS.
115        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
116        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
117
1182001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
121
1222001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * Makefile.am: Add @exceptions@ to SUBDIRS.
125        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
126        make/custom/ppcn_60x.cfg;
127        Add RTEMS_PPC_EXCEPTIONS([old]).
128        * include/Makefile.am: include force-preinstall.am.
129        * wrapup/Makefile.am: Apply @exceptions@.
130
1312001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
132
133        This modification is part of the submitted modifications necessary to
134        support the IBM PPC405 family.  This submission was reviewed by
135        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
136        not negatively impact the ppc403 BSPs.  The submission and tracking
137        process was captured as PR50.
138        * startup/spurious.c: Added ppc405 support.
139
1402001-10-25      Joel Sherrill <joel@OARcorp.com>
141
142        * startup/linkcmds: Added _init and _fini.
143
1442001-10-12      Joel Sherrill <joel@OARcorp.com>
145
146        * clock/clock.c, console/console.c, console/debugio.c,
147        console/ns16550cfg.c, console/ns16550cfg.h, console/z85c30cfg.c,
148        console/z85c30cfg.h, include/bsp.h, startup/bspstart.c,
149        startup/genpvec.c, startup/rtems-ctor.cc, startup/setvec.c,
150        timer/timer.c: Fixed typo.
151
1522001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
155        * configure.in: Remove.
156        * configure.ac: New file, generated from configure.in by autoupdate.
157
1582001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
161
1622001-06-19      Joel Sherrill <joel@OARcorp.com>
163
164        * include/Makefile.am: Fixed typo.
165
1662001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * configure.in: Add bspopts.h.
169        * include/.cvsignore: Add bspopts.h*, stamp-h*.
170        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
171        * include/bsp.h: Include bspopts.h.
172
1732001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
174
175        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
176
1772001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * startup/genpvec.c: #include <chain.h> instead of "chain.h", fix
180        CVS-Id.
181        * include/chain.h: Remove.
182        * include/Makefile.am: Remove chain.h.
183
1842000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
187
1882000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
191
1922000-11-01      Joel Sherrill <joel@OARcorp.com>
193
194        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
195        and libcsupport.h moved from libc to lib/include/rtems and
196        now must be referenced as <rtems/XXX.h>.   Header file order
197        was cleaned up while doing this.
198
1992000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
202        Switch to GNU canonicalization.
203
2042000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
207        nvram/Makefile.am, pci/Makefile.am, start/Makefile.am,
208        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
209        universe/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am:
210        Include compile.am
211
2122000-08-10      Joel Sherrill <joel@OARcorp.com>
213
214        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.