[U-Boot] can uboot boot from spi flash?

Hi,
SPI flash seems supported in u-boot after searching it in the mailing list. But can u-boot boot from spi flash?
Thanks, -Shawn.

On Tue, Aug 10, 2010 at 1:08 AM, Shawn Jin wrote:
SPI flash seems supported in u-boot after searching it in the mailing list. But can u-boot boot from spi flash?
it completely depends on your processor. but you never said what processor you're actually using.
u-boot itself has no limitation to prevent booting from spi flash. or really any other flash type. -mike

Dear Shawn Jin,
In message AANLkTinwDPJtgMesXyqK2VMDOvJR-4vO8U8AcdjJpxZE@mail.gmail.com you wrote:
SPI flash seems supported in u-boot after searching it in the mailing list. But can u-boot boot from spi flash?
it completely depends on your processor. =A0but you never said what processor you're actually using.
It's a LPC3131 (ARM926EJ-S) based.
This board is not supported in mainline code, so with the existing code the answer to your question is a clear "no" (lacking all support for this board), or, after somebody ports U-Boot to that system, a "maybe" (depending if the CPU supports that boot mode and the developer decides to support it.
Best regards,
Wolfgang Denk

Hi,
SPI flash seems supported in u-boot after searching it in the mailing list. But can u-boot boot from spi flash?
Thanks, -Shawn. _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot
I do boot one custom MX51EVK board from ATMEL SPI NorFlash using U-BOOT-2010.06. The SPI flash driver works fine, if not mention SPI controller driver.
participants (4)
-
Li Haibo
-
Mike Frysinger
-
Shawn Jin
-
Wolfgang Denk