source: rtems/c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog @ 3ae9de1

4.104.114.84.95
Last change on this file since 3ae9de1 was 3ae9de1, checked in by Joel Sherrill <joel.sherrill@…>, on 11/18/02 at 03:07:54

002-11-17 Greg Menke <gregory.menke@…>

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