About a file programing RGMII register for AndroidKK4.4.2 of MX6-SABRE-SD

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

About a file programing RGMII register for AndroidKK4.4.2 of MX6-SABRE-SD

794 次查看
yuuki
Senior Contributor II

Dear all,

Our customer changed registers of RGMII by using memtool.

memtool -32 0x20e0790=0x000c0000
memtool -32 0x20e0380=0x0001b020
memtool -32 0x20e0384=0x0001b020
memtool -32 0x20e038c=0x0001b020
memtool -32 0x20e0390=0x0001b020
memtool -32 0x20e0394=0x0001b020
memtool -32 0x20e0398=0x0001b020
memtool -32 0x20e0370=0x0001b020
memtool -32 0x20e0374=0x0001b020
memtool -32 0x20e0378=0x0001b020
memtool -32 0x20e037c=0x0001b020
memtool -32 0x20e036c=0x0001b020
memtool -32 0x20e0388=0x0001b020


They want to implement such registers setting to AndroidKK4.4.2.

Which file should these setting be programed by?
Would you teach this file name and the position?

Best Regards,
Yuuki

标签 (1)
标记 (3)
0 项奖励
3 回复数

506 次查看
igorpadykov
NXP Employee
NXP Employee

He yuuki

driver locations one can look at attached file, also

I would suggest to look at link below

https://github.com/rabeeh/android-imx6-kitkat/blob/master/platform/external/linux-test.git/0400-ENGR...

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 项奖励

506 次查看
yuuki
Senior Contributor II

Dear igor-san,

Thank you for your support.

Our customer wants to set the Ethernet in U-Boot.

Probably, I think that it is set at the following.
bootable/bootloader/uboot-imx/drivers/net/phy

And I think that it is necessary to add a program file of the PHY that they use into this folder.

Is my understanding right?

Best Regards,
Yuuki

0 项奖励

506 次查看
igorpadykov
NXP Employee
NXP Employee

Hi yuuki

yes you are right, one can check ../drivers/net//mxc_fec.c

also one can look at appnote AN4173

Best regards

igor

0 项奖励