summaryrefslogtreecommitdiffstats
path: root/bsps/shared/grlib/net (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps/powerpc, bsps/shared: Move remaining legacy networking header filesVijay Kumar Banerjee2021-06-231-1663/+0
|
* bsps: Remove networking driversVijay Kumar Banerjee2021-04-072-69/+0
| | | | Update #3850
* leon,greth: added support for variable sized descriptor table sizesDaniel Hellstrom2021-03-111-7/+15
| | | | | | | | | | The descriptor table size is equal to its alignment and set when configuring the HW IP through VHDL generics. This SW patch simply probes the HW how large the RX/TX descriptor tables are and adjusts accordingly. The number of descriptors actual used are controlled by other settings (rxDescs and txDescs) controlled by the user.
* Add networking support for griscv bspJiri Gaisler2020-11-091-12/+12
| | | | | | | * Only GRETH device supported for now * Fix endian problem in GRETH driver * Remove SPARC assembly from greth.c * Builds with both autoconf and waf
* bsps: Fix warnings in grethSebastian Huber2019-05-271-3/+3
|
* grlib: Move source filesSebastian Huber2019-01-223-0/+1724
Update #3678.