Changeset 46e41c98 in rtems for c

Timestamp:
12/16/11 13:10:57 (12 years ago)
Author:
Daniel Hellstrom <daniel@…>
Branches:
4.11, 5, master
Children:
3e3fb0d
Parents:
c1764100
git-author:
Daniel Hellstrom <daniel@…> (12/16/11 13:10:57)
git-committer:
Daniel Hellstrom <daniel@…> (04/16/15 23:10:17)
Message:

LEON: replaced old BSP PCI layer with new generic libpci PCI layer

The old code used a limited PCI configuration library, which was
duplicated into LEON2 and LEON3 BSP pci.c together with respective
Host controller PCI interface.

The LEON2 BSP had support for AT697 PCI, and LEON3 for GRPCI PCI
Host controller. With this update new PCI Host drivers are added,
and all support the new generic PCI Library:

  • AT697 PCI (LEON2 only)
  • GRPCI (LEON2-GRLIB and LEON3)
  • GRPCI2 (LEON2-GRLIB and LEON3)
  • Actel PCIF GRLIB Wrapper (LEON3 only)

The LEON2 BSP is defined as big-endian PCI in bsp.h, since the
AT697 supports only big-endian PCI.

(No files)

Note: See TracChangeset for help on using the changeset viewer.