[PATCH v2 0/4] ARM: at91: add sama5d4ek board support
Sascha Hauer
s.hauer at pengutronix.de
Tue Sep 23 21:47:07 PDT 2014
On Tue, Sep 23, 2014 at 04:29:14PM +0800, Bo Shen wrote:
> 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
Applied, thanks
Sascha
>
> 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
>
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
More information about the barebox
mailing list