source: rtems/c/src/lib/libbsp/powerpc/shared/Makefile.am @ 81cc5b2

Last change on this file since 81cc5b2 was e7625fc6, checked in by Joel Sherrill <joel.sherrill@…>, on 02/20/03 at 21:48:25

2003-02-20 Till Straumann <strauman@…>

PR 349/bsps

  • console/polled_io.c, console/reboot.c, irq/irq.c, irq/irq_asm.S, irq/irq_init.c, openpic/Makefile.am, startup/linkcmds, vectors/vectors.S, vectors/vectors_init.c:
    • install the 'openpic.h' and 'pci.h' headers
    • avoid a name clash by renaming 'vsprintf' & friends to 'k_vsprintf' etc.
    • let 'rtemsReboot' print a stack trace (in case an 'assert' failed)
    • irq.c:
      • fix: remove implicit assumption that ISA interrupt vectors start

at 0

  • add BSP hook to let a VME interrupt acknowledge the PCI/openpic IRQ. (SEE ALSO THE ppc-sharedbsp-vme.diff patch)
  • fix: EABI compliance; isr/exception lowlevel handlers must not

clobber R2 or R13

  • fix: openpic_init was called with the polarity/senses tables

swapped (fixed wrong order of arguments)

  • cosmetics: use new _read_SPRXX() _write_SPRXX() macros
  • Property mode set to 100644
File size: 259 bytes
Line 
1##
2## $Id$
3##
4
5
6if need_shared
7SUBDIRS = clock console include pci residual openpic irq vectors start \
8    startup motorola bootloader vme
9endif
10
11include $(top_srcdir)/../../../../../automake/subdirs.am
12include $(top_srcdir)/../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.