source: rtems/c/src/lib/libbsp/powerpc/shared/ChangeLog @ cd38196f

4.104.114.84.95
Last change on this file since cd38196f was 844c273, checked in by Joel Sherrill <joel.sherrill@…>, on 09/27/04 at 17:22:11

2004-04-09 Greg Menke <gregory.menke@…>

PR 608/bsps

  • pci/pcibios.c: Added BusCountPCI()
  • Property mode set to 100644
File size: 21.4 KB
Line 
12004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
2        PR 608/bsps
3        * pci/pcibios.c: Added BusCountPCI()
4
52004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
6
7        * include/bsp.h: Remove (Unused).
8        * Makefile.am: Reflect change above.
9
102004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
11
12        * bootloader/exception.S: Include <rtems/asm.h> instead of <asm.h>.
13        * bootloader/head.S: Include <rtems/asm.h> instead of <asm.h>.
14        * irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
15        * start/rtems_crti.S: Include <rtems/asm.h> instead of <asm.h>.
16        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
17        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
18        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
19        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
20
212004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
22
23        * bootloader/misc.c, bootloader/pci.c, console/inch.c,
24        include/bsp.h, pci/pci.c, startup/bspstart.c, startup/sbrk.c:
25        Convert to using c99 fixed size types.
26
272004-03-05      Joel Sherrill <joel@OARcorp.com>
28
29        * bootloader/pci.c: Remove warnings by adding include <string.h>.
30        * irq/irq.c: Clean up includes to remove warnings.
31        * pci/pci.c, pci/pci.h, startup/bspstart.c: Better use of const
32        on struct _int_map.
33
342004-03-03      Joel Sherrill <joel@OARcorp.com>
35
36        * vectors/vectors.h, vectors/vectors_init.c: Undo previous change.
37
382004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * Makefile.am: Remove startup/linkcmds.
41
422004-02-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        PR 575/bsps
45        * startup/linkcmds: Remove.
46
472004-02-08      Joel Sherrill <joel@OARcorp.com>
48
49        * vectors/vectors.h: Force globalExceptHdl into bss section.
50
512004-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * Makefile.am: Don't install, just distribute the files.
54
552004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * Makefile.am: Remove SUBDIRS.
58
592004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * Makefile.am: Merge-in bootloader/Makefile.am, clock/Makefile.am,
62        console/Makefile.am, include/Makefile.am, irq/Makefile.am,
63        motorola/Makefile.am, openpic/Makefile.am, pci/Makefile.am,
64        residual/Makefile.am, start/Makefile.am, startup/Makefile.am,
65        vectors/Makefile.am, vme/Makefile.am. Use automake compilation rules.
66        * bootloader/Makefile.am, clock/Makefile.am, console/Makefile.am,
67        include/Makefile.am, irq/Makefile.am, motorola/Makefile.am,
68        openpic/Makefile.am, pci/Makefile.am, residual/Makefile.am,
69        start/Makefile.am, startup/Makefile.am, vectors/Makefile.am,
70        vme/Makefile.am: Remove.
71
722004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * console/Makefile.am: Add PREINSTALL_DIRS.
75        * irq/Makefile.am: Add PREINSTALL_DIRS.
76        * motorola/Makefile.am: Add PREINSTALL_DIRS.
77        * openpic/Makefile.am: Add PREINSTALL_DIRS.
78        * pci/Makefile.am: Add PREINSTALL_DIRS.
79        * residual/Makefile.am: Add PREINSTALL_DIRS.
80        * vectors/Makefile.am: Add PREINSTALL_DIRS.
81
822004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * console/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
85        Add PRE/TMPINSTALL_FILES to CLEANFILES.
86        * irq/Makefile.am: Ditto.
87        * motorola/Makefile.am: Ditto.
88        * openpic/Makefile.am: Ditto.
89        * pci/Makefile.am: Ditto.
90        * residual/Makefile.am: Ditto.
91        * vectors/Makefile.am: Ditto.
92
932003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * console/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
96        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
97        * motorola/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
98        * openpic/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
99        * pci/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
100        * residual/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
101        * vectors/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
102
1032003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * start/Makefile.am: Misc cleanups and fixes.
106        * startup/Makefile.am: Misc cleanups and fixes.
107
1082003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * start/Makefile.am: Remove empty lines.
111        * bootloader/Makefile.am: Put all files into EXTRA_DIST.
112        * vme/Makefile.am: Ditto.
113        * console/Makefile.am: Move H_FILES to include_bsp_HEADERS.
114        Add preinstallation dirstamp support.
115        * irq/Makefile.am: Ditto.
116        * motorola/Makefile.am: Ditto.
117        * openpic/Makefile.am: Ditto.
118        * pci/Makefile.am: Ditto.
119        * residual/Makefile.am: Ditto.
120        * vectors/Makefile.am: Ditto.
121        * Makefile.am: Remove empty lines.
122        * clock/Makefile.am: Ditto.
123        * include/Makefile.am: Ditto.
124        * startup/Makefile.am: Ditto.
125
1262003-10-22      Joel Sherrill <joel@OARcorp.com>
127
128        PR 510/bsps
129        * irq/irq.h: Add extern C wrapper.
130
1312003-09-29      Till Strauman <strauman@slac.stanford.edu>
132
133        PR 497/bsps
134        * bootloader/head.S: Disable code that returned to the firmware when
135        the loader starts.
136
1372003-09-26      Till Strauman <strauman@slac.stanford.edu>
138
139        PR 496/bsps
140        * startup/sbrk.c: New file.
141        * startup/bspstart.c: This patch implements 'sbrk'
142        for the powerpc-shared BSP to work around what's known as the
143        '32Mb problem' in combination with run-time loaded code.
144        GCC normally generates (PowerPC) code doing 'short jumps' which
145        requires all text segments being in the same 32Mb area of memory.
146        However, some run-time loaders use (e.g. heap-) memory violating the
147        stated limitation on hardware with more than 32Mb of memory.
148        (NOTE: portable loaders are probably not even aware of this
149        GCC/CPU specific problem.)
150
151        This patch implements a simple workaround: At boot time, the system is
152        only provided with 32Mb of memory. The user is supposed to load all
153        necessary modules prior to that limit being exhausted. Once that
154        happens, newlib/malloc end up trying to 'sbrk()' for more memory and
155        the implementation provided by this patch will then make the rest of
156        the physical memory available.
157
1582003-09-26  Till Straumann <strauman@slac.stanford.edu>
159
160        PR 497/bsps
161        * bootloader/head.S: Let the bootloader shut down the
162        network interface. NOTE: this involves a PPCBug system
163        call and will hence fail if other software is used
164        to boot. Need to #undef USE_PPCBUG in such cases!
165 
1662003-09-04      Joel Sherrill <joel@OARcorp.com>
167
168        * bootloader/bootldr.h, bootloader/em86.c, bootloader/em86real.S,
169        bootloader/exception.S, bootloader/head.S, bootloader/lib.c,
170        bootloader/misc.c, bootloader/mm.c, bootloader/pci.c,
171        clock/p_clock.c, console/console.c, console/consoleIo.h,
172        console/inch.c, console/keyboard.h, console/polled_io.c,
173        include/bsp.h, irq/i8259.c, irq/irq.c, irq/irq.h, irq/irq_asm.S,
174        irq/irq_init.c, motorola/motorola.c, motorola/motorola.h,
175        openpic/openpic.c, openpic/openpic.h, pci/pci.c, residual/residual.c,
176        start/start.S, startup/bspstart.c, vectors/vectors.h,
177        vectors/vectors_init.c: URL for license changed.
178
1792003-08-21      Till Strauman <strauman@slac.stanford.edu>
180
181        PR 456/bsps
182        * irq/irq.c: Fix race condition when installing an ISR.
183
1842003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * Makefile.am: Reflect having moved automake/.
187        * bootloader/Makefile.am: Reflect having moved automake/.
188        * clock/Makefile.am: Reflect having moved automake/.
189        * console/Makefile.am: Reflect having moved automake/.
190        * include/Makefile.am: Reflect having moved automake/.
191        * irq/Makefile.am: Reflect having moved automake/.
192        * motorola/Makefile.am: Reflect having moved automake/.
193        * openpic/Makefile.am: Reflect having moved automake/.
194        * pci/Makefile.am: Reflect having moved automake/.
195        * residual/Makefile.am: Reflect having moved automake/.
196        * start/Makefile.am: Reflect having moved automake/.
197        * startup/Makefile.am: Reflect having moved automake/.
198        * vectors/Makefile.am: Reflect having moved automake/.
199        * vme/Makefile.am: Reflect having moved automake/.
200
2012003-08-05      Till Strauman <strauman@slac.stanford.edu>
202
203        PR 437/bsps
204        * irq/irc.c: calls to bspIo/printk must not use '%i' format which is
205        apparently not supported
206        * pci/pci.c: calls to bspIo/printk must not use '%i' format which is
207        apparently not supported
208
2092003-07-18      Till Straumann <strauman@slac.stanford.edu>
210
211        PR 288/rtems
212        * irq/irq_asm.S, startup/bspstart.c: _ISR_Nest_level is now properly
213        maintained and any BSP which does not do so will trip a panic in the
214        shared code.
215
2162003-07-18      Till Straumann <strauman@slac.stanford.edu>
217
218        PR 415/bsps
219        * pci/detect_raven_bridge.c, startup/bspstart.c:
220        This patch reverts enabling MCP interrupts for the motorola_powerpc
221        BSPs. REASON: pci config space scanning (as e.g. done by the DEC
222        Ethernet driver) would raise machine check exceptions.
223
2242003-07-16      Greg Menke <gregory.menke@gsfc.nasa.gov>
225
226        PR 428/bsps
227        PR 432/bsps
228        * bootloader/pci.c: Re-instated code that prevents remapping small
229        IO regions, which if remapped would cause i8259 registers to move
230        out from under the #define'd base addresses.
231        * startup/bspstart.c: Reduced BAT2 PCI memory allocation to 256
232        megs, I incorrectly had extended it which would cause problems with
233        PCI devices that defined prefetchable memory.
234
2352003-07-16      Greg Menke <gregory.menke@gsfc.nasa.gov>
236        PR 432/bsps
237        * bootloader/pci.c: Re-instated code that prevents remapping small
238        IO regions, which if remapped would cause i8259 registers to move
239        out from under the #define'd base addresses.
240        * startup/bspstart.c: Reduced BAT2 PCI memory allocation to 256
241        megs, I incorrectly had extended it which would cause problems with
242        PCI devices that defined prefetchable memory.
243       
2442003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
245
246        PR 405/bsps
247        * bootloader/pci.c: Added support for configuring devices for pci
248        busses > 0
249        * pci/pci.c, pci/pci.h: Added FixupPCI() to store vectors in the
250        INTERRUPT_LINE register of pci devices any # of hops away
251        from the host processor.
252        * motorola/motorola.c, motorola/motorola.h: Added interrupt
253        routing tables in support of FixupPCI.  This is board-specific,
254        each board will have to supply information for FixupPCI() to do
255        anything for it.
256        * startup/bspstart.c: Extended bat2 to cover entire PCI address space.
257        * irq/irq.c, irq/irq.h: Added support for shared interrupts.
258        Existing single hander vectors are undisturbed, a new function
259        added to allow adding/removing handlers from a vector.
260
2612003-06-13  Till Straumann <strauman@slac.stanford.edu>
262
263        PR 415/bsps
264        * include/bsp.h, pci/detect_raven_bridge.c, startup/bspstart.c:
265        Support enabling MCP exceptions on the host bridge. This can
266        be used for memory probing on the VME bus.
267
2682003-04-15      Joel Sherrill <joel@OARcorp.com>
269
270        PR 386/bsps
271        * vme/vmeconfig.c: Removed declaration of _BSP_vme_bridge_irq.
272
2732003-04-10  Till Straumann <strauman@slac.stanford.edu>
274
275        PR 379/bsps
276        * console/polled_io.c: libcpu provides 'printk' already.
277        Therefore, the implementation in this file was removed (still
278        used for the bootloader, though).  It now provides BSP_output_char()
279        for libcpu's printk().
280        * console/uart.c, console/uart.h: BSP_output_char_via_serial()
281        prototype changed to match the BSP_output_char_function_type.  Note
282        that the motorola BSPs use polled-io for the output_char routine, not
283        the uart.c version. The latter can be used be other BSPs however
284        (e.g. SVGM).
285        * console/console.c, console/consoleIo.h, console/polled_io.c,
286        irq/irq_init.c, openpic/openpic.c, pci/detect_raven_bridge.c:
287        Unfortunately, the supported 'printk' format string subset of the
288        polled-io and libcpu implementations are different - hence, a few
289        format strings in the ppc/shared BSP were changed.
290
2912003-04-10      Joel Sherrill <joel@OARcorp.com>
292
293        PR 383/bsps
294        * irq/irq.c: Fix bug introduced by conflicts in previous patches.
295
2962003-03-25  Till Straumann <strauman@slac.stanford.edu>
297
298        PR 360/bsps
299        * irq/irq.c, irq/irq_init.c, openpic/openpic.c, openpic/openpic.h:
300        BSP code had set the task priority register multiple times of
301        the OpenPIC instead of setting the individual source priorities.
302        This patch adds openpic_get_source_priority() and
303        openpic_set_source_priority() calls and lets IRQ management code
304        use them.
305
3062003-03-25  Till Straumann <strauman@slac.stanford.edu>
307
308        PR 349/bsps
309        * irq/irq.c, vme/VME.h, vme/vmeconfig.c: Fixes library dependency
310        on the vmeUniverse driver. It is now possible to use the ppc/shared/irq
311        code on non-VME BSPs without triggering linkage of the vmeUniverse
312        driver.
313
3142003-03-25  Till Straumann <strauman@slac.stanford.edu>
315
316        PR 349/bsps
317        * irq/irq.c, vme/VME.h, vme/vmeconfig.c: Fixes library dependency
318        on the vmeUniverse driver. It is now possible to use the ppc/shared/irq
319        code on non-VME BSPs without triggering linkage of the vmeUniverse
320        driver.
321
3222003-03-18  Till Straumann <strauman@slac.stanford.edu>
323
324        PR 356/bsps
325        This patch makes RTEMS/powerpc/shared EABI compliant.
326        * irq/irq_init.c, start/Makefile.am, start/start.S, startup/bspstart.c,
327        startup/pgtbl_setup.c, vectors/vectors.h, vectors/vectors_init.c:
328        zero_bss() should clear not only bss but sbss and sbss2
329        also (this is probably a bugfix, as sbss/sbss2 are
330        probably used even if -msdata=eabi is not specified).
331        * start/rtems_crti.S: New file which must
332        be linked immediately after ecrti.o. rtems_crti.o contains
333        a code snippet who lets __init() return immediately. Also,
334        a new entry point '_init' to the C++ Ctors is generated
335        for use by the RTEMS Thread_Handler.
336
3372003-02-20      Till Straumann <strauman@slac.stanford.edu>
338
339        PR 349/bsps
340        * console/polled_io.c, console/reboot.c, irq/irq.c, irq/irq_asm.S,
341        irq/irq_init.c, openpic/Makefile.am, startup/linkcmds,
342        vectors/vectors.S, vectors/vectors_init.c:
343          - install the 'openpic.h' and 'pci.h' headers
344          - avoid a name clash by renaming 'vsprintf' & friends
345            to 'k_vsprintf' etc.
346          - let 'rtemsReboot' print a stack trace (in case an 'assert' failed)
347          - irq.c:
348             * fix: remove implicit assumption that ISA interrupt vectors start
349                    at 0
350             * add BSP hook to let a VME interrupt acknowledge the PCI/openpic
351               IRQ. (SEE ALSO THE ppc-sharedbsp-vme.diff patch)
352          - fix: EABI compliance; isr/exception lowlevel handlers must not
353                 clobber R2 or R13
354          - fix: openpic_init was called with the polarity/senses tables
355                 swapped (fixed wrong order of arguments)
356          - cosmetics: use new _read_SPRXX() _write_SPRXX() macros
357
3582003-02-20      Till Straumann <strauman@slac.stanford.edu>
359
360        PR 349/bsps
361        * startup/pgtbl_setup.c, startup/pgtbl_activate.c: New files
362        * startup/Makefile.am, startup/bspstart.c, startup/linkcmds:
363        Let the powerpc/shared (+derived) BSPs use pagetable support
364        from libcpu.
365
3662003-02-20      Till Straumann <strauman@slac.stanford.edu>
367
368        PR 349/bsps
369        * vme/.cvsignore, vme/Makefile.am, vme/VME.h, vme/VMEConfig.h,
370        vme/vmeconfig.c: Add glue to the powerpc/shared BSP to use
371        the vmeUniverse VME-PCI bridge driver.
372
3732003-02-20      Till Straumann <strauman@slac.stanford.edu>
374
375        PR 349/bsps
376        * console/console.c, console/uart.c, console/uart.h: implement
377        IOCTLs for the serial (UART) console to install/retrieve a BREAK-IRQ
378        callback.  The callback routine (if installed) is invoked from the
379        UART ISR when a BREAK interrupt is detected.  This can be used
380        e.g. to enforce a "hotkey" reboot a la vxWorks Ctrl-X (although we
381        use the serial line break condition) NOTE: The callback runs in
382        ISR context. 
383
3842003-01-20      Joel Sherrill <joel@OARcorp.com>
385
386        * startup/linkcmds*: Add FreeBSD sysctl() sections.
387
3882002-12-08      Greg Menke <gregory.menke@gsfc.nasa.gov>
389 
390        * bootloader/head.S: Added support for optional debug via PPCbug.
391        Also turn off mmu/caches for the bootstrap phase, which seems to
392        cause trouble with the 603.  The cpu init functions in the bsp
393        get all that stuff going properly.
394
3952002-12-19      Joel Sherrill <joel@OARcorp.com>
396
397        * console/console.c: Removed __assert() which conflicts with newlib.
398
3992002-11-17      Greg Menke <gregory.menke@gsfc.nasa.gov>
400
401        * irq/irq_init.c, motorola/motorola.c: Support for MTX603e.
402
4032002-10-31      Joel Sherrill <joel@OARcorp.com>
404
405        * bootloader/em86.c, console/inch.c, console/polled_io.c, irq/irq.c,
406        motorola/motorola.c, pci/detect_raven_bridge.c,
407        vectors/vectors_init.c: Removed warnings.
408
4092002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * bootloader/em86real.S: Fix syntax error in comment near line 1185.
412
4132001-05-14      Till Straumann <strauman@slac.stanford.edu>
414
415        * bootloader/misc.c, console/Makefile.am, console/console.c,
416        console/consoleIo.h, console/inch.c, console/polled_io.c,
417        console/uart.c, console/uart.h, include/bsp.h, irq/Makefile.am,
418        irq/irq.c, irq/irq.h, irq/irq_init.c, openpic/openpic.c,
419        openpic/openpic.h, pci/Makefile.am, pci/pci.c, pci/pci.h,
420        residual/Makefile.am, start/start.S, startup/bspstart.c,
421        vectors/vectors.S, vectors/vectors.h, vectors/vectors_init.c:
422        Per PR216, "libbsp/powerpc/shared" BSP has been modified considerably
423        with the goal to make it more flexible and reusable by other
424        BSPs. The main strategies were:
425            - eliminate hardcoded base addresses; devices use offsets
426              and a BSP defined base address.
427            - separate functionality into different files (e.g. reboot from
428              inch.c to reboot.c) which can be overridden by a 'derived' BSP.
429            - separate initialization code into separate files (e.g.  PCI
430              bridge detection/initialization was separated from the more
431              generic PCI access routines), also to make it easier for
432              'derived' BSPs to substitute their own initialization code.
433        There are also a couple of enhancements and fixes:
434            - IRQ handling code now has a hook for attaching a VME bridge.
435            - OpenPIC is now explicitely initialized (polarities, senses).
436              Eliminated the implicit assumption on the presence of an ISA PIC.
437            - UART and console driver now supports more than 1 port. The current
438              maximum of 2 can easily be extended by enlarging a table (it
439              would even be easier if the ISR API was not broken by design).
440            - fixed polled_io.c so it correctly supports console on COM2
441            - fixed TLB invalidation code (start.S).
442            - exception handler prints a stack backtrace.
443            - added BSP_pciFindDevice() to scan the pci bus for a particular
444              vendor/device/instance.
445
4462001-05-09      Joel Sherrill <joel@OARcorp.com>
447
448        * startup/linkcmds: In support of gcc 3.1, added one of more
449        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
450        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
451        and direction of segments to memory regions may also have been
452        addressed.  This was a sweep across all BSPs.
453 
4542002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * bootloader/exception.S: Reflect changes to <rtems/score/cpu.h>.
457        * bootloader/head.S: Ditto.
458        * bootloader/misc.c: Ditto.
459        * console/polled_io.c: Ditto.
460        * irq/irq.c: Ditto.
461        * irq/irq_asm.S: Ditto.
462        * irq/irq_init.c: Include <rtems/bspIo.h>.
463        * start/start.S: Reflect changes to <rtems/score/cpu.h>.
464        * vectors/vectors.S: Ditto.
465
4662002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * startup/bspstart.c: Include <libcpu/cpuIdent.h>.
469
4702001-04-08      Joel Sherrill <joel@OARcorp.com>
471
472        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
473 
4742002-04-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
475
476        * residual/residual.c: Include <string.h>.
477        * vectors/vectors_init.c: Include <rtems/bspIo.h> for printk.
478        * bootloader/mm.c: Ditto.
479        * bootloader/pci.c: Ditto.
480        * console/console.c: Ditto.
481        * openpic/openpic.c: Ditto.
482
4832002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * bootloader/Makefile.am: Remove AUTOMAKE_OPTIONS.
486        * Makefile.am: Remove AUTOMAKE_OPTIONS.
487        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
488        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
489        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
490        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
491        * motorola/Makefile.am: Remove AUTOMAKE_OPTIONS.
492        * openpic/Makefile.am: Remove AUTOMAKE_OPTIONS.
493        * pci/Makefile.am: Remove AUTOMAKE_OPTIONS.
494        * residual/Makefile.am: Remove AUTOMAKE_OPTIONS.
495        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
496        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
497        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
498
4992001-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
500
501        * include/Makefile.am: Use _HEADER instead of H_FILES.
502        * irq/Makefile.am: Ditto.
503        * openpic/Makefile.am: Ditto.
504        * include/bsp.h: Include <bspopts.h>.
505
5062001-10-25      Joel Sherrill <joel@OARcorp.com>
507
508        * startup/linkcmds: Added _init and _fini.
509
5102001-10-12      Joel Sherrill <joel@OARcorp.com>
511
512        * clock/p_clock.c, startup/bspstart.c: Fixed typo.
513
5142001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
515
516        * console/Makefile.am: Use 'PREINSTALL_FILES ='.
517        * residual/Makefile.am: Use 'PREINSTALL_FILES ='.
518        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
519        * motorola/Makefile.am: Use 'PREINSTALL_FILES ='.
520        * vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
521        * pci/Makefile.am: Use 'PREINSTALL_FILES ='.
522        * openpic/Makefile.am: Use 'PREINSTALL_FILES ='.
523
5242001-05-14      Tom Armistead <tom_armistead@phx.mcd.mot.com>
525
526        * start/start.S: Increased BAT0 mapping of RAM from 64 meg to
527        256 meg to allow operation on boards with larger RAM sizes.
528        * vectors/vectors_init.c: Modified to call 'generic' powerpc
529        vector function (mpc60x_vector_is_valid) instead of MPC750
530        specific function to allow operation on boards with CPUs other
531        than the MPC750.
532
5332001-03-30      Eric Valette <valette@crf.canon.fr>
534
535        * Makefile.am, console/consoleIo.h, include/bsp.h:
536        These modifications are part of the conversion of the
537        mpc8xx CPU to the "new exception processing model."
538
5392000-11-01      Joel Sherrill <joel@OARcorp.com>
540
541        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
542        and libcsupport.h moved from libc to lib/include/rtems and
543        now must be referenced as <rtems/XXX.h>.   Header file order
544        was cleaned up while doing this.
545
5462000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
547
548        * startup/linkcmds: Added lines so DWARF debug information
549        would be available.  Otherwise gdb complains that the offsets
550        for the debug info are incorrect and doesn't load the files.
551
5522000-09-05      Joel Sherrill <joel@OARcorp.com>
553
554        * start/start.S: Include proper files to compile.
555
5562000-08-10      Joel Sherrill <joel@OARcorp.com>
557
558        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.