rshal2
Occasional Contributor
7 years agotriple speed ethernet (TSE) driver for ARM
Hello,
I need to implement TSE driver for arm in a baremetal project.
I am not sure how to start doing it.
Is it best to start from u-boot driver:
https://github.com/lentinj/u-boot/blob/master/drivers/net/altera_tse.c
I assume it should be function with ARM, right ?
Or is it better to start with altera_tse driver as generated for NIOS ? should it be also functional in ARM ?
Thank you,
ranran