From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Schocher Date: Thu, 11 Feb 2016 06:52:20 +0100 Subject: [U-Boot] [PATCH] arm: at91: Add support for DENX MA5D4 SoM and EVK In-Reply-To: <1455140499-5117-1-git-send-email-marex@denx.de> References: <1455140499-5117-1-git-send-email-marex@denx.de> Message-ID: <56BC2194.4080209@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Marek, added Andreas to cc as he is the at91 custodian. Am 10.02.2016 um 22:41 schrieb Marek Vasut: > 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 > Cc: Andreas Bie?mann > --- > 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 | 417 ++++++++++++++++++++++++++++++++++++++++ > configs/ma5d4evk_defconfig | 11 ++ > include/configs/ma5d4evk.h | 255 ++++++++++++++++++++++++ > 7 files changed, 714 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 just some nitpick ;-) [...] > diff --git a/board/denx/ma5d4evk/ma5d4evk.c b/board/denx/ma5d4evk/ma5d4evk.c > new file mode 100644 > index 0000000..d1a550e > --- /dev/null > +++ b/board/denx/ma5d4evk/ma5d4evk.c > @@ -0,0 +1,417 @@ > +/* > + * Copyright (C) 2015 Marek Vasut > + * > + * SPDX-License-Identifier: GPL-2.0+ > + */ > + > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > + > +DECLARE_GLOBAL_DATA_PTR; > + > +/* > + * re h ; load 0x200000 ma5d4evk/u-boot-spl.bin BIN ; go 0x200000 > + * h ; load 0x26f00000 ma5d4evk/u-boot.bin BIN ; go 0x26f00000 > + */ ;-) Maybe a comment that this are the magic commands in the BDI for starting the generated images would be helpful. And plan is to switch to CONFIG_DM for all boards (I know, I did not started with this job for "my" boards ...)... do you have plans/time for switching (or may you use it already and i just overseen it)? Beside of this: Reviewed-by: Heiko Schocher bye, Heiko -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany