source: rtems/c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog @ 59a01a6e

4.104.114.84.95
Last change on this file since 59a01a6e was 59a01a6e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/12/02 at 11:51:18

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

  • start/Makefile.am: Use install-data-local to install startfile.
  • Property mode set to 100644
File size: 8.4 KB
Line 
12002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * start/Makefile.am: Use install-data-local to install startfile.
4
52002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
8
9002-11-17       Greg Menke <gregory.menke@gsfc.nasa.gov>
10
11        * README.mtx603e: New file.
12
132002-11-14      Greg Menke <gregory.menke@gsfc.nasa.gov>
14
15        * bsp_specs: Added crtbegin,crtend objects so C++ global objects
16        constructors/destructors run correctly. 
17        * startup/linkcmds: Increased code length and updated the ctor/dtor
18        sections to handle crtbegin, crtend objects.
19>       
202002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * .cvsignore: Reformat.
23        Add autom4te*cache.
24        Remove autom4te.cache.
25
262002-08-21      Joel Sherrill <joel@OARcorp.com>
27
28        * bsp_specs: Added support for -nostdlibs.
29
302002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * bootloader/Makefile.am: Fix that crappy Makefile.am once again.
33
342002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * bootloader/Makefile.am: Use .$(OBJEXT) instead of .o.
37        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
38        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
39        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
40        * motorola/Makefile.am: Use .$(OBJEXT) instead of .o.
41        * openpic/Makefile.am: Use .$(OBJEXT) instead of .o.
42        * pci/Makefile.am: Use .$(OBJEXT) instead of .o.
43        * residual/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        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
47        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
48
492002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * bootloader/Makefile.am: Install bootloader.o.
52        Install bootloader/bootloader.ppcboot.lds.
53
542002-07-24      Joel Sherrill <joel@OARcorp.com>
55
56        * vectors/Makefile.am: Install bsp/vectors.h.
57
582002-07-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * include/Makefile.am: Fix preinstallation.
61        * bootloader: Eliminate $(INCLUDES).
62
632002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * start/Makefile.am: Eliminate PGM.
66        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
67
682002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
71
722002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
75        Remove $(OBJS) from all-local.
76
772002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
80
812001-05-14      Till Straumann <strauman@slac.stanford.edu>
82
83        * bootloader/Makefile.am, console/Makefile.am, pci/Makefile.am:
84        Per PR216, "libbsp/powerpc/shared" BSP has been modified considerably
85        with the goal to make it more flexible and reusable by other
86        BSPs. The main strategies were:
87            - eliminate hardcoded base addresses; devices use offsets
88              and a BSP defined base address.
89            - separate functionality into different files (e.g. reboot from
90              inch.c to reboot.c) which can be overridden by a 'derived' BSP.
91            - separate initialization code into separate files (e.g.  PCI
92              bridge detection/initialization was separated from the more
93              generic PCI access routines), also to make it easier for
94              'derived' BSPs to substitute their own initialization code.
95        There are also a couple of enhancements and fixes:
96            - IRQ handling code now has a hook for attaching a VME bridge.
97            - OpenPIC is now explicitely initialized (polarities, senses).
98              Eliminated the implicit assumption on the presence of an ISA PIC.
99            - UART and console driver now supports more than 1 port. The current
100              maximum of 2 can easily be extended by enlarging a table (it
101              would even be easier if the ISR API was not broken by design).
102            - fixed polled_io.c so it correctly supports console on COM2
103            - fixed TLB invalidation code (start.S).
104            - exception handler prints a stack backtrace.
105            - added BSP_pciFindDevice() to scan the pci bus for a particular
106              vendor/device/instance.
107
1082001-05-09      Joel Sherrill <joel@OARcorp.com>
109
110        * startup/linkcmds: In support of gcc 3.1, added one of more
111        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
112        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
113        and direction of segments to memory regions may also have been
114        addressed.  This was a sweep across all BSPs.
115 
1162001-04-08      Joel Sherrill <joel@OARcorp.com>
117
118        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
119 
1202002-04-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * bootloader/Makefile.am: Use automake-1.6 AS compilation rules.
123
1242001-04-02      Joel Sherrill <joel@OARcorp.com>
125
126        * bootloader/Makefile.am: Use AM_CCASFLAGS instead of AM_ASFLAGS.
127
1282002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * configure.ac:
131        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
132        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
133        * bootloader/Makefile.am: Remove AUTOMAKE_OPTIONS.
134        * Makefile.am: Remove AUTOMAKE_OPTIONS.
135        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
136        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
137        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
138        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
139        * motorola/Makefile.am: Remove AUTOMAKE_OPTIONS.
140        * openpic/Makefile.am: Remove AUTOMAKE_OPTIONS.
141        * pci/Makefile.am: Remove AUTOMAKE_OPTIONS.
142        * residual/Makefile.am: Remove AUTOMAKE_OPTIONS.
143        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
144        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
145        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
146        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
147
1482001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
151
1522001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
155
1562001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * Makefile.am: Add @exceptions@ to SUBDIRS;
159        Remove need_motorola_powerpc.
160        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
161        make/custom/mcp750.cfg, make/custom/mvme2307.cfg;
162        Remove need_motorola_powerpc;
163        Add RTEMS_PPC_EXCEPTIONS([new]).
164        * include/Makefile.am: Replace PREINSTALL_FILES with
165        TMPINSTALL_FILES, include force-preinstall.am.
166        * wrapup/Makefile.am: Apply @exceptions@.
167
1682001-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * configure.ac: Add bspopts.h.
171        * include/.cvsignore: Add stamp-h* and bspopts.h*.
172        * include/Makefile.am: Add bspopts.h.
173        * pci/Makefile.am: Append -O2 to AM_CFLAGS.
174
1752001-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * bootloader/Makefile.am: completely reworked.
178        * configure.ac: Add AM_PROG_AS.
179
1802001-10-25      Joel Sherrill <joel@OARcorp.com>
181
182        * startup/linkcmds: Added _init and _fini.
183
1842001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
187        * configure.in: Remove.
188        * configure.ac: New file, generated from configure.in by autoupdate.
189
1902001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
193        * residual/Makefile.am: Use 'PREINSTALL_FILES ='.
194        * vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
195        * pci/Makefile.am: Use 'PREINSTALL_FILES ='.
196        * openpic/Makefile.am: Use 'PREINSTALL_FILES ='.
197        * bootloader/Makefile.am: Use 'CLEANFILES ='.
198
1992001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
200
201        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
202
2032001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
204
205        * bootloader/Makefile.am: Modified to install bootloader so
206        make-exe rule can avoid writing to install point or assuming
207        BSP build tree is available.
208
2092000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
212
2132000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
216
2172000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
220        Switch to GNU canonicalization.
221
2222000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
223
224        * startup/linkcmds: Added lines so DWARF debug information
225        would be available.  Otherwise gdb complains that the offsets
226        for the debug info are incorrect and doesn't load the files.
227
2282000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * bootloader/Makefile.am, clock/Makefile.am, console/Makefile.am,
231        irq/Makefile.am, motorola/Makefile.am, openpic/Makefile.am,
232        pci/Makefile.am, residual/Makefile.am, start/Makefile.am,
233        startup/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am:
234        Include compile.am
235
2362000-08-10      Joel Sherrill <joel@OARcorp.com>
237
238        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.