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

4.104.114.84.95
Last change on this file since 03db12e was 03db12e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/03 at 05:42:32

2003-12-02 Ralf Corsepius <corsepiu@…>

  • clock/Makefile.am: Remove all-local: $(ARCH).
  • console/Makefile.am: Remove all-local: $(ARCH).
  • irq/Makefile.am: Remove all-local: $(ARCH).
  • motorola/Makefile.am: Remove all-local: $(ARCH).
  • openpic/Makefile.am: Remove all-local: $(ARCH).
  • pci/Makefile.am: Remove all-local: $(ARCH).
  • residual/Makefile.am: Remove all-local: $(ARCH).
  • start/Makefile.am: Remove all-local: $(ARCH).
  • startup/Makefile.am: Remove all-local: $(ARCH).
  • vectors/Makefile.am: Remove all-local: $(ARCH).
  • vme/Makefile.am: Remove all-local: $(ARCH).
  • wrapup/Makefile.am: Remove all-local: $(ARCH).
  • Property mode set to 100644
File size: 14.6 KB
Line 
12003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * clock/Makefile.am: Remove all-local: $(ARCH).
4        * console/Makefile.am: Remove all-local: $(ARCH).
5        * irq/Makefile.am: Remove all-local: $(ARCH).
6        * motorola/Makefile.am: Remove all-local: $(ARCH).
7        * openpic/Makefile.am: Remove all-local: $(ARCH).
8        * pci/Makefile.am: Remove all-local: $(ARCH).
9        * residual/Makefile.am: Remove all-local: $(ARCH).
10        * start/Makefile.am: Remove all-local: $(ARCH).
11        * startup/Makefile.am: Remove all-local: $(ARCH).
12        * vectors/Makefile.am: Remove all-local: $(ARCH).
13        * vme/Makefile.am: Remove all-local: $(ARCH).
14        * wrapup/Makefile.am: Remove all-local: $(ARCH).
15
162003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * vectors/Makefile.am: Fix header installation.
19
202003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * Makefile.am: Merge-in include/Makefile.am.
23        Reflect changes to bsp.am.
24        * include/Makefile.am: Remove.
25        * include/bsp.h: Add copy of ../shared/include/bsp.h (Violates BSP
26        coding standards).
27        * configure.ac: Reflect changes above.
28        * irq/Makefile.am: Fix header installation.
29        * motorola/Makefile.am: Fix header installation.
30        * openpic/Makefile.am: Fix header installation.
31        * pci/Makefile.am: Fix header installation.
32
332003-09-26      Till Strauman <strauman@slac.stanford.edu>
34
35        PR 496/bsps
36        * startup/Makefile.am: Use PowerPC shared sbrk() implementation which
37        is used when initial heap size is limited to first 32 MB of RAM to
38        satisfy boot loader requirements.
39
402003-09-26  Till Straumann <strauman@slac.stanford.edu>
41
42        PR 497/bsps
43        * BOOTING: Document letting the bootloader shut down the
44        network interface since it continues to run after loading
45        RTEMS application and has to be dealt with.
46 
472003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * bsp_specs: Remove *lib:.
50
512003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * Makefile.am: Reflect having moved aclocal/.
54
552003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * Makefile.am: Reflect having moved automake/.
58        * bootloader/Makefile.am: Reflect having moved automake/.
59        * clock/Makefile.am: Reflect having moved automake/.
60        * console/Makefile.am: Reflect having moved automake/.
61        * include/Makefile.am: Reflect having moved automake/.
62        * irq/Makefile.am: Reflect having moved automake/.
63        * motorola/Makefile.am: Reflect having moved automake/.
64        * openpic/Makefile.am: Reflect having moved automake/.
65        * pci/Makefile.am: Reflect having moved automake/.
66        * residual/Makefile.am: Reflect having moved automake/.
67        * start/Makefile.am: Reflect having moved automake/.
68        * startup/Makefile.am: Reflect having moved automake/.
69        * vectors/Makefile.am: Reflect having moved automake/.
70        * vme/Makefile.am: Reflect having moved automake/.
71        * wrapup/Makefile.am: Reflect having moved automake/.
72
732003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
76
772003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        PR 444/bsps
80        PR 445/bsps
81        * bsp_specs: Remove -D__embedded__ -Asystem(embedded)
82        -DUSE_ENHANCED_INTR_API from cpp.
83        Remove cpp, old_cpp (now unused).
84        * configure.ac: Add -DUSE_ENHANCED_INTR_API to bspopts.h.
85
862003-03-27      Joel Sherrill <joel@OARcorp.com>
87
88        * bootloader/Makefile.am: Eliminate EABI CFLAGS from those used to
89        compile the bootloader.
90
912003-03-18  Till Straumann <strauman@slac.stanford.edu>
92
93        PR 356/bsps
94        * bsp_specs, start/Makefile.am, startup/linkcmds
95        This patch makes RTEMS/powerpc/shared EABI compliant.
96        Declare all linker-script defined addresses as
97        variables of unknown size and not as short objects
98        like 'int', 'void*' etc.
99        This prevents the compiler from generating a relocation
100        who assumes the existence of an __rtems_end object in
101        one of the short data areas (which would result in a
102        linker error).
103
1042003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * configure.ac: Remove AC_CONFIG_AUX_DIR.
107
1082003-02-20      Till Straumann <strauman@slac.stanford.edu>
109
110        PR 349/bsps
111        * startup/Makefile.am, startup/linkcmds startup/Makefile.am,
112        startup/bspstart.c, startup/pgtbl_activate.c, startup/pgtbl_setup.c:
113        Let the powerpc/shared (+derived) BSPs use pagetable support
114        from libcpu.
115
1162003-02-20      Till Straumann <strauman@slac.stanford.edu>
117
118        PR 349/bsps
119        * Makefile.am, configure.ac: Add glue to the powerpc/shared BSP
120        to use the vmeUniverse VME-PCI bridge driver.
121        * vme/.cvsignore, vme/Makefile.am, wrapup/Makefile.am: New files.
122
1232003-02-20      Till Straumann <strauman@slac.stanford.edu>
124
125        PR 349/bsps
126        * openpic/Makefile.am, pci/Makefile.am:
127          - install the 'openpic.h' and 'pci.h' headers
128          - avoid a name clash by renaming 'vsprintf' & friends
129            to 'k_vsprintf' etc.
130          - let 'rtemsReboot' print a stack trace (in case an 'assert' failed)
131          - irq.c:
132             * fix: remove implicit assumption that ISA interrupt vectors start
133                    at 0
134             * add BSP hook to let a VME interrupt acknowledge the PCI/openpic
135               IRQ. (SEE ALSO THE ppc-sharedbsp-vme.diff patch)
136          - fix: EABI compliance; isr/exception lowlevel handlers must not
137                 clobber R2 or R13
138          - fix: openpic_init was called with the polarity/senses tables
139                 swapped (fixed wrong order of arguments)
140          - cosmetics: use new _read_SPRXX() _write_SPRXX() macros
141
1422003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
145
1462003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * configure.ac: AC_PREREQ(2.57).
149
1502003-01-20      Joel Sherrill <joel@OARcorp.com>
151
152        * startup/linkcmds*: Add FreeBSD sysctl() sections.
153
1542002-12-08      Greg Menke <gregory.menke@gsfc.nasa.gov>
155 
156        * startup/linkcmds: Shifted .init, .fini to match better with
157        crtbegin/crtend linking.
158
1592002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * bootloader/Makefile.am: Don't include @RTEMS_BSP@.cfg.
162        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
163        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
164        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
165        * motorola/Makefile.am: Don't include @RTEMS_BSP@.cfg.
166        * openpic/Makefile.am: Don't include @RTEMS_BSP@.cfg.
167        * pci/Makefile.am: Don't include @RTEMS_BSP@.cfg.
168        * residual/Makefile.am: Don't include @RTEMS_BSP@.cfg.
169        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
170        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
171        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
172
1732002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * start/Makefile.am: Use install-data-local to install startfile.
176
1772002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
180
181002-11-17       Greg Menke <gregory.menke@gsfc.nasa.gov>
182
183        * README.mtx603e: New file.
184
1852002-11-14      Greg Menke <gregory.menke@gsfc.nasa.gov>
186
187        * bsp_specs: Added crtbegin,crtend objects so C++ global objects
188        constructors/destructors run correctly. 
189        * startup/linkcmds: Increased code length and updated the ctor/dtor
190        sections to handle crtbegin, crtend objects.
191>       
1922002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * .cvsignore: Reformat.
195        Add autom4te*cache.
196        Remove autom4te.cache.
197
1982002-08-21      Joel Sherrill <joel@OARcorp.com>
199
200        * bsp_specs: Added support for -nostdlibs.
201
2022002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * bootloader/Makefile.am: Fix that crappy Makefile.am once again.
205
2062002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * bootloader/Makefile.am: Use .$(OBJEXT) instead of .o.
209        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
210        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
211        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
212        * motorola/Makefile.am: Use .$(OBJEXT) instead of .o.
213        * openpic/Makefile.am: Use .$(OBJEXT) instead of .o.
214        * pci/Makefile.am: Use .$(OBJEXT) instead of .o.
215        * residual/Makefile.am: Use .$(OBJEXT) instead of .o.
216        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
217        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
218        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
219        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
220
2212002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * bootloader/Makefile.am: Install bootloader.o.
224        Install bootloader/bootloader.ppcboot.lds.
225
2262002-07-24      Joel Sherrill <joel@OARcorp.com>
227
228        * vectors/Makefile.am: Install bsp/vectors.h.
229
2302002-07-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * include/Makefile.am: Fix preinstallation.
233        * bootloader: Eliminate $(INCLUDES).
234
2352002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * start/Makefile.am: Eliminate PGM.
238        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
239
2402002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
243
2442002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
247        Remove $(OBJS) from all-local.
248
2492002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
252
2532001-05-14      Till Straumann <strauman@slac.stanford.edu>
254
255        * bootloader/Makefile.am, console/Makefile.am, pci/Makefile.am:
256        Per PR216, "libbsp/powerpc/shared" BSP has been modified considerably
257        with the goal to make it more flexible and reusable by other
258        BSPs. The main strategies were:
259            - eliminate hardcoded base addresses; devices use offsets
260              and a BSP defined base address.
261            - separate functionality into different files (e.g. reboot from
262              inch.c to reboot.c) which can be overridden by a 'derived' BSP.
263            - separate initialization code into separate files (e.g.  PCI
264              bridge detection/initialization was separated from the more
265              generic PCI access routines), also to make it easier for
266              'derived' BSPs to substitute their own initialization code.
267        There are also a couple of enhancements and fixes:
268            - IRQ handling code now has a hook for attaching a VME bridge.
269            - OpenPIC is now explicitely initialized (polarities, senses).
270              Eliminated the implicit assumption on the presence of an ISA PIC.
271            - UART and console driver now supports more than 1 port. The current
272              maximum of 2 can easily be extended by enlarging a table (it
273              would even be easier if the ISR API was not broken by design).
274            - fixed polled_io.c so it correctly supports console on COM2
275            - fixed TLB invalidation code (start.S).
276            - exception handler prints a stack backtrace.
277            - added BSP_pciFindDevice() to scan the pci bus for a particular
278              vendor/device/instance.
279
2802001-05-09      Joel Sherrill <joel@OARcorp.com>
281
282        * startup/linkcmds: In support of gcc 3.1, added one of more
283        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
284        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
285        and direction of segments to memory regions may also have been
286        addressed.  This was a sweep across all BSPs.
287 
2882001-04-08      Joel Sherrill <joel@OARcorp.com>
289
290        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
291 
2922002-04-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * bootloader/Makefile.am: Use automake-1.6 AS compilation rules.
295
2962001-04-02      Joel Sherrill <joel@OARcorp.com>
297
298        * bootloader/Makefile.am: Use AM_CCASFLAGS instead of AM_ASFLAGS.
299
3002002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * configure.ac:
303        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
304        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
305        * bootloader/Makefile.am: Remove AUTOMAKE_OPTIONS.
306        * Makefile.am: Remove AUTOMAKE_OPTIONS.
307        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
308        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
309        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
310        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
311        * motorola/Makefile.am: Remove AUTOMAKE_OPTIONS.
312        * openpic/Makefile.am: Remove AUTOMAKE_OPTIONS.
313        * pci/Makefile.am: Remove AUTOMAKE_OPTIONS.
314        * residual/Makefile.am: Remove AUTOMAKE_OPTIONS.
315        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
316        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
317        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
318        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
319
3202001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
323
3242001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
327
3282001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * Makefile.am: Add @exceptions@ to SUBDIRS;
331        Remove need_motorola_powerpc.
332        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
333        make/custom/mcp750.cfg, make/custom/mvme2307.cfg;
334        Remove need_motorola_powerpc;
335        Add RTEMS_PPC_EXCEPTIONS([new]).
336        * include/Makefile.am: Replace PREINSTALL_FILES with
337        TMPINSTALL_FILES, include force-preinstall.am.
338        * wrapup/Makefile.am: Apply @exceptions@.
339
3402001-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * configure.ac: Add bspopts.h.
343        * include/.cvsignore: Add stamp-h* and bspopts.h*.
344        * include/Makefile.am: Add bspopts.h.
345        * pci/Makefile.am: Append -O2 to AM_CFLAGS.
346
3472001-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * bootloader/Makefile.am: completely reworked.
350        * configure.ac: Add AM_PROG_AS.
351
3522001-10-25      Joel Sherrill <joel@OARcorp.com>
353
354        * startup/linkcmds: Added _init and _fini.
355
3562001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
359        * configure.in: Remove.
360        * configure.ac: New file, generated from configure.in by autoupdate.
361
3622001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
365        * residual/Makefile.am: Use 'PREINSTALL_FILES ='.
366        * vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
367        * pci/Makefile.am: Use 'PREINSTALL_FILES ='.
368        * openpic/Makefile.am: Use 'PREINSTALL_FILES ='.
369        * bootloader/Makefile.am: Use 'CLEANFILES ='.
370
3712001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
372
373        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
374
3752001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
376
377        * bootloader/Makefile.am: Modified to install bootloader so
378        make-exe rule can avoid writing to install point or assuming
379        BSP build tree is available.
380
3812000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
384
3852000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
388
3892000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
392        Switch to GNU canonicalization.
393
3942000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
395
396        * startup/linkcmds: Added lines so DWARF debug information
397        would be available.  Otherwise gdb complains that the offsets
398        for the debug info are incorrect and doesn't load the files.
399
4002000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * bootloader/Makefile.am, clock/Makefile.am, console/Makefile.am,
403        irq/Makefile.am, motorola/Makefile.am, openpic/Makefile.am,
404        pci/Makefile.am, residual/Makefile.am, start/Makefile.am,
405        startup/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am:
406        Include compile.am
407
4082000-08-10      Joel Sherrill <joel@OARcorp.com>
409
410        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.