From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bo Shen Date: Mon, 10 Feb 2014 11:25:35 +0800 Subject: [U-Boot] [PATCH] ARM: atmel: add sama5d3 Xplained board support In-Reply-To: <20140209111328.A272D380ECC@gemini.denx.de> References: <1391932359-23520-1-git-send-email-voice.shen@atmel.com> <20140209111328.A272D380ECC@gemini.denx.de> Message-ID: <52F846AF.10007@atmel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Wolfgang Denk, On 02/09/2014 07:13 PM, Wolfgang Denk wrote: > Dear Bo Shen, > > In message <1391932359-23520-1-git-send-email-voice.shen@atmel.com> you wrote: >> Add sama5d3 Xplained board support which use Atmel SAMA5D36 SoC. >> Now it supports boot from NAND flash and SD/MMC card. >> Features support: >> - NAND flash >> - SD/MMC card >> - Two USB hosts >> - Ethernet (one GMAC, one EMAC) >> >> Signed-off-by: Bo Shen >> --- >> >> board/atmel/sama5d3_xplained/Makefile | 15 ++ >> board/atmel/sama5d3_xplained/sama5d3_xplained.c | 130 +++++++++++++++ >> boards.cfg | 2 + >> include/configs/sama5d3_xplained.h | 203 ++++++++++++++++++++++++ >> 4 files changed, 350 insertions(+) >> create mode 100644 board/atmel/sama5d3_xplained/Makefile >> create mode 100644 board/atmel/sama5d3_xplained/sama5d3_xplained.c >> create mode 100644 include/configs/sama5d3_xplained.h > > Can we please stop using the SoC name in the board config name? The > board name is just that: the name of the board. > > Please rename all sama5d3_xplained => xplained This board name is "SAMA5D3 Xplained", while not "Xplained". Using two words as a total as this board name. For the source code, we use low case for these two words and connect with underscore. I think no need to rename. > Thanks. > > Best regards, > > Wolfgang Denk > Best Regards, Bo Shen