summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/shared/pci/gr_rasta_adcdac.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-04-17DRVMGR: KEY_TYPE now a enum drvmgr_ktDaniel Hellstrom1-1/+1
2015-04-17sparc bsps: updated license to rtems.orgDaniel Hellstrom1-1/+1
2015-04-17LEON: converted PCI peripherals to BSD headerDaniel Hellstrom1-3/+3
2015-04-17LEON: move driver headers to bsp/ directoryDaniel Hellstrom1-2/+2
2015-04-17GR-RASTA-ADCDAC: fix build warningsDaniel Hellstrom1-12/+10
2015-04-17PCI-RASTA: set GRPCI1 target cache-line-size to avoid poor performanceDaniel Hellstrom1-0/+6
2015-04-17LEON: updated and added PCI peripherals for LEON BSPsDaniel Hellstrom1-0/+661
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