[U-Boot] [PATCH V8 4/9] spl: add NAND Library to new SPL

Scott Wood scottwood at freescale.com
Tue Aug 2 18:12:08 CEST 2011


On Tue, 2 Aug 2011 17:59:12 +0200
Simon Schwarz <simonschwarzcor at googlemail.com> wrote:

> V8 changes:
> CHG: Added CONFIG_SPL_NAND_SIMPLE
> DEL nand_spl_read_page is replaced by nand_spl_load_image with size=page size
> 
> Transition from V1 to V2 also includes that this patch is now based on
> - the new SPL layout by Aneesh V and Daniel Schwierzeck
> - the OMAP4 SPL patches by Aneesh V
> 
> This Patch is related to "[U-Boot,4/5] devkit8000 nand_spl: Add SPL NAND support
> to omap_gpmc driver"
> (http://article.gmane.org/gmane.comp.boot-loaders.u-boot/102115) in V1
> ---
>  doc/README.SPL               |    1 +
>  drivers/mtd/nand/Makefile    |   10 ++++++++--
>  drivers/mtd/nand/nand_base.c |    4 ++--
>  drivers/mtd/nand/omap_gpmc.c |   27 +++++++++++++++++++++++++++
>  include/nand.h               |    5 ++++-
>  spl/Makefile                 |    1 +
>  6 files changed, 43 insertions(+), 5 deletions(-)

nand_spl_simple.c is missing again. :-)

-Scott



More information about the U-Boot mailing list