All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bo Shen <voice.shen@atmel.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 3/3] ARM: atmel: add sama5d4ek board support
Date: Thu, 6 Nov 2014 14:21:26 +0800	[thread overview]
Message-ID: <545B1366.1080807@atmel.com> (raw)
In-Reply-To: <20141106151303.7120.AA925319@jp.panasonic.com>

Hi Masahiro,

On 11/06/2014 02:13 PM, Masahiro Yamada wrote:
>
> On Wed, 29 Oct 2014 13:12:06 +0800
> Bo Shen <voice.shen@atmel.com> wrote:
>
>> The code for this board supports following features:
>>    - Boot media support: NAND flash/SD card/SPI flash
>>    - Support LCD display
>>    - Support ethernet
>>    - Support USB mass storage
>>
>> Signed-off-by: Bo Shen <voice.shen@atmel.com>
>> ---
>
>> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
>> index 8f910f3..8234eb6 100644
>> --- a/arch/arm/Kconfig
>> +++ b/arch/arm/Kconfig
>> @@ -330,6 +330,9 @@ config TARGET_SAMA5D3_XPLAINED
>>   config TARGET_SAMA5D3XEK
>>   	bool "Support sama5d3xek"
>>
>> +config TARGET_SAMA5D4EK
>> +	bool "Support sama5d4ek"
>> +
>>   config TARGET_BCM28155_AP
>>   	bool "Support bcm28155_ap"
>>
>
> When you rebase this patch,
> please make sure to add "select CPU_V7"

OK, thanks.

>
>> diff --git a/arch/arm/include/asm/arch-at91/sama5d4.h b/arch/arm/include/asm/arch-at91/sama5d4.h
>> new file mode 100644
>> index 0000000..6ebd38a
>> --- /dev/null
>> +++ b/arch/arm/include/asm/arch-at91/sama5d4.h
>> @@ -0,0 +1,207 @@
>> +/*
>> + * Chip-specific header file for the SAMA5D4 SoC
>> + *
>> + * Copyright (C) 2014 Atmel
>> + *		      Bo Shen <voice.shen@atmel.com>
>> + *
>> + * SPDX-License-Identifier:     GPL-2.0+
>> + */
>> +
>> +#ifndef __SAMA5D4_H
>> +#define __SAMA5D4_H
>> +
>> +/*
>> + * defines to be used in other places
>> + */
>> +#define CONFIG_ARMV7		/* ARM Cortex-A5 Core */
>
> If you have a chance to send the next version,
> I recommend to drop the CONFIG_ARMV7 define.

Thanks for remind this.

> I am removing this macro.
> http://patchwork.ozlabs.org/patch/407305/
>
>
> Best Regards
> Masahiro Yamada
>

Best Regards,
Bo Shen

      reply	other threads:[~2014-11-06  6:21 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-29  5:12 [U-Boot] [PATCH v3 0/3] ARM: atmel: add sama5d4ek board support Bo Shen
2014-10-29  5:12 ` [U-Boot] [PATCH v3 1/3] mtd: atmel_nand: runtime to build gf table for pmecc Bo Shen
2014-10-29  5:12 ` [U-Boot] [PATCH v3 2/3] net: macb: enable GMAC IP without GE feature support Bo Shen
2014-10-29  5:12 ` [U-Boot] [PATCH v3 3/3] ARM: atmel: add sama5d4ek board support Bo Shen
2014-11-06  6:13   ` Masahiro Yamada
2014-11-06  6:21     ` Bo Shen [this message]

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=545B1366.1080807@atmel.com \
    --to=voice.shen@atmel.com \
    --cc=u-boot@lists.denx.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.