summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/shared/pci/gr_rasta_io.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* GR-RASTA-IO: fix build warningsDaniel Hellstrom2015-04-171-15/+11
|
* GR-RASTA-IO: updated for new versionDaniel Hellstrom2015-04-171-17/+200
| | | | | | | From this driver's point of view the major new thing is that the GRPCI peripheral PCI bridge has been updated to GRPCI2, the second version. This means that both Big and Little Endian systems are now supported and autodetected on runtime.
* PCI-RASTA: set GRPCI1 target cache-line-size to avoid poor performanceDaniel Hellstrom2015-04-171-0/+6
|
* LEON: updated and added PCI peripherals for LEON BSPsDaniel Hellstrom2015-04-171-0/+678
The CCHIP driver is replaced with the GR_701 driver. The RASTA driver is replaced by the GR-RASTA-IO driver. All drivers are now compatible with both LEON2 and LEON3, drivers were initialized directly by the PCI-board drivers are now initialized by the driver manager and therefore does not require the double code created by including for example grcan.c into grcan_rasta.c. The other drivers needs to be updated to the driver manager framework however. Added support for: * GR-701 (only LEON2 before) * GR-RASTA-IO (only LEON2 before) * GR-RASTA-ADCDAC * GR-RASTA-TMTC * GR-RASTA-SPW-ROUTER * GR-TMTC-1553