* [U-Boot-Users] porting u-boot
@ 2004-09-27 12:08 吴兵
2004-09-27 20:22 ` Wolfgang Denk
0 siblings, 1 reply; 5+ messages in thread
From: 吴兵 @ 2004-09-27 12:08 UTC (permalink / raw)
To: u-boot
HELLO EVERYONE
i am porting u-boot to my hardware my arm is philips lpc2210 . in the readme ,i find that " 1. Add a new configuration option for your board to the toplevel
"Makefile" and to the "MAKEALL" script, using the existing"
i don't understand this sentence. my arm is arm7-tdmi. i use the "S3C44B0 Systems" in in the Makefile, i add some lines as following.but i don't understand what means? is it right?
:#########################################################################
## LPC2210 Systems
B2_config : unconfig
@./mkconfig $(@:_config=) arm LPC2210 B2 dave
-----------------------------------------------------
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot-Users] porting u-boot
2004-09-27 12:08 吴兵
@ 2004-09-27 20:22 ` Wolfgang Denk
0 siblings, 0 replies; 5+ messages in thread
From: Wolfgang Denk @ 2004-09-27 20:22 UTC (permalink / raw)
To: u-boot
In message <E1CBvGL-0000DZ-UI@sc8-sf-mx1.sourceforge.net> you wrote:
>
> i am porting u-boot to my hardware my arm is philips lpc2210 . in the readme ,i find that " 1. Add a new configuration option for your board to the toplevel
> "Makefile" and to the "MAKEALL" script, using the existing"
> i don't understand this sentence. my arm is arm7-tdmi. i use the "S3C44B0 Systems" in in the Makefile, i add some lines as following.but i don't understand what means? is it right?
I'm sorry. But this will not work. Please stop posting two messages
with questions for every single line of code you write.
Please try to get some understanding first. If you don't succeed,
then tryu to get some training for such work, or hire a guru.
We will NOT explain you every single line of code here.
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
Quote from the Boss... "I didn't say it was your fault. I said I was
going to blame it on you."
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot-Users] Porting U-boot
@ 2004-10-07 9:36 calvin
0 siblings, 0 replies; 5+ messages in thread
From: calvin @ 2004-10-07 9:36 UTC (permalink / raw)
To: u-boot
I am trying to port U-boot to a board which uses Galileo(GT64120) system
controller to access SDRAM. does any of the boards supported by U-boot
have a similar interface ?
Thanks and Regards,
Pooja
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot-Users] porting u-boot
@ 2004-11-30 11:44 Peter Asemann
2004-11-30 11:57 ` Wolfgang Denk
0 siblings, 1 reply; 5+ messages in thread
From: Peter Asemann @ 2004-11-30 11:44 UTC (permalink / raw)
To: u-boot
I'm still into porting u-boot to a full-custom board.
The u-boot README says that the u-boot will scan for my SDRAM and find
out how much I have.
I suppose that will only work if I write a custom SDRAM-setup-procedure
..../u-boot/board/CUSTOMBOARD/customboard.c ? Is that right?
If so, is there any documentation about what needs to be done there?
I believe that the sdram_table array used in all those board_name.c
files contains hexadecimal encoded instructions programming the UPM.. am
I right?
Well... any hints (like, for example, "RTFM manual/ressource name") are
welcome.
Peter Asemann
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot-Users] porting u-boot
2004-11-30 11:44 [U-Boot-Users] porting u-boot Peter Asemann
@ 2004-11-30 11:57 ` Wolfgang Denk
0 siblings, 0 replies; 5+ messages in thread
From: Wolfgang Denk @ 2004-11-30 11:57 UTC (permalink / raw)
To: u-boot
In message <41AC5D21.8040107@web.de> you wrote:
>
> I suppose that will only work if I write a custom SDRAM-setup-procedure
> ..../u-boot/board/CUSTOMBOARD/customboard.c ? Is that right?
You cannot avoid this, right (you need it even if you set up for a
fixed memory size only).
> If so, is there any documentation about what needs to be done there?
Sure. See the processor's User's manual and related documentation.
> Well... any hints (like, for example, "RTFM manual/ressource name") are
> welcome.
Here we go: RTFM the processor documentation and related material ;-)
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
Too much of anything, even love, isn't necessarily a good thing.
-- Kirk, "The Trouble with Tribbles", stardate 4525.6
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2004-11-30 11:57 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-07 9:36 [U-Boot-Users] Porting U-boot calvin
-- strict thread matches above, loose matches on Subject: below --
2004-11-30 11:44 [U-Boot-Users] porting u-boot Peter Asemann
2004-11-30 11:57 ` Wolfgang Denk
2004-09-27 12:08 吴兵
2004-09-27 20:22 ` Wolfgang Denk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox