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

4.104.114.84.95
Last change on this file since 76488aa was 76488aa, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/23/04 at 02:25:58

2004-04-22 Ralf Corsepius <ralf_corsepius@…>

  • include/bsp.h: Split out tmtest27 support.
  • include/tm27.h: New.
  • Property mode set to 100644
File size: 20.9 KB
Line 
12004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * include/bsp.h: Split out tmtest27 support.
4        * include/tm27.h: New.
5
62004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
7
8        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
9        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
10
112004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
12
13        * include/bsp.h: Convert to using c99 fixed size types.
14
152004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * bootloader/Makefile.am: Fix preinstall dir handling.
18
192004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * bootloader/Makefile.am: Preinstall dirs.
22        * Makefile.am: Reflect changes to bsp.am.
23        Preinstall dist_project_lib*.
24
252004-02-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * bootloader/Makefile.am: Fix up paths having been broken in
28        previous patch.
29
302004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * bootloader/Makefile.am: Remove references to $(top_srcdir).
33        Remove NM, LD. Cosmetics.
34
352004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * configure.ac: Explicitly check for NM.
38
392004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * Makefile.am: Reflect changes to bsp.am.
42
432004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
46
472004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * wrapup/Makefile.am: Convert to automake-building rules.
50
512004-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * Makefile.am: Use include_*HEADERS for .../shared/*.h.
54
552004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
58        irq/Makefile.am, motorola/Makefile.am, openpic/Makefile.am,
59        pci/Makefile.am, residual/Makefile.am, start/Makefile.am,
60        startup/Makefile.am, vectors/Makefile.am, vme/Makefile.am.
61        Use automake compilation rules.
62        Rename clock.rel to pclock.rel (Conflict with libcpu).
63        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
64        motorola/Makefile.am, openpic/Makefile.am, pci/Makefile.am,
65        residual/Makefile.am, start/Makefile.am, startup/Makefile.am,
66        vectors/Makefile.am, vme/Makefile.am: Remove.
67        * configure.ac: Reflect changes above.
68        * wrapup/Makefile.am: Reflect changes above.
69
702004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * wrapup/Makefile.am: Reflect changes to
73        ../support/*exception_processing/*.
74
752004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
78        Add RTEMS_PROG_CCAS.
79
802004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * Makefile.am: Add PREINSTALL_DIRS.
83        * irq/Makefile.am: Add PREINSTALL_DIRS.
84        * motorola/Makefile.am: Add PREINSTALL_DIRS.
85        * openpic/Makefile.am: Add PREINSTALL_DIRS.
86        * pci/Makefile.am: Add PREINSTALL_DIRS.
87        * vectors/Makefile.am: Add PREINSTALL_DIRS.
88        * vme/Makefile.am: Add PREINSTALL_DIRS.
89        * wrapup/Makefile.am: Reflect changes to libcpu.
90
912004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
94        Add PRE/TMPINSTALL_FILES to CLEANFILES.
95        * bootloader/Makefile.am: Ditto.
96        * irq/Makefile.am: Ditto.
97        * motorola/Makefile.am: Ditto.
98        * openpic/Makefile.am: Ditto.
99        * pci/Makefile.am: Ditto.
100        * start/Makefile.am: Ditto.
101        * startup/Makefile.am: Ditto.
102        * vectors/Makefile.am: Ditto.
103        * vme/Makefile.am: Ditto.
104
1052004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * wrapup/Makefile.am: Eliminate $(LIB).
108        Use noinst_DATA to trigger building libbsp.a.
109
1102003-12-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * start/Makefile.am: Add BUILD-VARIANTS.
113
1142003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * vectors/Makefile.am: Fix typos.
117        * vme/Makefile.am: Fix typos.
118
1192003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * bootloader/Makefile.am: Eliminate VPATH.
122        * clock/Makefile.am: Eliminate VPATH.
123        * console/Makefile.am: Eliminate VPATH.
124        * irq/Makefile.am: Eliminate VPATH.
125        * motorola/Makefile.am: Eliminate VPATH.
126        * openpic/Makefile.am: Eliminate VPATH.
127        * pci/Makefile.am: Eliminate VPATH.
128        * residual/Makefile.am: Eliminate VPATH.
129        * start/Makefile.am: Eliminate VPATH.
130        * startup/Makefile.am: Eliminate VPATH.
131        * vectors/Makefile.am: Eliminate VPATH.
132        * vme/Makefile.am: Eliminate VPATH.
133
1342003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * bootloader/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
137        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
138        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
139
1402003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
143        * bootloader/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
144        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
145        * motorola/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
146        * openpic/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
147        * pci/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
148        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
149        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
150        * vectors/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
151        * vme/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
152
1532003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
156
1572003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * bootloader/Makefile.am: Misc cleanups and fixes.
160        * motorola/Makefile.am: Misc cleanups and fixes.
161        * start/Makefile.am: Misc cleanups and fixes.
162        * startup/Makefile.am: Misc cleanups and fixes.
163        * startup/linkcmds: Preparations for gcc-3.3.x.
164
1652003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * Makefile.am: Cosmetics.
168        * bootloader/Makefile.am: Cosmetics.
169        * startup/Makefile.am: Cosmetics.
170
1712003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * Makefile.am: Add preinstallation dirstamp support.
174        * bootloader/Makefile.am: Cosmetics.
175        * clock/Makefile.am: Cosmetics.
176        * console/Makefile.am: Cosmetics.
177        * irq/Makefile.am: Add preinstallation dirstamp support.
178        * motorola/Makefile.am: Cosmetics.
179        * openpic/Makefile.am: Cosmetics.
180        * pci/Makefile.am: Cosmetics.
181        * residual/Makefile.am: Cosmetics.
182        * start/Makefile.am: Cosmetics.
183        * startup/Makefile.am: Cosmetics.
184        * vectors/Makefile.am: Add preinstallation dirstamp support.
185        * vme/Makefile.am: Add preinstallation dirstamp support.
186        * wrapup/Makefile.am: Cosmetics.
187
1882003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * clock/Makefile.am: Remove all-local: $(ARCH).
191        * console/Makefile.am: Remove all-local: $(ARCH).
192        * irq/Makefile.am: Remove all-local: $(ARCH).
193        * motorola/Makefile.am: Remove all-local: $(ARCH).
194        * openpic/Makefile.am: Remove all-local: $(ARCH).
195        * pci/Makefile.am: Remove all-local: $(ARCH).
196        * residual/Makefile.am: Remove all-local: $(ARCH).
197        * start/Makefile.am: Remove all-local: $(ARCH).
198        * startup/Makefile.am: Remove all-local: $(ARCH).
199        * vectors/Makefile.am: Remove all-local: $(ARCH).
200        * vme/Makefile.am: Remove all-local: $(ARCH).
201        * wrapup/Makefile.am: Remove all-local: $(ARCH).
202
2032003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * vectors/Makefile.am: Fix header installation.
206
2072003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * Makefile.am: Merge-in include/Makefile.am.
210        Reflect changes to bsp.am.
211        * include/Makefile.am: Remove.
212        * include/bsp.h: Add copy of ../shared/include/bsp.h (Violates BSP
213        coding standards).
214        * configure.ac: Reflect changes above.
215        * irq/Makefile.am: Fix header installation.
216        * motorola/Makefile.am: Fix header installation.
217        * openpic/Makefile.am: Fix header installation.
218        * pci/Makefile.am: Fix header installation.
219
2202003-09-26      Till Strauman <strauman@slac.stanford.edu>
221
222        PR 496/bsps
223        * startup/Makefile.am: Use PowerPC shared sbrk() implementation which
224        is used when initial heap size is limited to first 32 MB of RAM to
225        satisfy boot loader requirements.
226
2272003-09-26  Till Straumann <strauman@slac.stanford.edu>
228
229        PR 497/bsps
230        * BOOTING: Document letting the bootloader shut down the
231        network interface since it continues to run after loading
232        RTEMS application and has to be dealt with.
233 
2342003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * bsp_specs: Remove *lib:.
237
2382003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * Makefile.am: Reflect having moved aclocal/.
241
2422003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * Makefile.am: Reflect having moved automake/.
245        * bootloader/Makefile.am: Reflect having moved automake/.
246        * clock/Makefile.am: Reflect having moved automake/.
247        * console/Makefile.am: Reflect having moved automake/.
248        * include/Makefile.am: Reflect having moved automake/.
249        * irq/Makefile.am: Reflect having moved automake/.
250        * motorola/Makefile.am: Reflect having moved automake/.
251        * openpic/Makefile.am: Reflect having moved automake/.
252        * pci/Makefile.am: Reflect having moved automake/.
253        * residual/Makefile.am: Reflect having moved automake/.
254        * start/Makefile.am: Reflect having moved automake/.
255        * startup/Makefile.am: Reflect having moved automake/.
256        * vectors/Makefile.am: Reflect having moved automake/.
257        * vme/Makefile.am: Reflect having moved automake/.
258        * wrapup/Makefile.am: Reflect having moved automake/.
259
2602003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
263
2642003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        PR 444/bsps
267        PR 445/bsps
268        * bsp_specs: Remove -D__embedded__ -Asystem(embedded)
269        -DUSE_ENHANCED_INTR_API from cpp.
270        Remove cpp, old_cpp (now unused).
271        * configure.ac: Add -DUSE_ENHANCED_INTR_API to bspopts.h.
272
2732003-03-27      Joel Sherrill <joel@OARcorp.com>
274
275        * bootloader/Makefile.am: Eliminate EABI CFLAGS from those used to
276        compile the bootloader.
277
2782003-03-18  Till Straumann <strauman@slac.stanford.edu>
279
280        PR 356/bsps
281        * bsp_specs, start/Makefile.am, startup/linkcmds
282        This patch makes RTEMS/powerpc/shared EABI compliant.
283        Declare all linker-script defined addresses as
284        variables of unknown size and not as short objects
285        like 'int', 'void*' etc.
286        This prevents the compiler from generating a relocation
287        who assumes the existence of an __rtems_end object in
288        one of the short data areas (which would result in a
289        linker error).
290
2912003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * configure.ac: Remove AC_CONFIG_AUX_DIR.
294
2952003-02-20      Till Straumann <strauman@slac.stanford.edu>
296
297        PR 349/bsps
298        * startup/Makefile.am, startup/linkcmds startup/Makefile.am,
299        startup/bspstart.c, startup/pgtbl_activate.c, startup/pgtbl_setup.c:
300        Let the powerpc/shared (+derived) BSPs use pagetable support
301        from libcpu.
302
3032003-02-20      Till Straumann <strauman@slac.stanford.edu>
304
305        PR 349/bsps
306        * Makefile.am, configure.ac: Add glue to the powerpc/shared BSP
307        to use the vmeUniverse VME-PCI bridge driver.
308        * vme/.cvsignore, vme/Makefile.am, wrapup/Makefile.am: New files.
309
3102003-02-20      Till Straumann <strauman@slac.stanford.edu>
311
312        PR 349/bsps
313        * openpic/Makefile.am, pci/Makefile.am:
314          - install the 'openpic.h' and 'pci.h' headers
315          - avoid a name clash by renaming 'vsprintf' & friends
316            to 'k_vsprintf' etc.
317          - let 'rtemsReboot' print a stack trace (in case an 'assert' failed)
318          - irq.c:
319             * fix: remove implicit assumption that ISA interrupt vectors start
320                    at 0
321             * add BSP hook to let a VME interrupt acknowledge the PCI/openpic
322               IRQ. (SEE ALSO THE ppc-sharedbsp-vme.diff patch)
323          - fix: EABI compliance; isr/exception lowlevel handlers must not
324                 clobber R2 or R13
325          - fix: openpic_init was called with the polarity/senses tables
326                 swapped (fixed wrong order of arguments)
327          - cosmetics: use new _read_SPRXX() _write_SPRXX() macros
328
3292003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
332
3332003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * configure.ac: AC_PREREQ(2.57).
336
3372003-01-20      Joel Sherrill <joel@OARcorp.com>
338
339        * startup/linkcmds*: Add FreeBSD sysctl() sections.
340
3412002-12-08      Greg Menke <gregory.menke@gsfc.nasa.gov>
342 
343        * startup/linkcmds: Shifted .init, .fini to match better with
344        crtbegin/crtend linking.
345
3462002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * bootloader/Makefile.am: Don't include @RTEMS_BSP@.cfg.
349        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
350        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
351        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
352        * motorola/Makefile.am: Don't include @RTEMS_BSP@.cfg.
353        * openpic/Makefile.am: Don't include @RTEMS_BSP@.cfg.
354        * pci/Makefile.am: Don't include @RTEMS_BSP@.cfg.
355        * residual/Makefile.am: Don't include @RTEMS_BSP@.cfg.
356        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
357        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
358        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
359
3602002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * start/Makefile.am: Use install-data-local to install startfile.
363
3642002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
367
368002-11-17       Greg Menke <gregory.menke@gsfc.nasa.gov>
369
370        * README.mtx603e: New file.
371
3722002-11-14      Greg Menke <gregory.menke@gsfc.nasa.gov>
373
374        * bsp_specs: Added crtbegin,crtend objects so C++ global objects
375        constructors/destructors run correctly. 
376        * startup/linkcmds: Increased code length and updated the ctor/dtor
377        sections to handle crtbegin, crtend objects.
378>       
3792002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * .cvsignore: Reformat.
382        Add autom4te*cache.
383        Remove autom4te.cache.
384
3852002-08-21      Joel Sherrill <joel@OARcorp.com>
386
387        * bsp_specs: Added support for -nostdlibs.
388
3892002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * bootloader/Makefile.am: Fix that crappy Makefile.am once again.
392
3932002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * bootloader/Makefile.am: Use .$(OBJEXT) instead of .o.
396        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
397        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
398        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
399        * motorola/Makefile.am: Use .$(OBJEXT) instead of .o.
400        * openpic/Makefile.am: Use .$(OBJEXT) instead of .o.
401        * pci/Makefile.am: Use .$(OBJEXT) instead of .o.
402        * residual/Makefile.am: Use .$(OBJEXT) instead of .o.
403        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
404        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
405        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
406        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
407
4082002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * bootloader/Makefile.am: Install bootloader.o.
411        Install bootloader/bootloader.ppcboot.lds.
412
4132002-07-24      Joel Sherrill <joel@OARcorp.com>
414
415        * vectors/Makefile.am: Install bsp/vectors.h.
416
4172002-07-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * include/Makefile.am: Fix preinstallation.
420        * bootloader: Eliminate $(INCLUDES).
421
4222002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * start/Makefile.am: Eliminate PGM.
425        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
426
4272002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
428
429        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
430
4312002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
434        Remove $(OBJS) from all-local.
435
4362002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
439
4402001-05-14      Till Straumann <strauman@slac.stanford.edu>
441
442        * bootloader/Makefile.am, console/Makefile.am, pci/Makefile.am:
443        Per PR216, "libbsp/powerpc/shared" BSP has been modified considerably
444        with the goal to make it more flexible and reusable by other
445        BSPs. The main strategies were:
446            - eliminate hardcoded base addresses; devices use offsets
447              and a BSP defined base address.
448            - separate functionality into different files (e.g. reboot from
449              inch.c to reboot.c) which can be overridden by a 'derived' BSP.
450            - separate initialization code into separate files (e.g.  PCI
451              bridge detection/initialization was separated from the more
452              generic PCI access routines), also to make it easier for
453              'derived' BSPs to substitute their own initialization code.
454        There are also a couple of enhancements and fixes:
455            - IRQ handling code now has a hook for attaching a VME bridge.
456            - OpenPIC is now explicitely initialized (polarities, senses).
457              Eliminated the implicit assumption on the presence of an ISA PIC.
458            - UART and console driver now supports more than 1 port. The current
459              maximum of 2 can easily be extended by enlarging a table (it
460              would even be easier if the ISR API was not broken by design).
461            - fixed polled_io.c so it correctly supports console on COM2
462            - fixed TLB invalidation code (start.S).
463            - exception handler prints a stack backtrace.
464            - added BSP_pciFindDevice() to scan the pci bus for a particular
465              vendor/device/instance.
466
4672001-05-09      Joel Sherrill <joel@OARcorp.com>
468
469        * startup/linkcmds: In support of gcc 3.1, added one of more
470        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
471        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
472        and direction of segments to memory regions may also have been
473        addressed.  This was a sweep across all BSPs.
474 
4752001-04-08      Joel Sherrill <joel@OARcorp.com>
476
477        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
478 
4792002-04-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
480
481        * bootloader/Makefile.am: Use automake-1.6 AS compilation rules.
482
4832001-04-02      Joel Sherrill <joel@OARcorp.com>
484
485        * bootloader/Makefile.am: Use AM_CCASFLAGS instead of AM_ASFLAGS.
486
4872002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
488
489        * configure.ac:
490        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
491        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
492        * bootloader/Makefile.am: Remove AUTOMAKE_OPTIONS.
493        * Makefile.am: Remove AUTOMAKE_OPTIONS.
494        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
495        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
496        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
497        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
498        * motorola/Makefile.am: Remove AUTOMAKE_OPTIONS.
499        * openpic/Makefile.am: Remove AUTOMAKE_OPTIONS.
500        * pci/Makefile.am: Remove AUTOMAKE_OPTIONS.
501        * residual/Makefile.am: Remove AUTOMAKE_OPTIONS.
502        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
503        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
504        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
505        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
506
5072001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
508
509        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
510
5112001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
512
513        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
514
5152001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
517        * Makefile.am: Add @exceptions@ to SUBDIRS;
518        Remove need_motorola_powerpc.
519        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
520        make/custom/mcp750.cfg, make/custom/mvme2307.cfg;
521        Remove need_motorola_powerpc;
522        Add RTEMS_PPC_EXCEPTIONS([new]).
523        * include/Makefile.am: Replace PREINSTALL_FILES with
524        TMPINSTALL_FILES, include force-preinstall.am.
525        * wrapup/Makefile.am: Apply @exceptions@.
526
5272001-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
528
529        * configure.ac: Add bspopts.h.
530        * include/.cvsignore: Add stamp-h* and bspopts.h*.
531        * include/Makefile.am: Add bspopts.h.
532        * pci/Makefile.am: Append -O2 to AM_CFLAGS.
533
5342001-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
535
536        * bootloader/Makefile.am: completely reworked.
537        * configure.ac: Add AM_PROG_AS.
538
5392001-10-25      Joel Sherrill <joel@OARcorp.com>
540
541        * startup/linkcmds: Added _init and _fini.
542
5432001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
544
545        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
546        * configure.in: Remove.
547        * configure.ac: New file, generated from configure.in by autoupdate.
548
5492001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
550
551        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
552        * residual/Makefile.am: Use 'PREINSTALL_FILES ='.
553        * vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
554        * pci/Makefile.am: Use 'PREINSTALL_FILES ='.
555        * openpic/Makefile.am: Use 'PREINSTALL_FILES ='.
556        * bootloader/Makefile.am: Use 'CLEANFILES ='.
557
5582001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
559
560        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
561
5622001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
563
564        * bootloader/Makefile.am: Modified to install bootloader so
565        make-exe rule can avoid writing to install point or assuming
566        BSP build tree is available.
567
5682000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
569
570        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
571
5722000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
573
574        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
575
5762000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
577
578        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
579        Switch to GNU canonicalization.
580
5812000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
582
583        * startup/linkcmds: Added lines so DWARF debug information
584        would be available.  Otherwise gdb complains that the offsets
585        for the debug info are incorrect and doesn't load the files.
586
5872000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
588
589        * bootloader/Makefile.am, clock/Makefile.am, console/Makefile.am,
590        irq/Makefile.am, motorola/Makefile.am, openpic/Makefile.am,
591        pci/Makefile.am, residual/Makefile.am, start/Makefile.am,
592        startup/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am:
593        Include compile.am
594
5952000-08-10      Joel Sherrill <joel@OARcorp.com>
596
597        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.