I am developing LS1043A Ethernet driver for a RTOS. I could check the communication on Independent Mode, and I want to add the QMAN and BMAN functionality now.
I referred U-Boot source for Independent Mode settings. But, since U-Boot does not support QMAN and BMAN, I have to refer some other source for these settings.
Is there any simple driver similar to U-Boot which I can refer to QMAN and BMAN initialization and settings? Is there any Application notes which describe more detailed on QMAN and BMAN settings?
Since Linux seems to be complex to me, I want to refer some other simple source. Kindly let me know.