This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

add support for DDR3 in am335x evm

hi,

i'm trying to get u-boot to work on my custom board based on am335x evm. For this i have to add DDR3 support. I found this post :

http://e2e.ti.com/support/arm/sitara_arm/f/791/t/211051.aspx

which send me to : http://arago-project.org/git/projects/?p=u-boot-am33x.git;a=shortlog;h=refs/heads/AM335XPSP_04.06.00.08

But i don't really know which one of the patches to choose. I thought this one sounded promising :

http://arago-project.org/git/projects/?p=u-boot-am33x.git;a=commit;h=a3d3a283b2828e65f0c790170360eb660a7f05f7

But it changes files in <u-boot>/arch/arm/include/asm/arch-ti81xx  and i can't seem to find this folder. Do i have to create it manually or do i have to do something else?

thanks in advance.