<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.6000.16544" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=453313022-23102007><FONT face=Verdana
color=#0000ff size=2>Hi,</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=453313022-23102007><FONT face=Verdana
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=453313022-23102007><FONT face=Verdana
color=#0000ff size=2>Look at the versatile.h inside uboot\include\configs folder
for configuration & \uboot\board\versatile for board code &
uboot\cpu\arm926ejs for cpu inits. </FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=453313022-23102007><FONT face=Verdana
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=453313022-23102007><FONT face=Verdana
color=#0000ff size=2>Files to look at : </FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=453313022-23102007><FONT face=Verdana
color=#0000ff size=2><board.h> inside uboot\include\configs ---> for
uboot configuration( uart, flash, sdram address uboot configs, environment
details and other features,</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=453313022-23102007><FONT face=Verdana
color=#0000ff size=2><board.c> inside </FONT> <FONT face=Verdana
color=#0000ff size=2>\uboot\board\ ---> for board init and
configuration and also headers files as required.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=453313022-23102007><FONT face=Verdana
color=#0000ff size=2>start.S inside uboot\cpu\arm926ejs for cpu init and startup
script and other inits and also other files inside uboot\cpu\arm926ejs folder.
</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=453313022-23102007><FONT face=Verdana
color=#0000ff size=2>driver and common files in uboot\common &
uboot\drivers</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=453313022-23102007><FONT face=Verdana
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=453313022-23102007><FONT face=Verdana
color=#0000ff size=2>If possible read README twice or thrice (this is what i did
to know things better). </FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=453313022-23102007><FONT face=Verdana
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=453313022-23102007><FONT face=Verdana
color=#0000ff size=2>Regards</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=453313022-23102007><FONT face=Verdana
color=#0000ff size=2>Gururaja</FONT></SPAN></DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> Pankaj PANDEY
[mailto:pankaj.embedded@gmail.com] <BR><B>Sent:</B> Monday, October 22, 2007
11:32 PM<BR><B>To:</B> Gururaja Hebbar K R<BR><B>Subject:</B> Re: [U-Boot-Users]
uboot porting on ARM926EJS<BR></FONT><BR></DIV>
<DIV></DIV>Hi Gururaj,<BR><BR>Thanks for quick response, basically board not yet
designed completly but board having a SOC in which ARM7, ARM9 and dsp
preocessor are integrated on single chip. So my job is build and port a
u-boot for ARM926ejs cpu. In which I need to know follow of u-boot
initilization for ARM926ejs. <BR><BR>Thanks and Regard<BR>Pankaj <BR>
<DIV><SPAN class=gmail_quote>On 10/23/07, <B class=gmail_sendername>Hebbar</B>
<<A href="mailto:gururajakr@sanyo.co.in">gururajakr@sanyo.co.in</A>>
wrote:</SPAN>
<BLOCKQUOTE class=gmail_quote
style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid"><BR>Hi
Pankaj,<BR><BR>Kindly let us know on what board you are working so that the
solution can be<BR>narrowed down. for arm926ejs versatile board could be the
best startup.<BR><BR>Let me know what document you are looking for. <BR>Look
at <A
href="http://www.denx.de/wiki/DULG/Manual">http://www.denx.de/wiki/DULG/Manual</A>
for better understanding.<BR>Also at <A
href="http://docs.blackfin.uclinux.org/doku.php?id=das_u-boot_on_blackfin">http://docs.blackfin.uclinux.org/doku.php?id=das_u-boot_on_blackfin
</A>.<BR>this is for blackfin for can give good
info<BR><BR>Regards<BR>Gururaja<BR><BR><BR><BR><BR>Pankaj PANDEY-2
wrote:<BR>><BR>> Hi Friends,<BR>> I am a new user on
u-boot porting at ARM. I need some information or <BR>> documents that from
where I can start to read about u-boot porting on<BR>>
on<BR>> ARM926EJS. If anybody did this porting earlier, please I need
your<BR>> important<BR>> suggestions.<BR>><BR>>
Thanks in Advance <BR>> Pankaj Pandey<BR>><BR>>
-------------------------------------------------------------------------<BR>>
This SF.net email is sponsored by: Splunk Inc.<BR>> Still grepping through
log files to find problems? Stop. <BR>> Now Search log events
and configuration files using AJAX and a browser.<BR>> Download your FREE
copy of Splunk now >> <A
href="http://get.splunk.com/">http://get.splunk.com/</A><BR>>
_______________________________________________ <BR>> U-Boot-Users mailing
list<BR>> <A
href="mailto:U-Boot-Users@lists.sourceforge.net">U-Boot-Users@lists.sourceforge.net</A><BR>>
<A
href="https://lists.sourceforge.net/lists/listinfo/u-boot-users">https://lists.sourceforge.net/lists/listinfo/u-boot-users
</A><BR>><BR>><BR><BR>--<BR>View this message in context: <A
href="http://www.nabble.com/uboot-porting-on-ARM926EJS-tf4671950.html#a13357593">http://www.nabble.com/uboot-porting-on-ARM926EJS-tf4671950.html#a13357593
</A><BR>Sent from the Uboot - Users mailing list archive at <A
href="http://Nabble.com">Nabble.com</A>.<BR><BR><BR>-------------------------------------------------------------------------<BR>This
SF.net email is sponsored by: Splunk Inc. <BR>Still grepping through log files
to find problems? Stop.<BR>Now Search log events and configuration
files using AJAX and a browser.<BR>Download your FREE copy of Splunk now
>> <A href="http://get.splunk.com/">http://get.splunk.com/
</A><BR>_______________________________________________<BR>U-Boot-Users
mailing list<BR><A
href="mailto:U-Boot-Users@lists.sourceforge.net">U-Boot-Users@lists.sourceforge.net</A><BR><A
href="https://lists.sourceforge.net/lists/listinfo/u-boot-users">https://lists.sourceforge.net/lists/listinfo/u-boot-users</A><BR></BLOCKQUOTE></DIV><BR></BODY></HTML>