All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] arm: bcm281xx: Add CONFIG_SYS_GENERIC_BOARD
@ 2014-05-14 21:18 Steve Rae
  2014-06-09  7:16 ` Albert ARIBAUD
  2014-06-10 11:20 ` Albert ARIBAUD
  0 siblings, 2 replies; 7+ messages in thread
From: Steve Rae @ 2014-05-14 21:18 UTC (permalink / raw)
  To: u-boot

convert to generic board

Signed-off-by: Steve Rae <srae@broadcom.com>
---

 include/configs/bcm28155_ap.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/bcm28155_ap.h b/include/configs/bcm28155_ap.h
index e93b855..bf09939 100644
--- a/include/configs/bcm28155_ap.h
+++ b/include/configs/bcm28155_ap.h
@@ -14,6 +14,7 @@
 #define CONFIG_ARMV7
 #define CONFIG_KONA
 #define CONFIG_SKIP_LOWLEVEL_INIT
+#define CONFIG_SYS_GENERIC_BOARD
 
 /*
  * Memory configuration
-- 
1.8.5

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [U-Boot] [PATCH] arm: bcm281xx: Add CONFIG_SYS_GENERIC_BOARD
  2014-05-14 21:18 [U-Boot] [PATCH] arm: bcm281xx: Add CONFIG_SYS_GENERIC_BOARD Steve Rae
@ 2014-06-09  7:16 ` Albert ARIBAUD
  2014-06-09 16:17   ` Steve Rae
  2014-06-10 11:20 ` Albert ARIBAUD
  1 sibling, 1 reply; 7+ messages in thread
From: Albert ARIBAUD @ 2014-06-09  7:16 UTC (permalink / raw)
  To: u-boot

Hi Steve,

On Wed, 14 May 2014 14:18:09 -0700, Steve Rae <srae@broadcom.com> wrote:

> convert to generic board
> 
> Signed-off-by: Steve Rae <srae@broadcom.com>
> ---

Has this been tested on hardware, or just build-tested?

Amicalement,
-- 
Albert.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [U-Boot] [PATCH] arm: bcm281xx: Add CONFIG_SYS_GENERIC_BOARD
  2014-06-09  7:16 ` Albert ARIBAUD
@ 2014-06-09 16:17   ` Steve Rae
  2014-06-09 18:51     ` Albert ARIBAUD
  0 siblings, 1 reply; 7+ messages in thread
From: Steve Rae @ 2014-06-09 16:17 UTC (permalink / raw)
  To: u-boot



On 14-06-09 12:16 AM, Albert ARIBAUD wrote:
> Hi Steve,
>
> On Wed, 14 May 2014 14:18:09 -0700, Steve Rae<srae@broadcom.com>  wrote:
>
>> >convert to generic board
>> >
>> >Signed-off-by: Steve Rae<srae@broadcom.com>
>> >---
> Has this been tested on hardware, or just build-tested?
This generic board change has been tested on hardware.
Thanks, Steve
>
> Amicalement,
> -- Albert.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [U-Boot] [PATCH] arm: bcm281xx: Add CONFIG_SYS_GENERIC_BOARD
  2014-06-09 16:17   ` Steve Rae
@ 2014-06-09 18:51     ` Albert ARIBAUD
  0 siblings, 0 replies; 7+ messages in thread
From: Albert ARIBAUD @ 2014-06-09 18:51 UTC (permalink / raw)
  To: u-boot

Hi Steve,

On Mon, 9 Jun 2014 09:17:35 -0700, Steve Rae <srae@broadcom.com> wrote:

> 
> 
> On 14-06-09 12:16 AM, Albert ARIBAUD wrote:
> > Hi Steve,
> >
> > On Wed, 14 May 2014 14:18:09 -0700, Steve Rae<srae@broadcom.com>  wrote:
> >
> >> >convert to generic board
> >> >
> >> >Signed-off-by: Steve Rae<srae@broadcom.com>
> >> >---
> > Has this been tested on hardware, or just build-tested?
> This generic board change has been tested on hardware.
> Thanks, Steve

Thanks! I'll pull the change in, then.

Amicalement,
-- 
Albert.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [U-Boot] [PATCH] arm: bcm281xx: Add CONFIG_SYS_GENERIC_BOARD
  2014-05-14 21:18 [U-Boot] [PATCH] arm: bcm281xx: Add CONFIG_SYS_GENERIC_BOARD Steve Rae
  2014-06-09  7:16 ` Albert ARIBAUD
@ 2014-06-10 11:20 ` Albert ARIBAUD
  2014-06-12 17:52   ` Steve Rae
  1 sibling, 1 reply; 7+ messages in thread
From: Albert ARIBAUD @ 2014-06-10 11:20 UTC (permalink / raw)
  To: u-boot

Hi Steve,

On Wed, 14 May 2014 14:18:09 -0700, Steve Rae <srae@broadcom.com> wrote:

> convert to generic board
> 
> Signed-off-by: Steve Rae <srae@broadcom.com>
> ---
> 
>  include/configs/bcm28155_ap.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/include/configs/bcm28155_ap.h b/include/configs/bcm28155_ap.h
> index e93b855..bf09939 100644
> --- a/include/configs/bcm28155_ap.h
> +++ b/include/configs/bcm28155_ap.h
> @@ -14,6 +14,7 @@
>  #define CONFIG_ARMV7
>  #define CONFIG_KONA
>  #define CONFIG_SKIP_LOWLEVEL_INIT
> +#define CONFIG_SYS_GENERIC_BOARD
>  
>  /*
>   * Memory configuration

Applied to u-boot-arm/master, thanks!

Amicalement,
-- 
Albert.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [U-Boot] [PATCH] arm: bcm281xx: Add CONFIG_SYS_GENERIC_BOARD
  2014-06-10 11:20 ` Albert ARIBAUD
@ 2014-06-12 17:52   ` Steve Rae
  2014-06-14 23:39     ` Tom Rini
  0 siblings, 1 reply; 7+ messages in thread
From: Steve Rae @ 2014-06-12 17:52 UTC (permalink / raw)
  To: u-boot



On 14-06-10 04:20 AM, Albert ARIBAUD wrote:
> Hi Steve,
>
> On Wed, 14 May 2014 14:18:09 -0700, Steve Rae <srae@broadcom.com> wrote:
>
>> convert to generic board
>>
>> Signed-off-by: Steve Rae <srae@broadcom.com>
>> ---
>>
>>   include/configs/bcm28155_ap.h | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/include/configs/bcm28155_ap.h b/include/configs/bcm28155_ap.h
>> index e93b855..bf09939 100644
>> --- a/include/configs/bcm28155_ap.h
>> +++ b/include/configs/bcm28155_ap.h
>> @@ -14,6 +14,7 @@
>>   #define CONFIG_ARMV7
>>   #define CONFIG_KONA
>>   #define CONFIG_SKIP_LOWLEVEL_INIT
>> +#define CONFIG_SYS_GENERIC_BOARD
>>
>>   /*
>>    * Memory configuration
>
> Applied to u-boot-arm/master, thanks!
>
> Amicalement,
>

( sorry - I am uncertain of the process... )
I am hoping this will get picked up in the u-boot/master branch (soon) 
!?!?!?
Thanks, Steve

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [U-Boot] [PATCH] arm: bcm281xx: Add CONFIG_SYS_GENERIC_BOARD
  2014-06-12 17:52   ` Steve Rae
@ 2014-06-14 23:39     ` Tom Rini
  0 siblings, 0 replies; 7+ messages in thread
From: Tom Rini @ 2014-06-14 23:39 UTC (permalink / raw)
  To: u-boot

On Thu, Jun 12, 2014 at 10:52:37AM -0700, Steve Rae wrote:
 
> On 14-06-10 04:20 AM, Albert ARIBAUD wrote:
> >Hi Steve,
> >
> >On Wed, 14 May 2014 14:18:09 -0700, Steve Rae <srae@broadcom.com> wrote:
> >
> >>convert to generic board
> >>
> >>Signed-off-by: Steve Rae <srae@broadcom.com>
> >>---
> >>
> >>  include/configs/bcm28155_ap.h | 1 +
> >>  1 file changed, 1 insertion(+)
> >>
> >>diff --git a/include/configs/bcm28155_ap.h b/include/configs/bcm28155_ap.h
> >>index e93b855..bf09939 100644
> >>--- a/include/configs/bcm28155_ap.h
> >>+++ b/include/configs/bcm28155_ap.h
> >>@@ -14,6 +14,7 @@
> >>  #define CONFIG_ARMV7
> >>  #define CONFIG_KONA
> >>  #define CONFIG_SKIP_LOWLEVEL_INIT
> >>+#define CONFIG_SYS_GENERIC_BOARD
> >>
> >>  /*
> >>   * Memory configuration
> >
> >Applied to u-boot-arm/master, thanks!
> >
> >Amicalement,
> >
> 
> ( sorry - I am uncertain of the process... )
> I am hoping this will get picked up in the u-boot/master branch
> (soon) !?!?!?

Next u-boot-arm pull request will have it and I know Albert will do one
more at least before the release :)

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140614/8f2360b2/attachment.pgp>

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-06-14 23:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-14 21:18 [U-Boot] [PATCH] arm: bcm281xx: Add CONFIG_SYS_GENERIC_BOARD Steve Rae
2014-06-09  7:16 ` Albert ARIBAUD
2014-06-09 16:17   ` Steve Rae
2014-06-09 18:51     ` Albert ARIBAUD
2014-06-10 11:20 ` Albert ARIBAUD
2014-06-12 17:52   ` Steve Rae
2014-06-14 23:39     ` Tom Rini

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.