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

4.104.114.84.95
Last change on this file since 8361b50 was 8361b50, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/11/02 at 09:06:43

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

  • wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • Property mode set to 100644
File size: 6.2 KB
Line 
12002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
4
52002-11-04      Joel Sherrill <joel@OARcorp.com>
6
7        * console/i8042.c: Removed warnings.
8
92002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * .cvsignore: Reformat.
12        Add autom4te*cache.
13        Remove autom4te.cache.
14
152002-08-21      Joel Sherrill <joel@OARcorp.com>
16
17        * bsp_specs: Added support for -nostdlibs.
18
192002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
22        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
23        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
24        * nvram/Makefile.am: Use .$(OBJEXT) instead of .o.
25        * pci/Makefile.am: Use .$(OBJEXT) instead of .o.
26        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
27        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
28        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
29        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
30        * universe/Makefile.am: Use .$(OBJEXT) instead of .o.
31        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
32        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
33
342002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * start/Makefile.am: Eliminate PGM.
37        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
38
392002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
42
432002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
46        Remove $(OBJS) from all-local.
47
482002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
51
522001-05-09      Joel Sherrill <joel@OARcorp.com>
53
54        * startup/linkcmds: In support of gcc 3.1, added one of more
55        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
56        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
57        and direction of segments to memory regions may also have been
58        addressed.  This was a sweep across all BSPs.
59 
602002-04-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * startup/spurious.c: Use defined(mpc604) instead of defined(ppc604).
63
642002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * start/start.S: remove targopts.h.
67
682001-04-08      Joel Sherrill <joel@OARcorp.com>
69
70        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
71 
722002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * configure.ac:
75        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
76        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
77        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
78        * Makefile.am: Remove AUTOMAKE_OPTIONS.
79        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
80        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
81        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
82        * nvram/Makefile.am: Remove AUTOMAKE_OPTIONS.
83        * pci/Makefile.am: Remove AUTOMAKE_OPTIONS.
84        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
85        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
86        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
87        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
88        * universe/Makefile.am: Remove AUTOMAKE_OPTIONS.
89        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
90        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
91
922001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
95
962001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * Makefile.am: Add @exceptions@ to SUBDIRS.
99        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
100        make/custom/ppcn_60x.cfg;
101        Add RTEMS_PPC_EXCEPTIONS([old]).
102        * include/Makefile.am: include force-preinstall.am.
103        * wrapup/Makefile.am: Apply @exceptions@.
104
1052001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
106
107        This modification is part of the submitted modifications necessary to
108        support the IBM PPC405 family.  This submission was reviewed by
109        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
110        not negatively impact the ppc403 BSPs.  The submission and tracking
111        process was captured as PR50.
112        * startup/spurious.c: Added ppc405 support.
113
1142001-10-25      Joel Sherrill <joel@OARcorp.com>
115
116        * startup/linkcmds: Added _init and _fini.
117
1182001-10-12      Joel Sherrill <joel@OARcorp.com>
119
120        * clock/clock.c, console/console.c, console/debugio.c,
121        console/ns16550cfg.c, console/ns16550cfg.h, console/z85c30cfg.c,
122        console/z85c30cfg.h, include/bsp.h, startup/bspstart.c,
123        startup/genpvec.c, startup/rtems-ctor.cc, startup/setvec.c,
124        timer/timer.c: Fixed typo.
125
1262001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
129        * configure.in: Remove.
130        * configure.ac: New file, generated from configure.in by autoupdate.
131
1322001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
135
1362001-06-19      Joel Sherrill <joel@OARcorp.com>
137
138        * include/Makefile.am: Fixed typo.
139
1402001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * configure.in: Add bspopts.h.
143        * include/.cvsignore: Add bspopts.h*, stamp-h*.
144        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
145        * include/bsp.h: Include bspopts.h.
146
1472001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
148
149        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
150
1512001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * startup/genpvec.c: #include <chain.h> instead of "chain.h", fix
154        CVS-Id.
155        * include/chain.h: Remove.
156        * include/Makefile.am: Remove chain.h.
157
1582000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
161
1622000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
165
1662000-11-01      Joel Sherrill <joel@OARcorp.com>
167
168        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
169        and libcsupport.h moved from libc to lib/include/rtems and
170        now must be referenced as <rtems/XXX.h>.   Header file order
171        was cleaned up while doing this.
172
1732000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
176        Switch to GNU canonicalization.
177
1782000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
181        nvram/Makefile.am, pci/Makefile.am, start/Makefile.am,
182        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
183        universe/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am:
184        Include compile.am
185
1862000-08-10      Joel Sherrill <joel@OARcorp.com>
187
188        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.