source: rtems/c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog @ 6600424d

4.104.114.84.95
Last change on this file since 6600424d was 6600424d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/11/03 at 11:00:20

Merger from rtems-4-6-branch.

  • Property mode set to 100644
File size: 10.9 KB
Line 
12003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove AC_CONFIG_AUX_DIR.
4
52003-02-20      Till Straumann <strauman@slac.stanford.edu>
6
7        PR 349/bsps
8        * startup/Makefile.am, startup/linkcmds startup/Makefile.am,
9        startup/bspstart.c, startup/pgtbl_activate.c, startup/pgtbl_setup.c:
10        Let the powerpc/shared (+derived) BSPs use pagetable support
11        from libcpu.
12
132003-02-20      Till Straumann <strauman@slac.stanford.edu>
14
15        PR 349/bsps
16        * Makefile.am, configure.ac: Add glue to the powerpc/shared BSP
17        to use the vmeUniverse VME-PCI bridge driver.
18        * vme/.cvsignore, vme/Makefile.am, wrapup/Makefile.am: New files.
19
202003-02-20      Till Straumann <strauman@slac.stanford.edu>
21
22        PR 349/bsps
23        * openpic/Makefile.am, pci/Makefile.am:
24          - install the 'openpic.h' and 'pci.h' headers
25          - avoid a name clash by renaming 'vsprintf' & friends
26            to 'k_vsprintf' etc.
27          - let 'rtemsReboot' print a stack trace (in case an 'assert' failed)
28          - irq.c:
29             * fix: remove implicit assumption that ISA interrupt vectors start
30                    at 0
31             * add BSP hook to let a VME interrupt acknowledge the PCI/openpic
32               IRQ. (SEE ALSO THE ppc-sharedbsp-vme.diff patch)
33          - fix: EABI compliance; isr/exception lowlevel handlers must not
34                 clobber R2 or R13
35          - fix: openpic_init was called with the polarity/senses tables
36                 swapped (fixed wrong order of arguments)
37          - cosmetics: use new _read_SPRXX() _write_SPRXX() macros
38
392003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
42
432003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * configure.ac: AC_PREREQ(2.57).
46
472003-01-20      Joel Sherrill <joel@OARcorp.com>
48
49        * startup/linkcmds*: Add FreeBSD sysctl() sections.
50
512002-12-08      Greg Menke <gregory.menke@gsfc.nasa.gov>
52 
53        * startup/linkcmds: Shifted .init, .fini to match better with
54        crtbegin/crtend linking.
55
562002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * bootloader/Makefile.am: Don't include @RTEMS_BSP@.cfg.
59        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
60        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
61        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
62        * motorola/Makefile.am: Don't include @RTEMS_BSP@.cfg.
63        * openpic/Makefile.am: Don't include @RTEMS_BSP@.cfg.
64        * pci/Makefile.am: Don't include @RTEMS_BSP@.cfg.
65        * residual/Makefile.am: Don't include @RTEMS_BSP@.cfg.
66        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
67        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
68        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
69
702002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * start/Makefile.am: Use install-data-local to install startfile.
73
742002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
77
78002-11-17       Greg Menke <gregory.menke@gsfc.nasa.gov>
79
80        * README.mtx603e: New file.
81
822002-11-14      Greg Menke <gregory.menke@gsfc.nasa.gov>
83
84        * bsp_specs: Added crtbegin,crtend objects so C++ global objects
85        constructors/destructors run correctly. 
86        * startup/linkcmds: Increased code length and updated the ctor/dtor
87        sections to handle crtbegin, crtend objects.
88>       
892002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * .cvsignore: Reformat.
92        Add autom4te*cache.
93        Remove autom4te.cache.
94
952002-08-21      Joel Sherrill <joel@OARcorp.com>
96
97        * bsp_specs: Added support for -nostdlibs.
98
992002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * bootloader/Makefile.am: Fix that crappy Makefile.am once again.
102
1032002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * bootloader/Makefile.am: Use .$(OBJEXT) instead of .o.
106        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
107        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
108        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
109        * motorola/Makefile.am: Use .$(OBJEXT) instead of .o.
110        * openpic/Makefile.am: Use .$(OBJEXT) instead of .o.
111        * pci/Makefile.am: Use .$(OBJEXT) instead of .o.
112        * residual/Makefile.am: Use .$(OBJEXT) instead of .o.
113        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
114        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
115        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
116        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
117
1182002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * bootloader/Makefile.am: Install bootloader.o.
121        Install bootloader/bootloader.ppcboot.lds.
122
1232002-07-24      Joel Sherrill <joel@OARcorp.com>
124
125        * vectors/Makefile.am: Install bsp/vectors.h.
126
1272002-07-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * include/Makefile.am: Fix preinstallation.
130        * bootloader: Eliminate $(INCLUDES).
131
1322002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * start/Makefile.am: Eliminate PGM.
135        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
136
1372002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
140
1412002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
144        Remove $(OBJS) from all-local.
145
1462002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
149
1502001-05-14      Till Straumann <strauman@slac.stanford.edu>
151
152        * bootloader/Makefile.am, console/Makefile.am, pci/Makefile.am:
153        Per PR216, "libbsp/powerpc/shared" BSP has been modified considerably
154        with the goal to make it more flexible and reusable by other
155        BSPs. The main strategies were:
156            - eliminate hardcoded base addresses; devices use offsets
157              and a BSP defined base address.
158            - separate functionality into different files (e.g. reboot from
159              inch.c to reboot.c) which can be overridden by a 'derived' BSP.
160            - separate initialization code into separate files (e.g.  PCI
161              bridge detection/initialization was separated from the more
162              generic PCI access routines), also to make it easier for
163              'derived' BSPs to substitute their own initialization code.
164        There are also a couple of enhancements and fixes:
165            - IRQ handling code now has a hook for attaching a VME bridge.
166            - OpenPIC is now explicitely initialized (polarities, senses).
167              Eliminated the implicit assumption on the presence of an ISA PIC.
168            - UART and console driver now supports more than 1 port. The current
169              maximum of 2 can easily be extended by enlarging a table (it
170              would even be easier if the ISR API was not broken by design).
171            - fixed polled_io.c so it correctly supports console on COM2
172            - fixed TLB invalidation code (start.S).
173            - exception handler prints a stack backtrace.
174            - added BSP_pciFindDevice() to scan the pci bus for a particular
175              vendor/device/instance.
176
1772001-05-09      Joel Sherrill <joel@OARcorp.com>
178
179        * startup/linkcmds: In support of gcc 3.1, added one of more
180        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
181        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
182        and direction of segments to memory regions may also have been
183        addressed.  This was a sweep across all BSPs.
184 
1852001-04-08      Joel Sherrill <joel@OARcorp.com>
186
187        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
188 
1892002-04-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * bootloader/Makefile.am: Use automake-1.6 AS compilation rules.
192
1932001-04-02      Joel Sherrill <joel@OARcorp.com>
194
195        * bootloader/Makefile.am: Use AM_CCASFLAGS instead of AM_ASFLAGS.
196
1972002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * configure.ac:
200        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
201        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
202        * bootloader/Makefile.am: Remove AUTOMAKE_OPTIONS.
203        * Makefile.am: Remove AUTOMAKE_OPTIONS.
204        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
205        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
206        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
207        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
208        * motorola/Makefile.am: Remove AUTOMAKE_OPTIONS.
209        * openpic/Makefile.am: Remove AUTOMAKE_OPTIONS.
210        * pci/Makefile.am: Remove AUTOMAKE_OPTIONS.
211        * residual/Makefile.am: Remove AUTOMAKE_OPTIONS.
212        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
213        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
214        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
215        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
216
2172001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
220
2212001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
224
2252001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * Makefile.am: Add @exceptions@ to SUBDIRS;
228        Remove need_motorola_powerpc.
229        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
230        make/custom/mcp750.cfg, make/custom/mvme2307.cfg;
231        Remove need_motorola_powerpc;
232        Add RTEMS_PPC_EXCEPTIONS([new]).
233        * include/Makefile.am: Replace PREINSTALL_FILES with
234        TMPINSTALL_FILES, include force-preinstall.am.
235        * wrapup/Makefile.am: Apply @exceptions@.
236
2372001-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * configure.ac: Add bspopts.h.
240        * include/.cvsignore: Add stamp-h* and bspopts.h*.
241        * include/Makefile.am: Add bspopts.h.
242        * pci/Makefile.am: Append -O2 to AM_CFLAGS.
243
2442001-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * bootloader/Makefile.am: completely reworked.
247        * configure.ac: Add AM_PROG_AS.
248
2492001-10-25      Joel Sherrill <joel@OARcorp.com>
250
251        * startup/linkcmds: Added _init and _fini.
252
2532001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
256        * configure.in: Remove.
257        * configure.ac: New file, generated from configure.in by autoupdate.
258
2592001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
262        * residual/Makefile.am: Use 'PREINSTALL_FILES ='.
263        * vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
264        * pci/Makefile.am: Use 'PREINSTALL_FILES ='.
265        * openpic/Makefile.am: Use 'PREINSTALL_FILES ='.
266        * bootloader/Makefile.am: Use 'CLEANFILES ='.
267
2682001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
269
270        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
271
2722001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
273
274        * bootloader/Makefile.am: Modified to install bootloader so
275        make-exe rule can avoid writing to install point or assuming
276        BSP build tree is available.
277
2782000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
281
2822000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
285
2862000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
289        Switch to GNU canonicalization.
290
2912000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
292
293        * startup/linkcmds: Added lines so DWARF debug information
294        would be available.  Otherwise gdb complains that the offsets
295        for the debug info are incorrect and doesn't load the files.
296
2972000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * bootloader/Makefile.am, clock/Makefile.am, console/Makefile.am,
300        irq/Makefile.am, motorola/Makefile.am, openpic/Makefile.am,
301        pci/Makefile.am, residual/Makefile.am, start/Makefile.am,
302        startup/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am:
303        Include compile.am
304
3052000-08-10      Joel Sherrill <joel@OARcorp.com>
306
307        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.