Greetings,
We have he evm816x in our hands and have played it for a while. Now we can going to do our own board.
In our own design, many peripherals are different from the ones in the EVM.
Here comes to my question, where in the uboot should I modify so that SoC DM81xx can work with our customized peripherals?
Take PHY for example:
In the EVM816x, LSI ET1011 PHY is used and I notice in the following place there is a c Code for this Phy.
sdk-dir/board-support/linux-2.6.37-psp04.00.01.13.patch1/drivers/net/phy/et1011c.c
My understanding is that in some files of Uboot, it will include this C file.
However, I donot know where is the right places/files to change the uboot to use a different phy like vsc7385.
(There is also a C file named vsc7385.c in the following place.
sdk-dir/board-support/u-boot-2010.06-psp04.00.01.13.patch1/drivers/net/vsc7385.c)
Cheers,
Jun