summaryrefslogtreecommitdiffstats
path: root/bsps/shared/grlib/spw (follow)
Commit message (Collapse)AuthorAgeFilesLines
* leon, grspw_router: added router_port_link_div()Martin Aberg2021-03-071-0/+5
| | | | | | Allows user to set SpaceWire run clock divisor for an individual port. Update #4313.
* leon,grspw: fix for SET_PACKET_SIZEDaniel Hellstrom2021-03-071-0/+7
| | | | | | | | | | | | When the DMA table has been allocated dynamically, the IOCTL_SET_PACKETSIZE will trigger an issue where pDev->rx and pDev->tx are not updated with the new DMA tables base address. Instead the old pointers are used. There is no point in reallocting the DMA tables because there is no configuration option to it. Therefore the DMA tables allocation is moved to a separate function never called from SET_PACKETSIZE. Update #4304.
* grlib: make memory coherency cpu-independentJiri Gaisler2019-01-221-1/+1
| | | | Update #3678.
* grlib: use cpu-independent routines for uncached accessJiri Gaisler2019-01-222-27/+4
| | | | Update #3678.
* grlib: Move source filesSebastian Huber2019-01-224-0/+8263
Update #3678.