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

Last change on this file since 218c346 was 218c346, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/20/06 at 11:55:29

2006-10-20 Ralf Corsépius <ralf.corsepius@…>

  • Makefile.am: Remove superfluous -DASM.
  • Property mode set to 100644
File size: 24.6 KB
Line 
12006-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Remove superfluous -DASM.
4
52006-10-19      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * configure.ac: Require automake-1.10. Require autoconf-2.60.
8
92006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * bootloader/Makefile.am: Remove DEFAULT_INCLUDES.
12
132006-09-11      Chris Johns <chrisj@rtems.org>
14
15        * times.mcp750: Removed extra CRLF.
16       
172006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
18
19        * configure.ac: Remove explicit ampolish3 support (now in
20        RTEMS_BSP_CONFIGURE).
21
222006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
23
24        * configure.ac: Add ampolish3 support.
25        * Makefile.am: Add preinstall.am.
26
272005-11-12      Ralf Corsepius <ralf.corsepius@rtems.org>
28
29        * configure.ac: Remove USE_ENHANCED_INTR_API.
30
312005-11-09      Eric Norum <norume@aps.anl.gov>
32
33        * bootloader/Makefile.am: Fix disagreement between GCCSPECS and GCC_SPECS.
34        * Makefile.am: Need to install vme_am_defs.h,
35
362005-11-03      Till Straumann <strauman@slac.stanford.edu>
37
38        * shared/irq/openpic_i8259_irq.c: New file.
39        * ChangeLog, Makefile.am, motorola_powerpc/ChangeLog,
40        motorola_powerpc/Makefile.am, shared/irq/irq.c, shared/irq/irq.h,
41        shared/irq/irq_asm.S, shared/irq/irq_init.c: Separated openpic/i8259
42        specifica from generic irq handling into openpic_i8259_irq.c; added
43        some compilation conditionals to help BSPs without ISA to omit ISA
44        interrupts and calling i8259 code.
45
462005-11-03      Till Straumann <strauman@slac.stanford.edu>
47
48        * Makefile.am, include/bsp.h: Added new shared pretaskinghook.c and
49        zerobss.c files to list to be made. Added some explanations about
50        CPU <-> PCI <-> VME address mapping issues.
51
522005-11-03      Till Straumann <strauman@slac.stanford.edu>
53
54        * Makefile.am, startup/linkcmds:
55        moved linkcmds to shared area for other BSPs to use
56
572005-10-20      Eric Norum <norume@aps.anl.gov>
58
59        * include/bsp.h: Support MVME2100.
60
612005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
62
63        * include/bsp.h: New header guard.
64
652005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
66
67        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
68
692005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
70
71        * Makefile.am: Merge-in wrapup/Makefile.am.
72        * wrapup/Makefile.am: Remove.
73        * configure.ac: Reflect changes above.
74
752005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
76
77        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
78
792005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
80
81        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
82
832004-11-17      Joel Sherrill <joel@OARcorp.com>
84
85        * startup/linkcmds: Add sections required by gcc 3.3.x so it will link.
86
872004-11-16      Richard Campbell <richard.campbell@OARcorp.com>
88
89        * README.MVME2100: Update to include DBAT0.
90        * startup/linkcmds: Add sections from new gcc versions.
91
922004-11-12      Ralf Corsepius <ralf_corsepius@rtems.org>
93
94        PR 717/bsps
95        * bootloader/Makefile.am: Set up BOOTLOADER_CPU_CFLAGS.
96
972004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
98
99        * Makefile.am, configure.ac, bootloader/Makefile.am, include/bsp.h,
100        wrapup/Makefile.am: Add MVME2100 BSP and MPC8240 support. There was
101        also a significant amount of spelling and whitespace cleanup.
102        * README.MVME2100: New file.
103
1042004-11-05      Joel Sherrill <joel@OARcorp.com>
105
106        * startup/linkcmds: Add .gnu.linkonce.b and .gnu.linkonce.bs sections.
107
1082004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
109
110        * configure.ac: Require automake > 1.9.
111
1122004-05-22      Joel Sherrill <joel@OARcorp.com>
113
114        PR 615/bsps
115        * include/tm27.h: Removing USE_ENHANCE_INTR_API conditional check since
116        that is the only kind this BSP supports and tm27 does not care which
117        interrupt model is used as long as the macros are properly defined.
118
1192004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
120
121        PR 610/bsps
122        * Makefile.am: Add include/tm27.h, Cosmetics.
123        * include/tm27.h: Final cosmetics.
124
1252004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
126
127        * include/bsp.h: Split out tmtest27 support.
128        * include/tm27.h: New.
129
1302004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
131
132        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
133        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
134
1352004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
136
137        * include/bsp.h: Convert to using c99 fixed size types.
138
1392004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * bootloader/Makefile.am: Fix preinstall dir handling.
142
1432004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * bootloader/Makefile.am: Preinstall dirs.
146        * Makefile.am: Reflect changes to bsp.am.
147        Preinstall dist_project_lib*.
148
1492004-02-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * bootloader/Makefile.am: Fix up paths having been broken in
152        previous patch.
153
1542004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * bootloader/Makefile.am: Remove references to $(top_srcdir).
157        Remove NM, LD. Cosmetics.
158
1592004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * configure.ac: Explicitly check for NM.
162
1632004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * Makefile.am: Reflect changes to bsp.am.
166
1672004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
170
1712004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * wrapup/Makefile.am: Convert to automake-building rules.
174
1752004-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * Makefile.am: Use include_*HEADERS for .../shared/*.h.
178
1792004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
182        irq/Makefile.am, motorola/Makefile.am, openpic/Makefile.am,
183        pci/Makefile.am, residual/Makefile.am, start/Makefile.am,
184        startup/Makefile.am, vectors/Makefile.am, vme/Makefile.am.
185        Use automake compilation rules.
186        Rename clock.rel to pclock.rel (Conflict with libcpu).
187        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
188        motorola/Makefile.am, openpic/Makefile.am, pci/Makefile.am,
189        residual/Makefile.am, start/Makefile.am, startup/Makefile.am,
190        vectors/Makefile.am, vme/Makefile.am: Remove.
191        * configure.ac: Reflect changes above.
192        * wrapup/Makefile.am: Reflect changes above.
193
1942004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * wrapup/Makefile.am: Reflect changes to
197        ../support/*exception_processing/*.
198
1992004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
202        Add RTEMS_PROG_CCAS.
203
2042004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * Makefile.am: Add PREINSTALL_DIRS.
207        * irq/Makefile.am: Add PREINSTALL_DIRS.
208        * motorola/Makefile.am: Add PREINSTALL_DIRS.
209        * openpic/Makefile.am: Add PREINSTALL_DIRS.
210        * pci/Makefile.am: Add PREINSTALL_DIRS.
211        * vectors/Makefile.am: Add PREINSTALL_DIRS.
212        * vme/Makefile.am: Add PREINSTALL_DIRS.
213        * wrapup/Makefile.am: Reflect changes to libcpu.
214
2152004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
218        Add PRE/TMPINSTALL_FILES to CLEANFILES.
219        * bootloader/Makefile.am: Ditto.
220        * irq/Makefile.am: Ditto.
221        * motorola/Makefile.am: Ditto.
222        * openpic/Makefile.am: Ditto.
223        * pci/Makefile.am: Ditto.
224        * start/Makefile.am: Ditto.
225        * startup/Makefile.am: Ditto.
226        * vectors/Makefile.am: Ditto.
227        * vme/Makefile.am: Ditto.
228
2292004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * wrapup/Makefile.am: Eliminate $(LIB).
232        Use noinst_DATA to trigger building libbsp.a.
233
2342003-12-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * start/Makefile.am: Add BUILD-VARIANTS.
237
2382003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * vectors/Makefile.am: Fix typos.
241        * vme/Makefile.am: Fix typos.
242
2432003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * bootloader/Makefile.am: Eliminate VPATH.
246        * clock/Makefile.am: Eliminate VPATH.
247        * console/Makefile.am: Eliminate VPATH.
248        * irq/Makefile.am: Eliminate VPATH.
249        * motorola/Makefile.am: Eliminate VPATH.
250        * openpic/Makefile.am: Eliminate VPATH.
251        * pci/Makefile.am: Eliminate VPATH.
252        * residual/Makefile.am: Eliminate VPATH.
253        * start/Makefile.am: Eliminate VPATH.
254        * startup/Makefile.am: Eliminate VPATH.
255        * vectors/Makefile.am: Eliminate VPATH.
256        * vme/Makefile.am: Eliminate VPATH.
257
2582003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * bootloader/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
261        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
262        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
263
2642003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
267        * bootloader/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
268        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
269        * motorola/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
270        * openpic/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
271        * pci/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
272        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
273        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
274        * vectors/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
275        * vme/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
276
2772003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
280
2812003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * bootloader/Makefile.am: Misc cleanups and fixes.
284        * motorola/Makefile.am: Misc cleanups and fixes.
285        * start/Makefile.am: Misc cleanups and fixes.
286        * startup/Makefile.am: Misc cleanups and fixes.
287        * startup/linkcmds: Preparations for gcc-3.3.x.
288
2892003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * Makefile.am: Cosmetics.
292        * bootloader/Makefile.am: Cosmetics.
293        * startup/Makefile.am: Cosmetics.
294
2952003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * Makefile.am: Add preinstallation dirstamp support.
298        * bootloader/Makefile.am: Cosmetics.
299        * clock/Makefile.am: Cosmetics.
300        * console/Makefile.am: Cosmetics.
301        * irq/Makefile.am: Add preinstallation dirstamp support.
302        * motorola/Makefile.am: Cosmetics.
303        * openpic/Makefile.am: Cosmetics.
304        * pci/Makefile.am: Cosmetics.
305        * residual/Makefile.am: Cosmetics.
306        * start/Makefile.am: Cosmetics.
307        * startup/Makefile.am: Cosmetics.
308        * vectors/Makefile.am: Add preinstallation dirstamp support.
309        * vme/Makefile.am: Add preinstallation dirstamp support.
310        * wrapup/Makefile.am: Cosmetics.
311
3122003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * clock/Makefile.am: Remove all-local: $(ARCH).
315        * console/Makefile.am: Remove all-local: $(ARCH).
316        * irq/Makefile.am: Remove all-local: $(ARCH).
317        * motorola/Makefile.am: Remove all-local: $(ARCH).
318        * openpic/Makefile.am: Remove all-local: $(ARCH).
319        * pci/Makefile.am: Remove all-local: $(ARCH).
320        * residual/Makefile.am: Remove all-local: $(ARCH).
321        * start/Makefile.am: Remove all-local: $(ARCH).
322        * startup/Makefile.am: Remove all-local: $(ARCH).
323        * vectors/Makefile.am: Remove all-local: $(ARCH).
324        * vme/Makefile.am: Remove all-local: $(ARCH).
325        * wrapup/Makefile.am: Remove all-local: $(ARCH).
326
3272003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * vectors/Makefile.am: Fix header installation.
330
3312003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * Makefile.am: Merge-in include/Makefile.am.
334        Reflect changes to bsp.am.
335        * include/Makefile.am: Remove.
336        * include/bsp.h: Add copy of ../shared/include/bsp.h (Violates BSP
337        coding standards).
338        * configure.ac: Reflect changes above.
339        * irq/Makefile.am: Fix header installation.
340        * motorola/Makefile.am: Fix header installation.
341        * openpic/Makefile.am: Fix header installation.
342        * pci/Makefile.am: Fix header installation.
343
3442003-09-26      Till Strauman <strauman@slac.stanford.edu>
345
346        PR 496/bsps
347        * startup/Makefile.am: Use PowerPC shared sbrk() implementation which
348        is used when initial heap size is limited to first 32 MB of RAM to
349        satisfy boot loader requirements.
350
3512003-09-26  Till Straumann <strauman@slac.stanford.edu>
352
353        PR 497/bsps
354        * BOOTING: Document letting the bootloader shut down the
355        network interface since it continues to run after loading
356        RTEMS application and has to be dealt with.
357 
3582003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * bsp_specs: Remove *lib:.
361
3622003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * Makefile.am: Reflect having moved aclocal/.
365
3662003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * Makefile.am: Reflect having moved automake/.
369        * bootloader/Makefile.am: Reflect having moved automake/.
370        * clock/Makefile.am: Reflect having moved automake/.
371        * console/Makefile.am: Reflect having moved automake/.
372        * include/Makefile.am: Reflect having moved automake/.
373        * irq/Makefile.am: Reflect having moved automake/.
374        * motorola/Makefile.am: Reflect having moved automake/.
375        * openpic/Makefile.am: Reflect having moved automake/.
376        * pci/Makefile.am: Reflect having moved automake/.
377        * residual/Makefile.am: Reflect having moved automake/.
378        * start/Makefile.am: Reflect having moved automake/.
379        * startup/Makefile.am: Reflect having moved automake/.
380        * vectors/Makefile.am: Reflect having moved automake/.
381        * vme/Makefile.am: Reflect having moved automake/.
382        * wrapup/Makefile.am: Reflect having moved automake/.
383
3842003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
387
3882003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        PR 444/bsps
391        PR 445/bsps
392        * bsp_specs: Remove -D__embedded__ -Asystem(embedded)
393        -DUSE_ENHANCED_INTR_API from cpp.
394        Remove cpp, old_cpp (now unused).
395        * configure.ac: Add -DUSE_ENHANCED_INTR_API to bspopts.h.
396
3972003-03-27      Joel Sherrill <joel@OARcorp.com>
398
399        * bootloader/Makefile.am: Eliminate EABI CFLAGS from those used to
400        compile the bootloader.
401
4022003-03-18  Till Straumann <strauman@slac.stanford.edu>
403
404        PR 356/bsps
405        * bsp_specs, start/Makefile.am, startup/linkcmds
406        This patch makes RTEMS/powerpc/shared EABI compliant.
407        Declare all linker-script defined addresses as
408        variables of unknown size and not as short objects
409        like 'int', 'void*' etc.
410        This prevents the compiler from generating a relocation
411        who assumes the existence of an __rtems_end object in
412        one of the short data areas (which would result in a
413        linker error).
414
4152003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * configure.ac: Remove AC_CONFIG_AUX_DIR.
418
4192003-02-20      Till Straumann <strauman@slac.stanford.edu>
420
421        PR 349/bsps
422        * startup/Makefile.am, startup/linkcmds startup/Makefile.am,
423        startup/bspstart.c, startup/pgtbl_activate.c, startup/pgtbl_setup.c:
424        Let the powerpc/shared (+derived) BSPs use pagetable support
425        from libcpu.
426
4272003-02-20      Till Straumann <strauman@slac.stanford.edu>
428
429        PR 349/bsps
430        * Makefile.am, configure.ac: Add glue to the powerpc/shared BSP
431        to use the vmeUniverse VME-PCI bridge driver.
432        * vme/.cvsignore, vme/Makefile.am, wrapup/Makefile.am: New files.
433
4342003-02-20      Till Straumann <strauman@slac.stanford.edu>
435
436        PR 349/bsps
437        * openpic/Makefile.am, pci/Makefile.am:
438          - install the 'openpic.h' and 'pci.h' headers
439          - avoid a name clash by renaming 'vsprintf' & friends
440            to 'k_vsprintf' etc.
441          - let 'rtemsReboot' print a stack trace (in case an 'assert' failed)
442          - irq.c:
443             * fix: remove implicit assumption that ISA interrupt vectors start
444                    at 0
445             * add BSP hook to let a VME interrupt acknowledge the PCI/openpic
446               IRQ. (SEE ALSO THE ppc-sharedbsp-vme.diff patch)
447          - fix: EABI compliance; isr/exception lowlevel handlers must not
448                 clobber R2 or R13
449          - fix: openpic_init was called with the polarity/senses tables
450                 swapped (fixed wrong order of arguments)
451          - cosmetics: use new _read_SPRXX() _write_SPRXX() macros
452
4532003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
456
4572003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
458
459        * configure.ac: AC_PREREQ(2.57).
460
4612003-01-20      Joel Sherrill <joel@OARcorp.com>
462
463        * startup/linkcmds*: Add FreeBSD sysctl() sections.
464
4652002-12-08      Greg Menke <gregory.menke@gsfc.nasa.gov>
466 
467        * startup/linkcmds: Shifted .init, .fini to match better with
468        crtbegin/crtend linking.
469
4702002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
471
472        * bootloader/Makefile.am: Don't include @RTEMS_BSP@.cfg.
473        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
474        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
475        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
476        * motorola/Makefile.am: Don't include @RTEMS_BSP@.cfg.
477        * openpic/Makefile.am: Don't include @RTEMS_BSP@.cfg.
478        * pci/Makefile.am: Don't include @RTEMS_BSP@.cfg.
479        * residual/Makefile.am: Don't include @RTEMS_BSP@.cfg.
480        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
481        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
482        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
483
4842002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        * start/Makefile.am: Use install-data-local to install startfile.
487
4882002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
491
492002-11-17       Greg Menke <gregory.menke@gsfc.nasa.gov>
493
494        * README.mtx603e: New file.
495
4962002-11-14      Greg Menke <gregory.menke@gsfc.nasa.gov>
497
498        * bsp_specs: Added crtbegin,crtend objects so C++ global objects
499        constructors/destructors run correctly. 
500        * startup/linkcmds: Increased code length and updated the ctor/dtor
501        sections to handle crtbegin, crtend objects.
502>       
5032002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
504
505        * .cvsignore: Reformat.
506        Add autom4te*cache.
507        Remove autom4te.cache.
508
5092002-08-21      Joel Sherrill <joel@OARcorp.com>
510
511        * bsp_specs: Added support for -nostdlibs.
512
5132002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * bootloader/Makefile.am: Fix that crappy Makefile.am once again.
516
5172002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
518
519        * bootloader/Makefile.am: Use .$(OBJEXT) instead of .o.
520        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
521        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
522        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
523        * motorola/Makefile.am: Use .$(OBJEXT) instead of .o.
524        * openpic/Makefile.am: Use .$(OBJEXT) instead of .o.
525        * pci/Makefile.am: Use .$(OBJEXT) instead of .o.
526        * residual/Makefile.am: Use .$(OBJEXT) instead of .o.
527        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
528        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
529        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
530        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
531
5322002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
533
534        * bootloader/Makefile.am: Install bootloader.o.
535        Install bootloader/bootloader.ppcboot.lds.
536
5372002-07-24      Joel Sherrill <joel@OARcorp.com>
538
539        * vectors/Makefile.am: Install bsp/vectors.h.
540
5412002-07-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
542
543        * include/Makefile.am: Fix preinstallation.
544        * bootloader: Eliminate $(INCLUDES).
545
5462002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
547
548        * start/Makefile.am: Eliminate PGM.
549        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
550
5512002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
552
553        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
554
5552002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
556
557        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
558        Remove $(OBJS) from all-local.
559
5602002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
561
562        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
563
5642001-05-14      Till Straumann <strauman@slac.stanford.edu>
565
566        * bootloader/Makefile.am, console/Makefile.am, pci/Makefile.am:
567        Per PR216, "libbsp/powerpc/shared" BSP has been modified considerably
568        with the goal to make it more flexible and reusable by other
569        BSPs. The main strategies were:
570            - eliminate hardcoded base addresses; devices use offsets
571              and a BSP defined base address.
572            - separate functionality into different files (e.g. reboot from
573              inch.c to reboot.c) which can be overridden by a 'derived' BSP.
574            - separate initialization code into separate files (e.g.  PCI
575              bridge detection/initialization was separated from the more
576              generic PCI access routines), also to make it easier for
577              'derived' BSPs to substitute their own initialization code.
578        There are also a couple of enhancements and fixes:
579            - IRQ handling code now has a hook for attaching a VME bridge.
580            - OpenPIC is now explicitely initialized (polarities, senses).
581              Eliminated the implicit assumption on the presence of an ISA PIC.
582            - UART and console driver now supports more than 1 port. The current
583              maximum of 2 can easily be extended by enlarging a table (it
584              would even be easier if the ISR API was not broken by design).
585            - fixed polled_io.c so it correctly supports console on COM2
586            - fixed TLB invalidation code (start.S).
587            - exception handler prints a stack backtrace.
588            - added BSP_pciFindDevice() to scan the pci bus for a particular
589              vendor/device/instance.
590
5912001-05-09      Joel Sherrill <joel@OARcorp.com>
592
593        * startup/linkcmds: In support of gcc 3.1, added one of more
594        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
595        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
596        and direction of segments to memory regions may also have been
597        addressed.  This was a sweep across all BSPs.
598 
5992001-04-08      Joel Sherrill <joel@OARcorp.com>
600
601        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
602 
6032002-04-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
604
605        * bootloader/Makefile.am: Use automake-1.6 AS compilation rules.
606
6072001-04-02      Joel Sherrill <joel@OARcorp.com>
608
609        * bootloader/Makefile.am: Use AM_CCASFLAGS instead of AM_ASFLAGS.
610
6112002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
612
613        * configure.ac:
614        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
615        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
616        * bootloader/Makefile.am: Remove AUTOMAKE_OPTIONS.
617        * Makefile.am: Remove AUTOMAKE_OPTIONS.
618        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
619        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
620        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
621        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
622        * motorola/Makefile.am: Remove AUTOMAKE_OPTIONS.
623        * openpic/Makefile.am: Remove AUTOMAKE_OPTIONS.
624        * pci/Makefile.am: Remove AUTOMAKE_OPTIONS.
625        * residual/Makefile.am: Remove AUTOMAKE_OPTIONS.
626        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
627        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
628        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
629        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
630
6312001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
632
633        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
634
6352001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
636
637        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
638
6392001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
640
641        * Makefile.am: Add @exceptions@ to SUBDIRS;
642        Remove need_motorola_powerpc.
643        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
644        make/custom/mcp750.cfg, make/custom/mvme2307.cfg;
645        Remove need_motorola_powerpc;
646        Add RTEMS_PPC_EXCEPTIONS([new]).
647        * include/Makefile.am: Replace PREINSTALL_FILES with
648        TMPINSTALL_FILES, include force-preinstall.am.
649        * wrapup/Makefile.am: Apply @exceptions@.
650
6512001-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
652
653        * configure.ac: Add bspopts.h.
654        * include/.cvsignore: Add stamp-h* and bspopts.h*.
655        * include/Makefile.am: Add bspopts.h.
656        * pci/Makefile.am: Append -O2 to AM_CFLAGS.
657
6582001-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
659
660        * bootloader/Makefile.am: completely reworked.
661        * configure.ac: Add AM_PROG_AS.
662
6632001-10-25      Joel Sherrill <joel@OARcorp.com>
664
665        * startup/linkcmds: Added _init and _fini.
666
6672001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
668
669        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
670        * configure.in: Remove.
671        * configure.ac: New file, generated from configure.in by autoupdate.
672
6732001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
674
675        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
676        * residual/Makefile.am: Use 'PREINSTALL_FILES ='.
677        * vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
678        * pci/Makefile.am: Use 'PREINSTALL_FILES ='.
679        * openpic/Makefile.am: Use 'PREINSTALL_FILES ='.
680        * bootloader/Makefile.am: Use 'CLEANFILES ='.
681
6822001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
683
684        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
685
6862001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
687
688        * bootloader/Makefile.am: Modified to install bootloader so
689        make-exe rule can avoid writing to install point or assuming
690        BSP build tree is available.
691
6922000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
693
694        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
695
6962000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
697
698        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
699
7002000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
701
702        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
703        Switch to GNU canonicalization.
704
7052000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
706
707        * startup/linkcmds: Added lines so DWARF debug information
708        would be available.  Otherwise gdb complains that the offsets
709        for the debug info are incorrect and doesn't load the files.
710
7112000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
712
713        * bootloader/Makefile.am, clock/Makefile.am, console/Makefile.am,
714        irq/Makefile.am, motorola/Makefile.am, openpic/Makefile.am,
715        pci/Makefile.am, residual/Makefile.am, start/Makefile.am,
716        startup/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am:
717        Include compile.am
718
7192000-08-10      Joel Sherrill <joel@OARcorp.com>
720
721        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.