summaryrefslogtreecommitdiffstats
path: root/bsps/shared/grlib/pci/gr_rasta_tmtc.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-11-14bsps/shared/grlib: Change license to BSD-2 for files with Gaisler copyrightDaniel Cederman1-3/+22
This patch changes the license to BSD-2 for all source files where the copyright is held by Aeroflex Gaisler, Cobham Gaisler, or Gaisler Research. Some files also includes copyright right statements from OAR and/or embedded Brains in addition to Gaisler. Updates #3053.
2021-03-05gr_rasta_tmtc.c: Fix Unchecked return value from library (CID #1399771)Ryan Long1-1/+3
CID 1399771: Unchecked return value from library in gr_rasta_tmtc_init1(). Closes #4286
2019-01-22grlib: Move source filesSebastian Huber1-0/+0
Update #3678.
2019-01-22grlib: Move header filesSebastian Huber1-7/+7
Update #3678.
2018-12-21bsps/sparc: Fix warningsSebastian Huber1-4/+9
2018-11-27bsps/sparc: Add and use <grlib_impl.h>Sebastian Huber1-10/+1
Reduce copy and paste.
2018-09-20leon: substitute printf with printk in driver initDaniel Hellstrom1-7/+7
2018-04-20bsps/sparc: Move shared files to bspsSebastian Huber1-0/+0
This patch is a part of the BSP source reorganization. Update #3285.
2017-05-14leon, pci-peripherals: SMP support by spin-locks and updated genirqDaniel Hellstrom1-17/+51
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-7/+7
2015-04-17LEON: move driver headers to bsp/ directoryDaniel Hellstrom1-2/+2
2015-04-17GR-RASTA-TMTC: fix build warningsDaniel Hellstrom1-15/+14
2015-04-17GR-RASTA-TMTC,rev1: add GRGPIO[0] register initDaniel Hellstrom1-90/+77
2015-04-17GR-RASTA-TMTC: updated for new versionDaniel Hellstrom1-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.
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/+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