[U-Boot-Users] mpc8313erdb

Hi all,
I can't seem to find support for the mpc8313erdb in the latest u-boot distro. I used grep through the sources and can't find anything like CONFIG_MPC8313 . Any clues please? (perhaps off topic, but I pulled the freescale git repo and couldn't find it there either).
Robert

robert lazarski wrote:
I can't seem to find support for the mpc8313erdb in the latest u-boot distro. I used grep through the sources and can't find anything like CONFIG_MPC8313 . Any clues please? (perhaps off topic, but I pulled the freescale git repo and couldn't find it there either).
Did you look in include/configs/MPC8313ERDB.h and board/mpc8313erdb?
-Scott

On 8/1/07, Scott Wood scottwood@freescale.com wrote:
robert lazarski wrote:
I can't seem to find support for the mpc8313erdb in the latest u-boot distro. I used grep through the sources and can't find anything like CONFIG_MPC8313 . Any clues please? (perhaps off topic, but I pulled the freescale git repo and couldn't find it there either).
Did you look in include/configs/MPC8313ERDB.h and board/mpc8313erdb?
-Scott
Its in the u-boot git repo but not in 1.2.0 - my bad. I was looking to see if there is any eTSEC coding for the Marvell 88E1111 single port GBE PHY that is connected to eTSEC2.
I have a custom 85xx board that has the 88E1111 on TSEC3 and on TSEC4 in which I plan on using the same drivers - gianfar et all - that the MPC8313ERDB is using. For example, the MPC8548CDS board does have coding in u-boot for RGMII .
Looking at the mpc8313erdb.c code, it didn't see anything extra is needed for RGMII and getting the gianfar driver loaded. I see some general TSEC #define in MPC8313ERDB.h , would you be able to say if there's anything there particular to the Marvell 88E1111 ?
Thanks! Robert

robert lazarski wrote:
Looking at the mpc8313erdb.c code, it didn't see anything extra is needed for RGMII and getting the gianfar driver loaded. I see some general TSEC #define in MPC8313ERDB.h , would you be able to say if there's anything there particular to the Marvell 88E1111 ?
I believe drivers/tsec.c handles all of that.
-Scott
participants (2)
-
robert lazarski
-
Scott Wood