From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Tue, 2 Aug 2011 11:12:08 -0500 Subject: [U-Boot] [PATCH V8 4/9] spl: add NAND Library to new SPL In-Reply-To: <1312300757-9039-5-git-send-email-simonschwarzcor@gmail.com> References: <1311958421-9607-1-git-send-email-simonschwarzcor@gmail.com> <1312300757-9039-1-git-send-email-simonschwarzcor@gmail.com> <1312300757-9039-5-git-send-email-simonschwarzcor@gmail.com> Message-ID: <20110802111208.77f3a01c@schlenkerla.am.freescale.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 2 Aug 2011 17:59:12 +0200 Simon Schwarz 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