public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] P30 Flash drivers in u-bbot
@ 2006-05-15 16:19 Jayasri Sangu
  2006-05-16 11:44 ` Stefan Roese
  2006-05-16 16:13 ` Wolfgang Denk
  0 siblings, 2 replies; 5+ messages in thread
From: Jayasri Sangu @ 2006-05-15 16:19 UTC (permalink / raw)
  To: u-boot

Hi ,

    We are using u-boot as bootloader for our mpc8260 board. At present the board uses  28F320C3 intel flash and it works fine.

Now we want to upgrade the flash to Intel P30 strata flash. Does U-boot have already drivers for that or do we need to write driver to support new flash.

Thanks
Sri  

Come see us at CommunicAsia 2006 http://www.communicasia.com/
June 20-23, 2006 in Singapore at the US International Pavilion booth 6F1-03

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

* [U-Boot-Users] P30 Flash drivers in u-bbot
  2006-05-15 16:19 Jayasri Sangu
@ 2006-05-16 11:44 ` Stefan Roese
  2006-05-16 16:13 ` Wolfgang Denk
  1 sibling, 0 replies; 5+ messages in thread
From: Stefan Roese @ 2006-05-16 11:44 UTC (permalink / raw)
  To: u-boot

Hi Sri,

On Monday 15 May 2006 18:19, Jayasri Sangu wrote:
>     We are using u-boot as bootloader for our mpc8260 board. At present the
> board uses  28F320C3 intel flash and it works fine.
>
> Now we want to upgrade the flash to Intel P30 strata flash. Does U-boot
> have already drivers for that or do we need to write driver to support new
> flash.

The U-Boot common CFI flash driver supports CFI compliant flash devices. And 
yes, the Intel P30 strata flash is know to be working with this driver.

Best regards,
Stefan

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

* [U-Boot-Users] P30 Flash drivers in u-bbot
  2006-05-15 16:19 Jayasri Sangu
  2006-05-16 11:44 ` Stefan Roese
@ 2006-05-16 16:13 ` Wolfgang Denk
  1 sibling, 0 replies; 5+ messages in thread
From: Wolfgang Denk @ 2006-05-16 16:13 UTC (permalink / raw)
  To: u-boot

In message <E76D631A87C2874E895D1639A1CEDB962AF957@aae-exchange.aaesys.com> you wrote:
> 
>     We are using u-boot as bootloader for our mpc8260 board. At present
> the board uses  28F320C3 intel flash and it works fine.
> 
> Now we want to upgrade the flash to Intel P30 strata flash. Does U-boot
> have already drivers for that or do we need to write driver to support
> new flash.

Please check yourself - is the P30 CFI conforming? Is  it  listed  in
include/flash.h ?

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
Our business is run on trust.  We trust you will pay in advance.

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

* [U-Boot-Users] P30 Flash drivers in u-bbot
@ 2006-05-16 17:34 Jayasri Sangu
  2006-05-16 19:49 ` Stefan Roese
  0 siblings, 1 reply; 5+ messages in thread
From: Jayasri Sangu @ 2006-05-16 17:34 UTC (permalink / raw)
  To: u-boot

Hi Stefan,

     I found strataflash driver in u-boot which is cfi compliant. Can I use that?
I tested the strataflash driver on other CFI compliant flash and it works, but the flash is listed in include/flash.h.

The P30 flash is not listed in include/flash.h. 

Thanks
Sri


Come see us at CommunicAsia 2006 http://www.communicasia.com/
June 20-23, 2006 in Singapore at the US International Pavilion booth 6F1-03


-----Original Message-----
From: Stefan Roese [mailto:sr at denx.de]
Sent: Tuesday, May 16, 2006 4:45 AM
To: u-boot-users at lists.sourceforge.net
Cc: Jayasri Sangu
Subject: Re: [U-Boot-Users] P30 Flash drivers in u-bbot


Hi Sri,

On Monday 15 May 2006 18:19, Jayasri Sangu wrote:
>     We are using u-boot as bootloader for our mpc8260 board. At present the
> board uses  28F320C3 intel flash and it works fine.
>
> Now we want to upgrade the flash to Intel P30 strata flash. Does U-boot
> have already drivers for that or do we need to write driver to support new
> flash.

The U-Boot common CFI flash driver supports CFI compliant flash devices. And 
yes, the Intel P30 strata flash is know to be working with this driver.

Best regards,
Stefan

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

* [U-Boot-Users] P30 Flash drivers in u-bbot
  2006-05-16 17:34 [U-Boot-Users] P30 Flash drivers in u-bbot Jayasri Sangu
@ 2006-05-16 19:49 ` Stefan Roese
  0 siblings, 0 replies; 5+ messages in thread
From: Stefan Roese @ 2006-05-16 19:49 UTC (permalink / raw)
  To: u-boot

Hi Sri,

On Tuesday 16 May 2006 19:34, Jayasri Sangu wrote:
>      I found strataflash driver in u-boot which is cfi compliant. Can I use
> that? I tested the strataflash driver on other CFI compliant flash and it
> works, but the flash is listed in include/flash.h.
>
> The P30 flash is not listed in include/flash.h.

I was not talking about the strataflash driver which is available in multiple 
board directories. Please take a look at the common CFI flash driver 
(drivers/cfi_flash.c). You can "clone" it's configuration for example from 
the p3p440 board (include/configs/p3p440.h). Then you can drop your board 
specific strataflash driver.

And please stop top-posting!

Best regards,
Stefan

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

end of thread, other threads:[~2006-05-16 19:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-16 17:34 [U-Boot-Users] P30 Flash drivers in u-bbot Jayasri Sangu
2006-05-16 19:49 ` Stefan Roese
  -- strict thread matches above, loose matches on Subject: below --
2006-05-15 16:19 Jayasri Sangu
2006-05-16 11:44 ` Stefan Roese
2006-05-16 16:13 ` Wolfgang Denk

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