From: Bo Shen <voice.shen@atmel.com>
To: s.hauer@pengutronix.de
Cc: barebox@lists.infradead.org
Subject: [PATCH v2 0/4] ARM: at91: add sama5d4ek board support
Date: Tue, 23 Sep 2014 16:29:14 +0800 [thread overview]
Message-ID: <1411460958-27491-1-git-send-email-voice.shen@atmel.com> (raw)
This patch series add Atmel new SoC SAMA5D4 support, which embedded
the Cortex-A5 core.
This patch series also add the EK board base on SAMA5D4 SoC support.
Changes in v2:
- Using clkdev_add_physbase for GPIO clock.
- Using multi line for #define which make it readable.
- Correct the configuration for GEM with only FE feature enable.
Bo Shen (4):
net: macb: enable GEM with only FE feature
ARM: at91: add sama5d4 soc support #1
ARM: at91: add sama5d4 soc support #2
ARM: at91: add sama5d4ek board support
arch/arm/boards/Makefile | 1 +
arch/arm/boards/sama5d4ek/Makefile | 1 +
arch/arm/boards/sama5d4ek/env/bin/init_board | 15 +
arch/arm/boards/sama5d4ek/env/config | 42 +++
arch/arm/boards/sama5d4ek/sama5d4ek.c | 317 +++++++++++++++++
arch/arm/configs/sama5d4ek_defconfig | 85 +++++
arch/arm/mach-at91/Kconfig | 26 ++
arch/arm/mach-at91/Makefile | 2 +
arch/arm/mach-at91/clock.c | 58 +++-
arch/arm/mach-at91/clock.h | 2 +-
arch/arm/mach-at91/include/mach/at91_pmc.h | 1 +
arch/arm/mach-at91/include/mach/cpu.h | 28 ++
arch/arm/mach-at91/include/mach/hardware.h | 4 +
arch/arm/mach-at91/include/mach/sama5d4.h | 134 ++++++++
arch/arm/mach-at91/sam9_smc.c | 24 +-
arch/arm/mach-at91/sama5d4.c | 304 ++++++++++++++++
arch/arm/mach-at91/sama5d4_devices.c | 495 +++++++++++++++++++++++++++
arch/arm/mach-at91/setup.c | 41 ++-
arch/arm/mach-at91/soc.h | 5 +
drivers/net/macb.c | 6 +-
20 files changed, 1568 insertions(+), 23 deletions(-)
create mode 100644 arch/arm/boards/sama5d4ek/Makefile
create mode 100644 arch/arm/boards/sama5d4ek/env/bin/init_board
create mode 100644 arch/arm/boards/sama5d4ek/env/config
create mode 100644 arch/arm/boards/sama5d4ek/sama5d4ek.c
create mode 100644 arch/arm/configs/sama5d4ek_defconfig
create mode 100644 arch/arm/mach-at91/include/mach/sama5d4.h
create mode 100644 arch/arm/mach-at91/sama5d4.c
create mode 100644 arch/arm/mach-at91/sama5d4_devices.c
--
2.1.0.24.g4109c28
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2014-09-23 8:29 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-23 8:29 Bo Shen [this message]
2014-09-23 8:29 ` [PATCH v2 1/4] net: macb: enable GEM with only FE feature Bo Shen
2014-09-23 8:29 ` [PATCH v2 2/4] ARM: at91: add sama5d4 soc support #1 Bo Shen
2014-09-23 8:29 ` [PATCH v2 3/4] ARM: at91: add sama5d4 soc support #2 Bo Shen
2014-09-23 8:29 ` [PATCH v2 4/4] ARM: at91: add sama5d4ek board support Bo Shen
2014-09-24 4:47 ` [PATCH v2 0/4] " Sascha Hauer
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=1411460958-27491-1-git-send-email-voice.shen@atmel.com \
--to=voice.shen@atmel.com \
--cc=barebox@lists.infradead.org \
--cc=s.hauer@pengutronix.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