summaryrefslogtreecommitdiffstats
path: root/bsps (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove RTEMS_NETWORKING checksVijay Kumar Banerjee2021-04-131-2/+2
|
* leon,greth: added support for variable sized descriptor table sizesDaniel Hellstrom2021-04-131-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.
* bsps/powerpc/beatnik: Remove sources that were not built by RTEMSVijay Kumar Banerjee2021-03-0311-3826/+7
|
* bsps: Add support to build from shared bsp folder for specific BSPsVijay Kumar Banerjee2021-03-0232-0/+27609
|
* Add support for building bsp specific net driversVijay Kumar Banerjee2021-03-0294-0/+84089