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

4.104.114.84.95
Last change on this file since 2679eb9d was 2679eb9d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/12/07 at 04:09:22

2007-04-12 Ralf Corsépius <ralf.corsepius@…>

  • bsp_specs: Remove qrtems_debug.
  • Property mode set to 100644
File size: 25.5 KB
Line 
12007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * bsp_specs: Remove qrtems_debug.
4
52007-04-09      Thomas Doerfler |Thomas.Doerfler@embedded-brains.de>
6
7        * README.MVME2400:
8        Added file to describe setup of a MVME2432 board for use with RTEMS
9
102007-01-30      Till Straumann <strauman@slac.stanford.edu>
11
12        * Makefile.am, preinstall.am, include/bsp.h:
13        Use VME DMA support implemented by vmeUniverse and
14        libbsp/powerpc/shared/vme/vme_universe_dma.c
15        Added explanation for use of BSP_PIC_DO_EOI by
16        BSP implementors who derive from this 'include/bsp.h'.
17
182007-01-26      Ralf Corsépius <ralf.corsepius@rtems.org>
19
20        * bootloader/Makefile.am: Use MKDIR_P instead of mkdir_p.
21
222006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
23
24        * configure.ac: New BUG-REPORT address.
25
262006-11-15      Joel Sherrill <joel@OARcorp.com>
27
28        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
29        file and simplified initialization.
30
312006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * Makefile.am: Remove superfluous -DASM.
34
352006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
36
37        * configure.ac: Require autoconf-2.60. Require automake-1.10.
38
392006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        * bootloader/Makefile.am: Remove DEFAULT_INCLUDES.
42
432006-09-11      Chris Johns <chrisj@rtems.org>
44
45        * times.mcp750: Removed extra CRLF.
46       
472006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
48
49        * configure.ac: Remove explicit ampolish3 support (now in
50        RTEMS_BSP_CONFIGURE).
51
522006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
53
54        * configure.ac: Add ampolish3 support.
55        * Makefile.am: Add preinstall.am.
56
572005-11-12      Ralf Corsepius <ralf.corsepius@rtems.org>
58
59        * configure.ac: Remove USE_ENHANCED_INTR_API.
60
612005-11-09      Eric Norum <norume@aps.anl.gov>
62
63        * bootloader/Makefile.am: Fix disagreement between GCCSPECS and GCC_SPECS.
64        * Makefile.am: Need to install vme_am_defs.h,
65
662005-11-03      Till Straumann <strauman@slac.stanford.edu>
67
68        * shared/irq/openpic_i8259_irq.c: New file.
69        * ChangeLog, Makefile.am, motorola_powerpc/ChangeLog,
70        motorola_powerpc/Makefile.am, shared/irq/irq.c, shared/irq/irq.h,
71        shared/irq/irq_asm.S, shared/irq/irq_init.c: Separated openpic/i8259
72        specifica from generic irq handling into openpic_i8259_irq.c; added
73        some compilation conditionals to help BSPs without ISA to omit ISA
74        interrupts and calling i8259 code.
75
762005-11-03      Till Straumann <strauman@slac.stanford.edu>
77
78        * Makefile.am, include/bsp.h: Added new shared pretaskinghook.c and
79        zerobss.c files to list to be made. Added some explanations about
80        CPU <-> PCI <-> VME address mapping issues.
81
822005-11-03      Till Straumann <strauman@slac.stanford.edu>
83
84        * Makefile.am, startup/linkcmds:
85        moved linkcmds to shared area for other BSPs to use
86
872005-10-20      Eric Norum <norume@aps.anl.gov>
88
89        * include/bsp.h: Support MVME2100.
90
912005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
92
93        * include/bsp.h: New header guard.
94
952005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
96
97        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
98
992005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
100
101        * Makefile.am: Merge-in wrapup/Makefile.am.
102        * wrapup/Makefile.am: Remove.
103        * configure.ac: Reflect changes above.
104
1052005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
106
107        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
108
1092005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
110
111        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
112
1132004-11-17      Joel Sherrill <joel@OARcorp.com>
114
115        * startup/linkcmds: Add sections required by gcc 3.3.x so it will link.
116
1172004-11-16      Richard Campbell <richard.campbell@OARcorp.com>
118
119        * README.MVME2100: Update to include DBAT0.
120        * startup/linkcmds: Add sections from new gcc versions.
121
1222004-11-12      Ralf Corsepius <ralf_corsepius@rtems.org>
123
124        PR 717/bsps
125        * bootloader/Makefile.am: Set up BOOTLOADER_CPU_CFLAGS.
126
1272004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
128
129        * Makefile.am, configure.ac, bootloader/Makefile.am, include/bsp.h,
130        wrapup/Makefile.am: Add MVME2100 BSP and MPC8240 support. There was
131        also a significant amount of spelling and whitespace cleanup.
132        * README.MVME2100: New file.
133
1342004-11-05      Joel Sherrill <joel@OARcorp.com>
135
136        * startup/linkcmds: Add .gnu.linkonce.b and .gnu.linkonce.bs sections.
137
1382004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
139
140        * configure.ac: Require automake > 1.9.
141
1422004-05-22      Joel Sherrill <joel@OARcorp.com>
143
144        PR 615/bsps
145        * include/tm27.h: Removing USE_ENHANCE_INTR_API conditional check since
146        that is the only kind this BSP supports and tm27 does not care which
147        interrupt model is used as long as the macros are properly defined.
148
1492004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
150
151        PR 610/bsps
152        * Makefile.am: Add include/tm27.h, Cosmetics.
153        * include/tm27.h: Final cosmetics.
154
1552004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
156
157        * include/bsp.h: Split out tmtest27 support.
158        * include/tm27.h: New.
159
1602004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
161
162        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
163        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
164
1652004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
166
167        * include/bsp.h: Convert to using c99 fixed size types.
168
1692004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * bootloader/Makefile.am: Fix preinstall dir handling.
172
1732004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * bootloader/Makefile.am: Preinstall dirs.
176        * Makefile.am: Reflect changes to bsp.am.
177        Preinstall dist_project_lib*.
178
1792004-02-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * bootloader/Makefile.am: Fix up paths having been broken in
182        previous patch.
183
1842004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * bootloader/Makefile.am: Remove references to $(top_srcdir).
187        Remove NM, LD. Cosmetics.
188
1892004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * configure.ac: Explicitly check for NM.
192
1932004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * Makefile.am: Reflect changes to bsp.am.
196
1972004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
200
2012004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * wrapup/Makefile.am: Convert to automake-building rules.
204
2052004-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * Makefile.am: Use include_*HEADERS for .../shared/*.h.
208
2092004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
212        irq/Makefile.am, motorola/Makefile.am, openpic/Makefile.am,
213        pci/Makefile.am, residual/Makefile.am, start/Makefile.am,
214        startup/Makefile.am, vectors/Makefile.am, vme/Makefile.am.
215        Use automake compilation rules.
216        Rename clock.rel to pclock.rel (Conflict with libcpu).
217        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
218        motorola/Makefile.am, openpic/Makefile.am, pci/Makefile.am,
219        residual/Makefile.am, start/Makefile.am, startup/Makefile.am,
220        vectors/Makefile.am, vme/Makefile.am: Remove.
221        * configure.ac: Reflect changes above.
222        * wrapup/Makefile.am: Reflect changes above.
223
2242004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * wrapup/Makefile.am: Reflect changes to
227        ../support/*exception_processing/*.
228
2292004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
232        Add RTEMS_PROG_CCAS.
233
2342004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * Makefile.am: Add PREINSTALL_DIRS.
237        * irq/Makefile.am: Add PREINSTALL_DIRS.
238        * motorola/Makefile.am: Add PREINSTALL_DIRS.
239        * openpic/Makefile.am: Add PREINSTALL_DIRS.
240        * pci/Makefile.am: Add PREINSTALL_DIRS.
241        * vectors/Makefile.am: Add PREINSTALL_DIRS.
242        * vme/Makefile.am: Add PREINSTALL_DIRS.
243        * wrapup/Makefile.am: Reflect changes to libcpu.
244
2452004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
248        Add PRE/TMPINSTALL_FILES to CLEANFILES.
249        * bootloader/Makefile.am: Ditto.
250        * irq/Makefile.am: Ditto.
251        * motorola/Makefile.am: Ditto.
252        * openpic/Makefile.am: Ditto.
253        * pci/Makefile.am: Ditto.
254        * start/Makefile.am: Ditto.
255        * startup/Makefile.am: Ditto.
256        * vectors/Makefile.am: Ditto.
257        * vme/Makefile.am: Ditto.
258
2592004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * wrapup/Makefile.am: Eliminate $(LIB).
262        Use noinst_DATA to trigger building libbsp.a.
263
2642003-12-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * start/Makefile.am: Add BUILD-VARIANTS.
267
2682003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * vectors/Makefile.am: Fix typos.
271        * vme/Makefile.am: Fix typos.
272
2732003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * bootloader/Makefile.am: Eliminate VPATH.
276        * clock/Makefile.am: Eliminate VPATH.
277        * console/Makefile.am: Eliminate VPATH.
278        * irq/Makefile.am: Eliminate VPATH.
279        * motorola/Makefile.am: Eliminate VPATH.
280        * openpic/Makefile.am: Eliminate VPATH.
281        * pci/Makefile.am: Eliminate VPATH.
282        * residual/Makefile.am: Eliminate VPATH.
283        * start/Makefile.am: Eliminate VPATH.
284        * startup/Makefile.am: Eliminate VPATH.
285        * vectors/Makefile.am: Eliminate VPATH.
286        * vme/Makefile.am: Eliminate VPATH.
287
2882003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * bootloader/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
291        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
292        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
293
2942003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
297        * bootloader/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
298        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
299        * motorola/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
300        * openpic/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
301        * pci/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
302        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
303        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
304        * vectors/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
305        * vme/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
306
3072003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
310
3112003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * bootloader/Makefile.am: Misc cleanups and fixes.
314        * motorola/Makefile.am: Misc cleanups and fixes.
315        * start/Makefile.am: Misc cleanups and fixes.
316        * startup/Makefile.am: Misc cleanups and fixes.
317        * startup/linkcmds: Preparations for gcc-3.3.x.
318
3192003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * Makefile.am: Cosmetics.
322        * bootloader/Makefile.am: Cosmetics.
323        * startup/Makefile.am: Cosmetics.
324
3252003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * Makefile.am: Add preinstallation dirstamp support.
328        * bootloader/Makefile.am: Cosmetics.
329        * clock/Makefile.am: Cosmetics.
330        * console/Makefile.am: Cosmetics.
331        * irq/Makefile.am: Add preinstallation dirstamp support.
332        * motorola/Makefile.am: Cosmetics.
333        * openpic/Makefile.am: Cosmetics.
334        * pci/Makefile.am: Cosmetics.
335        * residual/Makefile.am: Cosmetics.
336        * start/Makefile.am: Cosmetics.
337        * startup/Makefile.am: Cosmetics.
338        * vectors/Makefile.am: Add preinstallation dirstamp support.
339        * vme/Makefile.am: Add preinstallation dirstamp support.
340        * wrapup/Makefile.am: Cosmetics.
341
3422003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * clock/Makefile.am: Remove all-local: $(ARCH).
345        * console/Makefile.am: Remove all-local: $(ARCH).
346        * irq/Makefile.am: Remove all-local: $(ARCH).
347        * motorola/Makefile.am: Remove all-local: $(ARCH).
348        * openpic/Makefile.am: Remove all-local: $(ARCH).
349        * pci/Makefile.am: Remove all-local: $(ARCH).
350        * residual/Makefile.am: Remove all-local: $(ARCH).
351        * start/Makefile.am: Remove all-local: $(ARCH).
352        * startup/Makefile.am: Remove all-local: $(ARCH).
353        * vectors/Makefile.am: Remove all-local: $(ARCH).
354        * vme/Makefile.am: Remove all-local: $(ARCH).
355        * wrapup/Makefile.am: Remove all-local: $(ARCH).
356
3572003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * vectors/Makefile.am: Fix header installation.
360
3612003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * Makefile.am: Merge-in include/Makefile.am.
364        Reflect changes to bsp.am.
365        * include/Makefile.am: Remove.
366        * include/bsp.h: Add copy of ../shared/include/bsp.h (Violates BSP
367        coding standards).
368        * configure.ac: Reflect changes above.
369        * irq/Makefile.am: Fix header installation.
370        * motorola/Makefile.am: Fix header installation.
371        * openpic/Makefile.am: Fix header installation.
372        * pci/Makefile.am: Fix header installation.
373
3742003-09-26      Till Strauman <strauman@slac.stanford.edu>
375
376        PR 496/bsps
377        * startup/Makefile.am: Use PowerPC shared sbrk() implementation which
378        is used when initial heap size is limited to first 32 MB of RAM to
379        satisfy boot loader requirements.
380
3812003-09-26  Till Straumann <strauman@slac.stanford.edu>
382
383        PR 497/bsps
384        * BOOTING: Document letting the bootloader shut down the
385        network interface since it continues to run after loading
386        RTEMS application and has to be dealt with.
387 
3882003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * bsp_specs: Remove *lib:.
391
3922003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * Makefile.am: Reflect having moved aclocal/.
395
3962003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * Makefile.am: Reflect having moved automake/.
399        * bootloader/Makefile.am: Reflect having moved automake/.
400        * clock/Makefile.am: Reflect having moved automake/.
401        * console/Makefile.am: Reflect having moved automake/.
402        * include/Makefile.am: Reflect having moved automake/.
403        * irq/Makefile.am: Reflect having moved automake/.
404        * motorola/Makefile.am: Reflect having moved automake/.
405        * openpic/Makefile.am: Reflect having moved automake/.
406        * pci/Makefile.am: Reflect having moved automake/.
407        * residual/Makefile.am: Reflect having moved automake/.
408        * start/Makefile.am: Reflect having moved automake/.
409        * startup/Makefile.am: Reflect having moved automake/.
410        * vectors/Makefile.am: Reflect having moved automake/.
411        * vme/Makefile.am: Reflect having moved automake/.
412        * wrapup/Makefile.am: Reflect having moved automake/.
413
4142003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
417
4182003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        PR 444/bsps
421        PR 445/bsps
422        * bsp_specs: Remove -D__embedded__ -Asystem(embedded)
423        -DUSE_ENHANCED_INTR_API from cpp.
424        Remove cpp, old_cpp (now unused).
425        * configure.ac: Add -DUSE_ENHANCED_INTR_API to bspopts.h.
426
4272003-03-27      Joel Sherrill <joel@OARcorp.com>
428
429        * bootloader/Makefile.am: Eliminate EABI CFLAGS from those used to
430        compile the bootloader.
431
4322003-03-18  Till Straumann <strauman@slac.stanford.edu>
433
434        PR 356/bsps
435        * bsp_specs, start/Makefile.am, startup/linkcmds
436        This patch makes RTEMS/powerpc/shared EABI compliant.
437        Declare all linker-script defined addresses as
438        variables of unknown size and not as short objects
439        like 'int', 'void*' etc.
440        This prevents the compiler from generating a relocation
441        who assumes the existence of an __rtems_end object in
442        one of the short data areas (which would result in a
443        linker error).
444
4452003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * configure.ac: Remove AC_CONFIG_AUX_DIR.
448
4492003-02-20      Till Straumann <strauman@slac.stanford.edu>
450
451        PR 349/bsps
452        * startup/Makefile.am, startup/linkcmds startup/Makefile.am,
453        startup/bspstart.c, startup/pgtbl_activate.c, startup/pgtbl_setup.c:
454        Let the powerpc/shared (+derived) BSPs use pagetable support
455        from libcpu.
456
4572003-02-20      Till Straumann <strauman@slac.stanford.edu>
458
459        PR 349/bsps
460        * Makefile.am, configure.ac: Add glue to the powerpc/shared BSP
461        to use the vmeUniverse VME-PCI bridge driver.
462        * vme/.cvsignore, vme/Makefile.am, wrapup/Makefile.am: New files.
463
4642003-02-20      Till Straumann <strauman@slac.stanford.edu>
465
466        PR 349/bsps
467        * openpic/Makefile.am, pci/Makefile.am:
468          - install the 'openpic.h' and 'pci.h' headers
469          - avoid a name clash by renaming 'vsprintf' & friends
470            to 'k_vsprintf' etc.
471          - let 'rtemsReboot' print a stack trace (in case an 'assert' failed)
472          - irq.c:
473             * fix: remove implicit assumption that ISA interrupt vectors start
474                    at 0
475             * add BSP hook to let a VME interrupt acknowledge the PCI/openpic
476               IRQ. (SEE ALSO THE ppc-sharedbsp-vme.diff patch)
477          - fix: EABI compliance; isr/exception lowlevel handlers must not
478                 clobber R2 or R13
479          - fix: openpic_init was called with the polarity/senses tables
480                 swapped (fixed wrong order of arguments)
481          - cosmetics: use new _read_SPRXX() _write_SPRXX() macros
482
4832003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
486
4872003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
488
489        * configure.ac: AC_PREREQ(2.57).
490
4912003-01-20      Joel Sherrill <joel@OARcorp.com>
492
493        * startup/linkcmds*: Add FreeBSD sysctl() sections.
494
4952002-12-08      Greg Menke <gregory.menke@gsfc.nasa.gov>
496 
497        * startup/linkcmds: Shifted .init, .fini to match better with
498        crtbegin/crtend linking.
499
5002002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * bootloader/Makefile.am: Don't include @RTEMS_BSP@.cfg.
503        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
504        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
505        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
506        * motorola/Makefile.am: Don't include @RTEMS_BSP@.cfg.
507        * openpic/Makefile.am: Don't include @RTEMS_BSP@.cfg.
508        * pci/Makefile.am: Don't include @RTEMS_BSP@.cfg.
509        * residual/Makefile.am: Don't include @RTEMS_BSP@.cfg.
510        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
511        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
512        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
513
5142002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
515
516        * start/Makefile.am: Use install-data-local to install startfile.
517
5182002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
521
522002-11-17       Greg Menke <gregory.menke@gsfc.nasa.gov>
523
524        * README.mtx603e: New file.
525
5262002-11-14      Greg Menke <gregory.menke@gsfc.nasa.gov>
527
528        * bsp_specs: Added crtbegin,crtend objects so C++ global objects
529        constructors/destructors run correctly. 
530        * startup/linkcmds: Increased code length and updated the ctor/dtor
531        sections to handle crtbegin, crtend objects.
532>       
5332002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
534
535        * .cvsignore: Reformat.
536        Add autom4te*cache.
537        Remove autom4te.cache.
538
5392002-08-21      Joel Sherrill <joel@OARcorp.com>
540
541        * bsp_specs: Added support for -nostdlibs.
542
5432002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
544
545        * bootloader/Makefile.am: Fix that crappy Makefile.am once again.
546
5472002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
548
549        * bootloader/Makefile.am: Use .$(OBJEXT) instead of .o.
550        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
551        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
552        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
553        * motorola/Makefile.am: Use .$(OBJEXT) instead of .o.
554        * openpic/Makefile.am: Use .$(OBJEXT) instead of .o.
555        * pci/Makefile.am: Use .$(OBJEXT) instead of .o.
556        * residual/Makefile.am: Use .$(OBJEXT) instead of .o.
557        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
558        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
559        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
560        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
561
5622002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
563
564        * bootloader/Makefile.am: Install bootloader.o.
565        Install bootloader/bootloader.ppcboot.lds.
566
5672002-07-24      Joel Sherrill <joel@OARcorp.com>
568
569        * vectors/Makefile.am: Install bsp/vectors.h.
570
5712002-07-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
572
573        * include/Makefile.am: Fix preinstallation.
574        * bootloader: Eliminate $(INCLUDES).
575
5762002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
577
578        * start/Makefile.am: Eliminate PGM.
579        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
580
5812002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
582
583        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
584
5852002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
586
587        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
588        Remove $(OBJS) from all-local.
589
5902002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
591
592        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
593
5942001-05-14      Till Straumann <strauman@slac.stanford.edu>
595
596        * bootloader/Makefile.am, console/Makefile.am, pci/Makefile.am:
597        Per PR216, "libbsp/powerpc/shared" BSP has been modified considerably
598        with the goal to make it more flexible and reusable by other
599        BSPs. The main strategies were:
600            - eliminate hardcoded base addresses; devices use offsets
601              and a BSP defined base address.
602            - separate functionality into different files (e.g. reboot from
603              inch.c to reboot.c) which can be overridden by a 'derived' BSP.
604            - separate initialization code into separate files (e.g.  PCI
605              bridge detection/initialization was separated from the more
606              generic PCI access routines), also to make it easier for
607              'derived' BSPs to substitute their own initialization code.
608        There are also a couple of enhancements and fixes:
609            - IRQ handling code now has a hook for attaching a VME bridge.
610            - OpenPIC is now explicitely initialized (polarities, senses).
611              Eliminated the implicit assumption on the presence of an ISA PIC.
612            - UART and console driver now supports more than 1 port. The current
613              maximum of 2 can easily be extended by enlarging a table (it
614              would even be easier if the ISR API was not broken by design).
615            - fixed polled_io.c so it correctly supports console on COM2
616            - fixed TLB invalidation code (start.S).
617            - exception handler prints a stack backtrace.
618            - added BSP_pciFindDevice() to scan the pci bus for a particular
619              vendor/device/instance.
620
6212001-05-09      Joel Sherrill <joel@OARcorp.com>
622
623        * startup/linkcmds: In support of gcc 3.1, added one of more
624        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
625        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
626        and direction of segments to memory regions may also have been
627        addressed.  This was a sweep across all BSPs.
628 
6292001-04-08      Joel Sherrill <joel@OARcorp.com>
630
631        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
632 
6332002-04-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
634
635        * bootloader/Makefile.am: Use automake-1.6 AS compilation rules.
636
6372001-04-02      Joel Sherrill <joel@OARcorp.com>
638
639        * bootloader/Makefile.am: Use AM_CCASFLAGS instead of AM_ASFLAGS.
640
6412002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
642
643        * configure.ac:
644        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
645        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
646        * bootloader/Makefile.am: Remove AUTOMAKE_OPTIONS.
647        * Makefile.am: Remove AUTOMAKE_OPTIONS.
648        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
649        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
650        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
651        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
652        * motorola/Makefile.am: Remove AUTOMAKE_OPTIONS.
653        * openpic/Makefile.am: Remove AUTOMAKE_OPTIONS.
654        * pci/Makefile.am: Remove AUTOMAKE_OPTIONS.
655        * residual/Makefile.am: Remove AUTOMAKE_OPTIONS.
656        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
657        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
658        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
659        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
660
6612001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
662
663        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
664
6652001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
666
667        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
668
6692001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
670
671        * Makefile.am: Add @exceptions@ to SUBDIRS;
672        Remove need_motorola_powerpc.
673        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
674        make/custom/mcp750.cfg, make/custom/mvme2307.cfg;
675        Remove need_motorola_powerpc;
676        Add RTEMS_PPC_EXCEPTIONS([new]).
677        * include/Makefile.am: Replace PREINSTALL_FILES with
678        TMPINSTALL_FILES, include force-preinstall.am.
679        * wrapup/Makefile.am: Apply @exceptions@.
680
6812001-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
682
683        * configure.ac: Add bspopts.h.
684        * include/.cvsignore: Add stamp-h* and bspopts.h*.
685        * include/Makefile.am: Add bspopts.h.
686        * pci/Makefile.am: Append -O2 to AM_CFLAGS.
687
6882001-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
689
690        * bootloader/Makefile.am: completely reworked.
691        * configure.ac: Add AM_PROG_AS.
692
6932001-10-25      Joel Sherrill <joel@OARcorp.com>
694
695        * startup/linkcmds: Added _init and _fini.
696
6972001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
698
699        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
700        * configure.in: Remove.
701        * configure.ac: New file, generated from configure.in by autoupdate.
702
7032001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
704
705        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
706        * residual/Makefile.am: Use 'PREINSTALL_FILES ='.
707        * vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
708        * pci/Makefile.am: Use 'PREINSTALL_FILES ='.
709        * openpic/Makefile.am: Use 'PREINSTALL_FILES ='.
710        * bootloader/Makefile.am: Use 'CLEANFILES ='.
711
7122001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
713
714        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
715
7162001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
717
718        * bootloader/Makefile.am: Modified to install bootloader so
719        make-exe rule can avoid writing to install point or assuming
720        BSP build tree is available.
721
7222000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
723
724        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
725
7262000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
727
728        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
729
7302000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
731
732        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
733        Switch to GNU canonicalization.
734
7352000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
736
737        * startup/linkcmds: Added lines so DWARF debug information
738        would be available.  Otherwise gdb complains that the offsets
739        for the debug info are incorrect and doesn't load the files.
740
7412000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
742
743        * bootloader/Makefile.am, clock/Makefile.am, console/Makefile.am,
744        irq/Makefile.am, motorola/Makefile.am, openpic/Makefile.am,
745        pci/Makefile.am, residual/Makefile.am, start/Makefile.am,
746        startup/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am:
747        Include compile.am
748
7492000-08-10      Joel Sherrill <joel@OARcorp.com>
750
751        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.