summaryrefslogtreecommitdiffstats
path: root/bsps/shared/grlib/spw (follow)
Commit message (Collapse)AuthorAgeFilesLines
* leon, grspw_router: added router_port_link_div()Martin Aberg2021-03-111-0/+5
| | | | Allows user to set SpaceWire run clock divisor for an individual port.
* leon,grspw: fix for SET_PACKET_SIZEDaniel Hellstrom2021-03-111-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.
* grspw.c: Fix Unchecked return value (CID #1399781)Ryan Long2021-03-051-2/+5
| | | | | | CID 1399781: Unchecked return value in grspw_device_init(). Closes #4259
* grspw_pkt.c: Fix Dereference before null check (CID #1399846)Ryan Long2021-02-191-1/+3
| | | | | | CID 1399846: Dereference before null check in grspw_addr_ctrl(). Closes #4253
* bsps: Replace non-ASCII bullet pointsChristian Mauderer2020-12-141-4/+4
|
* grlib: Add ambapp_common_info to derived typesSebastian Huber2020-10-161-1/+1
| | | | This avoids a cast in DEV_TO_COMMON().
* 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.