Hi Viraj,
Please find the code in this branch:
https://github.com/GabrielDai/rtems-libbsd/tree/port-greth-to-5-freebsd-12
Since this driver depends on drvmgr, you’ll have to compile your bsp with
support for it (make sure your bsp register the driver for your gaisler card
using the drvmgr func
Hi Viraj,
We ported the driver for greth to rtems-libbsd in the past but never got to
submit it (it might need some further refinement). The driver depends on the
driver manager (drvmgr). Not sure if this is the best approach but it is a good
starting point and we’d be happy to share it.
Best