Re: [U-Boot] [PATCH] arm: bcm281xx: Add CONFIG_SYS_GENERIC_BOARD

2014-06-14 Thread Tom Rini
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 s...@broadcom.com wrote:
 
 convert to generic board
 
 Signed-off-by: Steve Rae s...@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


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH] arm: bcm281xx: Add CONFIG_SYS_GENERIC_BOARD

2014-06-12 Thread Steve Rae



On 14-06-10 04:20 AM, Albert ARIBAUD wrote:

Hi Steve,

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


convert to generic board

Signed-off-by: Steve Rae s...@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
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH] arm: bcm281xx: Add CONFIG_SYS_GENERIC_BOARD

2014-06-10 Thread Albert ARIBAUD
Hi Steve,

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

 convert to generic board
 
 Signed-off-by: Steve Rae s...@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.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH] arm: bcm281xx: Add CONFIG_SYS_GENERIC_BOARD

2014-06-09 Thread Albert ARIBAUD
Hi Steve,

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

 convert to generic board
 
 Signed-off-by: Steve Rae s...@broadcom.com
 ---

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

Amicalement,
-- 
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH] arm: bcm281xx: Add CONFIG_SYS_GENERIC_BOARD

2014-06-09 Thread Steve Rae



On 14-06-09 12:16 AM, Albert ARIBAUD wrote:

Hi Steve,

On Wed, 14 May 2014 14:18:09 -0700, Steve Raes...@broadcom.com  wrote:


convert to generic board

Signed-off-by: Steve Raes...@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.

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH] arm: bcm281xx: Add CONFIG_SYS_GENERIC_BOARD

2014-06-09 Thread Albert ARIBAUD
Hi Steve,

On Mon, 9 Jun 2014 09:17:35 -0700, Steve Rae s...@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 Raes...@broadcom.com  wrote:
 
  convert to generic board
  
  Signed-off-by: Steve Raes...@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.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH] arm: bcm281xx: Add CONFIG_SYS_GENERIC_BOARD

2014-05-14 Thread Steve Rae
convert to generic board

Signed-off-by: Steve Rae s...@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

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot