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

4.104.114.84.95
Last change on this file since cb66894 was cb66894, checked in by Chris Johns <chrisj@…>, on 09/11/06 at 12:14:53

Remove extra CRLF.

  • Property mode set to 100644
File size: 24.3 KB
RevLine 
[cb66894]12006-09-11      Chris Johns <chrisj@rtems.org>
2
3        * times.mcp750: Removed extra CRLF.
4       
[73733dc]52006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * configure.ac: Remove explicit ampolish3 support (now in
8        RTEMS_BSP_CONFIGURE).
9
[7cc4f59]102006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
11
12        * configure.ac: Add ampolish3 support.
13        * Makefile.am: Add preinstall.am.
14
[cea62b21]152005-11-12      Ralf Corsepius <ralf.corsepius@rtems.org>
16
17        * configure.ac: Remove USE_ENHANCED_INTR_API.
18
[d5b3fe52]192005-11-09      Eric Norum <norume@aps.anl.gov>
20
[cea62b21]21        * bootloader/Makefile.am: Fix disagreement between GCCSPECS and GCC_SPECS.
22        * Makefile.am: Need to install vme_am_defs.h,
[d5b3fe52]23
[cea62b21]242005-11-03      Till Straumann <strauman@slac.stanford.edu>
[8c9fffd]25
26        * shared/irq/openpic_i8259_irq.c: New file.
27        * ChangeLog, Makefile.am, motorola_powerpc/ChangeLog,
28        motorola_powerpc/Makefile.am, shared/irq/irq.c, shared/irq/irq.h,
29        shared/irq/irq_asm.S, shared/irq/irq_init.c: Separated openpic/i8259
30        specifica from generic irq handling into openpic_i8259_irq.c; added
31        some compilation conditionals to help BSPs without ISA to omit ISA
32        interrupts and calling i8259 code.
33
[cea62b21]342005-11-03      Till Straumann <strauman@slac.stanford.edu>
[be45f8e]35
36        * Makefile.am, include/bsp.h: Added new shared pretaskinghook.c and
[086c1c3]37        zerobss.c files to list to be made. Added some explanations about
38        CPU <-> PCI <-> VME address mapping issues.
[cea62b21]39
402005-11-03      Till Straumann <strauman@slac.stanford.edu>
[4ef2fd43]41
[0ac68b0]42        * Makefile.am, startup/linkcmds:
43        moved linkcmds to shared area for other BSPs to use
[4ef2fd43]44
[cc2fcc1]452005-10-20      Eric Norum <norume@aps.anl.gov>
46
[086c1c3]47        * include/bsp.h: Support MVME2100.
[cc2fcc1]48
[34c4852]492005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
50
51        * include/bsp.h: New header guard.
52
[756f4a4]532005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
54
55        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
56
[5133bd6]572005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
58
59        * Makefile.am: Merge-in wrapup/Makefile.am.
60        * wrapup/Makefile.am: Remove.
61        * configure.ac: Reflect changes above.
62
[844609f9]632005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
64
65        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
66
[71cbb66]672005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
68
69        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
70
[eb9015ec]712004-11-17      Joel Sherrill <joel@OARcorp.com>
72
73        * startup/linkcmds: Add sections required by gcc 3.3.x so it will link.
74
[ef724e9]752004-11-16      Richard Campbell <richard.campbell@OARcorp.com>
76
77        * README.MVME2100: Update to include DBAT0.
78        * startup/linkcmds: Add sections from new gcc versions.
79
[d183f658]802004-11-12      Ralf Corsepius <ralf_corsepius@rtems.org>
81
82        PR 717/bsps
83        * bootloader/Makefile.am: Set up BOOTLOADER_CPU_CFLAGS.
84
[f9877d25]852004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
86
87        * Makefile.am, configure.ac, bootloader/Makefile.am, include/bsp.h,
88        wrapup/Makefile.am: Add MVME2100 BSP and MPC8240 support. There was
89        also a significant amount of spelling and whitespace cleanup.
90        * README.MVME2100: New file.
91
[9bffc2b6]922004-11-05      Joel Sherrill <joel@OARcorp.com>
93
94        * startup/linkcmds: Add .gnu.linkonce.b and .gnu.linkonce.bs sections.
95
[97891e5e]962004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
97
98        * configure.ac: Require automake > 1.9.
99
[96e5865]1002004-05-22      Joel Sherrill <joel@OARcorp.com>
101
102        PR 615/bsps
103        * include/tm27.h: Removing USE_ENHANCE_INTR_API conditional check since
104        that is the only kind this BSP supports and tm27 does not care which
105        interrupt model is used as long as the macros are properly defined.
106
[3defec6]1072004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
108
109        PR 610/bsps
110        * Makefile.am: Add include/tm27.h, Cosmetics.
111        * include/tm27.h: Final cosmetics.
112
[76488aa]1132004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
114
115        * include/bsp.h: Split out tmtest27 support.
116        * include/tm27.h: New.
117
[0a0d67c5]1182004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
119
120        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
121        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
122
[d352678]1232004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
124
125        * include/bsp.h: Convert to using c99 fixed size types.
126
[f8914a3]1272004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * bootloader/Makefile.am: Fix preinstall dir handling.
130
[2a7f9a28]1312004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
[984ea8b3]133        * bootloader/Makefile.am: Preinstall dirs.
[2a7f9a28]134        * Makefile.am: Reflect changes to bsp.am.
135        Preinstall dist_project_lib*.
136
[3afcb03]1372004-02-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * bootloader/Makefile.am: Fix up paths having been broken in
140        previous patch.
141
[335cf3a]1422004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * bootloader/Makefile.am: Remove references to $(top_srcdir).
145        Remove NM, LD. Cosmetics.
146
[2a56535e]1472004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * configure.ac: Explicitly check for NM.
150
[6ac101b]1512004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * Makefile.am: Reflect changes to bsp.am.
154
[c24d7c84]1552004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
158
[50efa6e]1592004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * wrapup/Makefile.am: Convert to automake-building rules.
162
[da0a573]1632004-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * Makefile.am: Use include_*HEADERS for .../shared/*.h.
166
[3f5232a]1672004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
170        irq/Makefile.am, motorola/Makefile.am, openpic/Makefile.am,
171        pci/Makefile.am, residual/Makefile.am, start/Makefile.am,
172        startup/Makefile.am, vectors/Makefile.am, vme/Makefile.am.
173        Use automake compilation rules.
174        Rename clock.rel to pclock.rel (Conflict with libcpu).
175        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
176        motorola/Makefile.am, openpic/Makefile.am, pci/Makefile.am,
177        residual/Makefile.am, start/Makefile.am, startup/Makefile.am,
178        vectors/Makefile.am, vme/Makefile.am: Remove.
179        * configure.ac: Reflect changes above.
180        * wrapup/Makefile.am: Reflect changes above.
181
[84b68f5f]1822004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * wrapup/Makefile.am: Reflect changes to
185        ../support/*exception_processing/*.
186
[f3c5a0ec]1872004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
190        Add RTEMS_PROG_CCAS.
191
[518ce392]1922004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * Makefile.am: Add PREINSTALL_DIRS.
195        * irq/Makefile.am: Add PREINSTALL_DIRS.
196        * motorola/Makefile.am: Add PREINSTALL_DIRS.
197        * openpic/Makefile.am: Add PREINSTALL_DIRS.
198        * pci/Makefile.am: Add PREINSTALL_DIRS.
199        * vectors/Makefile.am: Add PREINSTALL_DIRS.
200        * vme/Makefile.am: Add PREINSTALL_DIRS.
201        * wrapup/Makefile.am: Reflect changes to libcpu.
202
[c56c440]2032004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
206        Add PRE/TMPINSTALL_FILES to CLEANFILES.
207        * bootloader/Makefile.am: Ditto.
208        * irq/Makefile.am: Ditto.
209        * motorola/Makefile.am: Ditto.
210        * openpic/Makefile.am: Ditto.
211        * pci/Makefile.am: Ditto.
212        * start/Makefile.am: Ditto.
213        * startup/Makefile.am: Ditto.
214        * vectors/Makefile.am: Ditto.
215        * vme/Makefile.am: Ditto.
216
[6411947]2172004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * wrapup/Makefile.am: Eliminate $(LIB).
220        Use noinst_DATA to trigger building libbsp.a.
221
[88272b70]2222003-12-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * start/Makefile.am: Add BUILD-VARIANTS.
225
[27c06b0]2262003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * vectors/Makefile.am: Fix typos.
229        * vme/Makefile.am: Fix typos.
230
[c659294]2312003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * bootloader/Makefile.am: Eliminate VPATH.
234        * clock/Makefile.am: Eliminate VPATH.
235        * console/Makefile.am: Eliminate VPATH.
236        * irq/Makefile.am: Eliminate VPATH.
237        * motorola/Makefile.am: Eliminate VPATH.
238        * openpic/Makefile.am: Eliminate VPATH.
239        * pci/Makefile.am: Eliminate VPATH.
240        * residual/Makefile.am: Eliminate VPATH.
241        * start/Makefile.am: Eliminate VPATH.
242        * startup/Makefile.am: Eliminate VPATH.
243        * vectors/Makefile.am: Eliminate VPATH.
244        * vme/Makefile.am: Eliminate VPATH.
245
[e4cc31c7]2462003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * bootloader/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
249        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
250        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
251
[f2bd16e]2522003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
255        * bootloader/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
256        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
257        * motorola/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
258        * openpic/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
259        * pci/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
260        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
261        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
262        * vectors/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
263        * vme/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
264
[810720b6]2652003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
268
[84f0cfb]2692003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * bootloader/Makefile.am: Misc cleanups and fixes.
272        * motorola/Makefile.am: Misc cleanups and fixes.
273        * start/Makefile.am: Misc cleanups and fixes.
274        * startup/Makefile.am: Misc cleanups and fixes.
275        * startup/linkcmds: Preparations for gcc-3.3.x.
276
[d497b74]2772003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * Makefile.am: Cosmetics.
280        * bootloader/Makefile.am: Cosmetics.
281        * startup/Makefile.am: Cosmetics.
282
[f42a7891]2832003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * Makefile.am: Add preinstallation dirstamp support.
286        * bootloader/Makefile.am: Cosmetics.
287        * clock/Makefile.am: Cosmetics.
288        * console/Makefile.am: Cosmetics.
289        * irq/Makefile.am: Add preinstallation dirstamp support.
290        * motorola/Makefile.am: Cosmetics.
291        * openpic/Makefile.am: Cosmetics.
292        * pci/Makefile.am: Cosmetics.
293        * residual/Makefile.am: Cosmetics.
294        * start/Makefile.am: Cosmetics.
295        * startup/Makefile.am: Cosmetics.
296        * vectors/Makefile.am: Add preinstallation dirstamp support.
297        * vme/Makefile.am: Add preinstallation dirstamp support.
298        * wrapup/Makefile.am: Cosmetics.
299
[03db12e]3002003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * clock/Makefile.am: Remove all-local: $(ARCH).
303        * console/Makefile.am: Remove all-local: $(ARCH).
304        * irq/Makefile.am: Remove all-local: $(ARCH).
305        * motorola/Makefile.am: Remove all-local: $(ARCH).
306        * openpic/Makefile.am: Remove all-local: $(ARCH).
307        * pci/Makefile.am: Remove all-local: $(ARCH).
308        * residual/Makefile.am: Remove all-local: $(ARCH).
309        * start/Makefile.am: Remove all-local: $(ARCH).
310        * startup/Makefile.am: Remove all-local: $(ARCH).
311        * vectors/Makefile.am: Remove all-local: $(ARCH).
312        * vme/Makefile.am: Remove all-local: $(ARCH).
313        * wrapup/Makefile.am: Remove all-local: $(ARCH).
314
[7d7cdefe]3152003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * vectors/Makefile.am: Fix header installation.
318
[23090f33]3192003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * Makefile.am: Merge-in include/Makefile.am.
322        Reflect changes to bsp.am.
323        * include/Makefile.am: Remove.
324        * include/bsp.h: Add copy of ../shared/include/bsp.h (Violates BSP
325        coding standards).
326        * configure.ac: Reflect changes above.
327        * irq/Makefile.am: Fix header installation.
328        * motorola/Makefile.am: Fix header installation.
329        * openpic/Makefile.am: Fix header installation.
330        * pci/Makefile.am: Fix header installation.
331
[ac09036]3322003-09-26      Till Strauman <strauman@slac.stanford.edu>
333
334        PR 496/bsps
335        * startup/Makefile.am: Use PowerPC shared sbrk() implementation which
336        is used when initial heap size is limited to first 32 MB of RAM to
337        satisfy boot loader requirements.
338
[fca113c]3392003-09-26  Till Straumann <strauman@slac.stanford.edu>
340
341        PR 497/bsps
342        * BOOTING: Document letting the bootloader shut down the
343        network interface since it continues to run after loading
344        RTEMS application and has to be dealt with.
345 
[e05490a8]3462003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * bsp_specs: Remove *lib:.
349
[fe8bc62f]3502003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * Makefile.am: Reflect having moved aclocal/.
353
[6badcc2]3542003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
[c483a4e]356        * Makefile.am: Reflect having moved automake/.
357        * bootloader/Makefile.am: Reflect having moved automake/.
358        * clock/Makefile.am: Reflect having moved automake/.
359        * console/Makefile.am: Reflect having moved automake/.
360        * include/Makefile.am: Reflect having moved automake/.
361        * irq/Makefile.am: Reflect having moved automake/.
362        * motorola/Makefile.am: Reflect having moved automake/.
363        * openpic/Makefile.am: Reflect having moved automake/.
364        * pci/Makefile.am: Reflect having moved automake/.
365        * residual/Makefile.am: Reflect having moved automake/.
366        * start/Makefile.am: Reflect having moved automake/.
367        * startup/Makefile.am: Reflect having moved automake/.
368        * vectors/Makefile.am: Reflect having moved automake/.
369        * vme/Makefile.am: Reflect having moved automake/.
370        * wrapup/Makefile.am: Reflect having moved automake/.
[6badcc2]371
[7dcc3fe]3722003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
375
[d931f107]3762003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
[75fcb394]378        PR 444/bsps
379        PR 445/bsps
[d931f107]380        * bsp_specs: Remove -D__embedded__ -Asystem(embedded)
381        -DUSE_ENHANCED_INTR_API from cpp.
382        Remove cpp, old_cpp (now unused).
383        * configure.ac: Add -DUSE_ENHANCED_INTR_API to bspopts.h.
384
[edd688e]3852003-03-27      Joel Sherrill <joel@OARcorp.com>
386
387        * bootloader/Makefile.am: Eliminate EABI CFLAGS from those used to
388        compile the bootloader.
389
[c4561f2]3902003-03-18  Till Straumann <strauman@slac.stanford.edu>
391
392        PR 356/bsps
393        * bsp_specs, start/Makefile.am, startup/linkcmds
394        This patch makes RTEMS/powerpc/shared EABI compliant.
395        Declare all linker-script defined addresses as
396        variables of unknown size and not as short objects
397        like 'int', 'void*' etc.
398        This prevents the compiler from generating a relocation
399        who assumes the existence of an __rtems_end object in
400        one of the short data areas (which would result in a
401        linker error).
402
[6600424d]4032003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * configure.ac: Remove AC_CONFIG_AUX_DIR.
406
[8f814761]4072003-02-20      Till Straumann <strauman@slac.stanford.edu>
408
409        PR 349/bsps
410        * startup/Makefile.am, startup/linkcmds startup/Makefile.am,
411        startup/bspstart.c, startup/pgtbl_activate.c, startup/pgtbl_setup.c:
412        Let the powerpc/shared (+derived) BSPs use pagetable support
413        from libcpu.
414
[e00763df]4152003-02-20      Till Straumann <strauman@slac.stanford.edu>
416
417        PR 349/bsps
418        * Makefile.am, configure.ac: Add glue to the powerpc/shared BSP
419        to use the vmeUniverse VME-PCI bridge driver.
420        * vme/.cvsignore, vme/Makefile.am, wrapup/Makefile.am: New files.
421
[8fcce4f]4222003-02-20      Till Straumann <strauman@slac.stanford.edu>
423
424        PR 349/bsps
425        * openpic/Makefile.am, pci/Makefile.am:
426          - install the 'openpic.h' and 'pci.h' headers
427          - avoid a name clash by renaming 'vsprintf' & friends
428            to 'k_vsprintf' etc.
429          - let 'rtemsReboot' print a stack trace (in case an 'assert' failed)
430          - irq.c:
431             * fix: remove implicit assumption that ISA interrupt vectors start
432                    at 0
433             * add BSP hook to let a VME interrupt acknowledge the PCI/openpic
434               IRQ. (SEE ALSO THE ppc-sharedbsp-vme.diff patch)
435          - fix: EABI compliance; isr/exception lowlevel handlers must not
436                 clobber R2 or R13
437          - fix: openpic_init was called with the polarity/senses tables
438                 swapped (fixed wrong order of arguments)
439          - cosmetics: use new _read_SPRXX() _write_SPRXX() macros
440
[ccd81b60]4412003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
444
[9b5c258]4452003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * configure.ac: AC_PREREQ(2.57).
448
[1d36d2af]4492003-01-20      Joel Sherrill <joel@OARcorp.com>
450
451        * startup/linkcmds*: Add FreeBSD sysctl() sections.
452
[fad4a52b]4532002-12-08      Greg Menke <gregory.menke@gsfc.nasa.gov>
454 
455        * startup/linkcmds: Shifted .init, .fini to match better with
456        crtbegin/crtend linking.
457
[7a78028]4582002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        * bootloader/Makefile.am: Don't include @RTEMS_BSP@.cfg.
461        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
462        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
463        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
464        * motorola/Makefile.am: Don't include @RTEMS_BSP@.cfg.
465        * openpic/Makefile.am: Don't include @RTEMS_BSP@.cfg.
466        * pci/Makefile.am: Don't include @RTEMS_BSP@.cfg.
467        * residual/Makefile.am: Don't include @RTEMS_BSP@.cfg.
468        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
469        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
470        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
471
[59a01a6e]4722002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
473
474        * start/Makefile.am: Use install-data-local to install startfile.
475
[8361b50]4762002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
477
478        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
479
[3ae9de1]480002-11-17       Greg Menke <gregory.menke@gsfc.nasa.gov>
481
482        * README.mtx603e: New file.
483
[5d81ce9]4842002-11-14      Greg Menke <gregory.menke@gsfc.nasa.gov>
485
486        * bsp_specs: Added crtbegin,crtend objects so C++ global objects
487        constructors/destructors run correctly. 
488        * startup/linkcmds: Increased code length and updated the ctor/dtor
489        sections to handle crtbegin, crtend objects.
490>       
[8730f45]4912002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
492
493        * .cvsignore: Reformat.
494        Add autom4te*cache.
495        Remove autom4te.cache.
496
[a2ae30c2]4972002-08-21      Joel Sherrill <joel@OARcorp.com>
498
499        * bsp_specs: Added support for -nostdlibs.
500
[2dd806a6]5012002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
502
503        * bootloader/Makefile.am: Fix that crappy Makefile.am once again.
504
[730ad0c]5052002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
506
507        * bootloader/Makefile.am: Use .$(OBJEXT) instead of .o.
508        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
509        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
510        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
511        * motorola/Makefile.am: Use .$(OBJEXT) instead of .o.
512        * openpic/Makefile.am: Use .$(OBJEXT) instead of .o.
513        * pci/Makefile.am: Use .$(OBJEXT) instead of .o.
514        * residual/Makefile.am: Use .$(OBJEXT) instead of .o.
515        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
516        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
517        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
518        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
519
[caee5a7]5202002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
521
522        * bootloader/Makefile.am: Install bootloader.o.
523        Install bootloader/bootloader.ppcboot.lds.
524
[7e111950]5252002-07-24      Joel Sherrill <joel@OARcorp.com>
526
527        * vectors/Makefile.am: Install bsp/vectors.h.
528
[115a390]5292002-07-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
530
531        * include/Makefile.am: Fix preinstallation.
532        * bootloader: Eliminate $(INCLUDES).
533
[b9288fb1]5342002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
535
536        * start/Makefile.am: Eliminate PGM.
537        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
538
[f1feebb]5392002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
540
541        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
542
[445c0a0]5432002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
544
545        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
546        Remove $(OBJS) from all-local.
547
[80defac]5482002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
549
550        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
551
[6a4df9f9]5522001-05-14      Till Straumann <strauman@slac.stanford.edu>
553
554        * bootloader/Makefile.am, console/Makefile.am, pci/Makefile.am:
555        Per PR216, "libbsp/powerpc/shared" BSP has been modified considerably
556        with the goal to make it more flexible and reusable by other
557        BSPs. The main strategies were:
558            - eliminate hardcoded base addresses; devices use offsets
559              and a BSP defined base address.
560            - separate functionality into different files (e.g. reboot from
561              inch.c to reboot.c) which can be overridden by a 'derived' BSP.
562            - separate initialization code into separate files (e.g.  PCI
563              bridge detection/initialization was separated from the more
564              generic PCI access routines), also to make it easier for
565              'derived' BSPs to substitute their own initialization code.
566        There are also a couple of enhancements and fixes:
567            - IRQ handling code now has a hook for attaching a VME bridge.
568            - OpenPIC is now explicitely initialized (polarities, senses).
[85c92574]569              Eliminated the implicit assumption on the presence of an ISA PIC.
570            - UART and console driver now supports more than 1 port. The current
571              maximum of 2 can easily be extended by enlarging a table (it
572              would even be easier if the ISR API was not broken by design).
573            - fixed polled_io.c so it correctly supports console on COM2
574            - fixed TLB invalidation code (start.S).
575            - exception handler prints a stack backtrace.
576            - added BSP_pciFindDevice() to scan the pci bus for a particular
[238f450]577              vendor/device/instance.
578
5792001-05-09      Joel Sherrill <joel@OARcorp.com>
580
[6d3d6a0e]581        * startup/linkcmds: In support of gcc 3.1, added one of more
582        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
583        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
584        and direction of segments to memory regions may also have been
[133a020]585        addressed.  This was a sweep across all BSPs.
586 
5872001-04-08      Joel Sherrill <joel@OARcorp.com>
588
[d521eaa]589        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
590 
5912002-04-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
592
593        * bootloader/Makefile.am: Use automake-1.6 AS compilation rules.
594
5952001-04-02      Joel Sherrill <joel@OARcorp.com>
596
597        * bootloader/Makefile.am: Use AM_CCASFLAGS instead of AM_ASFLAGS.
598
5992002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
600
601        * configure.ac:
602        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
603        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
604        * bootloader/Makefile.am: Remove AUTOMAKE_OPTIONS.
605        * Makefile.am: Remove AUTOMAKE_OPTIONS.
606        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
607        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
608        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
[85ca769]609        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
610        * motorola/Makefile.am: Remove AUTOMAKE_OPTIONS.
611        * openpic/Makefile.am: Remove AUTOMAKE_OPTIONS.
612        * pci/Makefile.am: Remove AUTOMAKE_OPTIONS.
[9e1ae79]613        * residual/Makefile.am: Remove AUTOMAKE_OPTIONS.
614        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
615        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
616        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
[4fe0abdc]617        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
618
6192001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
620
621        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
622
6232001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
624
625        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
626
6272001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
628
[5f4867d]629        * Makefile.am: Add @exceptions@ to SUBDIRS;
630        Remove need_motorola_powerpc.
631        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
632        make/custom/mcp750.cfg, make/custom/mvme2307.cfg;
633        Remove need_motorola_powerpc;
634        Add RTEMS_PPC_EXCEPTIONS([new]).
635        * include/Makefile.am: Replace PREINSTALL_FILES with
[1ea5087]636        TMPINSTALL_FILES, include force-preinstall.am.
637        * wrapup/Makefile.am: Apply @exceptions@.
638
6392001-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
640
[ac9253e]641        * configure.ac: Add bspopts.h.
642        * include/.cvsignore: Add stamp-h* and bspopts.h*.
643        * include/Makefile.am: Add bspopts.h.
644        * pci/Makefile.am: Append -O2 to AM_CFLAGS.
[df25c998]645
6462001-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
647
648        * bootloader/Makefile.am: completely reworked.
649        * configure.ac: Add AM_PROG_AS.
650
[8c4566a]6512001-10-25      Joel Sherrill <joel@OARcorp.com>
652
653        * startup/linkcmds: Added _init and _fini.
654
6552001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
656
657        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
658        * configure.in: Remove.
659        * configure.ac: New file, generated from configure.in by autoupdate.
[6f21328]660
6612001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
662
663        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
[0589f0b]664        * residual/Makefile.am: Use 'PREINSTALL_FILES ='.
665        * vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
666        * pci/Makefile.am: Use 'PREINSTALL_FILES ='.
667        * openpic/Makefile.am: Use 'PREINSTALL_FILES ='.
668        * bootloader/Makefile.am: Use 'CLEANFILES ='.
669
[feead226]6702001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
671
672        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
673
[a314d3b4]6742001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
675
676        * bootloader/Makefile.am: Modified to install bootloader so
677        make-exe rule can avoid writing to install point or assuming
[e83378d]678        BSP build tree is available.
679
6802000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
681
682        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
[068231cd]683
[4cb5d29]6842000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
685
686        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
687
6882000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
689
[068231cd]690        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
691        Switch to GNU canonicalization.
692
6932000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
694
695        * startup/linkcmds: Added lines so DWARF debug information
696        would be available.  Otherwise gdb complains that the offsets
[e94ad1fe]697        for the debug info are incorrect and doesn't load the files.
698
6992000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
700
701        * bootloader/Makefile.am, clock/Makefile.am, console/Makefile.am,
702        irq/Makefile.am, motorola/Makefile.am, openpic/Makefile.am,
703        pci/Makefile.am, residual/Makefile.am, start/Makefile.am,
704        startup/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am:
705        Include compile.am
706
7072000-08-10      Joel Sherrill <joel@OARcorp.com>
708
709        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.