public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] Need mips arch Makefile w/ uImage target
@ 2004-02-05  2:05 Jerry Walden
  2004-02-05  9:24 ` Wolfgang Denk
  0 siblings, 1 reply; 5+ messages in thread
From: Jerry Walden @ 2004-02-05  2:05 UTC (permalink / raw)
  To: u-boot

Hello -

I am working with the latest linux-mips kernel and was wondering if
someone out there has an existing makefile for the mips arch that has a
uImage target.

Thanks!

-----Original Message-----
From: Brian S. Park [mailto:brian at corelis.com] 
Sent: Wednesday, February 04, 2004 5:22 PM
To: u-boot-users at lists.sourceforge.net
Subject: [U-Boot-Users] PPC405GP and PCI parked state


Hi all,
I have questions on how to leave internal PCI controller of PPC405GP in
a 
parked state.
Our custom board currently does not use the PCI and we want it to be in
a 
parked state.
According to the data sheet, ppc405gp needs pull up resisters if the PCI

controller on the processor is not parked in proper state.

Our custom board is based on IBM Walnut board and I undefined
CONFIG_PCI. 
Would it leave it in a parked state?
What is the proper configuration to do this?
Also, would Linux override this setting if it is not properly configured
as 
well?

We like to avoid putting on large number of pull up resister if
possible.

Thank you.



===============================================================
Brian S. Park  brian at corelis.com  (562) 926-6727 x132
---------------------------------------------------------------
Everything we do helps our customers get to market
FASTER with HIGHER quality and LOWER cost
===============================================================




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration See the
breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

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

* [U-Boot-Users] Need mips arch Makefile w/ uImage target
  2004-02-05  2:05 Jerry Walden
@ 2004-02-05  9:24 ` Wolfgang Denk
  0 siblings, 0 replies; 5+ messages in thread
From: Wolfgang Denk @ 2004-02-05  9:24 UTC (permalink / raw)
  To: u-boot

In message <603BA0CFF3788E46A0DB0918D9AA95100A09731B@sj580004wcom.int.lantronix.com> you wrote:
> 
> I am working with the latest linux-mips kernel and was wondering if
> someone out there has an existing makefile for the mips arch that has a
> uImage target.

We have a MIPS kernel on our CVS server.

> -----Original Message-----
> From: Brian S. Park [mailto:brian at corelis.com]=20
> Sent: Wednesday, February 04, 2004 5:22 PM
> To: u-boot-users at lists.sourceforge.net
> Subject: [U-Boot-Users] PPC405GP and PCI parked state

Why are you quoting a completely unrelated message here???


Wolfgang Denk

-- 
See us @ Embedded World, Nuremberg, Feb 17 - 19,  Hall 12.0 Booth 440
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd at denx.de
We, the unwilling, led by the unknowing, are doing the impossible for
the ungrateful. We have done so much, for so long, with so little, we
are now qualified to do anything with nothing.

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

* [U-Boot-Users] Need mips arch Makefile w/ uImage target
@ 2004-02-05 18:57 Jerry Walden
  2004-02-05 20:35 ` Wolfgang Denk
  2004-02-05 22:14 ` Stephen Williams
  0 siblings, 2 replies; 5+ messages in thread
From: Jerry Walden @ 2004-02-05 18:57 UTC (permalink / raw)
  To: u-boot


I got all the files from
:pserver:anonymous at www.denx.de:/cvsroot/linux-mips, and I grepped
through all the files looking for the string "uImage" and got a negative
result.  I also looked for a tools directory and found neither - what am
I doing wrong?

Thanks

-----Original Message-----
From: Wolfgang Denk [mailto:wd at denx.de] 
Sent: Thursday, February 05, 2004 1:24 AM
To: Jerry Walden
Cc: u-boot-users at lists.sourceforge.net
Subject: Re: [U-Boot-Users] Need mips arch Makefile w/ uImage target 


In message
<603BA0CFF3788E46A0DB0918D9AA95100A09731B@sj580004wcom.int.lantronix.com
> you wrote:
> 
> I am working with the latest linux-mips kernel and was wondering if 
> someone out there has an existing makefile for the mips arch that has 
> a uImage target.

We have a MIPS kernel on our CVS server.

> -----Original Message-----
> From: Brian S. Park [mailto:brian at corelis.com]=20
> Sent: Wednesday, February 04, 2004 5:22 PM
> To: u-boot-users at lists.sourceforge.net
> Subject: [U-Boot-Users] PPC405GP and PCI parked state

Why are you quoting a completely unrelated message here???


Wolfgang Denk

-- 
See us @ Embedded World, Nuremberg, Feb 17 - 19,  Hall 12.0 Booth 440
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd at denx.de
We, the unwilling, led by the unknowing, are doing the impossible for
the ungrateful. We have done so much, for so long, with so little, we
are now qualified to do anything with nothing.

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

* [U-Boot-Users] Need mips arch Makefile w/ uImage target
  2004-02-05 18:57 [U-Boot-Users] Need mips arch Makefile w/ uImage target Jerry Walden
@ 2004-02-05 20:35 ` Wolfgang Denk
  2004-02-05 22:14 ` Stephen Williams
  1 sibling, 0 replies; 5+ messages in thread
From: Wolfgang Denk @ 2004-02-05 20:35 UTC (permalink / raw)
  To: u-boot

In message <603BA0CFF3788E46A0DB0918D9AA95100A09CA16@sj580004wcom.int.lantronix.com> you wrote:
> 
> I got all the files from
> :pserver:anonymous at www.denx.de:/cvsroot/linux-mips, and I grepped
> through all the files looking for the string "uImage" and got a negative
> result.  I also looked for a tools directory and found neither - what am
> I doing wrong?

I don't know. I get:

	-> find * -name Makefile | xargs egrep -l uImage
	arch/mips/Makefile
	arch/mips/incaip/Makefile

Maybe your "grep" is broken ;-)


Best regards,

Wolfgang Denk

-- 
See us @ Embedded World, Nuremberg, Feb 17 - 19,  Hall 12.0 Booth 440
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd at denx.de
To understand a program you must become  both  the  machine  and  the
program.

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

* [U-Boot-Users] Need mips arch Makefile w/ uImage target
  2004-02-05 18:57 [U-Boot-Users] Need mips arch Makefile w/ uImage target Jerry Walden
  2004-02-05 20:35 ` Wolfgang Denk
@ 2004-02-05 22:14 ` Stephen Williams
  1 sibling, 0 replies; 5+ messages in thread
From: Stephen Williams @ 2004-02-05 22:14 UTC (permalink / raw)
  To: u-boot

Jerry Walden jerry.walden-at-lantronix.com |u-boot-users| wrote:
> 
> I got all the files from
> :pserver:anonymous at www.denx.de:/cvsroot/linux-mips, and I grepped
> through all the files looking for the string "uImage" and got a negative
> result.  I also looked for a tools directory and found neither - what am
> I doing wrong?


Try "cvs update -d"

CVS will not descend into directory you do not have, even if
that directory has been added in the repository, unless you
include the -d flag.




-- 
Steve Williams                "The woods are lovely, dark and deep.
steve at icarus.com           But I have promises to keep,
http://www.icarus.com         and lines to code before I sleep,
http://www.picturel.com       And lines to code before I sleep."

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

end of thread, other threads:[~2004-02-05 22:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-05 18:57 [U-Boot-Users] Need mips arch Makefile w/ uImage target Jerry Walden
2004-02-05 20:35 ` Wolfgang Denk
2004-02-05 22:14 ` Stephen Williams
  -- strict thread matches above, loose matches on Subject: below --
2004-02-05  2:05 Jerry Walden
2004-02-05  9:24 ` Wolfgang Denk

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