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

4.104.114.84.95
Last change on this file since 0a0d67c5 was 0a0d67c5, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/01/04 at 10:11:40

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

  • include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
  • include/bsp.h: Include <rtems/console.h> instead of <console.h>.
  • Property mode set to 100644
File size: 20.7 KB
RevLine 
[0a0d67c5]12004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
4        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
5
[d352678]62004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
7
8        * include/bsp.h: Convert to using c99 fixed size types.
9
[f8914a3]102004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * bootloader/Makefile.am: Fix preinstall dir handling.
13
[2a7f9a28]142004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
[984ea8b3]16        * bootloader/Makefile.am: Preinstall dirs.
[2a7f9a28]17        * Makefile.am: Reflect changes to bsp.am.
18        Preinstall dist_project_lib*.
19
[3afcb03]202004-02-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * bootloader/Makefile.am: Fix up paths having been broken in
23        previous patch.
24
[335cf3a]252004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * bootloader/Makefile.am: Remove references to $(top_srcdir).
28        Remove NM, LD. Cosmetics.
29
[2a56535e]302004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * configure.ac: Explicitly check for NM.
33
[6ac101b]342004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * Makefile.am: Reflect changes to bsp.am.
37
[c24d7c84]382004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
41
[50efa6e]422004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * wrapup/Makefile.am: Convert to automake-building rules.
45
[da0a573]462004-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * Makefile.am: Use include_*HEADERS for .../shared/*.h.
49
[3f5232a]502004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
53        irq/Makefile.am, motorola/Makefile.am, openpic/Makefile.am,
54        pci/Makefile.am, residual/Makefile.am, start/Makefile.am,
55        startup/Makefile.am, vectors/Makefile.am, vme/Makefile.am.
56        Use automake compilation rules.
57        Rename clock.rel to pclock.rel (Conflict with libcpu).
58        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
59        motorola/Makefile.am, openpic/Makefile.am, pci/Makefile.am,
60        residual/Makefile.am, start/Makefile.am, startup/Makefile.am,
61        vectors/Makefile.am, vme/Makefile.am: Remove.
62        * configure.ac: Reflect changes above.
63        * wrapup/Makefile.am: Reflect changes above.
64
[84b68f5f]652004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * wrapup/Makefile.am: Reflect changes to
68        ../support/*exception_processing/*.
69
[f3c5a0ec]702004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
73        Add RTEMS_PROG_CCAS.
74
[518ce392]752004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * Makefile.am: Add PREINSTALL_DIRS.
78        * irq/Makefile.am: Add PREINSTALL_DIRS.
79        * motorola/Makefile.am: Add PREINSTALL_DIRS.
80        * openpic/Makefile.am: Add PREINSTALL_DIRS.
81        * pci/Makefile.am: Add PREINSTALL_DIRS.
82        * vectors/Makefile.am: Add PREINSTALL_DIRS.
83        * vme/Makefile.am: Add PREINSTALL_DIRS.
84        * wrapup/Makefile.am: Reflect changes to libcpu.
85
[c56c440]862004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
89        Add PRE/TMPINSTALL_FILES to CLEANFILES.
90        * bootloader/Makefile.am: Ditto.
91        * irq/Makefile.am: Ditto.
92        * motorola/Makefile.am: Ditto.
93        * openpic/Makefile.am: Ditto.
94        * pci/Makefile.am: Ditto.
95        * start/Makefile.am: Ditto.
96        * startup/Makefile.am: Ditto.
97        * vectors/Makefile.am: Ditto.
98        * vme/Makefile.am: Ditto.
99
[6411947]1002004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * wrapup/Makefile.am: Eliminate $(LIB).
103        Use noinst_DATA to trigger building libbsp.a.
104
[88272b70]1052003-12-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * start/Makefile.am: Add BUILD-VARIANTS.
108
[27c06b0]1092003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * vectors/Makefile.am: Fix typos.
112        * vme/Makefile.am: Fix typos.
113
[c659294]1142003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * bootloader/Makefile.am: Eliminate VPATH.
117        * clock/Makefile.am: Eliminate VPATH.
118        * console/Makefile.am: Eliminate VPATH.
119        * irq/Makefile.am: Eliminate VPATH.
120        * motorola/Makefile.am: Eliminate VPATH.
121        * openpic/Makefile.am: Eliminate VPATH.
122        * pci/Makefile.am: Eliminate VPATH.
123        * residual/Makefile.am: Eliminate VPATH.
124        * start/Makefile.am: Eliminate VPATH.
125        * startup/Makefile.am: Eliminate VPATH.
126        * vectors/Makefile.am: Eliminate VPATH.
127        * vme/Makefile.am: Eliminate VPATH.
128
[e4cc31c7]1292003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * bootloader/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
132        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
133        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
134
[f2bd16e]1352003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
138        * bootloader/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
139        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
140        * motorola/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
141        * openpic/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
142        * pci/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
143        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
144        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
145        * vectors/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
146        * vme/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
147
[810720b6]1482003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
151
[84f0cfb]1522003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * bootloader/Makefile.am: Misc cleanups and fixes.
155        * motorola/Makefile.am: Misc cleanups and fixes.
156        * start/Makefile.am: Misc cleanups and fixes.
157        * startup/Makefile.am: Misc cleanups and fixes.
158        * startup/linkcmds: Preparations for gcc-3.3.x.
159
[d497b74]1602003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * Makefile.am: Cosmetics.
163        * bootloader/Makefile.am: Cosmetics.
164        * startup/Makefile.am: Cosmetics.
165
[f42a7891]1662003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * Makefile.am: Add preinstallation dirstamp support.
169        * bootloader/Makefile.am: Cosmetics.
170        * clock/Makefile.am: Cosmetics.
171        * console/Makefile.am: Cosmetics.
172        * irq/Makefile.am: Add preinstallation dirstamp support.
173        * motorola/Makefile.am: Cosmetics.
174        * openpic/Makefile.am: Cosmetics.
175        * pci/Makefile.am: Cosmetics.
176        * residual/Makefile.am: Cosmetics.
177        * start/Makefile.am: Cosmetics.
178        * startup/Makefile.am: Cosmetics.
179        * vectors/Makefile.am: Add preinstallation dirstamp support.
180        * vme/Makefile.am: Add preinstallation dirstamp support.
181        * wrapup/Makefile.am: Cosmetics.
182
[03db12e]1832003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * clock/Makefile.am: Remove all-local: $(ARCH).
186        * console/Makefile.am: Remove all-local: $(ARCH).
187        * irq/Makefile.am: Remove all-local: $(ARCH).
188        * motorola/Makefile.am: Remove all-local: $(ARCH).
189        * openpic/Makefile.am: Remove all-local: $(ARCH).
190        * pci/Makefile.am: Remove all-local: $(ARCH).
191        * residual/Makefile.am: Remove all-local: $(ARCH).
192        * start/Makefile.am: Remove all-local: $(ARCH).
193        * startup/Makefile.am: Remove all-local: $(ARCH).
194        * vectors/Makefile.am: Remove all-local: $(ARCH).
195        * vme/Makefile.am: Remove all-local: $(ARCH).
196        * wrapup/Makefile.am: Remove all-local: $(ARCH).
197
[7d7cdefe]1982003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * vectors/Makefile.am: Fix header installation.
201
[23090f33]2022003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * Makefile.am: Merge-in include/Makefile.am.
205        Reflect changes to bsp.am.
206        * include/Makefile.am: Remove.
207        * include/bsp.h: Add copy of ../shared/include/bsp.h (Violates BSP
208        coding standards).
209        * configure.ac: Reflect changes above.
210        * irq/Makefile.am: Fix header installation.
211        * motorola/Makefile.am: Fix header installation.
212        * openpic/Makefile.am: Fix header installation.
213        * pci/Makefile.am: Fix header installation.
214
[ac09036]2152003-09-26      Till Strauman <strauman@slac.stanford.edu>
216
217        PR 496/bsps
218        * startup/Makefile.am: Use PowerPC shared sbrk() implementation which
219        is used when initial heap size is limited to first 32 MB of RAM to
220        satisfy boot loader requirements.
221
[fca113c]2222003-09-26  Till Straumann <strauman@slac.stanford.edu>
223
224        PR 497/bsps
225        * BOOTING: Document letting the bootloader shut down the
226        network interface since it continues to run after loading
227        RTEMS application and has to be dealt with.
228 
[e05490a8]2292003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * bsp_specs: Remove *lib:.
232
[fe8bc62f]2332003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * Makefile.am: Reflect having moved aclocal/.
236
[6badcc2]2372003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
[c483a4e]239        * Makefile.am: Reflect having moved automake/.
240        * bootloader/Makefile.am: Reflect having moved automake/.
241        * clock/Makefile.am: Reflect having moved automake/.
242        * console/Makefile.am: Reflect having moved automake/.
243        * include/Makefile.am: Reflect having moved automake/.
244        * irq/Makefile.am: Reflect having moved automake/.
245        * motorola/Makefile.am: Reflect having moved automake/.
246        * openpic/Makefile.am: Reflect having moved automake/.
247        * pci/Makefile.am: Reflect having moved automake/.
248        * residual/Makefile.am: Reflect having moved automake/.
249        * start/Makefile.am: Reflect having moved automake/.
250        * startup/Makefile.am: Reflect having moved automake/.
251        * vectors/Makefile.am: Reflect having moved automake/.
252        * vme/Makefile.am: Reflect having moved automake/.
253        * wrapup/Makefile.am: Reflect having moved automake/.
[6badcc2]254
[7dcc3fe]2552003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
258
[d931f107]2592003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
[75fcb394]261        PR 444/bsps
262        PR 445/bsps
[d931f107]263        * bsp_specs: Remove -D__embedded__ -Asystem(embedded)
264        -DUSE_ENHANCED_INTR_API from cpp.
265        Remove cpp, old_cpp (now unused).
266        * configure.ac: Add -DUSE_ENHANCED_INTR_API to bspopts.h.
267
[edd688e]2682003-03-27      Joel Sherrill <joel@OARcorp.com>
269
270        * bootloader/Makefile.am: Eliminate EABI CFLAGS from those used to
271        compile the bootloader.
272
[c4561f2]2732003-03-18  Till Straumann <strauman@slac.stanford.edu>
274
275        PR 356/bsps
276        * bsp_specs, start/Makefile.am, startup/linkcmds
277        This patch makes RTEMS/powerpc/shared EABI compliant.
278        Declare all linker-script defined addresses as
279        variables of unknown size and not as short objects
280        like 'int', 'void*' etc.
281        This prevents the compiler from generating a relocation
282        who assumes the existence of an __rtems_end object in
283        one of the short data areas (which would result in a
284        linker error).
285
[6600424d]2862003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * configure.ac: Remove AC_CONFIG_AUX_DIR.
289
[8f814761]2902003-02-20      Till Straumann <strauman@slac.stanford.edu>
291
292        PR 349/bsps
293        * startup/Makefile.am, startup/linkcmds startup/Makefile.am,
294        startup/bspstart.c, startup/pgtbl_activate.c, startup/pgtbl_setup.c:
295        Let the powerpc/shared (+derived) BSPs use pagetable support
296        from libcpu.
297
[e00763df]2982003-02-20      Till Straumann <strauman@slac.stanford.edu>
299
300        PR 349/bsps
301        * Makefile.am, configure.ac: Add glue to the powerpc/shared BSP
302        to use the vmeUniverse VME-PCI bridge driver.
303        * vme/.cvsignore, vme/Makefile.am, wrapup/Makefile.am: New files.
304
[8fcce4f]3052003-02-20      Till Straumann <strauman@slac.stanford.edu>
306
307        PR 349/bsps
308        * openpic/Makefile.am, pci/Makefile.am:
309          - install the 'openpic.h' and 'pci.h' headers
310          - avoid a name clash by renaming 'vsprintf' & friends
311            to 'k_vsprintf' etc.
312          - let 'rtemsReboot' print a stack trace (in case an 'assert' failed)
313          - irq.c:
314             * fix: remove implicit assumption that ISA interrupt vectors start
315                    at 0
316             * add BSP hook to let a VME interrupt acknowledge the PCI/openpic
317               IRQ. (SEE ALSO THE ppc-sharedbsp-vme.diff patch)
318          - fix: EABI compliance; isr/exception lowlevel handlers must not
319                 clobber R2 or R13
320          - fix: openpic_init was called with the polarity/senses tables
321                 swapped (fixed wrong order of arguments)
322          - cosmetics: use new _read_SPRXX() _write_SPRXX() macros
323
[ccd81b60]3242003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
327
[9b5c258]3282003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * configure.ac: AC_PREREQ(2.57).
331
[1d36d2af]3322003-01-20      Joel Sherrill <joel@OARcorp.com>
333
334        * startup/linkcmds*: Add FreeBSD sysctl() sections.
335
[fad4a52b]3362002-12-08      Greg Menke <gregory.menke@gsfc.nasa.gov>
337 
338        * startup/linkcmds: Shifted .init, .fini to match better with
339        crtbegin/crtend linking.
340
[7a78028]3412002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * bootloader/Makefile.am: Don't include @RTEMS_BSP@.cfg.
344        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
345        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
346        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
347        * motorola/Makefile.am: Don't include @RTEMS_BSP@.cfg.
348        * openpic/Makefile.am: Don't include @RTEMS_BSP@.cfg.
349        * pci/Makefile.am: Don't include @RTEMS_BSP@.cfg.
350        * residual/Makefile.am: Don't include @RTEMS_BSP@.cfg.
351        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
352        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
353        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
354
[59a01a6e]3552002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * start/Makefile.am: Use install-data-local to install startfile.
358
[8361b50]3592002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
362
[3ae9de1]363002-11-17       Greg Menke <gregory.menke@gsfc.nasa.gov>
364
365        * README.mtx603e: New file.
366
[5d81ce9]3672002-11-14      Greg Menke <gregory.menke@gsfc.nasa.gov>
368
369        * bsp_specs: Added crtbegin,crtend objects so C++ global objects
370        constructors/destructors run correctly. 
371        * startup/linkcmds: Increased code length and updated the ctor/dtor
372        sections to handle crtbegin, crtend objects.
373>       
[8730f45]3742002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * .cvsignore: Reformat.
377        Add autom4te*cache.
378        Remove autom4te.cache.
379
[a2ae30c2]3802002-08-21      Joel Sherrill <joel@OARcorp.com>
381
382        * bsp_specs: Added support for -nostdlibs.
383
[2dd806a6]3842002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * bootloader/Makefile.am: Fix that crappy Makefile.am once again.
387
[730ad0c]3882002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * bootloader/Makefile.am: Use .$(OBJEXT) instead of .o.
391        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
392        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
393        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
394        * motorola/Makefile.am: Use .$(OBJEXT) instead of .o.
395        * openpic/Makefile.am: Use .$(OBJEXT) instead of .o.
396        * pci/Makefile.am: Use .$(OBJEXT) instead of .o.
397        * residual/Makefile.am: Use .$(OBJEXT) instead of .o.
398        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
399        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
400        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
401        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
402
[caee5a7]4032002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * bootloader/Makefile.am: Install bootloader.o.
406        Install bootloader/bootloader.ppcboot.lds.
407
[7e111950]4082002-07-24      Joel Sherrill <joel@OARcorp.com>
409
410        * vectors/Makefile.am: Install bsp/vectors.h.
411
[115a390]4122002-07-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * include/Makefile.am: Fix preinstallation.
415        * bootloader: Eliminate $(INCLUDES).
416
[b9288fb1]4172002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * start/Makefile.am: Eliminate PGM.
420        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
421
[f1feebb]4222002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
425
[445c0a0]4262002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
429        Remove $(OBJS) from all-local.
430
[80defac]4312002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
434
[6a4df9f9]4352001-05-14      Till Straumann <strauman@slac.stanford.edu>
436
437        * bootloader/Makefile.am, console/Makefile.am, pci/Makefile.am:
438        Per PR216, "libbsp/powerpc/shared" BSP has been modified considerably
439        with the goal to make it more flexible and reusable by other
440        BSPs. The main strategies were:
441            - eliminate hardcoded base addresses; devices use offsets
442              and a BSP defined base address.
443            - separate functionality into different files (e.g. reboot from
444              inch.c to reboot.c) which can be overridden by a 'derived' BSP.
445            - separate initialization code into separate files (e.g.  PCI
446              bridge detection/initialization was separated from the more
447              generic PCI access routines), also to make it easier for
448              'derived' BSPs to substitute their own initialization code.
449        There are also a couple of enhancements and fixes:
450            - IRQ handling code now has a hook for attaching a VME bridge.
451            - OpenPIC is now explicitely initialized (polarities, senses).
[85c92574]452              Eliminated the implicit assumption on the presence of an ISA PIC.
453            - UART and console driver now supports more than 1 port. The current
454              maximum of 2 can easily be extended by enlarging a table (it
455              would even be easier if the ISR API was not broken by design).
456            - fixed polled_io.c so it correctly supports console on COM2
457            - fixed TLB invalidation code (start.S).
458            - exception handler prints a stack backtrace.
459            - added BSP_pciFindDevice() to scan the pci bus for a particular
[238f450]460              vendor/device/instance.
461
4622001-05-09      Joel Sherrill <joel@OARcorp.com>
463
[6d3d6a0e]464        * startup/linkcmds: In support of gcc 3.1, added one of more
465        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
466        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
467        and direction of segments to memory regions may also have been
[133a020]468        addressed.  This was a sweep across all BSPs.
469 
4702001-04-08      Joel Sherrill <joel@OARcorp.com>
471
[d521eaa]472        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
473 
4742002-04-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
475
476        * bootloader/Makefile.am: Use automake-1.6 AS compilation rules.
477
4782001-04-02      Joel Sherrill <joel@OARcorp.com>
479
480        * bootloader/Makefile.am: Use AM_CCASFLAGS instead of AM_ASFLAGS.
481
4822002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
483
484        * configure.ac:
485        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
486        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
487        * bootloader/Makefile.am: Remove AUTOMAKE_OPTIONS.
488        * Makefile.am: Remove AUTOMAKE_OPTIONS.
489        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
490        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
491        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
[85ca769]492        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
493        * motorola/Makefile.am: Remove AUTOMAKE_OPTIONS.
494        * openpic/Makefile.am: Remove AUTOMAKE_OPTIONS.
495        * pci/Makefile.am: Remove AUTOMAKE_OPTIONS.
[9e1ae79]496        * residual/Makefile.am: Remove AUTOMAKE_OPTIONS.
497        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
498        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
499        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
[4fe0abdc]500        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
501
5022001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
505
5062001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
507
508        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
509
5102001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
511
[5f4867d]512        * Makefile.am: Add @exceptions@ to SUBDIRS;
513        Remove need_motorola_powerpc.
514        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
515        make/custom/mcp750.cfg, make/custom/mvme2307.cfg;
516        Remove need_motorola_powerpc;
517        Add RTEMS_PPC_EXCEPTIONS([new]).
518        * include/Makefile.am: Replace PREINSTALL_FILES with
[1ea5087]519        TMPINSTALL_FILES, include force-preinstall.am.
520        * wrapup/Makefile.am: Apply @exceptions@.
521
5222001-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
523
[ac9253e]524        * configure.ac: Add bspopts.h.
525        * include/.cvsignore: Add stamp-h* and bspopts.h*.
526        * include/Makefile.am: Add bspopts.h.
527        * pci/Makefile.am: Append -O2 to AM_CFLAGS.
[df25c998]528
5292001-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
530
531        * bootloader/Makefile.am: completely reworked.
532        * configure.ac: Add AM_PROG_AS.
533
[8c4566a]5342001-10-25      Joel Sherrill <joel@OARcorp.com>
535
536        * startup/linkcmds: Added _init and _fini.
537
5382001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
539
540        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
541        * configure.in: Remove.
542        * configure.ac: New file, generated from configure.in by autoupdate.
[6f21328]543
5442001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
545
546        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
[0589f0b]547        * residual/Makefile.am: Use 'PREINSTALL_FILES ='.
548        * vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
549        * pci/Makefile.am: Use 'PREINSTALL_FILES ='.
550        * openpic/Makefile.am: Use 'PREINSTALL_FILES ='.
551        * bootloader/Makefile.am: Use 'CLEANFILES ='.
552
[feead226]5532001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
554
555        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
556
[a314d3b4]5572001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
558
559        * bootloader/Makefile.am: Modified to install bootloader so
560        make-exe rule can avoid writing to install point or assuming
[e83378d]561        BSP build tree is available.
562
5632000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
564
565        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
[068231cd]566
[4cb5d29]5672000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
568
569        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
570
5712000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
572
[068231cd]573        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
574        Switch to GNU canonicalization.
575
5762000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
577
578        * startup/linkcmds: Added lines so DWARF debug information
579        would be available.  Otherwise gdb complains that the offsets
[e94ad1fe]580        for the debug info are incorrect and doesn't load the files.
581
5822000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
583
584        * bootloader/Makefile.am, clock/Makefile.am, console/Makefile.am,
585        irq/Makefile.am, motorola/Makefile.am, openpic/Makefile.am,
586        pci/Makefile.am, residual/Makefile.am, start/Makefile.am,
587        startup/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am:
588        Include compile.am
589
5902000-08-10      Joel Sherrill <joel@OARcorp.com>
591
592        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.