u-boot plugin.s details

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

u-boot plugin.s details

Jump to solution
1,621 Views
gopinathsriniva
Contributor III

Hello Everyone,

 I am in the process of porting u-boot for my custom IMX7 board. I am following this document for migrating the u-boot from IMX7 sabresd board. Also I have generated .cfg file using DDR stress testing tool. Now I came across  this assemble file board/freescale/mx7dsabresd//plugin.S in the u-boot source code. Can anyone explain the purpose of this code file? Is this file needs to be ported based on my custom board? Because I can see code lines like "imx7d_ddr_freq_setting". Will this effect my board bring up in my custom board? Because I am using different ddr configurations.

Your suggestion will be much appreciated.  

Cheers,

Gopinath S

Labels (2)
Tags (1)
0 Kudos
1 Solution
854 Views
igorpadykov
NXP Employee
NXP Employee

Hi Gopinath

in general plugin file does not needs to be ported,

plugin method is some extension to dcd header, allowing more flexibility,

please check sect.6.6.8 Plugin Image i.MX7D Reference Manual

http://cache.nxp.com/files/32bit/doc/ref_manual/IMX7DRM.pdf

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

View solution in original post

0 Kudos
2 Replies
855 Views
igorpadykov
NXP Employee
NXP Employee

Hi Gopinath

in general plugin file does not needs to be ported,

plugin method is some extension to dcd header, allowing more flexibility,

please check sect.6.6.8 Plugin Image i.MX7D Reference Manual

http://cache.nxp.com/files/32bit/doc/ref_manual/IMX7DRM.pdf

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

0 Kudos
854 Views
gopinathsriniva
Contributor III

Thank you for quick reply. 

0 Kudos