* [U-Boot-Users] which config to choose for MPC8347E cpu ?
@ 2008-04-02 12:13 Fathi Boudra
2008-04-02 12:22 ` Ben Warren
2008-04-02 12:40 ` André Schwarz
0 siblings, 2 replies; 5+ messages in thread
From: Fathi Boudra @ 2008-04-02 12:13 UTC (permalink / raw)
To: u-boot
Hi,
I have a custom board with a MPC8347E and U-Boot doesn't have a config for
this cpu.
which config is more appropriate to use for my board ? (maybe MPC8349EMDS or
sbc8349 or tqm834x ?).
any tips ? TIA.
cheers,
Fathi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20080402/559a7dc4/attachment.htm
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot-Users] which config to choose for MPC8347E cpu ?
2008-04-02 12:13 [U-Boot-Users] which config to choose for MPC8347E cpu ? Fathi Boudra
@ 2008-04-02 12:22 ` Ben Warren
2008-04-02 12:53 ` Marc Leeman
2008-04-02 14:42 ` Wolfgang Denk
2008-04-02 12:40 ` André Schwarz
1 sibling, 2 replies; 5+ messages in thread
From: Ben Warren @ 2008-04-02 12:22 UTC (permalink / raw)
To: u-boot
Hi Fathi,
On Wed, Apr 2, 2008 at 8:13 AM, Fathi Boudra <fboudra@gmail.com> wrote:
> Hi,
>
> I have a custom board with a MPC8347E and U-Boot doesn't have a config for
> this cpu.
> which config is more appropriate to use for my board ? (maybe MPC8349EMDS or
> sbc8349 or tqm834x ?).
>
> any tips ? TIA.
The schematic for the MPC8349EMDS is available on Freescale's web
site, and I believe TQS makes their schematics available too. I don't
know about the SBC one (Wind River, maybe?). Ultimately, compare
schematics to your board and choose the one that's most similar as a
starting point. IIRC 8347 is a subset of 8349 (one less PCI bus or
something like that) so the 8349 configs should be fine.
regards,
Ben
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot-Users] which config to choose for MPC8347E cpu ?
2008-04-02 12:13 [U-Boot-Users] which config to choose for MPC8347E cpu ? Fathi Boudra
2008-04-02 12:22 ` Ben Warren
@ 2008-04-02 12:40 ` André Schwarz
1 sibling, 0 replies; 5+ messages in thread
From: André Schwarz @ 2008-04-02 12:40 UTC (permalink / raw)
To: u-boot
Fathi,
there are 3 different MPC834x (3,7 and 9) which all have same silicon.
The difference is the package.
The 43 has a small package and the 49 a big one. The 47 is available in
both. Package size defines PCI bus (small has 1x 32Bit, large has 64-Bit
or 2x 32Bit) and memory bus width.
Which one do you have ?
I'm working with a 43 right now and it works fine.
My starting point has been the MPC8349EMDS.
I can share my config if you want to - please let me know.
regards,
Andr? Schwarz
Matrix Vision
Fathi Boudra schrieb:
> Hi,
>
> I have a custom board with a MPC8347E and U-Boot doesn't have a config
> for this cpu.
> which config is more appropriate to use for my board ? (maybe
> MPC8349EMDS or sbc8349 or tqm834x ?).
>
> any tips ? TIA.
>
> cheers,
>
> Fathi
>
>
>
>
>
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> U-Boot-Users mailing list
> U-Boot-Users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/u-boot-users
MATRIX VISION GmbH, Talstra?e 16, DE-71570 Oppenweiler - Registergericht: Amtsgericht Stuttgart, HRB 271090
Gesch?ftsf?hrer: Gerhard Thullner, Werner Armingeon, Uwe Furtner
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot-Users] which config to choose for MPC8347E cpu ?
2008-04-02 12:22 ` Ben Warren
@ 2008-04-02 12:53 ` Marc Leeman
2008-04-02 14:42 ` Wolfgang Denk
1 sibling, 0 replies; 5+ messages in thread
From: Marc Leeman @ 2008-04-02 12:53 UTC (permalink / raw)
To: u-boot
> The schematic for the MPC8349EMDS is available on Freescale's web
> site, and I believe TQS makes their schematics available too. I don't
> know about the SBC one (Wind River, maybe?). Ultimately, compare
> schematics to your board and choose the one that's most similar as a
> starting point. IIRC 8347 is a subset of 8349 (one less PCI bus or
> something like that) so the 8349 configs should be fine.
Yep,
I started from mpc8349emds and worked further from there. Reminds me to
re-submit my board configs again after cleanup.
--
greetz, marc
It's not Kansas, and you're way too homely to be Auntie Em, but... Come here, Toto.
Crichton - That Old Black Magic
chiana 2.6.18-4-ixp4xx #1 Tue Mar 27 18:01:56 BST 2007 GNU/Linux
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.denx.de/pipermail/u-boot/attachments/20080402/87cf611a/attachment.pgp
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot-Users] which config to choose for MPC8347E cpu ?
2008-04-02 12:22 ` Ben Warren
2008-04-02 12:53 ` Marc Leeman
@ 2008-04-02 14:42 ` Wolfgang Denk
1 sibling, 0 replies; 5+ messages in thread
From: Wolfgang Denk @ 2008-04-02 14:42 UTC (permalink / raw)
To: u-boot
In message <f8328f7c0804020522u1c37280la365e03d037a5bd2@mail.gmail.com> you wrote:
>
> The schematic for the MPC8349EMDS is available on Freescale's web
> site, and I believe TQS makes their schematics available too. I don't
TQ only provisdes the schematics for the carrier board, but not for
the CPU modules.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
God is real, unless declared integer.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2008-04-02 14:42 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-02 12:13 [U-Boot-Users] which config to choose for MPC8347E cpu ? Fathi Boudra
2008-04-02 12:22 ` Ben Warren
2008-04-02 12:53 ` Marc Leeman
2008-04-02 14:42 ` Wolfgang Denk
2008-04-02 12:40 ` André Schwarz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox