From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Sun, 20 May 2012 22:49:23 +0200 Subject: [U-Boot] Pull request: nand flash In-Reply-To: <20120518232351.GA523@tyr.buserror.net> References: <20120518232351.GA523@tyr.buserror.net> Message-ID: <20120520204923.5F41A20648D@gemini.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Scott Wood, In message <20120518232351.GA523@tyr.buserror.net> you wrote: > The following changes since commit f50bf50d7f6f99c5ad4666d63a7eef43d3940500: > > Improve MAKEALL parallel builds (2012-05-18 13:49:04 +0200) > > are available in the git repository at: > git://git.denx.de/u-boot-nand-flash.git master > > Heiko Schocher (1): > mtd, nand: move some printfs to debug output. > > Liu, Wentao (1): > nand_util: correct YAFFS image write function > > Prabhakar Kushwaha (2): > driver/mtd: IFC NAND: Add support of ONFI NAND flash > driver/mtd:IFC: Fix possible memory leak > > Scott Wood (2): > nand: extend .raw accesses to work on multiple pages > powerpc/85xx: fix NAND boot linker scripts for -fpic > > Stefan Roese (1): > NAND: Remove ONFI detection message to from bootup log > > arch/powerpc/cpu/mpc85xx/u-boot-nand.lds | 5 +- > arch/powerpc/cpu/mpc85xx/u-boot-nand_spl.lds | 4 +- > common/cmd_nand.c | 95 +++++++++++++++++++------- > doc/README.nand | 16 ++-- > drivers/mtd/nand/fsl_ifc_nand.c | 22 +++++-- > drivers/mtd/nand/nand_base.c | 5 +- > drivers/mtd/nand/nand_bbt.c | 13 ++-- > drivers/mtd/nand/nand_util.c | 2 +- > 8 files changed, 113 insertions(+), 49 deletions(-) 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 "No proper program contains an indication which as an operator- applied occurrence identifies an operator-defining occurrence which as an indication-applied occurrence identifies an indication-defining occurrence different from the one identified by the given indication as an indication-applied occurrence." - ALGOL 68 Report