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

4.104.114.84.95
Last change on this file since e00763df was e00763df, checked in by Joel Sherrill <joel.sherrill@…>, on 02/20/03 at 21:57:26

2003-02-20 Till Straumann <strauman@…>

PR 349/bsps

  • Makefile.am, configure.ac: Add glue to the powerpc/shared BSP to use the vmeUniverse VME-PCI bridge driver.
  • vme/.cvsignore, vme/Makefile.am, wrapup/Makefile.am: New files.
  • Property mode set to 100644
File size: 10.5 KB
RevLine 
[e00763df]12003-02-20      Till Straumann <strauman@slac.stanford.edu>
2
3        PR 349/bsps
4        * Makefile.am, configure.ac: Add glue to the powerpc/shared BSP
5        to use the vmeUniverse VME-PCI bridge driver.
6        * vme/.cvsignore, vme/Makefile.am, wrapup/Makefile.am: New files.
7
[8fcce4f]82003-02-20      Till Straumann <strauman@slac.stanford.edu>
9
10        PR 349/bsps
11        * openpic/Makefile.am, pci/Makefile.am:
12          - install the 'openpic.h' and 'pci.h' headers
13          - avoid a name clash by renaming 'vsprintf' & friends
14            to 'k_vsprintf' etc.
15          - let 'rtemsReboot' print a stack trace (in case an 'assert' failed)
16          - irq.c:
17             * fix: remove implicit assumption that ISA interrupt vectors start
18                    at 0
19             * add BSP hook to let a VME interrupt acknowledge the PCI/openpic
20               IRQ. (SEE ALSO THE ppc-sharedbsp-vme.diff patch)
21          - fix: EABI compliance; isr/exception lowlevel handlers must not
22                 clobber R2 or R13
23          - fix: openpic_init was called with the polarity/senses tables
24                 swapped (fixed wrong order of arguments)
25          - cosmetics: use new _read_SPRXX() _write_SPRXX() macros
26
[ccd81b60]272003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
30
[9b5c258]312003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * configure.ac: AC_PREREQ(2.57).
34
[1d36d2af]352003-01-20      Joel Sherrill <joel@OARcorp.com>
36
37        * startup/linkcmds*: Add FreeBSD sysctl() sections.
38
[fad4a52b]392002-12-08      Greg Menke <gregory.menke@gsfc.nasa.gov>
40 
41        * startup/linkcmds: Shifted .init, .fini to match better with
42        crtbegin/crtend linking.
43
[7a78028]442002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * bootloader/Makefile.am: Don't include @RTEMS_BSP@.cfg.
47        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
48        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
49        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
50        * motorola/Makefile.am: Don't include @RTEMS_BSP@.cfg.
51        * openpic/Makefile.am: Don't include @RTEMS_BSP@.cfg.
52        * pci/Makefile.am: Don't include @RTEMS_BSP@.cfg.
53        * residual/Makefile.am: Don't include @RTEMS_BSP@.cfg.
54        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
55        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
56        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
57
[59a01a6e]582002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * start/Makefile.am: Use install-data-local to install startfile.
61
[8361b50]622002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
65
[3ae9de1]66002-11-17       Greg Menke <gregory.menke@gsfc.nasa.gov>
67
68        * README.mtx603e: New file.
69
[5d81ce9]702002-11-14      Greg Menke <gregory.menke@gsfc.nasa.gov>
71
72        * bsp_specs: Added crtbegin,crtend objects so C++ global objects
73        constructors/destructors run correctly. 
74        * startup/linkcmds: Increased code length and updated the ctor/dtor
75        sections to handle crtbegin, crtend objects.
76>       
[8730f45]772002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * .cvsignore: Reformat.
80        Add autom4te*cache.
81        Remove autom4te.cache.
82
[a2ae30c2]832002-08-21      Joel Sherrill <joel@OARcorp.com>
84
85        * bsp_specs: Added support for -nostdlibs.
86
[2dd806a6]872002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * bootloader/Makefile.am: Fix that crappy Makefile.am once again.
90
[730ad0c]912002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * bootloader/Makefile.am: Use .$(OBJEXT) instead of .o.
94        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
95        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
96        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
97        * motorola/Makefile.am: Use .$(OBJEXT) instead of .o.
98        * openpic/Makefile.am: Use .$(OBJEXT) instead of .o.
99        * pci/Makefile.am: Use .$(OBJEXT) instead of .o.
100        * residual/Makefile.am: Use .$(OBJEXT) instead of .o.
101        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
102        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
103        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
104        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
105
[caee5a7]1062002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * bootloader/Makefile.am: Install bootloader.o.
109        Install bootloader/bootloader.ppcboot.lds.
110
[7e111950]1112002-07-24      Joel Sherrill <joel@OARcorp.com>
112
113        * vectors/Makefile.am: Install bsp/vectors.h.
114
[115a390]1152002-07-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * include/Makefile.am: Fix preinstallation.
118        * bootloader: Eliminate $(INCLUDES).
119
[b9288fb1]1202002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * start/Makefile.am: Eliminate PGM.
123        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
124
[f1feebb]1252002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
128
[445c0a0]1292002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
132        Remove $(OBJS) from all-local.
133
[80defac]1342002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
137
[6a4df9f9]1382001-05-14      Till Straumann <strauman@slac.stanford.edu>
139
140        * bootloader/Makefile.am, console/Makefile.am, pci/Makefile.am:
141        Per PR216, "libbsp/powerpc/shared" BSP has been modified considerably
142        with the goal to make it more flexible and reusable by other
143        BSPs. The main strategies were:
144            - eliminate hardcoded base addresses; devices use offsets
145              and a BSP defined base address.
146            - separate functionality into different files (e.g. reboot from
147              inch.c to reboot.c) which can be overridden by a 'derived' BSP.
148            - separate initialization code into separate files (e.g.  PCI
149              bridge detection/initialization was separated from the more
150              generic PCI access routines), also to make it easier for
151              'derived' BSPs to substitute their own initialization code.
152        There are also a couple of enhancements and fixes:
153            - IRQ handling code now has a hook for attaching a VME bridge.
154            - OpenPIC is now explicitely initialized (polarities, senses).
[85c92574]155              Eliminated the implicit assumption on the presence of an ISA PIC.
156            - UART and console driver now supports more than 1 port. The current
157              maximum of 2 can easily be extended by enlarging a table (it
158              would even be easier if the ISR API was not broken by design).
159            - fixed polled_io.c so it correctly supports console on COM2
160            - fixed TLB invalidation code (start.S).
161            - exception handler prints a stack backtrace.
162            - added BSP_pciFindDevice() to scan the pci bus for a particular
[238f450]163              vendor/device/instance.
164
1652001-05-09      Joel Sherrill <joel@OARcorp.com>
166
[6d3d6a0e]167        * startup/linkcmds: In support of gcc 3.1, added one of more
168        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
169        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
170        and direction of segments to memory regions may also have been
[133a020]171        addressed.  This was a sweep across all BSPs.
172 
1732001-04-08      Joel Sherrill <joel@OARcorp.com>
174
[d521eaa]175        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
176 
1772002-04-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * bootloader/Makefile.am: Use automake-1.6 AS compilation rules.
180
1812001-04-02      Joel Sherrill <joel@OARcorp.com>
182
183        * bootloader/Makefile.am: Use AM_CCASFLAGS instead of AM_ASFLAGS.
184
1852002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * configure.ac:
188        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
189        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
190        * bootloader/Makefile.am: Remove AUTOMAKE_OPTIONS.
191        * Makefile.am: Remove AUTOMAKE_OPTIONS.
192        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
193        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
194        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
[85ca769]195        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
196        * motorola/Makefile.am: Remove AUTOMAKE_OPTIONS.
197        * openpic/Makefile.am: Remove AUTOMAKE_OPTIONS.
198        * pci/Makefile.am: Remove AUTOMAKE_OPTIONS.
[9e1ae79]199        * residual/Makefile.am: Remove AUTOMAKE_OPTIONS.
200        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
201        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
202        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
[4fe0abdc]203        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
204
2052001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
208
2092001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
212
2132001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
[5f4867d]215        * Makefile.am: Add @exceptions@ to SUBDIRS;
216        Remove need_motorola_powerpc.
217        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
218        make/custom/mcp750.cfg, make/custom/mvme2307.cfg;
219        Remove need_motorola_powerpc;
220        Add RTEMS_PPC_EXCEPTIONS([new]).
221        * include/Makefile.am: Replace PREINSTALL_FILES with
[1ea5087]222        TMPINSTALL_FILES, include force-preinstall.am.
223        * wrapup/Makefile.am: Apply @exceptions@.
224
2252001-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
[ac9253e]227        * configure.ac: Add bspopts.h.
228        * include/.cvsignore: Add stamp-h* and bspopts.h*.
229        * include/Makefile.am: Add bspopts.h.
230        * pci/Makefile.am: Append -O2 to AM_CFLAGS.
[df25c998]231
2322001-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * bootloader/Makefile.am: completely reworked.
235        * configure.ac: Add AM_PROG_AS.
236
[8c4566a]2372001-10-25      Joel Sherrill <joel@OARcorp.com>
238
239        * startup/linkcmds: Added _init and _fini.
240
2412001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
244        * configure.in: Remove.
245        * configure.ac: New file, generated from configure.in by autoupdate.
[6f21328]246
2472001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
[0589f0b]250        * residual/Makefile.am: Use 'PREINSTALL_FILES ='.
251        * vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
252        * pci/Makefile.am: Use 'PREINSTALL_FILES ='.
253        * openpic/Makefile.am: Use 'PREINSTALL_FILES ='.
254        * bootloader/Makefile.am: Use 'CLEANFILES ='.
255
[feead226]2562001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
257
258        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
259
[a314d3b4]2602001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
261
262        * bootloader/Makefile.am: Modified to install bootloader so
263        make-exe rule can avoid writing to install point or assuming
[e83378d]264        BSP build tree is available.
265
2662000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
[068231cd]269
[4cb5d29]2702000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
273
2742000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
[068231cd]276        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
277        Switch to GNU canonicalization.
278
2792000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
280
281        * startup/linkcmds: Added lines so DWARF debug information
282        would be available.  Otherwise gdb complains that the offsets
[e94ad1fe]283        for the debug info are incorrect and doesn't load the files.
284
2852000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * bootloader/Makefile.am, clock/Makefile.am, console/Makefile.am,
288        irq/Makefile.am, motorola/Makefile.am, openpic/Makefile.am,
289        pci/Makefile.am, residual/Makefile.am, start/Makefile.am,
290        startup/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am:
291        Include compile.am
292
2932000-08-10      Joel Sherrill <joel@OARcorp.com>
294
295        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.