All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/3] ARM: atmel: add sama5d4ek board support
Date: Fri, 19 Sep 2014 10:10:32 +0200	[thread overview]
Message-ID: <541BE4F8.2080102@atmel.com> (raw)
In-Reply-To: <1410854244-30424-1-git-send-email-voice.shen@atmel.com>

On 16/09/2014 09:57, Bo Shen :
> This patch series add sama5d4ek board support which supports
> following features:
>   - Boot media support: NAND flash/SD card/SPI flash
>   - Support LCD display
>   - Support ethernet
>   - Support USB mass storage
> 
> This patch series depends on the series [1]:
> ARM: atmel: use pcr to enable or disable peripheral clock.
> 
> [1] http://patchwork.ozlabs.org/patch/376960/
> 
> 
> Bo Shen (2):
>   net: macb: enable GMAC IP without GE feature support
>   ARM: atmel: add sama5d4ek board support
> 
> Josh Wu (1):
>   atmel_nand: if don't have gf table in rom code we will build it
>     runtime

For the whole series:

Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>

Thanks, best regards,

> 
>  arch/arm/Kconfig                          |   4 +
>  arch/arm/cpu/armv7/at91/timer.c           |   3 +-
>  arch/arm/include/asm/arch-at91/at91_pmc.h |   6 +-
>  arch/arm/include/asm/arch-at91/clk.h      |  29 +++
>  arch/arm/include/asm/arch-at91/hardware.h |   2 +
>  arch/arm/include/asm/arch-at91/sama5d4.h  | 199 ++++++++++++++++++
>  board/atmel/sama5d4ek/Kconfig             |  18 ++
>  board/atmel/sama5d4ek/MAINTAINERS         |   8 +
>  board/atmel/sama5d4ek/Makefile            |  15 ++
>  board/atmel/sama5d4ek/sama5d4ek.c         | 322 ++++++++++++++++++++++++++++++
>  configs/sama5d4ek_mmc_defconfig           |   3 +
>  configs/sama5d4ek_nandflash_defconfig     |   3 +
>  configs/sama5d4ek_spiflash_defconfig      |   3 +
>  drivers/mtd/nand/atmel_nand.c             | 127 +++++++++++-
>  drivers/net/macb.c                        |   8 +-
>  include/configs/sama5d4ek.h               | 215 ++++++++++++++++++++
>  16 files changed, 959 insertions(+), 6 deletions(-)
>  create mode 100644 arch/arm/include/asm/arch-at91/sama5d4.h
>  create mode 100644 board/atmel/sama5d4ek/Kconfig
>  create mode 100644 board/atmel/sama5d4ek/MAINTAINERS
>  create mode 100644 board/atmel/sama5d4ek/Makefile
>  create mode 100644 board/atmel/sama5d4ek/sama5d4ek.c
>  create mode 100644 configs/sama5d4ek_mmc_defconfig
>  create mode 100644 configs/sama5d4ek_nandflash_defconfig
>  create mode 100644 configs/sama5d4ek_spiflash_defconfig
>  create mode 100644 include/configs/sama5d4ek.h
> 


-- 
Nicolas Ferre

      parent reply	other threads:[~2014-09-19  8:10 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-16  7:57 [U-Boot] [PATCH 0/3] ARM: atmel: add sama5d4ek board support Bo Shen
2014-09-16  7:57 ` [U-Boot] [PATCH 1/3] atmel_nand: if don't have gf table in rom code we will build it runtime Bo Shen
2014-10-24 22:22   ` Andreas Bießmann
2014-10-27  1:47     ` Bo Shen
2014-10-27  3:31       ` Josh Wu
2014-10-28  8:05     ` Bo Shen
2014-10-28  9:27       ` Bo Shen
2014-10-28  9:34         ` Andreas Bießmann
2014-09-16  7:57 ` [U-Boot] [PATCH 2/3] net: macb: enable GMAC IP without GE feature support Bo Shen
2014-10-24 22:23   ` Andreas Bießmann
2014-09-16  7:57 ` [U-Boot] [PATCH 3/3] ARM: atmel: add sama5d4ek board support Bo Shen
2014-10-25  0:26   ` Andreas Bießmann
2014-10-27  3:25     ` Bo Shen
2014-09-19  8:10 ` Nicolas Ferre [this message]

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=541BE4F8.2080102@atmel.com \
    --to=nicolas.ferre@atmel.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.