mbox

[U-Boot] Pull request: nand flash

Message ID 20130226214422.GA15735@home.buserror.net
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://git.denx.de/u-boot-nand-flash.git master

Message

Scott Wood Feb. 26, 2013, 9:44 p.m. UTC
The following changes since commit 47104c37de076e2be35ae1b3d144614f4d24a766:

  MAKEALL: add support for per architecture toolchains (2013-02-20 09:40:34 -0500)

are available in the git repository at:

  git://git.denx.de/u-boot-nand-flash.git master

for you to fetch changes up to a1eac57a2001ecf86a46f520cd85ef8e9c8b3687:

  common/env_nand.c: calculate crc only when readenv was OK (2013-02-22 19:59:53 -0600)

----------------------------------------------------------------
Harvey Chapman (1):
      nand: fix nand read.option parsing

Joe Hershberger (1):
      mtd: nand: Check if NAND is locked tight before lock cmds

Phil Sutter (2):
      env_nand.c: clarify log messages when env reading fails
      common/env_nand.c: calculate crc only when readenv was OK

Vipin Kumar (1):
      imls: Add support to list images in NAND device

 README                       |    3 +-
 common/cmd_bootm.c           |  167 +++++++++++++++++++++++++++++++++++++++++-
 common/cmd_nand.c            |    2 +-
 common/env_nand.c            |   18 +++--
 drivers/mtd/nand/nand_util.c |   19 ++++-
 5 files changed, 197 insertions(+), 12 deletions(-)

Comments

Tom Rini Feb. 28, 2013, 8:25 p.m. UTC | #1
On Tue, Feb 26, 2013 at 03:44:22PM -0600, Scott Wood wrote:

> The following changes since commit 47104c37de076e2be35ae1b3d144614f4d24a766:
> 
>   MAKEALL: add support for per architecture toolchains (2013-02-20 09:40:34 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-nand-flash.git master
> 
> for you to fetch changes up to a1eac57a2001ecf86a46f520cd85ef8e9c8b3687:
> 
>   common/env_nand.c: calculate crc only when readenv was OK (2013-02-22 19:59:53 -0600)
> 
> ----------------------------------------------------------------
> Harvey Chapman (1):
>       nand: fix nand read.option parsing
> 
> Joe Hershberger (1):
>       mtd: nand: Check if NAND is locked tight before lock cmds
> 
> Phil Sutter (2):
>       env_nand.c: clarify log messages when env reading fails
>       common/env_nand.c: calculate crc only when readenv was OK
> 
> Vipin Kumar (1):
>       imls: Add support to list images in NAND device
> 
>  README                       |    3 +-
>  common/cmd_bootm.c           |  167 +++++++++++++++++++++++++++++++++++++++++-
>  common/cmd_nand.c            |    2 +-
>  common/env_nand.c            |   18 +++--
>  drivers/mtd/nand/nand_util.c |   19 ++++-
>  5 files changed, 197 insertions(+), 12 deletions(-)

Applied to u-boot/master, thanks!