[U-Boot] Help me on finding board similar to NIC card in U-bootloader

Hello, I am having a new NIC card and i have to develop U-boot Loader for that.Can any one help me which board name in U-Boot source code having similar kind of features( PHY, MAC ) for cloning that to my new NIC target card.This NIC card is communicating through PCIe to host,my NIC card is having the following H/W details.
1.CN63xx processor(Cavium network) 2.NAND Flash device : MT29F16G08ABABA 3.NOR Flash device : JS28F320J3D75 4.EEPROM : AT24C256B, AT25F1024 5.PSRAM : MT45W1MW16PD 6.DDR3SDRAM :MT41J128M16 7.*BCM8727* dual 10 GbE SFI-to-XAUI PHY
I think U-bootloader dont have Cavium support processors.so can u consider other H/W details for finding board name. Thank u.

Dear Hari Babu,
In message q2re05b45b91005052125p8b8538eehd8d07687081ad793@mail.gmail.com you wrote:
I am having a new NIC card and i have to develop U-boot Loader for that.Can any one help me which board name in U-Boot source code having similar kind of features( PHY, MAC ) for cloning that to my new NIC target card.This NIC card is communicating through PCIe to host,my NIC card is having the following H/W details.
1.CN63xx processor(Cavium network) 2.NAND Flash device : MT29F16G08ABABA 3.NOR Flash device : JS28F320J3D75 4.EEPROM : AT24C256B, AT25F1024 5.PSRAM : MT45W1MW16PD 6.DDR3SDRAM :MT41J128M16 7.*BCM8727* dual 10 GbE SFI-to-XAUI PHY
I think U-bootloader dont have Cavium support processors.so can u consider other H/W details for finding board name. Thank u.
Cavium has ported U-Boot to their boards, but never contributed any of their work back into the mainline tree. It is probably most efficient to get the source code for their ports and use this as a base. Since you use Cavium processors, it should be no problem for you to get their sources.
Best regards,
Wolfgang Denk

hi hari have u got support for *BCM8727* dual 10 GbE SFI-to-XAUI PHY in the boot loader. If so could u please share that to me.
participants (3)
-
arun
-
Hari Babu
-
Wolfgang Denk