public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] New to U-Boot
@ 2004-07-08 14:52 VanBaren, Gerald
  0 siblings, 0 replies; 10+ messages in thread
From: VanBaren, Gerald @ 2004-07-08 14:52 UTC (permalink / raw)
  To: u-boot

http://www.denx.de/twiki/bin/view/DULG/Manual

See also the "readme" file that comes with u-boot.


-----Original Message-----
From: u-boot-users-admin@lists.sourceforge.net [mailto:u-boot-users-admin at lists.sourceforge.net]On Behalf Of g.vijaychakravarthy
Sent: Thursday, July 08, 2004 10:58 AM
To: u-boot-users at lists.sourceforge.net
Subject: [U-Boot-Users] New to U-Boot


Hi friends ,

I am new to the U-boot and i need complete procedure modify the makefiles to build the binary and also could u pls give some links which explains the above procedure.

Thanking you in advance

Regards
Vijay

******************************************
The information contained in, or attached to, this e-mail, may contain confidential information and is intended solely for the use of the individual or entity to whom they are addressed and may be subject to legal privilege.  If you have received this e-mail in error you should notify the sender immediately by reply e-mail, delete the message from your system and notify your system manager.  Please do not copy it for any purpose, or disclose its contents to any other person.  The views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of the company.  The recipient should check this e-mail and any attachments for the presence of viruses.  The company accepts no liability for any damage caused, directly or indirectly, by any virus transmitted in this email.
******************************************

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [U-Boot-Users] New to U-Boot
@ 2004-07-08 14:57 g.vijaychakravarthy
  0 siblings, 0 replies; 10+ messages in thread
From: g.vijaychakravarthy @ 2004-07-08 14:57 UTC (permalink / raw)
  To: u-boot

Hi friends ,

I am new to the U-boot and i need complete procedure modify the makefiles to build the binary and also could u pls give some links which explains the above procedure.

Thanking you in advance

Regards
Vijay
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20040708/5f5ce090/attachment.htm 

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [U-Boot-Users] New to U-boot
@ 2004-08-28 13:31 jhoney jhoney
  2004-08-28 15:23 ` Frank
  0 siblings, 1 reply; 10+ messages in thread
From: jhoney jhoney @ 2004-08-28 13:31 UTC (permalink / raw)
  To: u-boot

An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20040828/89cab9f2/attachment.htm 
-------------- next part --------------
 Hai Folks,

I am new to u-boot and i am getting through README file to understan it properly. I would like to know at which location in RAM , u-boot gets copied and stats executing. 

Thanks in advance

jhoney

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [U-Boot-Users] New to U-boot
  2004-08-28 13:31 [U-Boot-Users] New to U-boot jhoney jhoney
@ 2004-08-28 15:23 ` Frank
  2004-08-28 17:42   ` Wolfgang Denk
  0 siblings, 1 reply; 10+ messages in thread
From: Frank @ 2004-08-28 15:23 UTC (permalink / raw)
  To: u-boot

Look in start.S::relocate_code...

--- jhoney jhoney <jhoney_joney@rediffmail.com> wrote:

>  Hai Folks,
> 
> I am new to u-boot and i am getting through README file to
> understan it properly. I would like to know at which location
> in RAM , u-boot gets copied and stats executing. 
> 
> Thanks in advance
> 
> jhoney
> 



		
_______________________________
Do you Yahoo!?
Win 1 of 4,000 free domain names from Yahoo! Enter now.
http://promotions.yahoo.com/goldrush

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [U-Boot-Users] New to U-boot
  2004-08-28 15:23 ` Frank
@ 2004-08-28 17:42   ` Wolfgang Denk
  0 siblings, 0 replies; 10+ messages in thread
From: Wolfgang Denk @ 2004-08-28 17:42 UTC (permalink / raw)
  To: u-boot

In message <20040828152338.94520.qmail@web13811.mail.yahoo.com> you wrote:
> Look in start.S::relocate_code...

Please: don't top post; quote properly and only the relevant parts.

> > I am new to u-boot and i am getting through README file to
> > understan it properly. I would like to know at which location
> > in RAM , u-boot gets copied and stats executing. 

relocate_code() performs only the relocation, it does not compute the
relocation address. This happens in lib_<architecture>/board.c

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd at denx.de
The price one pays for pursuing any profession,  or  calling,  is  an
intimate knowledge of its ugly side.                  - James Baldwin

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [U-Boot-Users] new to u-boot
@ 2006-06-24  0:46 srini kode
  0 siblings, 0 replies; 10+ messages in thread
From: srini kode @ 2006-06-24  0:46 UTC (permalink / raw)
  To: u-boot

Hi,
I am new to u-boot. I have read the documentation
provided. I am creating my new config file for our
board.
Have a question on the functions I need to provide in
this config file.
I see that most of the files have the following
functions: initdram(..), checkboard(..).
But I saw that there are more functions provided in
this file and each board has different functions.
How do these functions get called by the u-boot main
code. Do I need to make changes to the u-boot main
code also so as to call these functions in my config
file in /board/xxx directory.
Thanks for help.

Srini

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [U-Boot-Users] new to u-boot
  2006-06-25  8:33 [U-Boot-Users] unable to mount root Wolfgang Denk
@ 2006-06-25 18:02 ` srini kode
  2006-06-25 19:10   ` Wolfgang Denk
  0 siblings, 1 reply; 10+ messages in thread
From: srini kode @ 2006-06-25 18:02 UTC (permalink / raw)
  To: u-boot

Hi,
I am new to u-boot. I have read the documentation
provided. I am creating my new config file for our
board.
Have a question on the functions I need to provide in
this config file.
I see that most of the files have the following
functions: initdram(..), checkboard(..).
But in some config files in board/xxxx directory, I
saw that there are more functions provided in
this file and each board has different functions.
How do these functions get called by the u-boot main
code. Do I need to make changes to the u-boot main
code also so as to call these functions in my config
file in /board/xxx directory.
Thanks for help.

Srini


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [U-Boot-Users] new to u-boot
  2006-06-25 18:02 ` [U-Boot-Users] new to u-boot srini kode
@ 2006-06-25 19:10   ` Wolfgang Denk
  0 siblings, 0 replies; 10+ messages in thread
From: Wolfgang Denk @ 2006-06-25 19:10 UTC (permalink / raw)
  To: u-boot

In message <20060625180213.99848.qmail@web54313.mail.yahoo.com> you wrote:
>
> But in some config files in board/xxxx directory, I
> saw that there are more functions provided in
> this file and each board has different functions.

Each board has different features and a  different  hardware  design;
this results in different code to support these features.

> How do these functions get called by the u-boot main
> code. Do I need to make changes to the u-boot main

See the init fuction calling sequence in board.c

> code also so as to call these functions in my config
> file in /board/xxx directory.

Normally no changes to common code should be necessary.

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"Unix is simple, but it takes a genius to understand the simplicity."
					             - Dennis Ritchie

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [U-Boot-Users] New to u-boot
@ 2007-03-28  6:40 Borgaonkar Swapnil
  2007-03-28  8:37 ` Wolfgang Denk
  0 siblings, 1 reply; 10+ messages in thread
From: Borgaonkar Swapnil @ 2007-03-28  6:40 UTC (permalink / raw)
  To: u-boot

Hi,

I'm new to U-boot.
I've a s2c2410 board with 32MB NAND Flash. And 32MB SDRAM.
Where do I start. 

Regards,
Sonu

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [U-Boot-Users] New to u-boot
  2007-03-28  6:40 [U-Boot-Users] New to u-boot Borgaonkar Swapnil
@ 2007-03-28  8:37 ` Wolfgang Denk
  0 siblings, 0 replies; 10+ messages in thread
From: Wolfgang Denk @ 2007-03-28  8:37 UTC (permalink / raw)
  To: u-boot

In message <C2302EC0.11%sonu@clubtwin.com> you wrote:
> 
> I'm new to U-boot.
> I've a s2c2410 board with 32MB NAND Flash. And 32MB SDRAM.
> Where do I start. 

Start reading the manual, the README, and the U-Boot pages at
http://www.denx.de/wiki/UBoot

The entry point to U-Boot is _start.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, HRB 165235 Munich, CEO: Wolfgang Denk
Office:  Kirchenstr. 5,       D-82194 Groebenzell,            Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Love sometimes expresses itself in sacrifice.
	-- Kirk, "Metamorphosis", stardate 3220.3

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2007-03-28  8:37 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-08 14:57 [U-Boot-Users] New to U-Boot g.vijaychakravarthy
  -- strict thread matches above, loose matches on Subject: below --
2007-03-28  6:40 [U-Boot-Users] New to u-boot Borgaonkar Swapnil
2007-03-28  8:37 ` Wolfgang Denk
2006-06-25  8:33 [U-Boot-Users] unable to mount root Wolfgang Denk
2006-06-25 18:02 ` [U-Boot-Users] new to u-boot srini kode
2006-06-25 19:10   ` Wolfgang Denk
2006-06-24  0:46 srini kode
2004-08-28 13:31 [U-Boot-Users] New to U-boot jhoney jhoney
2004-08-28 15:23 ` Frank
2004-08-28 17:42   ` Wolfgang Denk
2004-07-08 14:52 [U-Boot-Users] New to U-Boot VanBaren, Gerald

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox