summaryrefslogtreecommitdiffstats
path: root/bsps/shared/grlib/net/greth.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* leon,greth: added support for variable sized descriptor table sizesDaniel Hellstrom2021-03-071-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. Update #4308.
* bsps: Fix warnings in grethSebastian Huber2019-05-271-3/+3
|
* grlib: Move source filesSebastian Huber2019-01-221-0/+1655
Update #3678.