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

4.104.114.84.95
Last change on this file since 518ce392 was 518ce392, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/21/04 at 15:09:27

2004-01-21 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Add PREINSTALL_DIRS.
  • irq/Makefile.am: Add PREINSTALL_DIRS.
  • motorola/Makefile.am: Add PREINSTALL_DIRS.
  • openpic/Makefile.am: Add PREINSTALL_DIRS.
  • pci/Makefile.am: Add PREINSTALL_DIRS.
  • vectors/Makefile.am: Add PREINSTALL_DIRS.
  • vme/Makefile.am: Add PREINSTALL_DIRS.
  • wrapup/Makefile.am: Reflect changes to libcpu.
  • Property mode set to 100644
File size: 18.4 KB
Line 
12004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Add PREINSTALL_DIRS.
4        * irq/Makefile.am: Add PREINSTALL_DIRS.
5        * motorola/Makefile.am: Add PREINSTALL_DIRS.
6        * openpic/Makefile.am: Add PREINSTALL_DIRS.
7        * pci/Makefile.am: Add PREINSTALL_DIRS.
8        * vectors/Makefile.am: Add PREINSTALL_DIRS.
9        * vme/Makefile.am: Add PREINSTALL_DIRS.
10        * wrapup/Makefile.am: Reflect changes to libcpu.
11
122004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
15        Add PRE/TMPINSTALL_FILES to CLEANFILES.
16        * bootloader/Makefile.am: Ditto.
17        * irq/Makefile.am: Ditto.
18        * motorola/Makefile.am: Ditto.
19        * openpic/Makefile.am: Ditto.
20        * pci/Makefile.am: Ditto.
21        * start/Makefile.am: Ditto.
22        * startup/Makefile.am: Ditto.
23        * vectors/Makefile.am: Ditto.
24        * vme/Makefile.am: Ditto.
25
262004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * wrapup/Makefile.am: Eliminate $(LIB).
29        Use noinst_DATA to trigger building libbsp.a.
30
312003-12-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * start/Makefile.am: Add BUILD-VARIANTS.
34
352003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * vectors/Makefile.am: Fix typos.
38        * vme/Makefile.am: Fix typos.
39
402003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * bootloader/Makefile.am: Eliminate VPATH.
43        * clock/Makefile.am: Eliminate VPATH.
44        * console/Makefile.am: Eliminate VPATH.
45        * irq/Makefile.am: Eliminate VPATH.
46        * motorola/Makefile.am: Eliminate VPATH.
47        * openpic/Makefile.am: Eliminate VPATH.
48        * pci/Makefile.am: Eliminate VPATH.
49        * residual/Makefile.am: Eliminate VPATH.
50        * start/Makefile.am: Eliminate VPATH.
51        * startup/Makefile.am: Eliminate VPATH.
52        * vectors/Makefile.am: Eliminate VPATH.
53        * vme/Makefile.am: Eliminate VPATH.
54
552003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * bootloader/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
58        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
59        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
60
612003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
64        * bootloader/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
65        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
66        * motorola/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
67        * openpic/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
68        * pci/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
69        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
70        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
71        * vectors/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
72        * vme/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
73
742003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
77
782003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * bootloader/Makefile.am: Misc cleanups and fixes.
81        * motorola/Makefile.am: Misc cleanups and fixes.
82        * start/Makefile.am: Misc cleanups and fixes.
83        * startup/Makefile.am: Misc cleanups and fixes.
84        * startup/linkcmds: Preparations for gcc-3.3.x.
85
862003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * Makefile.am: Cosmetics.
89        * bootloader/Makefile.am: Cosmetics.
90        * startup/Makefile.am: Cosmetics.
91
922003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * Makefile.am: Add preinstallation dirstamp support.
95        * bootloader/Makefile.am: Cosmetics.
96        * clock/Makefile.am: Cosmetics.
97        * console/Makefile.am: Cosmetics.
98        * irq/Makefile.am: Add preinstallation dirstamp support.
99        * motorola/Makefile.am: Cosmetics.
100        * openpic/Makefile.am: Cosmetics.
101        * pci/Makefile.am: Cosmetics.
102        * residual/Makefile.am: Cosmetics.
103        * start/Makefile.am: Cosmetics.
104        * startup/Makefile.am: Cosmetics.
105        * vectors/Makefile.am: Add preinstallation dirstamp support.
106        * vme/Makefile.am: Add preinstallation dirstamp support.
107        * wrapup/Makefile.am: Cosmetics.
108
1092003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * clock/Makefile.am: Remove all-local: $(ARCH).
112        * console/Makefile.am: Remove all-local: $(ARCH).
113        * irq/Makefile.am: Remove all-local: $(ARCH).
114        * motorola/Makefile.am: Remove all-local: $(ARCH).
115        * openpic/Makefile.am: Remove all-local: $(ARCH).
116        * pci/Makefile.am: Remove all-local: $(ARCH).
117        * residual/Makefile.am: Remove all-local: $(ARCH).
118        * start/Makefile.am: Remove all-local: $(ARCH).
119        * startup/Makefile.am: Remove all-local: $(ARCH).
120        * vectors/Makefile.am: Remove all-local: $(ARCH).
121        * vme/Makefile.am: Remove all-local: $(ARCH).
122        * wrapup/Makefile.am: Remove all-local: $(ARCH).
123
1242003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * vectors/Makefile.am: Fix header installation.
127
1282003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * Makefile.am: Merge-in include/Makefile.am.
131        Reflect changes to bsp.am.
132        * include/Makefile.am: Remove.
133        * include/bsp.h: Add copy of ../shared/include/bsp.h (Violates BSP
134        coding standards).
135        * configure.ac: Reflect changes above.
136        * irq/Makefile.am: Fix header installation.
137        * motorola/Makefile.am: Fix header installation.
138        * openpic/Makefile.am: Fix header installation.
139        * pci/Makefile.am: Fix header installation.
140
1412003-09-26      Till Strauman <strauman@slac.stanford.edu>
142
143        PR 496/bsps
144        * startup/Makefile.am: Use PowerPC shared sbrk() implementation which
145        is used when initial heap size is limited to first 32 MB of RAM to
146        satisfy boot loader requirements.
147
1482003-09-26  Till Straumann <strauman@slac.stanford.edu>
149
150        PR 497/bsps
151        * BOOTING: Document letting the bootloader shut down the
152        network interface since it continues to run after loading
153        RTEMS application and has to be dealt with.
154 
1552003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * bsp_specs: Remove *lib:.
158
1592003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * Makefile.am: Reflect having moved aclocal/.
162
1632003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * Makefile.am: Reflect having moved automake/.
166        * bootloader/Makefile.am: Reflect having moved automake/.
167        * clock/Makefile.am: Reflect having moved automake/.
168        * console/Makefile.am: Reflect having moved automake/.
169        * include/Makefile.am: Reflect having moved automake/.
170        * irq/Makefile.am: Reflect having moved automake/.
171        * motorola/Makefile.am: Reflect having moved automake/.
172        * openpic/Makefile.am: Reflect having moved automake/.
173        * pci/Makefile.am: Reflect having moved automake/.
174        * residual/Makefile.am: Reflect having moved automake/.
175        * start/Makefile.am: Reflect having moved automake/.
176        * startup/Makefile.am: Reflect having moved automake/.
177        * vectors/Makefile.am: Reflect having moved automake/.
178        * vme/Makefile.am: Reflect having moved automake/.
179        * wrapup/Makefile.am: Reflect having moved automake/.
180
1812003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
184
1852003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        PR 444/bsps
188        PR 445/bsps
189        * bsp_specs: Remove -D__embedded__ -Asystem(embedded)
190        -DUSE_ENHANCED_INTR_API from cpp.
191        Remove cpp, old_cpp (now unused).
192        * configure.ac: Add -DUSE_ENHANCED_INTR_API to bspopts.h.
193
1942003-03-27      Joel Sherrill <joel@OARcorp.com>
195
196        * bootloader/Makefile.am: Eliminate EABI CFLAGS from those used to
197        compile the bootloader.
198
1992003-03-18  Till Straumann <strauman@slac.stanford.edu>
200
201        PR 356/bsps
202        * bsp_specs, start/Makefile.am, startup/linkcmds
203        This patch makes RTEMS/powerpc/shared EABI compliant.
204        Declare all linker-script defined addresses as
205        variables of unknown size and not as short objects
206        like 'int', 'void*' etc.
207        This prevents the compiler from generating a relocation
208        who assumes the existence of an __rtems_end object in
209        one of the short data areas (which would result in a
210        linker error).
211
2122003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * configure.ac: Remove AC_CONFIG_AUX_DIR.
215
2162003-02-20      Till Straumann <strauman@slac.stanford.edu>
217
218        PR 349/bsps
219        * startup/Makefile.am, startup/linkcmds startup/Makefile.am,
220        startup/bspstart.c, startup/pgtbl_activate.c, startup/pgtbl_setup.c:
221        Let the powerpc/shared (+derived) BSPs use pagetable support
222        from libcpu.
223
2242003-02-20      Till Straumann <strauman@slac.stanford.edu>
225
226        PR 349/bsps
227        * Makefile.am, configure.ac: Add glue to the powerpc/shared BSP
228        to use the vmeUniverse VME-PCI bridge driver.
229        * vme/.cvsignore, vme/Makefile.am, wrapup/Makefile.am: New files.
230
2312003-02-20      Till Straumann <strauman@slac.stanford.edu>
232
233        PR 349/bsps
234        * openpic/Makefile.am, pci/Makefile.am:
235          - install the 'openpic.h' and 'pci.h' headers
236          - avoid a name clash by renaming 'vsprintf' & friends
237            to 'k_vsprintf' etc.
238          - let 'rtemsReboot' print a stack trace (in case an 'assert' failed)
239          - irq.c:
240             * fix: remove implicit assumption that ISA interrupt vectors start
241                    at 0
242             * add BSP hook to let a VME interrupt acknowledge the PCI/openpic
243               IRQ. (SEE ALSO THE ppc-sharedbsp-vme.diff patch)
244          - fix: EABI compliance; isr/exception lowlevel handlers must not
245                 clobber R2 or R13
246          - fix: openpic_init was called with the polarity/senses tables
247                 swapped (fixed wrong order of arguments)
248          - cosmetics: use new _read_SPRXX() _write_SPRXX() macros
249
2502003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
253
2542003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * configure.ac: AC_PREREQ(2.57).
257
2582003-01-20      Joel Sherrill <joel@OARcorp.com>
259
260        * startup/linkcmds*: Add FreeBSD sysctl() sections.
261
2622002-12-08      Greg Menke <gregory.menke@gsfc.nasa.gov>
263 
264        * startup/linkcmds: Shifted .init, .fini to match better with
265        crtbegin/crtend linking.
266
2672002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * bootloader/Makefile.am: Don't include @RTEMS_BSP@.cfg.
270        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
271        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
272        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
273        * motorola/Makefile.am: Don't include @RTEMS_BSP@.cfg.
274        * openpic/Makefile.am: Don't include @RTEMS_BSP@.cfg.
275        * pci/Makefile.am: Don't include @RTEMS_BSP@.cfg.
276        * residual/Makefile.am: Don't include @RTEMS_BSP@.cfg.
277        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
278        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
279        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
280
2812002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * start/Makefile.am: Use install-data-local to install startfile.
284
2852002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
288
289002-11-17       Greg Menke <gregory.menke@gsfc.nasa.gov>
290
291        * README.mtx603e: New file.
292
2932002-11-14      Greg Menke <gregory.menke@gsfc.nasa.gov>
294
295        * bsp_specs: Added crtbegin,crtend objects so C++ global objects
296        constructors/destructors run correctly. 
297        * startup/linkcmds: Increased code length and updated the ctor/dtor
298        sections to handle crtbegin, crtend objects.
299>       
3002002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * .cvsignore: Reformat.
303        Add autom4te*cache.
304        Remove autom4te.cache.
305
3062002-08-21      Joel Sherrill <joel@OARcorp.com>
307
308        * bsp_specs: Added support for -nostdlibs.
309
3102002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * bootloader/Makefile.am: Fix that crappy Makefile.am once again.
313
3142002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * bootloader/Makefile.am: Use .$(OBJEXT) instead of .o.
317        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
318        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
319        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
320        * motorola/Makefile.am: Use .$(OBJEXT) instead of .o.
321        * openpic/Makefile.am: Use .$(OBJEXT) instead of .o.
322        * pci/Makefile.am: Use .$(OBJEXT) instead of .o.
323        * residual/Makefile.am: Use .$(OBJEXT) instead of .o.
324        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
325        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
326        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
327        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
328
3292002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * bootloader/Makefile.am: Install bootloader.o.
332        Install bootloader/bootloader.ppcboot.lds.
333
3342002-07-24      Joel Sherrill <joel@OARcorp.com>
335
336        * vectors/Makefile.am: Install bsp/vectors.h.
337
3382002-07-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * include/Makefile.am: Fix preinstallation.
341        * bootloader: Eliminate $(INCLUDES).
342
3432002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * start/Makefile.am: Eliminate PGM.
346        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
347
3482002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
351
3522002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
355        Remove $(OBJS) from all-local.
356
3572002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
360
3612001-05-14      Till Straumann <strauman@slac.stanford.edu>
362
363        * bootloader/Makefile.am, console/Makefile.am, pci/Makefile.am:
364        Per PR216, "libbsp/powerpc/shared" BSP has been modified considerably
365        with the goal to make it more flexible and reusable by other
366        BSPs. The main strategies were:
367            - eliminate hardcoded base addresses; devices use offsets
368              and a BSP defined base address.
369            - separate functionality into different files (e.g. reboot from
370              inch.c to reboot.c) which can be overridden by a 'derived' BSP.
371            - separate initialization code into separate files (e.g.  PCI
372              bridge detection/initialization was separated from the more
373              generic PCI access routines), also to make it easier for
374              'derived' BSPs to substitute their own initialization code.
375        There are also a couple of enhancements and fixes:
376            - IRQ handling code now has a hook for attaching a VME bridge.
377            - OpenPIC is now explicitely initialized (polarities, senses).
378              Eliminated the implicit assumption on the presence of an ISA PIC.
379            - UART and console driver now supports more than 1 port. The current
380              maximum of 2 can easily be extended by enlarging a table (it
381              would even be easier if the ISR API was not broken by design).
382            - fixed polled_io.c so it correctly supports console on COM2
383            - fixed TLB invalidation code (start.S).
384            - exception handler prints a stack backtrace.
385            - added BSP_pciFindDevice() to scan the pci bus for a particular
386              vendor/device/instance.
387
3882001-05-09      Joel Sherrill <joel@OARcorp.com>
389
390        * startup/linkcmds: In support of gcc 3.1, added one of more
391        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
392        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
393        and direction of segments to memory regions may also have been
394        addressed.  This was a sweep across all BSPs.
395 
3962001-04-08      Joel Sherrill <joel@OARcorp.com>
397
398        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
399 
4002002-04-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * bootloader/Makefile.am: Use automake-1.6 AS compilation rules.
403
4042001-04-02      Joel Sherrill <joel@OARcorp.com>
405
406        * bootloader/Makefile.am: Use AM_CCASFLAGS instead of AM_ASFLAGS.
407
4082002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * configure.ac:
411        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
412        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
413        * bootloader/Makefile.am: Remove AUTOMAKE_OPTIONS.
414        * Makefile.am: Remove AUTOMAKE_OPTIONS.
415        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
416        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
417        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
418        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
419        * motorola/Makefile.am: Remove AUTOMAKE_OPTIONS.
420        * openpic/Makefile.am: Remove AUTOMAKE_OPTIONS.
421        * pci/Makefile.am: Remove AUTOMAKE_OPTIONS.
422        * residual/Makefile.am: Remove AUTOMAKE_OPTIONS.
423        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
424        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
425        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
426        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
427
4282001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
431
4322001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
435
4362001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * Makefile.am: Add @exceptions@ to SUBDIRS;
439        Remove need_motorola_powerpc.
440        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
441        make/custom/mcp750.cfg, make/custom/mvme2307.cfg;
442        Remove need_motorola_powerpc;
443        Add RTEMS_PPC_EXCEPTIONS([new]).
444        * include/Makefile.am: Replace PREINSTALL_FILES with
445        TMPINSTALL_FILES, include force-preinstall.am.
446        * wrapup/Makefile.am: Apply @exceptions@.
447
4482001-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * configure.ac: Add bspopts.h.
451        * include/.cvsignore: Add stamp-h* and bspopts.h*.
452        * include/Makefile.am: Add bspopts.h.
453        * pci/Makefile.am: Append -O2 to AM_CFLAGS.
454
4552001-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * bootloader/Makefile.am: completely reworked.
458        * configure.ac: Add AM_PROG_AS.
459
4602001-10-25      Joel Sherrill <joel@OARcorp.com>
461
462        * startup/linkcmds: Added _init and _fini.
463
4642001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
465
466        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
467        * configure.in: Remove.
468        * configure.ac: New file, generated from configure.in by autoupdate.
469
4702001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
471
472        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
473        * residual/Makefile.am: Use 'PREINSTALL_FILES ='.
474        * vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
475        * pci/Makefile.am: Use 'PREINSTALL_FILES ='.
476        * openpic/Makefile.am: Use 'PREINSTALL_FILES ='.
477        * bootloader/Makefile.am: Use 'CLEANFILES ='.
478
4792001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
480
481        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
482
4832001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
484
485        * bootloader/Makefile.am: Modified to install bootloader so
486        make-exe rule can avoid writing to install point or assuming
487        BSP build tree is available.
488
4892000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
490
491        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
492
4932000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
496
4972000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
500        Switch to GNU canonicalization.
501
5022000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
503
504        * startup/linkcmds: Added lines so DWARF debug information
505        would be available.  Otherwise gdb complains that the offsets
506        for the debug info are incorrect and doesn't load the files.
507
5082000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510        * bootloader/Makefile.am, clock/Makefile.am, console/Makefile.am,
511        irq/Makefile.am, motorola/Makefile.am, openpic/Makefile.am,
512        pci/Makefile.am, residual/Makefile.am, start/Makefile.am,
513        startup/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am:
514        Include compile.am
515
5162000-08-10      Joel Sherrill <joel@OARcorp.com>
517
518        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.