All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Andreas Bießmann" <andreas.devel@googlemail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [U-Boot,v4,3/3] ARM: atmel: add sama5d4ek board support
Date: Mon, 17 Nov 2014 13:17:16 +0100	[thread overview]
Message-ID: <1416226636-24994-1-git-send-email-andreas.devel@googlemail.com> (raw)
In-Reply-To: <1415604242-29685-4-git-send-email-voice.shen@atmel.com> from Bo Shen on Mon, 10 Nov 2014 15:24:02 +0800

Dear Bo Shen,

Bo Shen <voice.shen@atmel.com> writes:
>The code for this board supports following features:
>  - Boot media support: NAND flash/SD card/SPI flash
>  - Support LCD display
>  - Support ethernet
>  - Support USB mass storage
>
>Signed-off-by: Bo Shen <voice.shen@atmel.com>
>---
>
>Changes in v4:
>  - rebase to the mainline master (11ada92)
>  - Select CPU_V7 in Kconfig.
>  - Drop CONFIG_ARMV7 in board head file.
>Series-changes: 3
>  - Rewrite the h32mxdiv related code according to Andreas's suggestion.
>Series-changes: 2
>  - Add sama5d4_devices.c to hold soc related code (e.g: get_cpu_name)
>  - rewrite the clock with H32MXDIV
>
>Changes in v2: None
>
> arch/arm/Kconfig                          |   5 +
> arch/arm/cpu/armv7/at91/Makefile          |   1 +
> arch/arm/cpu/armv7/at91/sama5d4_devices.c |  30 +++
> arch/arm/cpu/armv7/at91/timer.c           |   3 +-
> arch/arm/include/asm/arch-at91/at91_pmc.h |   8 +-
> arch/arm/include/asm/arch-at91/clk.h      |  48 ++++-
> arch/arm/include/asm/arch-at91/hardware.h |   2 +
> arch/arm/include/asm/arch-at91/sama5d4.h  | 206 +++++++++++++++++++
> board/atmel/sama5d4ek/Kconfig             |  18 ++
> board/atmel/sama5d4ek/MAINTAINERS         |   8 +
> board/atmel/sama5d4ek/Makefile            |   8 +
> board/atmel/sama5d4ek/sama5d4ek.c         | 317 ++++++++++++++++++++++++++++++
> configs/sama5d4ek_mmc_defconfig           |   3 +
> configs/sama5d4ek_nandflash_defconfig     |   3 +
> configs/sama5d4ek_spiflash_defconfig      |   3 +
> include/configs/sama5d4ek.h               | 214 ++++++++++++++++++++
> 16 files changed, 868 insertions(+), 9 deletions(-)
> create mode 100644 arch/arm/cpu/armv7/at91/sama5d4_devices.c
> 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

applied to u-boot-atmel/master, thanks!

Best regards,
Andreas Bie?mann

  reply	other threads:[~2014-11-17 12:17 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-10  7:23 [U-Boot] [PATCH v4 0/3] ARM: atmel: add sama5d4ek board support Bo Shen
2014-11-10  7:24 ` [U-Boot] [PATCH v4 1/3] mtd: atmel_nand: runtime to build gf table for pmecc Bo Shen
2014-11-17 12:16   ` [U-Boot] [U-Boot,v4,1/3] " Andreas Bießmann
2014-11-10  7:24 ` [U-Boot] [PATCH v4 2/3] net: macb: enable GMAC IP without GE feature support Bo Shen
2014-11-17 12:17   ` [U-Boot] [U-Boot,v4,2/3] " Andreas Bießmann
2014-11-10  7:24 ` [U-Boot] [PATCH v4 3/3] ARM: atmel: add sama5d4ek board support Bo Shen
2014-11-17 12:17   ` Andreas Bießmann [this message]
2014-11-20  9:45   ` Masahiro Yamada
2014-11-20  9:54     ` Bo Shen

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=1416226636-24994-1-git-send-email-andreas.devel@googlemail.com \
    --to=andreas.devel@googlemail.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.