* [U-Boot-Users] uboot porting on ARM926EJS
@ 2007-10-22 15:48 Pankaj PANDEY
2007-10-23 5:15 ` Hebbar
0 siblings, 1 reply; 3+ messages in thread
From: Pankaj PANDEY @ 2007-10-22 15:48 UTC (permalink / raw)
To: u-boot
Hi Friends,
I am a new user on u-boot porting at ARM. I need some information or
documents that from where I can start to read about u-boot porting on on
ARM926EJS. If anybody did this porting earlier, please I need your important
suggestions.
Thanks in Advance
Pankaj Pandey
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20071022/467b0e9e/attachment.htm
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot-Users] uboot porting on ARM926EJS
2007-10-22 15:48 [U-Boot-Users] uboot porting on ARM926EJS Pankaj PANDEY
@ 2007-10-23 5:15 ` Hebbar
0 siblings, 0 replies; 3+ messages in thread
From: Hebbar @ 2007-10-23 5:15 UTC (permalink / raw)
To: u-boot
Hi Pankaj,
Kindly let us know on what board you are working so that the solution can be
narrowed down. for arm926ejs versatile board could be the best startup.
Let me know what document you are looking for.
Look at http://www.denx.de/wiki/DULG/Manual for better understanding.
Also at http://docs.blackfin.uclinux.org/doku.php?id=das_u-boot_on_blackfin.
this is for blackfin for can give good info
Regards
Gururaja
Pankaj PANDEY-2 wrote:
>
> Hi Friends,
> I am a new user on u-boot porting at ARM. I need some information or
> documents that from where I can start to read about u-boot porting on
> on
> ARM926EJS. If anybody did this porting earlier, please I need your
> important
> suggestions.
>
> Thanks in Advance
> Pankaj Pandey
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems? Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> _______________________________________________
> U-Boot-Users mailing list
> U-Boot-Users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/u-boot-users
>
>
--
View this message in context: http://www.nabble.com/uboot-porting-on-ARM926EJS-tf4671950.html#a13357593
Sent from the Uboot - Users mailing list archive at Nabble.com.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot-Users] uboot porting on ARM926EJS
@ 2007-10-23 6:57 Gururaja Hebbar K R
0 siblings, 0 replies; 3+ messages in thread
From: Gururaja Hebbar K R @ 2007-10-23 6:57 UTC (permalink / raw)
To: u-boot
Hi,
Look at the versatile.h inside uboot\include\configs folder for
configuration & \uboot\board\versatile for board code &
uboot\cpu\arm926ejs for cpu inits.
Files to look at :
<board.h> inside uboot\include\configs ---> for uboot configuration(
uart, flash, sdram address uboot configs, environment details and other
features,
<board.c> inside \uboot\board\ ---> for board init and configuration
and also headers files as required.
start.S inside uboot\cpu\arm926ejs for cpu init and startup script and
other inits and also other files inside uboot\cpu\arm926ejs folder.
driver and common files in uboot\common & uboot\drivers
If possible read README twice or thrice (this is what i did to know
things better).
Regards
Gururaja
________________________________
From: Pankaj PANDEY [mailto:pankaj.embedded at gmail.com]
Sent: Monday, October 22, 2007 11:32 PM
To: Gururaja Hebbar K R
Subject: Re: [U-Boot-Users] uboot porting on ARM926EJS
Hi Gururaj,
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.
Thanks and Regard
Pankaj
On 10/23/07, Hebbar <gururajakr@sanyo.co.in> wrote:
Hi Pankaj,
Kindly let us know on what board you are working so that the
solution can be
narrowed down. for arm926ejs versatile board could be the best
startup.
Let me know what document you are looking for.
Look at http://www.denx.de/wiki/DULG/Manual for better
understanding.
Also at
http://docs.blackfin.uclinux.org/doku.php?id=das_u-boot_on_blackfin .
this is for blackfin for can give good info
Regards
Gururaja
Pankaj PANDEY-2 wrote:
>
> Hi Friends,
> I am a new user on u-boot porting at ARM. I need some
information or
> documents that from where I can start to read about u-boot
porting on
> on
> ARM926EJS. If anybody did this porting earlier, please I need
your
> important
> suggestions.
>
> Thanks in Advance
> Pankaj Pandey
>
>
------------------------------------------------------------------------
-
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems? Stop.
> Now Search log events and configuration files using AJAX and a
browser.
> Download your FREE copy of Splunk now >>
http://get.splunk.com/
> _______________________________________________
> U-Boot-Users mailing list
> U-Boot-Users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/u-boot-users
>
>
--
View this message in context:
http://www.nabble.com/uboot-porting-on-ARM926EJS-tf4671950.html#a1335759
3
Sent from the Uboot - Users mailing list archive at Nabble.com.
------------------------------------------------------------------------
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a
browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20071023/4852429e/attachment.htm
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-10-23 6:57 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-22 15:48 [U-Boot-Users] uboot porting on ARM926EJS Pankaj PANDEY
2007-10-23 5:15 ` Hebbar
-- strict thread matches above, loose matches on Subject: below --
2007-10-23 6:57 Gururaja Hebbar K R
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox