summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6cd1f63)
raw | patch | inline | side by side (parent: 6cd1f63)
author | Sandeep Paulraj <s-paulraj@ti.com> | |
Thu, 21 Oct 2010 02:17:42 +0000 (22:17 -0400) | ||
committer | Sandeep Paulraj <s-paulraj@ti.com> | |
Thu, 21 Oct 2010 02:17:42 +0000 (22:17 -0400) |
This comiit adds the SGMII init values for the C6474
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
src/util/i2cConfig/i2cConfig.gel | patch | blob | history |
index eacfddd6fee48011eed65ed91417c980f068b498..e8ae30af77b02a8502a98b2b8a777242df1cf421 100644 (file)
ibl.ethConfig[1].ethPriority = ibl_DEVICE_NOBOOT;\r
\r
/* SGMII is present */\r
- ibl.sgmiiConfig[0].adviseAbility = 0;\r
- ibl.sgmiiConfig[0].control = 0;\r
- ibl.sgmiiConfig[0].txConfig = 0;\r
- ibl.sgmiiConfig[0].rxConfig = 0;\r
- ibl.sgmiiConfig[0].auxConfig = 0;\r
+ ibl.sgmiiConfig[0].adviseAbility = 0x9801;\r
+ ibl.sgmiiConfig[0].control = 0x20;\r
+ ibl.sgmiiConfig[0].txConfig = 0x00000ea3;\r
+ ibl.sgmiiConfig[0].rxConfig = 0x00081023;\r
+ ibl.sgmiiConfig[0].auxConfig = 0x0000000b;\r
\r
/* MDIO configuration */\r
ibl.mdioConfig.nMdioOps = 8;\r