public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Igor Grinberg <grinberg@compulab.co.il>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v1 0/7] TI: armv7: add parallel NAND support
Date: Sun, 06 Jul 2014 10:35:14 +0300	[thread overview]
Message-ID: <53B8FC32.2070803@compulab.co.il> (raw)
In-Reply-To: <1404500717-775-1-git-send-email-pekon@ti.com>

Hi Pekon,

On 07/04/14 22:05, Pekon Gupta wrote:
> This patch series adds support for parallel NAND devices support connected via
> GPMC chip-select on various boards belonging to AM33xx and OMAPx platforms.
> This series also moves some board specific CONFIG_NAND_xx from generic files
> to individual files.
> 
> Tested using: ./MAKEALL -s am33xx -s omap3 -s oamp4 -s omap5
> 	works fine except for am335x_boneblack_vboot
> 	build breaks for am335x_boneblack_vboot for un-related reasons
> 		u-boot/scripts/dtc-version.sh: line 17: dtc: command not found

This is obvious, apparently beagle bone black wants to use the DT for U-Boot
and you don't have dtc installed or it is not in your PATH.

> 	
> 
> Pekon Gupta (7):
>   TI: armv7: move board specific NAND configs out from ti_armv7_common.h
>     and ti_am335x_common.h
>   board/ti/am335x: add support for beaglebone NAND cape
>   arm: lib: continue board_init_r even if valid flash device is not
>     detected
>   board/ti/am335x: add support for beaglebone NOR Cape
>   board/ti/am335x: update configs for parallel NAND
>   board/ti/am43xx: add support for parallel NAND
>   board/ti/dra7xx: add support for parallel NAND
> 
>  arch/arm/lib/board.c               |   7 +-
>  board/ti/am335x/mux.c              | 149 ++++++++++++++++++-------------------
>  board/ti/am43xx/board.c            |   1 +
>  board/ti/am43xx/mux.c              |  42 +++++++++++
>  board/ti/dra7xx/mux_data.h         |  30 ++++++++
>  boards.cfg                         |   4 +-
>  doc/README.nand                    |  12 +++
>  include/configs/am335x_evm.h       |  64 +++++++++-------
>  include/configs/am43xx_evm.h       |  70 +++++++++++++++++
>  include/configs/cm_t335.h          |  10 +++
>  include/configs/dra7xx_evm.h       |  58 ++++++++++++++-
>  include/configs/omap3_beagle.h     |   6 ++
>  include/configs/omap3_igep00x0.h   |   9 +++
>  include/configs/omap3_overo.h      |   8 ++
>  include/configs/omap3_zoom1.h      |   7 ++
>  include/configs/pengwyn.h          |   7 ++
>  include/configs/ti_am335x_common.h |   4 -
>  include/configs/ti_armv7_common.h  |   9 ---
>  18 files changed, 369 insertions(+), 128 deletions(-)
> 

-- 
Regards,
Igor.

  parent reply	other threads:[~2014-07-06  7:35 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-04 19:05 [U-Boot] [PATCH v1 0/7] TI: armv7: add parallel NAND support Pekon Gupta
2014-07-04 19:05 ` [U-Boot] [PATCH v1 1/7] TI: armv7: move board specific NAND configs out from ti_armv7_common.h and ti_am335x_common.h Pekon Gupta
2014-07-14 21:30   ` Tom Rini
2014-07-04 19:05 ` [U-Boot] [PATCH v1 2/7] board/ti/am335x: add support for beaglebone NAND cape Pekon Gupta
2014-07-16 20:02   ` Tom Rini
2014-07-21  6:12     ` Gupta, Pekon
2014-07-04 19:05 ` [U-Boot] [PATCH v1 3/7] arm: lib: continue board_init_r even if valid flash device is not detected Pekon Gupta
2014-07-16 20:07   ` Tom Rini
2014-07-04 19:05 ` [U-Boot] [PATCH v1 4/7] board/ti/am335x: add support for beaglebone NOR Cape Pekon Gupta
2014-07-16 20:06   ` Tom Rini
2014-07-21 10:27     ` Gupta, Pekon
2014-07-04 19:05 ` [U-Boot] [PATCH v1 5/7] board/ti/am335x: update configs for parallel NAND Pekon Gupta
2014-07-04 19:05 ` [U-Boot] [PATCH v1 6/7] board/ti/am43xx: add support " Pekon Gupta
2014-07-16 20:14   ` Tom Rini
2014-07-04 19:05 ` [U-Boot] [PATCH v1 7/7] board/ti/dra7xx: " Pekon Gupta
2014-07-16 20:20   ` Tom Rini
2014-07-17 10:59     ` Gupta, Pekon
2014-07-17 12:57       ` Tom Rini
2014-07-06  7:35 ` Igor Grinberg [this message]
2014-07-07  6:35   ` [U-Boot] [PATCH v1 0/7] TI: armv7: add parallel NAND support Gupta, Pekon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=53B8FC32.2070803@compulab.co.il \
    --to=grinberg@compulab.co.il \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox