[U-Boot] arm: at91: Add support for DENX MA5D4 SoM and EVK

Andreas Bießmann andreas.devel at googlemail.com
Thu Feb 18 22:27:33 CET 2016


Dear Marek Vasut,

Marek Vasut <marex at denx.de> writes:
>Add support for DENX MA5D4 SoM and MA5D4EVK board, based on the
>Atmel SAMA5D4 SoC. The SoM contains the SoC, eMMC, SPI NOR, SPI
>CAN controllers and DRAM, the baseboard contains UART connectors,
>ethernet port, microSD slot, LCD header, 2x CAN connector and a
>lot of expansion headers.
>
>Signed-off-by: Marek Vasut <marex at denx.de>
>Cc: Andreas Bießmann <andreas.devel at googlemail.com>
>Reviewed-by: Heiko Schocher <hs at denx.de>
>Reviewed-by: Andreas Bießmann <andreas.devel at googlemail.com>
>---
>V2: Remove the BDI commands, that was just a development remnant
>---
> arch/arm/mach-at91/Kconfig      |   6 +
> board/denx/ma5d4evk/Kconfig     |  12 ++
> board/denx/ma5d4evk/MAINTAINERS |   6 +
> board/denx/ma5d4evk/Makefile    |   7 +
> board/denx/ma5d4evk/ma5d4evk.c  | 412 ++++++++++++++++++++++++++++++++++++++++
> configs/ma5d4evk_defconfig      |  11 ++
> include/configs/ma5d4evk.h      | 255 +++++++++++++++++++++++++
> 7 files changed, 709 insertions(+)
> create mode 100644 board/denx/ma5d4evk/Kconfig
> create mode 100644 board/denx/ma5d4evk/MAINTAINERS
> create mode 100644 board/denx/ma5d4evk/Makefile
> create mode 100644 board/denx/ma5d4evk/ma5d4evk.c
> create mode 100644 configs/ma5d4evk_defconfig
> create mode 100644 include/configs/ma5d4evk.h

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

Best regards,
Andreas Bießmann


More information about the U-Boot mailing list