All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/8] wandboard: Convert to generic board
@ 2014-04-22 18:34 Fabio Estevam
  2014-04-22 18:34 ` [U-Boot] [PATCH 2/8] mx53loco: " Fabio Estevam
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: Fabio Estevam @ 2014-04-22 18:34 UTC (permalink / raw)
  To: u-boot

Enable CONFIG_SYS_GENERIC_BOARD, so that we get rid of the following warning on
boot:

"Warning: Your board does not use generic board. Please read                     
doc/README.generic-board and take action. Boards not                            
upgraded by the late 2014 may break or be removed."

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 include/configs/wandboard.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h
index 6c74c72..b137d06 100644
--- a/include/configs/wandboard.h
+++ b/include/configs/wandboard.h
@@ -26,6 +26,8 @@
 #define CONFIG_INITRD_TAG
 #define CONFIG_REVISION_TAG
 
+#define CONFIG_SYS_GENERIC_BOARD
+
 /* Size of malloc() pool */
 #define CONFIG_SYS_MALLOC_LEN		(10 * SZ_1M)
 
-- 
1.8.3.2

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

* [U-Boot] [PATCH 2/8] mx53loco: Convert to generic board
  2014-04-22 18:34 [U-Boot] [PATCH 1/8] wandboard: Convert to generic board Fabio Estevam
@ 2014-04-22 18:34 ` Fabio Estevam
  2014-04-22 18:34 ` [U-Boot] [PATCH 3/8] mx6sabre_common: " Fabio Estevam
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 12+ messages in thread
From: Fabio Estevam @ 2014-04-22 18:34 UTC (permalink / raw)
  To: u-boot

Enable CONFIG_SYS_GENERIC_BOARD, so that we get rid of the following warning on
boot:

"Warning: Your board does not use generic board. Please read                     
doc/README.generic-board and take action. Boards not                            
upgraded by the late 2014 may break or be removed."

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 include/configs/mx53loco.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h
index 5859f36..12d79b4 100644
--- a/include/configs/mx53loco.h
+++ b/include/configs/mx53loco.h
@@ -22,6 +22,8 @@
 #define CONFIG_SETUP_MEMORY_TAGS
 #define CONFIG_INITRD_TAG
 
+#define CONFIG_SYS_GENERIC_BOARD
+
 /* Size of malloc() pool */
 #define CONFIG_SYS_MALLOC_LEN		(10 * 1024 * 1024)
 
-- 
1.8.3.2

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

* [U-Boot] [PATCH 3/8] mx6sabre_common: Convert to generic board
  2014-04-22 18:34 [U-Boot] [PATCH 1/8] wandboard: Convert to generic board Fabio Estevam
  2014-04-22 18:34 ` [U-Boot] [PATCH 2/8] mx53loco: " Fabio Estevam
@ 2014-04-22 18:34 ` Fabio Estevam
  2014-04-22 18:34 ` [U-Boot] [PATCH 4/8] mx53ard: " Fabio Estevam
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 12+ messages in thread
From: Fabio Estevam @ 2014-04-22 18:34 UTC (permalink / raw)
  To: u-boot

Enable CONFIG_SYS_GENERIC_BOARD, so that we get rid of the following warning on
boot:

"Warning: Your board does not use generic board. Please read                     
doc/README.generic-board and take action. Boards not                            
upgraded by the late 2014 may break or be removed."

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 include/configs/mx6sabre_common.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/configs/mx6sabre_common.h b/include/configs/mx6sabre_common.h
index 7a2c172..e59a3b4 100644
--- a/include/configs/mx6sabre_common.h
+++ b/include/configs/mx6sabre_common.h
@@ -25,6 +25,8 @@
 #define CONFIG_INITRD_TAG
 #define CONFIG_REVISION_TAG
 
+#define CONFIG_SYS_GENERIC_BOARD
+
 /* Size of malloc() pool */
 #define CONFIG_SYS_MALLOC_LEN		(10 * SZ_1M)
 
-- 
1.8.3.2

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

* [U-Boot] [PATCH 4/8] mx53ard: Convert to generic board
  2014-04-22 18:34 [U-Boot] [PATCH 1/8] wandboard: Convert to generic board Fabio Estevam
  2014-04-22 18:34 ` [U-Boot] [PATCH 2/8] mx53loco: " Fabio Estevam
  2014-04-22 18:34 ` [U-Boot] [PATCH 3/8] mx6sabre_common: " Fabio Estevam
@ 2014-04-22 18:34 ` Fabio Estevam
  2014-04-22 18:34 ` [U-Boot] [PATCH 5/8] mx53smd: " Fabio Estevam
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 12+ messages in thread
From: Fabio Estevam @ 2014-04-22 18:34 UTC (permalink / raw)
  To: u-boot

Enable CONFIG_SYS_GENERIC_BOARD, so that we get rid of the following warning on
boot:

"Warning: Your board does not use generic board. Please read                     
doc/README.generic-board and take action. Boards not                            
upgraded by the late 2014 may break or be removed."

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 include/configs/mx53ard.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/configs/mx53ard.h b/include/configs/mx53ard.h
index 797a637..134d680 100644
--- a/include/configs/mx53ard.h
+++ b/include/configs/mx53ard.h
@@ -23,6 +23,8 @@
 #define CONFIG_INITRD_TAG
 #define CONFIG_REVISION_TAG
 
+#define CONFIG_SYS_GENERIC_BOARD
+
 /* Size of malloc() pool */
 #define CONFIG_SYS_MALLOC_LEN		(CONFIG_ENV_SIZE + 2 * 1024 * 1024)
 
-- 
1.8.3.2

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

* [U-Boot] [PATCH 5/8] mx53smd: Convert to generic board
  2014-04-22 18:34 [U-Boot] [PATCH 1/8] wandboard: Convert to generic board Fabio Estevam
                   ` (2 preceding siblings ...)
  2014-04-22 18:34 ` [U-Boot] [PATCH 4/8] mx53ard: " Fabio Estevam
@ 2014-04-22 18:34 ` Fabio Estevam
  2014-04-22 18:34 ` [U-Boot] [PATCH 6/8] mx53evk: " Fabio Estevam
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 12+ messages in thread
From: Fabio Estevam @ 2014-04-22 18:34 UTC (permalink / raw)
  To: u-boot

Enable CONFIG_SYS_GENERIC_BOARD, so that we get rid of the following warning on
boot:

"Warning: Your board does not use generic board. Please read                     
doc/README.generic-board and take action. Boards not                            
upgraded by the late 2014 may break or be removed."

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 include/configs/mx53smd.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/configs/mx53smd.h b/include/configs/mx53smd.h
index a04e7c7..3da0ef4 100644
--- a/include/configs/mx53smd.h
+++ b/include/configs/mx53smd.h
@@ -23,6 +23,8 @@
 #define CONFIG_INITRD_TAG
 #define CONFIG_REVISION_TAG
 
+#define CONFIG_SYS_GENERIC_BOARD
+
 /* Size of malloc() pool */
 #define CONFIG_SYS_MALLOC_LEN		(CONFIG_ENV_SIZE + 2 * 1024 * 1024)
 
-- 
1.8.3.2

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

* [U-Boot] [PATCH 6/8] mx53evk: Convert to generic board
  2014-04-22 18:34 [U-Boot] [PATCH 1/8] wandboard: Convert to generic board Fabio Estevam
                   ` (3 preceding siblings ...)
  2014-04-22 18:34 ` [U-Boot] [PATCH 5/8] mx53smd: " Fabio Estevam
@ 2014-04-22 18:34 ` Fabio Estevam
  2014-04-22 18:34 ` [U-Boot] [PATCH 7/8] udoo: " Fabio Estevam
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 12+ messages in thread
From: Fabio Estevam @ 2014-04-22 18:34 UTC (permalink / raw)
  To: u-boot

Enable CONFIG_SYS_GENERIC_BOARD, so that we get rid of the following warning on
boot:

"Warning: Your board does not use generic board. Please read                     
doc/README.generic-board and take action. Boards not                            
upgraded by the late 2014 may break or be removed."

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 include/configs/mx53evk.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/configs/mx53evk.h b/include/configs/mx53evk.h
index 3f0d80a..5bbae8c 100644
--- a/include/configs/mx53evk.h
+++ b/include/configs/mx53evk.h
@@ -23,6 +23,8 @@
 #define CONFIG_INITRD_TAG
 #define CONFIG_REVISION_TAG
 
+#define CONFIG_SYS_GENERIC_BOARD
+
 #define CONFIG_OF_LIBFDT
 
 /* Size of malloc() pool */
-- 
1.8.3.2

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

* [U-Boot] [PATCH 7/8] udoo: Convert to generic board
  2014-04-22 18:34 [U-Boot] [PATCH 1/8] wandboard: Convert to generic board Fabio Estevam
                   ` (4 preceding siblings ...)
  2014-04-22 18:34 ` [U-Boot] [PATCH 6/8] mx53evk: " Fabio Estevam
@ 2014-04-22 18:34 ` Fabio Estevam
  2014-04-22 18:35 ` [U-Boot] [PATCH 8/8] hummingboard: " Fabio Estevam
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 12+ messages in thread
From: Fabio Estevam @ 2014-04-22 18:34 UTC (permalink / raw)
  To: u-boot

Enable CONFIG_SYS_GENERIC_BOARD, so that we get rid of the following warning on
boot:

"Warning: Your board does not use generic board. Please read                     
doc/README.generic-board and take action. Boards not                            
upgraded by the late 2014 may break or be removed."

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 include/configs/udoo.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/configs/udoo.h b/include/configs/udoo.h
index a0306de..f8f731a 100644
--- a/include/configs/udoo.h
+++ b/include/configs/udoo.h
@@ -25,6 +25,8 @@
 #define CONFIG_SETUP_MEMORY_TAGS
 #define CONFIG_INITRD_TAG
 #define CONFIG_REVISION_TAG
+
+#define CONFIG_SYS_GENERIC_BOARD
 
 /* Size of malloc() pool */
 #define CONFIG_SYS_MALLOC_LEN		(2 * SZ_1M)
-- 
1.8.3.2

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

* [U-Boot] [PATCH 8/8] hummingboard: Convert to generic board
  2014-04-22 18:34 [U-Boot] [PATCH 1/8] wandboard: Convert to generic board Fabio Estevam
                   ` (5 preceding siblings ...)
  2014-04-22 18:34 ` [U-Boot] [PATCH 7/8] udoo: " Fabio Estevam
@ 2014-04-22 18:35 ` Fabio Estevam
  2014-04-25 13:53 ` [U-Boot] [PATCH 1/8] wandboard: " Stefano Babic
  2014-04-28  8:57 ` Stefano Babic
  8 siblings, 0 replies; 12+ messages in thread
From: Fabio Estevam @ 2014-04-22 18:35 UTC (permalink / raw)
  To: u-boot

Enable CONFIG_SYS_GENERIC_BOARD, so that we get rid of the following warning on
boot:

"Warning: Your board does not use generic board. Please read                     
doc/README.generic-board and take action. Boards not                            
upgraded by the late 2014 may break or be removed."

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 include/configs/hummingboard.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/configs/hummingboard.h b/include/configs/hummingboard.h
index 2895523..34dbdce 100644
--- a/include/configs/hummingboard.h
+++ b/include/configs/hummingboard.h
@@ -27,6 +27,8 @@
 #define CONFIG_INITRD_TAG
 #define CONFIG_REVISION_TAG
 
+#define CONFIG_SYS_GENERIC_BOARD
+
 /* Size of malloc() pool */
 #define CONFIG_SYS_MALLOC_LEN		(2 * SZ_1M)
 
-- 
1.8.3.2

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

* [U-Boot] [PATCH 1/8] wandboard: Convert to generic board
  2014-04-22 18:34 [U-Boot] [PATCH 1/8] wandboard: Convert to generic board Fabio Estevam
                   ` (6 preceding siblings ...)
  2014-04-22 18:35 ` [U-Boot] [PATCH 8/8] hummingboard: " Fabio Estevam
@ 2014-04-25 13:53 ` Stefano Babic
  2014-04-28  8:57 ` Stefano Babic
  8 siblings, 0 replies; 12+ messages in thread
From: Stefano Babic @ 2014-04-25 13:53 UTC (permalink / raw)
  To: u-boot

On 22/04/2014 20:34, Fabio Estevam wrote:
> Enable CONFIG_SYS_GENERIC_BOARD, so that we get rid of the following warning on
> boot:
> 
> "Warning: Your board does not use generic board. Please read                     
> doc/README.generic-board and take action. Boards not                            
> upgraded by the late 2014 may break or be removed."
> 
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
>  include/configs/wandboard.h | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h
> index 6c74c72..b137d06 100644
> --- a/include/configs/wandboard.h
> +++ b/include/configs/wandboard.h
> @@ -26,6 +26,8 @@
>  #define CONFIG_INITRD_TAG
>  #define CONFIG_REVISION_TAG
>  
> +#define CONFIG_SYS_GENERIC_BOARD
> +
>  /* Size of malloc() pool */
>  #define CONFIG_SYS_MALLOC_LEN		(10 * SZ_1M)
>  
> 

Put the patchset in my queue, it will be merged in my next iteration.

Regards,
Stefano

-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

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

* [U-Boot] [PATCH 1/8] wandboard: Convert to generic board
  2014-04-22 18:34 [U-Boot] [PATCH 1/8] wandboard: Convert to generic board Fabio Estevam
                   ` (7 preceding siblings ...)
  2014-04-25 13:53 ` [U-Boot] [PATCH 1/8] wandboard: " Stefano Babic
@ 2014-04-28  8:57 ` Stefano Babic
  2014-04-29 15:02   ` Fabio Estevam
  8 siblings, 1 reply; 12+ messages in thread
From: Stefano Babic @ 2014-04-28  8:57 UTC (permalink / raw)
  To: u-boot

Hi Fabio,

On 22/04/2014 20:34, Fabio Estevam wrote:
> Enable CONFIG_SYS_GENERIC_BOARD, so that we get rid of the following warning on
> boot:
> 
> "Warning: Your board does not use generic board. Please read                     
> doc/README.generic-board and take action. Boards not                            
> upgraded by the late 2014 may break or be removed."
> 
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
>  include/configs/wandboard.h | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h
> index 6c74c72..b137d06 100644
> --- a/include/configs/wandboard.h
> +++ b/include/configs/wandboard.h
> @@ -26,6 +26,8 @@
>  #define CONFIG_INITRD_TAG
>  #define CONFIG_REVISION_TAG
>  
> +#define CONFIG_SYS_GENERIC_BOARD
> +

Applied (whole patchset) to u-boot-imx, thanks !

Best regards,
Stefano Babic


-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

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

* [U-Boot] [PATCH 1/8] wandboard: Convert to generic board
  2014-04-28  8:57 ` Stefano Babic
@ 2014-04-29 15:02   ` Fabio Estevam
  2014-04-29 15:43     ` Stefano Babic
  0 siblings, 1 reply; 12+ messages in thread
From: Fabio Estevam @ 2014-04-29 15:02 UTC (permalink / raw)
  To: u-boot

Hi Stefano,

On Mon, Apr 28, 2014 at 5:57 AM, Stefano Babic <sbabic@denx.de> wrote:

> Applied (whole patchset) to u-boot-imx, thanks !

Could you please rebase your tree against 2014.04? Actually it is
still at 2014.04-rc3.

Regards,

Fabio Estevam

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

* [U-Boot] [PATCH 1/8] wandboard: Convert to generic board
  2014-04-29 15:02   ` Fabio Estevam
@ 2014-04-29 15:43     ` Stefano Babic
  0 siblings, 0 replies; 12+ messages in thread
From: Stefano Babic @ 2014-04-29 15:43 UTC (permalink / raw)
  To: u-boot

Hi Fabio,

On 29/04/2014 17:02, Fabio Estevam wrote:
> Hi Stefano,
> 
> On Mon, Apr 28, 2014 at 5:57 AM, Stefano Babic <sbabic@denx.de> wrote:
> 
>> Applied (whole patchset) to u-boot-imx, thanks !
> 
> Could you please rebase your tree against 2014.04? Actually it is
> still at 2014.04-rc3.
> 

Sorry for that, done !

Regards,
Stefano Babic


-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

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

end of thread, other threads:[~2014-04-29 15:43 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-22 18:34 [U-Boot] [PATCH 1/8] wandboard: Convert to generic board Fabio Estevam
2014-04-22 18:34 ` [U-Boot] [PATCH 2/8] mx53loco: " Fabio Estevam
2014-04-22 18:34 ` [U-Boot] [PATCH 3/8] mx6sabre_common: " Fabio Estevam
2014-04-22 18:34 ` [U-Boot] [PATCH 4/8] mx53ard: " Fabio Estevam
2014-04-22 18:34 ` [U-Boot] [PATCH 5/8] mx53smd: " Fabio Estevam
2014-04-22 18:34 ` [U-Boot] [PATCH 6/8] mx53evk: " Fabio Estevam
2014-04-22 18:34 ` [U-Boot] [PATCH 7/8] udoo: " Fabio Estevam
2014-04-22 18:35 ` [U-Boot] [PATCH 8/8] hummingboard: " Fabio Estevam
2014-04-25 13:53 ` [U-Boot] [PATCH 1/8] wandboard: " Stefano Babic
2014-04-28  8:57 ` Stefano Babic
2014-04-29 15:02   ` Fabio Estevam
2014-04-29 15:43     ` Stefano Babic

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.