* [U-Boot] how big is the NOR flash on 85xx boards?
@ 2009-08-10 19:07 Kumar Gala
2009-08-10 19:26 ` Peter Tyser
2009-08-10 19:48 ` Wolfgang Denk
0 siblings, 2 replies; 6+ messages in thread
From: Kumar Gala @ 2009-08-10 19:07 UTC (permalink / raw)
To: u-boot
I was wondering if we can see how big the NOR flash is on the XES &
TQM boards.
thanks.
- k
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] how big is the NOR flash on 85xx boards?
2009-08-10 19:07 [U-Boot] how big is the NOR flash on 85xx boards? Kumar Gala
@ 2009-08-10 19:26 ` Peter Tyser
2009-08-10 19:48 ` Wolfgang Denk
1 sibling, 0 replies; 6+ messages in thread
From: Peter Tyser @ 2009-08-10 19:26 UTC (permalink / raw)
To: u-boot
On Mon, 2009-08-10 at 14:07 -0500, Kumar Gala wrote:
> I was wondering if we can see how big the NOR flash is on the XES &
> TQM boards.
XES's 85xx and 86xx boards should all have U-Boot located in a NOR flash
that is either 64MB or 128MB. Sector sizes are generally 128KB.
Out of curiosity, how does XES and TQM's flash size affect what
Freescale does for its reference platforms? XES's preference would be
to maintain the current 512KB size to maintain continuity with
documentation, programming scripts, fdts, etc.
Would it be possible to trim down some of the enabled config options in
the larger Freescale boards? The XPedite5370 (mpc8572-based board) has
quite a few features enabled, and it has a lot of room to spare:
text data bss dec hex filename
307948 26920 37384 372252 5ae1c u-boot
Best,
Peter
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] how big is the NOR flash on 85xx boards?
2009-08-10 19:07 [U-Boot] how big is the NOR flash on 85xx boards? Kumar Gala
2009-08-10 19:26 ` Peter Tyser
@ 2009-08-10 19:48 ` Wolfgang Denk
2009-08-10 20:17 ` Kumar Gala
1 sibling, 1 reply; 6+ messages in thread
From: Wolfgang Denk @ 2009-08-10 19:48 UTC (permalink / raw)
To: u-boot
Dear Kumar Gala,
In message <F424A9E6-AFF8-40F0-B134-92031A12568E@kernel.crashing.org> you wrote:
> I was wondering if we can see how big the NOR flash is on the XES &
> TQM boards.
Including the old MPC8xx? They usually have 4 or 8 MB NOR.
Anything else usually has 32...128 MB.
If I remember correctly, there are configurations of the TQM8548 with
4 GB NOR flash - no kidding.
Why do you ask?
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
Do you suppose the reason the ends of the `Intel Inside' logo don't
match up is that it was drawn on a Pentium?
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] how big is the NOR flash on 85xx boards?
2009-08-10 19:48 ` Wolfgang Denk
@ 2009-08-10 20:17 ` Kumar Gala
2009-08-10 21:25 ` Wolfgang Denk
0 siblings, 1 reply; 6+ messages in thread
From: Kumar Gala @ 2009-08-10 20:17 UTC (permalink / raw)
To: u-boot
On Aug 10, 2009, at 2:48 PM, Wolfgang Denk wrote:
> Dear Kumar Gala,
>
> In message <F424A9E6-AFF8-40F0-
> B134-92031A12568E at kernel.crashing.org> you wrote:
>> I was wondering if we can see how big the NOR flash is on the XES &
>> TQM boards.
>
> Including the old MPC8xx? They usually have 4 or 8 MB NOR.
>
> Anything else usually has 32...128 MB.
>
> If I remember correctly, there are configurations of the TQM8548 with
> 4 GB NOR flash - no kidding.
>
> Why do you ask?
I'm asking this just see if we bump up in size if it should be to 768k
or 1M. While this doesn't directly impact the TQM or XES boards I
just wanted to get a sense of how much flash people are putting on
boards today to see if 1M is a burden or in the noise w/regards to the
size of things.
My desire is if we support a different size on 8536DS that its a size
other boards would be ok with if they needed to grow.
- k
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] how big is the NOR flash on 85xx boards?
2009-08-10 20:17 ` Kumar Gala
@ 2009-08-10 21:25 ` Wolfgang Denk
2009-08-10 21:35 ` Kumar Gala
0 siblings, 1 reply; 6+ messages in thread
From: Wolfgang Denk @ 2009-08-10 21:25 UTC (permalink / raw)
To: u-boot
Dear Kumar Gala,
In message <07DA25C3-1F4F-431E-BF8A-61C11CD4113B@kernel.crashing.org> you wrote:
>
> I'm asking this just see if we bump up in size if it should be to 768k
> or 1M. While this doesn't directly impact the TQM or XES boards I
> just wanted to get a sense of how much flash people are putting on
> boards today to see if 1M is a burden or in the noise w/regards to the
> size of things.
So far we have many systems that are well below 256 kB. 512 kB al-
ready seems to a a LOT for just a boot loader. Yes, features like UBI
and graphics support cost a price, but these are still non-standard,
right?
> My desire is if we support a different size on 8536DS that its a size
> other boards would be ok with if they needed to grow.
I think this is only a Freescale internal issue.
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
Inside every old person is a young person wondering what happened.
- Terry Pratchett, _Moving Pictures_
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] how big is the NOR flash on 85xx boards?
2009-08-10 21:25 ` Wolfgang Denk
@ 2009-08-10 21:35 ` Kumar Gala
0 siblings, 0 replies; 6+ messages in thread
From: Kumar Gala @ 2009-08-10 21:35 UTC (permalink / raw)
To: u-boot
On Aug 10, 2009, at 4:25 PM, Wolfgang Denk wrote:
> Dear Kumar Gala,
>
> In message <07DA25C3-1F4F-431E-
> BF8A-61C11CD4113B at kernel.crashing.org> you wrote:
>>
>> I'm asking this just see if we bump up in size if it should be to
>> 768k
>> or 1M. While this doesn't directly impact the TQM or XES boards I
>> just wanted to get a sense of how much flash people are putting on
>> boards today to see if 1M is a burden or in the noise w/regards to
>> the
>> size of things.
>
> So far we have many systems that are well below 256 kB. 512 kB al-
> ready seems to a a LOT for just a boot loader. Yes, features like UBI
> and graphics support cost a price, but these are still non-standard,
> right?
>
>> My desire is if we support a different size on 8536DS that its a size
>> other boards would be ok with if they needed to grow.
>
> I think this is only a Freescale internal issue.
And thus my desire is to just disable BEDBUG as its not something we
really use and its anywhere near correct for e500. I'm not even sure
how it got enabled. Its also a little weird in that its enabled based
on having PCI enabled:
#if defined(CONFIG_PCI)
#define CONFIG_CMD_PCI
#define CONFIG_CMD_BEDBUG
#define CONFIG_CMD_NET
#define CONFIG_CMD_SCSI
#define CONFIG_CMD_EXT2
#endif
- k
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2009-08-10 21:35 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-10 19:07 [U-Boot] how big is the NOR flash on 85xx boards? Kumar Gala
2009-08-10 19:26 ` Peter Tyser
2009-08-10 19:48 ` Wolfgang Denk
2009-08-10 20:17 ` Kumar Gala
2009-08-10 21:25 ` Wolfgang Denk
2009-08-10 21:35 ` Kumar Gala
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox