summaryrefslogtreecommitdiff
path: root/bsps (follow)
AgeCommit message (Collapse)Author
2023-07-19powerpc/beatnik: Add mv643xx_eth.c driver from RTEMS 5HEADmainVijay Kumar Banerjee
2023-03-30leon3: Replace ambapp_plb with ambapp_plb()Vijay Kumar Banerjee
RTEMS commit 2c07f24af210c4738fbe6f75a53c58fbd80fb658 removed the ambapp_plb global variable
2021-06-23bsps: Add remaining networking header files from RTEMS repositoryVijay Kumar Banerjee
2021-04-13Remove RTEMS_NETWORKING checksVijay Kumar Banerjee
2021-04-13leon,greth: added support for variable sized descriptor table sizesDaniel Hellstrom
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.
2021-03-03bsps/powerpc/beatnik: Remove sources that were not built by RTEMSVijay Kumar Banerjee
2021-03-02bsps: Add support to build from shared bsp folder for specific BSPsVijay Kumar Banerjee
2021-03-02Add support for building bsp specific net driversVijay Kumar Banerjee