diff mbox

[U-Boot,v2,2/2] arm: a320: enable tagged list support

Message ID 1305601867-1620-2-git-send-email-ratbert.chuang@gmail.com
State Accepted
Commit fd90b0d0501715531358d8e4ddc5a82fd1782e91
Headers show

Commit Message

Po-Yu Chuang May 17, 2011, 3:11 a.m. UTC
From: Po-Yu Chuang <ratbert@faraday-tech.com>


Signed-off-by: Po-Yu Chuang <ratbert@faraday-tech.com>
---
 include/configs/a320evb.h |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

Comments

Po-Yu Chuang June 9, 2011, 6:35 a.m. UTC | #1
Dear Albert,

On Tue, May 17, 2011 at 11:11 AM, Po-Yu Chuang <ratbert.chuang@gmail.com> wrote:
> From: Po-Yu Chuang <ratbert@faraday-tech.com>
>
>
> Signed-off-by: Po-Yu Chuang <ratbert@faraday-tech.com>
> ---
>  include/configs/a320evb.h |    6 ++++++
>  1 files changed, 6 insertions(+), 0 deletions(-)
>
> diff --git a/include/configs/a320evb.h b/include/configs/a320evb.h
> index f832d52..62913b5 100644
> --- a/include/configs/a320evb.h
> +++ b/include/configs/a320evb.h
> @@ -25,6 +25,12 @@
>  #include <asm/arch/a320.h>
>
>  /*
> + * Linux kernel tagged list
> + */
> +#define CONFIG_CMDLINE_TAG
> +#define CONFIG_SETUP_MEMORY_TAGS
> +
> +/*
>  * CPU and Board Configuration Options
>  */
>  #undef CONFIG_USE_IRQ          /* we don't need IRQ/FIQ stuff */
> --
> 1.6.3.3
>
>

Is it possible to accept this patch series in v2011.06?

[U-Boot,v2,1/2] arm: a320: fix multiline comment style
http://patchwork.ozlabs.org/patch/95847/

[U-Boot,v2,2/2] arm: a320: enable tagged list support
http://patchwork.ozlabs.org/patch/95848/

Best regards,
Po-Yu Chuang
Po-Yu Chuang June 9, 2011, 6:44 a.m. UTC | #2
Dear Albert,

On Thu, Jun 9, 2011 at 2:35 PM, Po-Yu Chuang <ratbert.chuang@gmail.com> wrote:
> Dear Albert,
>
> On Tue, May 17, 2011 at 11:11 AM, Po-Yu Chuang <ratbert.chuang@gmail.com> wrote:
>> From: Po-Yu Chuang <ratbert@faraday-tech.com>
>>
>>
>> Signed-off-by: Po-Yu Chuang <ratbert@faraday-tech.com>
>> ---
>>  include/configs/a320evb.h |    6 ++++++
>>  1 files changed, 6 insertions(+), 0 deletions(-)
>>
>> diff --git a/include/configs/a320evb.h b/include/configs/a320evb.h
>> index f832d52..62913b5 100644
>> --- a/include/configs/a320evb.h
>> +++ b/include/configs/a320evb.h
>> @@ -25,6 +25,12 @@
>>  #include <asm/arch/a320.h>
>>
>>  /*
>> + * Linux kernel tagged list
>> + */
>> +#define CONFIG_CMDLINE_TAG
>> +#define CONFIG_SETUP_MEMORY_TAGS
>> +
>> +/*
>>  * CPU and Board Configuration Options
>>  */
>>  #undef CONFIG_USE_IRQ          /* we don't need IRQ/FIQ stuff */
>> --
>> 1.6.3.3
>>
>>
>
> Is it possible to accept this patch series in v2011.06?
>
> [U-Boot,v2,1/2] arm: a320: fix multiline comment style
> http://patchwork.ozlabs.org/patch/95847/
>
> [U-Boot,v2,2/2] arm: a320: enable tagged list support
> http://patchwork.ozlabs.org/patch/95848/

Just now I noticed that your mail address has changed.
So resend this mail.

Best regards,
Po-Yu Chuang
Albert ARIBAUD July 16, 2011, 10:25 a.m. UTC | #3
Hi Po-Yu Chuang,

Le 09/06/2011 08:44, Po-Yu Chuang a écrit :
> Dear Albert,
>
> On Thu, Jun 9, 2011 at 2:35 PM, Po-Yu Chuang<ratbert.chuang@gmail.com>  wrote:
>> Dear Albert,
>>
>> On Tue, May 17, 2011 at 11:11 AM, Po-Yu Chuang<ratbert.chuang@gmail.com>  wrote:
>>> From: Po-Yu Chuang<ratbert@faraday-tech.com>
>>>
>>>
>>> Signed-off-by: Po-Yu Chuang<ratbert@faraday-tech.com>
>>> ---
>>>   include/configs/a320evb.h |    6 ++++++
>>>   1 files changed, 6 insertions(+), 0 deletions(-)
>>>
>>> diff --git a/include/configs/a320evb.h b/include/configs/a320evb.h
>>> index f832d52..62913b5 100644
>>> --- a/include/configs/a320evb.h
>>> +++ b/include/configs/a320evb.h
>>> @@ -25,6 +25,12 @@
>>>   #include<asm/arch/a320.h>
>>>
>>>   /*
>>> + * Linux kernel tagged list
>>> + */
>>> +#define CONFIG_CMDLINE_TAG
>>> +#define CONFIG_SETUP_MEMORY_TAGS
>>> +
>>> +/*
>>>   * CPU and Board Configuration Options
>>>   */
>>>   #undef CONFIG_USE_IRQ          /* we don't need IRQ/FIQ stuff */
>>> --
>>> 1.6.3.3
>>>
>>>
>>
>> Is it possible to accept this patch series in v2011.06?
>>
>> [U-Boot,v2,1/2] arm: a320: fix multiline comment style
>> http://patchwork.ozlabs.org/patch/95847/
>>
>> [U-Boot,v2,2/2] arm: a320: enable tagged list support
>> http://patchwork.ozlabs.org/patch/95848/
>
> Just now I noticed that your mail address has changed.
> So resend this mail.

Sorry for the delay. Can you please rebase and repost as V3? Ill pull 
them in ASAP.

> Best regards,
> Po-Yu Chuang

Amicalement,
diff mbox

Patch

diff --git a/include/configs/a320evb.h b/include/configs/a320evb.h
index f832d52..62913b5 100644
--- a/include/configs/a320evb.h
+++ b/include/configs/a320evb.h
@@ -25,6 +25,12 @@ 
 #include <asm/arch/a320.h>
 
 /*
+ * Linux kernel tagged list
+ */
+#define CONFIG_CMDLINE_TAG
+#define CONFIG_SETUP_MEMORY_TAGS
+
+/*
  * CPU and Board Configuration Options
  */
 #undef CONFIG_USE_IRQ		/* we don't need IRQ/FIQ stuff */