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

4.104.114.84.95
Last change on this file since c24d7c84 was c24d7c84, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/12/04 at 09:08:05

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

  • Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
  • Property mode set to 100644
File size: 19.7 KB
Line 
12004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
4
52004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * wrapup/Makefile.am: Convert to automake-building rules.
8
92004-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * Makefile.am: Use include_*HEADERS for .../shared/*.h.
12
132004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
16        irq/Makefile.am, motorola/Makefile.am, openpic/Makefile.am,
17        pci/Makefile.am, residual/Makefile.am, start/Makefile.am,
18        startup/Makefile.am, vectors/Makefile.am, vme/Makefile.am.
19        Use automake compilation rules.
20        Rename clock.rel to pclock.rel (Conflict with libcpu).
21        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
22        motorola/Makefile.am, openpic/Makefile.am, pci/Makefile.am,
23        residual/Makefile.am, start/Makefile.am, startup/Makefile.am,
24        vectors/Makefile.am, vme/Makefile.am: Remove.
25        * configure.ac: Reflect changes above.
26        * wrapup/Makefile.am: Reflect changes above.
27
282004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * wrapup/Makefile.am: Reflect changes to
31        ../support/*exception_processing/*.
32
332004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
36        Add RTEMS_PROG_CCAS.
37
382004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * Makefile.am: Add PREINSTALL_DIRS.
41        * irq/Makefile.am: Add PREINSTALL_DIRS.
42        * motorola/Makefile.am: Add PREINSTALL_DIRS.
43        * openpic/Makefile.am: Add PREINSTALL_DIRS.
44        * pci/Makefile.am: Add PREINSTALL_DIRS.
45        * vectors/Makefile.am: Add PREINSTALL_DIRS.
46        * vme/Makefile.am: Add PREINSTALL_DIRS.
47        * wrapup/Makefile.am: Reflect changes to libcpu.
48
492004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
52        Add PRE/TMPINSTALL_FILES to CLEANFILES.
53        * bootloader/Makefile.am: Ditto.
54        * irq/Makefile.am: Ditto.
55        * motorola/Makefile.am: Ditto.
56        * openpic/Makefile.am: Ditto.
57        * pci/Makefile.am: Ditto.
58        * start/Makefile.am: Ditto.
59        * startup/Makefile.am: Ditto.
60        * vectors/Makefile.am: Ditto.
61        * vme/Makefile.am: Ditto.
62
632004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * wrapup/Makefile.am: Eliminate $(LIB).
66        Use noinst_DATA to trigger building libbsp.a.
67
682003-12-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * start/Makefile.am: Add BUILD-VARIANTS.
71
722003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * vectors/Makefile.am: Fix typos.
75        * vme/Makefile.am: Fix typos.
76
772003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * bootloader/Makefile.am: Eliminate VPATH.
80        * clock/Makefile.am: Eliminate VPATH.
81        * console/Makefile.am: Eliminate VPATH.
82        * irq/Makefile.am: Eliminate VPATH.
83        * motorola/Makefile.am: Eliminate VPATH.
84        * openpic/Makefile.am: Eliminate VPATH.
85        * pci/Makefile.am: Eliminate VPATH.
86        * residual/Makefile.am: Eliminate VPATH.
87        * start/Makefile.am: Eliminate VPATH.
88        * startup/Makefile.am: Eliminate VPATH.
89        * vectors/Makefile.am: Eliminate VPATH.
90        * vme/Makefile.am: Eliminate VPATH.
91
922003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * bootloader/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
95        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
96        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
97
982003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
101        * bootloader/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
102        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
103        * motorola/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
104        * openpic/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
105        * pci/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
106        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
107        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
108        * vectors/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
109        * vme/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
110
1112003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
114
1152003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * bootloader/Makefile.am: Misc cleanups and fixes.
118        * motorola/Makefile.am: Misc cleanups and fixes.
119        * start/Makefile.am: Misc cleanups and fixes.
120        * startup/Makefile.am: Misc cleanups and fixes.
121        * startup/linkcmds: Preparations for gcc-3.3.x.
122
1232003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * Makefile.am: Cosmetics.
126        * bootloader/Makefile.am: Cosmetics.
127        * startup/Makefile.am: Cosmetics.
128
1292003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * Makefile.am: Add preinstallation dirstamp support.
132        * bootloader/Makefile.am: Cosmetics.
133        * clock/Makefile.am: Cosmetics.
134        * console/Makefile.am: Cosmetics.
135        * irq/Makefile.am: Add preinstallation dirstamp support.
136        * motorola/Makefile.am: Cosmetics.
137        * openpic/Makefile.am: Cosmetics.
138        * pci/Makefile.am: Cosmetics.
139        * residual/Makefile.am: Cosmetics.
140        * start/Makefile.am: Cosmetics.
141        * startup/Makefile.am: Cosmetics.
142        * vectors/Makefile.am: Add preinstallation dirstamp support.
143        * vme/Makefile.am: Add preinstallation dirstamp support.
144        * wrapup/Makefile.am: Cosmetics.
145
1462003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * clock/Makefile.am: Remove all-local: $(ARCH).
149        * console/Makefile.am: Remove all-local: $(ARCH).
150        * irq/Makefile.am: Remove all-local: $(ARCH).
151        * motorola/Makefile.am: Remove all-local: $(ARCH).
152        * openpic/Makefile.am: Remove all-local: $(ARCH).
153        * pci/Makefile.am: Remove all-local: $(ARCH).
154        * residual/Makefile.am: Remove all-local: $(ARCH).
155        * start/Makefile.am: Remove all-local: $(ARCH).
156        * startup/Makefile.am: Remove all-local: $(ARCH).
157        * vectors/Makefile.am: Remove all-local: $(ARCH).
158        * vme/Makefile.am: Remove all-local: $(ARCH).
159        * wrapup/Makefile.am: Remove all-local: $(ARCH).
160
1612003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * vectors/Makefile.am: Fix header installation.
164
1652003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * Makefile.am: Merge-in include/Makefile.am.
168        Reflect changes to bsp.am.
169        * include/Makefile.am: Remove.
170        * include/bsp.h: Add copy of ../shared/include/bsp.h (Violates BSP
171        coding standards).
172        * configure.ac: Reflect changes above.
173        * irq/Makefile.am: Fix header installation.
174        * motorola/Makefile.am: Fix header installation.
175        * openpic/Makefile.am: Fix header installation.
176        * pci/Makefile.am: Fix header installation.
177
1782003-09-26      Till Strauman <strauman@slac.stanford.edu>
179
180        PR 496/bsps
181        * startup/Makefile.am: Use PowerPC shared sbrk() implementation which
182        is used when initial heap size is limited to first 32 MB of RAM to
183        satisfy boot loader requirements.
184
1852003-09-26  Till Straumann <strauman@slac.stanford.edu>
186
187        PR 497/bsps
188        * BOOTING: Document letting the bootloader shut down the
189        network interface since it continues to run after loading
190        RTEMS application and has to be dealt with.
191 
1922003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * bsp_specs: Remove *lib:.
195
1962003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * Makefile.am: Reflect having moved aclocal/.
199
2002003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * Makefile.am: Reflect having moved automake/.
203        * bootloader/Makefile.am: Reflect having moved automake/.
204        * clock/Makefile.am: Reflect having moved automake/.
205        * console/Makefile.am: Reflect having moved automake/.
206        * include/Makefile.am: Reflect having moved automake/.
207        * irq/Makefile.am: Reflect having moved automake/.
208        * motorola/Makefile.am: Reflect having moved automake/.
209        * openpic/Makefile.am: Reflect having moved automake/.
210        * pci/Makefile.am: Reflect having moved automake/.
211        * residual/Makefile.am: Reflect having moved automake/.
212        * start/Makefile.am: Reflect having moved automake/.
213        * startup/Makefile.am: Reflect having moved automake/.
214        * vectors/Makefile.am: Reflect having moved automake/.
215        * vme/Makefile.am: Reflect having moved automake/.
216        * wrapup/Makefile.am: Reflect having moved automake/.
217
2182003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
221
2222003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        PR 444/bsps
225        PR 445/bsps
226        * bsp_specs: Remove -D__embedded__ -Asystem(embedded)
227        -DUSE_ENHANCED_INTR_API from cpp.
228        Remove cpp, old_cpp (now unused).
229        * configure.ac: Add -DUSE_ENHANCED_INTR_API to bspopts.h.
230
2312003-03-27      Joel Sherrill <joel@OARcorp.com>
232
233        * bootloader/Makefile.am: Eliminate EABI CFLAGS from those used to
234        compile the bootloader.
235
2362003-03-18  Till Straumann <strauman@slac.stanford.edu>
237
238        PR 356/bsps
239        * bsp_specs, start/Makefile.am, startup/linkcmds
240        This patch makes RTEMS/powerpc/shared EABI compliant.
241        Declare all linker-script defined addresses as
242        variables of unknown size and not as short objects
243        like 'int', 'void*' etc.
244        This prevents the compiler from generating a relocation
245        who assumes the existence of an __rtems_end object in
246        one of the short data areas (which would result in a
247        linker error).
248
2492003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * configure.ac: Remove AC_CONFIG_AUX_DIR.
252
2532003-02-20      Till Straumann <strauman@slac.stanford.edu>
254
255        PR 349/bsps
256        * startup/Makefile.am, startup/linkcmds startup/Makefile.am,
257        startup/bspstart.c, startup/pgtbl_activate.c, startup/pgtbl_setup.c:
258        Let the powerpc/shared (+derived) BSPs use pagetable support
259        from libcpu.
260
2612003-02-20      Till Straumann <strauman@slac.stanford.edu>
262
263        PR 349/bsps
264        * Makefile.am, configure.ac: Add glue to the powerpc/shared BSP
265        to use the vmeUniverse VME-PCI bridge driver.
266        * vme/.cvsignore, vme/Makefile.am, wrapup/Makefile.am: New files.
267
2682003-02-20      Till Straumann <strauman@slac.stanford.edu>
269
270        PR 349/bsps
271        * openpic/Makefile.am, pci/Makefile.am:
272          - install the 'openpic.h' and 'pci.h' headers
273          - avoid a name clash by renaming 'vsprintf' & friends
274            to 'k_vsprintf' etc.
275          - let 'rtemsReboot' print a stack trace (in case an 'assert' failed)
276          - irq.c:
277             * fix: remove implicit assumption that ISA interrupt vectors start
278                    at 0
279             * add BSP hook to let a VME interrupt acknowledge the PCI/openpic
280               IRQ. (SEE ALSO THE ppc-sharedbsp-vme.diff patch)
281          - fix: EABI compliance; isr/exception lowlevel handlers must not
282                 clobber R2 or R13
283          - fix: openpic_init was called with the polarity/senses tables
284                 swapped (fixed wrong order of arguments)
285          - cosmetics: use new _read_SPRXX() _write_SPRXX() macros
286
2872003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
290
2912003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * configure.ac: AC_PREREQ(2.57).
294
2952003-01-20      Joel Sherrill <joel@OARcorp.com>
296
297        * startup/linkcmds*: Add FreeBSD sysctl() sections.
298
2992002-12-08      Greg Menke <gregory.menke@gsfc.nasa.gov>
300 
301        * startup/linkcmds: Shifted .init, .fini to match better with
302        crtbegin/crtend linking.
303
3042002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * bootloader/Makefile.am: Don't include @RTEMS_BSP@.cfg.
307        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
308        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
309        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
310        * motorola/Makefile.am: Don't include @RTEMS_BSP@.cfg.
311        * openpic/Makefile.am: Don't include @RTEMS_BSP@.cfg.
312        * pci/Makefile.am: Don't include @RTEMS_BSP@.cfg.
313        * residual/Makefile.am: Don't include @RTEMS_BSP@.cfg.
314        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
315        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
316        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
317
3182002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * start/Makefile.am: Use install-data-local to install startfile.
321
3222002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
325
326002-11-17       Greg Menke <gregory.menke@gsfc.nasa.gov>
327
328        * README.mtx603e: New file.
329
3302002-11-14      Greg Menke <gregory.menke@gsfc.nasa.gov>
331
332        * bsp_specs: Added crtbegin,crtend objects so C++ global objects
333        constructors/destructors run correctly. 
334        * startup/linkcmds: Increased code length and updated the ctor/dtor
335        sections to handle crtbegin, crtend objects.
336>       
3372002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * .cvsignore: Reformat.
340        Add autom4te*cache.
341        Remove autom4te.cache.
342
3432002-08-21      Joel Sherrill <joel@OARcorp.com>
344
345        * bsp_specs: Added support for -nostdlibs.
346
3472002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * bootloader/Makefile.am: Fix that crappy Makefile.am once again.
350
3512002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * bootloader/Makefile.am: Use .$(OBJEXT) instead of .o.
354        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
355        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
356        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
357        * motorola/Makefile.am: Use .$(OBJEXT) instead of .o.
358        * openpic/Makefile.am: Use .$(OBJEXT) instead of .o.
359        * pci/Makefile.am: Use .$(OBJEXT) instead of .o.
360        * residual/Makefile.am: Use .$(OBJEXT) instead of .o.
361        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
362        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
363        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
364        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
365
3662002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * bootloader/Makefile.am: Install bootloader.o.
369        Install bootloader/bootloader.ppcboot.lds.
370
3712002-07-24      Joel Sherrill <joel@OARcorp.com>
372
373        * vectors/Makefile.am: Install bsp/vectors.h.
374
3752002-07-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * include/Makefile.am: Fix preinstallation.
378        * bootloader: Eliminate $(INCLUDES).
379
3802002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * start/Makefile.am: Eliminate PGM.
383        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
384
3852002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
388
3892002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
392        Remove $(OBJS) from all-local.
393
3942002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
397
3982001-05-14      Till Straumann <strauman@slac.stanford.edu>
399
400        * bootloader/Makefile.am, console/Makefile.am, pci/Makefile.am:
401        Per PR216, "libbsp/powerpc/shared" BSP has been modified considerably
402        with the goal to make it more flexible and reusable by other
403        BSPs. The main strategies were:
404            - eliminate hardcoded base addresses; devices use offsets
405              and a BSP defined base address.
406            - separate functionality into different files (e.g. reboot from
407              inch.c to reboot.c) which can be overridden by a 'derived' BSP.
408            - separate initialization code into separate files (e.g.  PCI
409              bridge detection/initialization was separated from the more
410              generic PCI access routines), also to make it easier for
411              'derived' BSPs to substitute their own initialization code.
412        There are also a couple of enhancements and fixes:
413            - IRQ handling code now has a hook for attaching a VME bridge.
414            - OpenPIC is now explicitely initialized (polarities, senses).
415              Eliminated the implicit assumption on the presence of an ISA PIC.
416            - UART and console driver now supports more than 1 port. The current
417              maximum of 2 can easily be extended by enlarging a table (it
418              would even be easier if the ISR API was not broken by design).
419            - fixed polled_io.c so it correctly supports console on COM2
420            - fixed TLB invalidation code (start.S).
421            - exception handler prints a stack backtrace.
422            - added BSP_pciFindDevice() to scan the pci bus for a particular
423              vendor/device/instance.
424
4252001-05-09      Joel Sherrill <joel@OARcorp.com>
426
427        * startup/linkcmds: In support of gcc 3.1, added one of more
428        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
429        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
430        and direction of segments to memory regions may also have been
431        addressed.  This was a sweep across all BSPs.
432 
4332001-04-08      Joel Sherrill <joel@OARcorp.com>
434
435        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
436 
4372002-04-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * bootloader/Makefile.am: Use automake-1.6 AS compilation rules.
440
4412001-04-02      Joel Sherrill <joel@OARcorp.com>
442
443        * bootloader/Makefile.am: Use AM_CCASFLAGS instead of AM_ASFLAGS.
444
4452002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * configure.ac:
448        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
449        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
450        * bootloader/Makefile.am: Remove AUTOMAKE_OPTIONS.
451        * Makefile.am: Remove AUTOMAKE_OPTIONS.
452        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
453        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
454        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
455        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
456        * motorola/Makefile.am: Remove AUTOMAKE_OPTIONS.
457        * openpic/Makefile.am: Remove AUTOMAKE_OPTIONS.
458        * pci/Makefile.am: Remove AUTOMAKE_OPTIONS.
459        * residual/Makefile.am: Remove AUTOMAKE_OPTIONS.
460        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
461        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
462        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
463        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
464
4652001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
468
4692001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
470
471        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
472
4732001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * Makefile.am: Add @exceptions@ to SUBDIRS;
476        Remove need_motorola_powerpc.
477        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
478        make/custom/mcp750.cfg, make/custom/mvme2307.cfg;
479        Remove need_motorola_powerpc;
480        Add RTEMS_PPC_EXCEPTIONS([new]).
481        * include/Makefile.am: Replace PREINSTALL_FILES with
482        TMPINSTALL_FILES, include force-preinstall.am.
483        * wrapup/Makefile.am: Apply @exceptions@.
484
4852001-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
486
487        * configure.ac: Add bspopts.h.
488        * include/.cvsignore: Add stamp-h* and bspopts.h*.
489        * include/Makefile.am: Add bspopts.h.
490        * pci/Makefile.am: Append -O2 to AM_CFLAGS.
491
4922001-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
493
494        * bootloader/Makefile.am: completely reworked.
495        * configure.ac: Add AM_PROG_AS.
496
4972001-10-25      Joel Sherrill <joel@OARcorp.com>
498
499        * startup/linkcmds: Added _init and _fini.
500
5012001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
502
503        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
504        * configure.in: Remove.
505        * configure.ac: New file, generated from configure.in by autoupdate.
506
5072001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
508
509        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
510        * residual/Makefile.am: Use 'PREINSTALL_FILES ='.
511        * vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
512        * pci/Makefile.am: Use 'PREINSTALL_FILES ='.
513        * openpic/Makefile.am: Use 'PREINSTALL_FILES ='.
514        * bootloader/Makefile.am: Use 'CLEANFILES ='.
515
5162001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
517
518        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
519
5202001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
521
522        * bootloader/Makefile.am: Modified to install bootloader so
523        make-exe rule can avoid writing to install point or assuming
524        BSP build tree is available.
525
5262000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
527
528        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
529
5302000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
531
532        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
533
5342000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
535
536        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
537        Switch to GNU canonicalization.
538
5392000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
540
541        * startup/linkcmds: Added lines so DWARF debug information
542        would be available.  Otherwise gdb complains that the offsets
543        for the debug info are incorrect and doesn't load the files.
544
5452000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
546
547        * bootloader/Makefile.am, clock/Makefile.am, console/Makefile.am,
548        irq/Makefile.am, motorola/Makefile.am, openpic/Makefile.am,
549        pci/Makefile.am, residual/Makefile.am, start/Makefile.am,
550        startup/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am:
551        Include compile.am
552
5532000-08-10      Joel Sherrill <joel@OARcorp.com>
554
555        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.