[U-Boot-Users] [RFC/PATCH 4/6] SPI Flash subsystem

Wolfgang Denk wd at denx.de
Thu Jun 5 00:06:26 CEST 2008


In message <1210929035-7997-4-git-send-email-haavard.skinnemoen at atmel.com> you wrote:
> This adds a new SPI flash subsystem.
> 
> Currently, only AT45 DataFlash in non-power-of-two mode is supported,
> but some preliminary support for other flash types is in place as
> well.
> 
> Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen at atmel.com>
> ---
>  Makefile                             |    2 +
>  drivers/mtd/spi/Makefile             |   47 +++++
>  drivers/mtd/spi/atmel.c              |  362 ++++++++++++++++++++++++++++++++++
>  drivers/mtd/spi/spi_flash.c          |  162 +++++++++++++++
>  drivers/mtd/spi/spi_flash_internal.h |   45 +++++
>  include/spi_flash.h                  |   70 +++++++
>  6 files changed, 688 insertions(+), 0 deletions(-)
>  create mode 100644 drivers/mtd/spi/Makefile
>  create mode 100644 drivers/mtd/spi/atmel.c
>  create mode 100644 drivers/mtd/spi/spi_flash.c
>  create mode 100644 drivers/mtd/spi/spi_flash_internal.h
>  create mode 100644 include/spi_flash.h

Applied, thanks.

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
The management question ... is not _whether_ to build a pilot  system
and  throw  it away. You _will_ do that. The only question is whether
to plan in advance to build a throwaway, or to promise to deliver the
throwaway to customers.       - Fred Brooks, "The Mythical Man Month"




More information about the U-Boot mailing list