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

4.104.114.84.95
Last change on this file since c0e7f2cd was 50efa6e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/06/04 at 18:02:55

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

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