summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/shared/pci/gr_rasta_tmtc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* DRVMGR: KEY_TYPE now a enum drvmgr_ktDaniel Hellstrom2015-04-171-1/+1
|
* sparc bsps: updated license to rtems.orgDaniel Hellstrom2015-04-171-1/+1
|
* LEON: converted PCI peripherals to BSD headerDaniel Hellstrom2015-04-171-7/+7
|
* LEON: move driver headers to bsp/ directoryDaniel Hellstrom2015-04-171-2/+2
|
* GR-RASTA-TMTC: fix build warningsDaniel Hellstrom2015-04-171-15/+14
|
* GR-RASTA-TMTC,rev1: add GRGPIO[0] register initDaniel Hellstrom2015-04-171-90/+77
|
* GR-RASTA-TMTC: updated for new versionDaniel Hellstrom2015-04-171-1/+192
| | | | | | | | | 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. The PCI frequency is used as AMBA frequency of the GR-RASTA-TMTC.
* 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/+684
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