[U-Boot] where would i find the u-boot repo with TI DM8148 support?

might be playing with a TI DM8148-based dev kit so i'm looking for the git repo that matches the instructions here:
http://processors.wiki.ti.com/index.php/DM814x_AM387x_PSP_U-Boot
the instructions there clearly refer to a tree with support for the ti8148_evm, but i can't find that in the master tree, nor in the ti tree or arm tree listed here:
http://www.denx.de/wiki/U-Boot/Custodians?sortcol=3&table=1&up=0
can someone point me at the appropriate u-boot source? thanks.
rday

Hi,
On Thu, Nov 08, 2012 at 10:27:31AM -0500, Robert P. J. Day wrote :
can someone point me at the appropriate u-boot source? thanks.
I don't think much of the DM81xx BSPs is mainlined, you are basically stuck with the ezsdk. Grab it at:
http://www.ti.com/tool/linuxezsdk-davinci
Regards,

On Thu, Nov 8, 2012 at 8:27 AM, Robert P. J. Day rpjday@crashcourse.ca wrote:
might be playing with a TI DM8148-based dev kit so i'm looking for the git repo that matches the instructions here:
http://processors.wiki.ti.com/index.php/DM814x_AM387x_PSP_U-Boot
the instructions there clearly refer to a tree with support for the ti8148_evm, but i can't find that in the master tree, nor in the ti tree or arm tree listed here:
http://www.denx.de/wiki/U-Boot/Custodians?sortcol=3&table=1&up=0
This is probably a question for TI not the u-boot community since they are the ones who choose not to upstream this code.
It appears to be in the arago project here:
http://arago-project.org/git/projects/?p=u-boot-omap3.git;a=summary
Beware, it is old cruft from 2010.
--john
participants (3)
-
Alexandre Belloni
-
John Rigby
-
Robert P. J. Day