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

4.104.114.84.95
Last change on this file since da0a573 was da0a573, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/04/04 at 16:53:38

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

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