public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/9] powerpc: canmb: convert to generic board
@ 2015-08-13 21:57 Anatolij Gustschin
  2015-08-13 21:57 ` [U-Boot] [PATCH 2/9] powerpc: inka4x0: " Anatolij Gustschin
                   ` (8 more replies)
  0 siblings, 9 replies; 21+ messages in thread
From: Anatolij Gustschin @ 2015-08-13 21:57 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Cc: Wolfgang Denk <wd@denx.de>
---
 include/configs/canmb.h |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/configs/canmb.h b/include/configs/canmb.h
index c656378..36cd50b 100644
--- a/include/configs/canmb.h
+++ b/include/configs/canmb.h
@@ -15,6 +15,8 @@
 
 #define CONFIG_MPC5200		1	/* This is a MPC5200 CPU */
 #define CONFIG_CANMB		1	/* ... on canmb board - we need this for FEC.C */
+#define CONFIG_SYS_GENERIC_BOARD
+#define CONFIG_DISPLAY_BOARDINFO
 
 /*
  * allowed and functional CONFIG_SYS_TEXT_BASE values:
-- 
1.7.9.5

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

* [U-Boot] [PATCH 2/9] powerpc: inka4x0: convert to generic board
  2015-08-13 21:57 [U-Boot] [PATCH 1/9] powerpc: canmb: convert to generic board Anatolij Gustschin
@ 2015-08-13 21:57 ` Anatolij Gustschin
  2015-08-13 22:16   ` Tom Rini
  2015-08-14  5:01   ` [U-Boot] [PATCH v2 " Anatolij Gustschin
  2015-08-13 21:57 ` [U-Boot] [PATCH 3/9] powerpc: ipek01: " Anatolij Gustschin
                   ` (7 subsequent siblings)
  8 siblings, 2 replies; 21+ messages in thread
From: Anatolij Gustschin @ 2015-08-13 21:57 UTC (permalink / raw)
  To: u-boot

Also update maintainer info.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Cc: Wolfgang Denk <wd@denx.de>
---
 board/inka4x0/MAINTAINERS |    2 +-
 include/configs/inka4x0.h |    2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/board/inka4x0/MAINTAINERS b/board/inka4x0/MAINTAINERS
index 246b2d4..703f0b8 100644
--- a/board/inka4x0/MAINTAINERS
+++ b/board/inka4x0/MAINTAINERS
@@ -1,5 +1,5 @@
 INKA4X0 BOARD
-M:	Detlev Zundel <dzu@denx.de>
+#M:	-
 S:	Maintained
 F:	board/inka4x0/
 F:	include/configs/inka4x0.h
diff --git a/include/configs/inka4x0.h b/include/configs/inka4x0.h
index c7bf531..d3034cf 100644
--- a/include/configs/inka4x0.h
+++ b/include/configs/inka4x0.h
@@ -18,6 +18,8 @@
 
 #define CONFIG_MPC5200		1	/* This is an MPC5200 CPU	*/
 #define CONFIG_INKA4X0		1	/* INKA4x0 board		*/
+#define CONFIG_SYS_GENERIC_BOARD
+#define CONFIG_DISPLAY_BOARDINFO
 
 /*
  * Valid values for CONFIG_SYS_TEXT_BASE are:
-- 
1.7.9.5

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

* [U-Boot] [PATCH 3/9] powerpc: ipek01: convert to generic board
  2015-08-13 21:57 [U-Boot] [PATCH 1/9] powerpc: canmb: convert to generic board Anatolij Gustschin
  2015-08-13 21:57 ` [U-Boot] [PATCH 2/9] powerpc: inka4x0: " Anatolij Gustschin
@ 2015-08-13 21:57 ` Anatolij Gustschin
  2015-08-14  5:04   ` [U-Boot] [PATCH v2 " Anatolij Gustschin
  2015-08-13 21:57 ` [U-Boot] [PATCH 4/9] powerpc: jupiter: " Anatolij Gustschin
                   ` (6 subsequent siblings)
  8 siblings, 1 reply; 21+ messages in thread
From: Anatolij Gustschin @ 2015-08-13 21:57 UTC (permalink / raw)
  To: u-boot

Also update maintainer info.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Cc: Wolfgang Denk <wd@denx.de>
---
 board/ipek01/MAINTAINERS |    2 +-
 include/configs/ipek01.h |    2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/board/ipek01/MAINTAINERS b/board/ipek01/MAINTAINERS
index 060f8a5..b289c26 100644
--- a/board/ipek01/MAINTAINERS
+++ b/board/ipek01/MAINTAINERS
@@ -1,5 +1,5 @@
 IPEK01 BOARD
-M:	Wolfgang Grandegger <wg@denx.de>
+#M:	-
 S:	Maintained
 F:	board/ipek01/
 F:	include/configs/ipek01.h
diff --git a/include/configs/ipek01.h b/include/configs/ipek01.h
index 230f2c4..3f6f8dd 100644
--- a/include/configs/ipek01.h
+++ b/include/configs/ipek01.h
@@ -19,6 +19,8 @@
 #define CONFIG_MPX5200		1	/* MPX5200 board */
 #define CONFIG_MPC5200_DDR	1	/* use DDR RAM */
 #define CONFIG_IPEK01           	/* Motherboard is ipek01 */
+#define CONFIG_SYS_GENERIC_BOARD
+#define CONFIG_DISPLAY_BOARDINFO
 
 #define	CONFIG_SYS_TEXT_BASE	0xfc000000
 
-- 
1.7.9.5

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

* [U-Boot] [PATCH 4/9] powerpc: jupiter: convert to generic board
  2015-08-13 21:57 [U-Boot] [PATCH 1/9] powerpc: canmb: convert to generic board Anatolij Gustschin
  2015-08-13 21:57 ` [U-Boot] [PATCH 2/9] powerpc: inka4x0: " Anatolij Gustschin
  2015-08-13 21:57 ` [U-Boot] [PATCH 3/9] powerpc: ipek01: " Anatolij Gustschin
@ 2015-08-13 21:57 ` Anatolij Gustschin
  2015-08-14 20:52   ` [U-Boot] [U-Boot, " Tom Rini
  2015-08-13 21:57 ` [U-Boot] [PATCH 5/9] powerpc: motionpro: " Anatolij Gustschin
                   ` (5 subsequent siblings)
  8 siblings, 1 reply; 21+ messages in thread
From: Anatolij Gustschin @ 2015-08-13 21:57 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Cc: Heiko Schocher <hs@denx.de>
Cc: Wolfgang Denk <wd@denx.de>
---
 include/configs/jupiter.h |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/configs/jupiter.h b/include/configs/jupiter.h
index 65b3df6..5601cb4 100644
--- a/include/configs/jupiter.h
+++ b/include/configs/jupiter.h
@@ -15,6 +15,8 @@
 
 #define CONFIG_MPC5200		1	/* This is an MPC5200 CPU */
 #define CONFIG_JUPITER		1	/* ... on Jupiter board */
+#define CONFIG_SYS_GENERIC_BOARD
+#define CONFIG_DISPLAY_BOARDINFO
 
 /*
  * Valid values for CONFIG_SYS_TEXT_BASE are:
-- 
1.7.9.5

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

* [U-Boot] [PATCH 5/9] powerpc: motionpro: convert to generic board
  2015-08-13 21:57 [U-Boot] [PATCH 1/9] powerpc: canmb: convert to generic board Anatolij Gustschin
                   ` (2 preceding siblings ...)
  2015-08-13 21:57 ` [U-Boot] [PATCH 4/9] powerpc: jupiter: " Anatolij Gustschin
@ 2015-08-13 21:57 ` Anatolij Gustschin
  2015-08-14 20:52   ` [U-Boot] [U-Boot, " Tom Rini
  2015-08-13 21:57 ` [U-Boot] [PATCH 6/9] powerpc: munices: " Anatolij Gustschin
                   ` (4 subsequent siblings)
  8 siblings, 1 reply; 21+ messages in thread
From: Anatolij Gustschin @ 2015-08-13 21:57 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Cc: Wolfgang Denk <wd@denx.de>
---
 include/configs/motionpro.h |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/configs/motionpro.h b/include/configs/motionpro.h
index 6dc84eb..3b97d91 100644
--- a/include/configs/motionpro.h
+++ b/include/configs/motionpro.h
@@ -17,6 +17,8 @@
 /* CPU and board */
 #define CONFIG_MPC5200		1	/* This is a MPC5200 CPU */
 #define CONFIG_MOTIONPRO	1	/* ... on Promess Motion-PRO board */
+#define CONFIG_SYS_GENERIC_BOARD
+#define CONFIG_DISPLAY_BOARDINFO
 
 #define CONFIG_HIGH_BATS	1	/* High BATs supported */
 
-- 
1.7.9.5

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

* [U-Boot] [PATCH 6/9] powerpc: munices: convert to generic board
  2015-08-13 21:57 [U-Boot] [PATCH 1/9] powerpc: canmb: convert to generic board Anatolij Gustschin
                   ` (3 preceding siblings ...)
  2015-08-13 21:57 ` [U-Boot] [PATCH 5/9] powerpc: motionpro: " Anatolij Gustschin
@ 2015-08-13 21:57 ` Anatolij Gustschin
  2015-08-14 20:52   ` [U-Boot] [U-Boot, " Tom Rini
  2015-08-13 21:57 ` [U-Boot] [PATCH 7/9] powerpc: pcm030: " Anatolij Gustschin
                   ` (3 subsequent siblings)
  8 siblings, 1 reply; 21+ messages in thread
From: Anatolij Gustschin @ 2015-08-13 21:57 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Cc: Wolfgang Denk <wd@denx.de>
---
 include/configs/munices.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/munices.h b/include/configs/munices.h
index 42ac029..b1b6acd 100644
--- a/include/configs/munices.h
+++ b/include/configs/munices.h
@@ -14,6 +14,7 @@
 #define CONFIG_MPC5200		1	/* This is an MPC5200 CPU */
 #define CONFIG_MPC5200_DDR	1	/* (with DDR-SDRAM) */
 #define CONFIG_MUNICES		1	/* ... on MUNICes board */
+#define CONFIG_SYS_GENERIC_BOARD
 
 #ifndef CONFIG_SYS_TEXT_BASE
 #define CONFIG_SYS_TEXT_BASE	0xFFF00000
-- 
1.7.9.5

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

* [U-Boot] [PATCH 7/9] powerpc: pcm030: convert to generic board
  2015-08-13 21:57 [U-Boot] [PATCH 1/9] powerpc: canmb: convert to generic board Anatolij Gustschin
                   ` (4 preceding siblings ...)
  2015-08-13 21:57 ` [U-Boot] [PATCH 6/9] powerpc: munices: " Anatolij Gustschin
@ 2015-08-13 21:57 ` Anatolij Gustschin
  2015-08-14 20:52   ` [U-Boot] [U-Boot, " Tom Rini
  2015-08-13 21:58 ` [U-Boot] [PATCH 8/9] powerpc: v38b: " Anatolij Gustschin
                   ` (2 subsequent siblings)
  8 siblings, 1 reply; 21+ messages in thread
From: Anatolij Gustschin @ 2015-08-13 21:57 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Cc: Wolfgang Denk <wd@denx.de>
---
 include/configs/pcm030.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/pcm030.h b/include/configs/pcm030.h
index 83c96a8..f9d522e 100644
--- a/include/configs/pcm030.h
+++ b/include/configs/pcm030.h
@@ -15,6 +15,7 @@
 #define __CONFIG_H
 
 #define CONFIG_BOARDINFO	 "phyCORE-MPC5200B-tiny"
+#define CONFIG_SYS_GENERIC_BOARD
 
 /*-----------------------------------------------------------------------------
 High Level Configuration Options
-- 
1.7.9.5

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

* [U-Boot] [PATCH 8/9] powerpc: v38b: convert to generic board
  2015-08-13 21:57 [U-Boot] [PATCH 1/9] powerpc: canmb: convert to generic board Anatolij Gustschin
                   ` (5 preceding siblings ...)
  2015-08-13 21:57 ` [U-Boot] [PATCH 7/9] powerpc: pcm030: " Anatolij Gustschin
@ 2015-08-13 21:58 ` Anatolij Gustschin
  2015-08-14 20:52   ` [U-Boot] [U-Boot,8/9] " Tom Rini
  2015-08-13 21:58 ` [U-Boot] [PATCH 9/9] powerpc: socrates: " Anatolij Gustschin
  2015-08-14 20:52 ` [U-Boot] [U-Boot,1/9] powerpc: canmb: " Tom Rini
  8 siblings, 1 reply; 21+ messages in thread
From: Anatolij Gustschin @ 2015-08-13 21:58 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Cc: Wolfgang Denk <wd@denx.de>
---
 include/configs/v38b.h |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/configs/v38b.h b/include/configs/v38b.h
index 63049ab..3e51b9f 100644
--- a/include/configs/v38b.h
+++ b/include/configs/v38b.h
@@ -14,6 +14,8 @@
  */
 #define CONFIG_MPC5200			1	/* This is an MPC5200 CPU */
 #define CONFIG_V38B			1	/* ...on V38B board */
+#define CONFIG_SYS_GENERIC_BOARD
+#define CONFIG_DISPLAY_BOARDINFO
 
 #define	CONFIG_SYS_TEXT_BASE		0xFF000000
 
-- 
1.7.9.5

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

* [U-Boot] [PATCH 9/9] powerpc: socrates: convert to generic board
  2015-08-13 21:57 [U-Boot] [PATCH 1/9] powerpc: canmb: convert to generic board Anatolij Gustschin
                   ` (6 preceding siblings ...)
  2015-08-13 21:58 ` [U-Boot] [PATCH 8/9] powerpc: v38b: " Anatolij Gustschin
@ 2015-08-13 21:58 ` Anatolij Gustschin
  2015-08-14 20:52   ` [U-Boot] [U-Boot, " Tom Rini
  2015-08-14 20:52 ` [U-Boot] [U-Boot,1/9] powerpc: canmb: " Tom Rini
  8 siblings, 1 reply; 21+ messages in thread
From: Anatolij Gustschin @ 2015-08-13 21:58 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Cc: York Sun <yorksun@freescale.com>
---
 include/configs/socrates.h |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/configs/socrates.h b/include/configs/socrates.h
index 292b514..50911ae 100644
--- a/include/configs/socrates.h
+++ b/include/configs/socrates.h
@@ -27,6 +27,8 @@
 #define CONFIG_E500		1	/* BOOKE e500 family		*/
 #define CONFIG_MPC8544		1
 #define CONFIG_SOCRATES		1
+#define CONFIG_SYS_GENERIC_BOARD
+#define CONFIG_DISPLAY_BOARDINFO
 
 #define	CONFIG_SYS_TEXT_BASE	0xfff80000
 
-- 
1.7.9.5

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

* [U-Boot] [PATCH 2/9] powerpc: inka4x0: convert to generic board
  2015-08-13 21:57 ` [U-Boot] [PATCH 2/9] powerpc: inka4x0: " Anatolij Gustschin
@ 2015-08-13 22:16   ` Tom Rini
  2015-08-14  5:01   ` [U-Boot] [PATCH v2 " Anatolij Gustschin
  1 sibling, 0 replies; 21+ messages in thread
From: Tom Rini @ 2015-08-13 22:16 UTC (permalink / raw)
  To: u-boot

On Thu, Aug 13, 2015 at 11:57:54PM +0200, Anatolij Gustschin wrote:

> Also update maintainer info.
> 
> Signed-off-by: Anatolij Gustschin <agust@denx.de>
> Cc: Wolfgang Denk <wd@denx.de>
> ---
>  board/inka4x0/MAINTAINERS |    2 +-
>  include/configs/inka4x0.h |    2 ++
>  2 files changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/board/inka4x0/MAINTAINERS b/board/inka4x0/MAINTAINERS
> index 246b2d4..703f0b8 100644
> --- a/board/inka4x0/MAINTAINERS
> +++ b/board/inka4x0/MAINTAINERS
> @@ -1,5 +1,5 @@
>  INKA4X0 BOARD
> -M:	Detlev Zundel <dzu@denx.de>
> +#M:	-
>  S:	Maintained
>  F:	board/inka4x0/
>  F:	include/configs/inka4x0.h

Either take it or drop it please.  Same applies to the other boards you
commented out the maintainer for.  Thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150813/7c3dee04/attachment.sig>

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

* [U-Boot] [PATCH v2 2/9] powerpc: inka4x0: convert to generic board
  2015-08-13 21:57 ` [U-Boot] [PATCH 2/9] powerpc: inka4x0: " Anatolij Gustschin
  2015-08-13 22:16   ` Tom Rini
@ 2015-08-14  5:01   ` Anatolij Gustschin
  2015-08-14 20:53     ` [U-Boot] [U-Boot, v2, " Tom Rini
  1 sibling, 1 reply; 21+ messages in thread
From: Anatolij Gustschin @ 2015-08-14  5:01 UTC (permalink / raw)
  To: u-boot

Also update maintainer info.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Cc: Wolfgang Denk <wd@denx.de>
---
v2:
 - add new board maintainer

 board/inka4x0/MAINTAINERS |    2 +-
 include/configs/inka4x0.h |    2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/board/inka4x0/MAINTAINERS b/board/inka4x0/MAINTAINERS
index 246b2d4..e8cec73 100644
--- a/board/inka4x0/MAINTAINERS
+++ b/board/inka4x0/MAINTAINERS
@@ -1,5 +1,5 @@
 INKA4X0 BOARD
-M:	Detlev Zundel <dzu@denx.de>
+M:	Anatolij Gustschin <agust@denx.de>
 S:	Maintained
 F:	board/inka4x0/
 F:	include/configs/inka4x0.h
diff --git a/include/configs/inka4x0.h b/include/configs/inka4x0.h
index c7bf531..d3034cf 100644
--- a/include/configs/inka4x0.h
+++ b/include/configs/inka4x0.h
@@ -18,6 +18,8 @@
 
 #define CONFIG_MPC5200		1	/* This is an MPC5200 CPU	*/
 #define CONFIG_INKA4X0		1	/* INKA4x0 board		*/
+#define CONFIG_SYS_GENERIC_BOARD
+#define CONFIG_DISPLAY_BOARDINFO
 
 /*
  * Valid values for CONFIG_SYS_TEXT_BASE are:
-- 
1.7.9.5

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

* [U-Boot] [PATCH v2 3/9] powerpc: ipek01: convert to generic board
  2015-08-13 21:57 ` [U-Boot] [PATCH 3/9] powerpc: ipek01: " Anatolij Gustschin
@ 2015-08-14  5:04   ` Anatolij Gustschin
  2015-08-14 20:53     ` [U-Boot] [U-Boot, v2, " Tom Rini
  0 siblings, 1 reply; 21+ messages in thread
From: Anatolij Gustschin @ 2015-08-14  5:04 UTC (permalink / raw)
  To: u-boot

Also update maintainer info.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Cc: Wolfgang Denk <wd@denx.de>
---
v2:
 - add new board maintainer

 board/ipek01/MAINTAINERS |    2 +-
 include/configs/ipek01.h |    2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/board/ipek01/MAINTAINERS b/board/ipek01/MAINTAINERS
index 060f8a5..906d39e 100644
--- a/board/ipek01/MAINTAINERS
+++ b/board/ipek01/MAINTAINERS
@@ -1,5 +1,5 @@
 IPEK01 BOARD
-M:	Wolfgang Grandegger <wg@denx.de>
+M:	Anatolij Gustschin <agust@denx.de>
 S:	Maintained
 F:	board/ipek01/
 F:	include/configs/ipek01.h
diff --git a/include/configs/ipek01.h b/include/configs/ipek01.h
index 230f2c4..3f6f8dd 100644
--- a/include/configs/ipek01.h
+++ b/include/configs/ipek01.h
@@ -19,6 +19,8 @@
 #define CONFIG_MPX5200		1	/* MPX5200 board */
 #define CONFIG_MPC5200_DDR	1	/* use DDR RAM */
 #define CONFIG_IPEK01           	/* Motherboard is ipek01 */
+#define CONFIG_SYS_GENERIC_BOARD
+#define CONFIG_DISPLAY_BOARDINFO
 
 #define	CONFIG_SYS_TEXT_BASE	0xfc000000
 
-- 
1.7.9.5

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

* [U-Boot] [U-Boot,1/9] powerpc: canmb: convert to generic board
  2015-08-13 21:57 [U-Boot] [PATCH 1/9] powerpc: canmb: convert to generic board Anatolij Gustschin
                   ` (7 preceding siblings ...)
  2015-08-13 21:58 ` [U-Boot] [PATCH 9/9] powerpc: socrates: " Anatolij Gustschin
@ 2015-08-14 20:52 ` Tom Rini
  8 siblings, 0 replies; 21+ messages in thread
From: Tom Rini @ 2015-08-14 20:52 UTC (permalink / raw)
  To: u-boot

On Thu, Aug 13, 2015 at 11:57:53PM +0200, Anatolij Gustschin wrote:
> Signed-off-by: Anatolij Gustschin <agust@denx.de>

> Cc: Wolfgang Denk <wd@denx.de>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150814/1ba18fad/attachment.sig>

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

* [U-Boot] [U-Boot, 4/9] powerpc: jupiter: convert to generic board
  2015-08-13 21:57 ` [U-Boot] [PATCH 4/9] powerpc: jupiter: " Anatolij Gustschin
@ 2015-08-14 20:52   ` Tom Rini
  0 siblings, 0 replies; 21+ messages in thread
From: Tom Rini @ 2015-08-14 20:52 UTC (permalink / raw)
  To: u-boot

On Thu, Aug 13, 2015 at 11:57:56PM +0200, Anatolij Gustschin wrote:

> Signed-off-by: Anatolij Gustschin <agust@denx.de>
> Cc: Heiko Schocher <hs@denx.de>
> Cc: Wolfgang Denk <wd@denx.de>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150814/ce53139b/attachment.sig>

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

* [U-Boot] [U-Boot, 5/9] powerpc: motionpro: convert to generic board
  2015-08-13 21:57 ` [U-Boot] [PATCH 5/9] powerpc: motionpro: " Anatolij Gustschin
@ 2015-08-14 20:52   ` Tom Rini
  0 siblings, 0 replies; 21+ messages in thread
From: Tom Rini @ 2015-08-14 20:52 UTC (permalink / raw)
  To: u-boot

On Thu, Aug 13, 2015 at 11:57:57PM +0200, Anatolij Gustschin wrote:

> Signed-off-by: Anatolij Gustschin <agust@denx.de>
> Cc: Wolfgang Denk <wd@denx.de>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150814/4fdbac13/attachment.sig>

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

* [U-Boot] [U-Boot, 6/9] powerpc: munices: convert to generic board
  2015-08-13 21:57 ` [U-Boot] [PATCH 6/9] powerpc: munices: " Anatolij Gustschin
@ 2015-08-14 20:52   ` Tom Rini
  0 siblings, 0 replies; 21+ messages in thread
From: Tom Rini @ 2015-08-14 20:52 UTC (permalink / raw)
  To: u-boot

On Thu, Aug 13, 2015 at 11:57:58PM +0200, Anatolij Gustschin wrote:

> Signed-off-by: Anatolij Gustschin <agust@denx.de>
> Cc: Wolfgang Denk <wd@denx.de>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150814/3aad8a53/attachment.sig>

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

* [U-Boot] [U-Boot, 7/9] powerpc: pcm030: convert to generic board
  2015-08-13 21:57 ` [U-Boot] [PATCH 7/9] powerpc: pcm030: " Anatolij Gustschin
@ 2015-08-14 20:52   ` Tom Rini
  0 siblings, 0 replies; 21+ messages in thread
From: Tom Rini @ 2015-08-14 20:52 UTC (permalink / raw)
  To: u-boot

On Thu, Aug 13, 2015 at 11:57:59PM +0200, Anatolij Gustschin wrote:

> Signed-off-by: Anatolij Gustschin <agust@denx.de>
> Cc: Wolfgang Denk <wd@denx.de>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150814/2689c987/attachment.sig>

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

* [U-Boot] [U-Boot,8/9] powerpc: v38b: convert to generic board
  2015-08-13 21:58 ` [U-Boot] [PATCH 8/9] powerpc: v38b: " Anatolij Gustschin
@ 2015-08-14 20:52   ` Tom Rini
  0 siblings, 0 replies; 21+ messages in thread
From: Tom Rini @ 2015-08-14 20:52 UTC (permalink / raw)
  To: u-boot

On Thu, Aug 13, 2015 at 11:58:00PM +0200, Anatolij Gustschin wrote:

> Signed-off-by: Anatolij Gustschin <agust@denx.de>
> Cc: Wolfgang Denk <wd@denx.de>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150814/b553cddd/attachment.sig>

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

* [U-Boot] [U-Boot, 9/9] powerpc: socrates: convert to generic board
  2015-08-13 21:58 ` [U-Boot] [PATCH 9/9] powerpc: socrates: " Anatolij Gustschin
@ 2015-08-14 20:52   ` Tom Rini
  0 siblings, 0 replies; 21+ messages in thread
From: Tom Rini @ 2015-08-14 20:52 UTC (permalink / raw)
  To: u-boot

On Thu, Aug 13, 2015 at 11:58:01PM +0200, Anatolij Gustschin wrote:

> Signed-off-by: Anatolij Gustschin <agust@denx.de>
> Cc: York Sun <yorksun@freescale.com>

Applied to u-boot/master, thanks!

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

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

* [U-Boot] [U-Boot, v2, 2/9] powerpc: inka4x0: convert to generic board
  2015-08-14  5:01   ` [U-Boot] [PATCH v2 " Anatolij Gustschin
@ 2015-08-14 20:53     ` Tom Rini
  0 siblings, 0 replies; 21+ messages in thread
From: Tom Rini @ 2015-08-14 20:53 UTC (permalink / raw)
  To: u-boot

On Fri, Aug 14, 2015 at 07:01:15AM +0200, Anatolij Gustschin wrote:

> Also update maintainer info.
> 
> Signed-off-by: Anatolij Gustschin <agust@denx.de>
> Cc: Wolfgang Denk <wd@denx.de>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150814/14e7f16f/attachment.sig>

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

* [U-Boot] [U-Boot, v2, 3/9] powerpc: ipek01: convert to generic board
  2015-08-14  5:04   ` [U-Boot] [PATCH v2 " Anatolij Gustschin
@ 2015-08-14 20:53     ` Tom Rini
  0 siblings, 0 replies; 21+ messages in thread
From: Tom Rini @ 2015-08-14 20:53 UTC (permalink / raw)
  To: u-boot

On Fri, Aug 14, 2015 at 07:04:19AM +0200, Anatolij Gustschin wrote:

> Also update maintainer info.
> 
> Signed-off-by: Anatolij Gustschin <agust@denx.de>
> Cc: Wolfgang Denk <wd@denx.de>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150814/125ecc09/attachment.sig>

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

end of thread, other threads:[~2015-08-14 20:53 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-13 21:57 [U-Boot] [PATCH 1/9] powerpc: canmb: convert to generic board Anatolij Gustschin
2015-08-13 21:57 ` [U-Boot] [PATCH 2/9] powerpc: inka4x0: " Anatolij Gustschin
2015-08-13 22:16   ` Tom Rini
2015-08-14  5:01   ` [U-Boot] [PATCH v2 " Anatolij Gustschin
2015-08-14 20:53     ` [U-Boot] [U-Boot, v2, " Tom Rini
2015-08-13 21:57 ` [U-Boot] [PATCH 3/9] powerpc: ipek01: " Anatolij Gustschin
2015-08-14  5:04   ` [U-Boot] [PATCH v2 " Anatolij Gustschin
2015-08-14 20:53     ` [U-Boot] [U-Boot, v2, " Tom Rini
2015-08-13 21:57 ` [U-Boot] [PATCH 4/9] powerpc: jupiter: " Anatolij Gustschin
2015-08-14 20:52   ` [U-Boot] [U-Boot, " Tom Rini
2015-08-13 21:57 ` [U-Boot] [PATCH 5/9] powerpc: motionpro: " Anatolij Gustschin
2015-08-14 20:52   ` [U-Boot] [U-Boot, " Tom Rini
2015-08-13 21:57 ` [U-Boot] [PATCH 6/9] powerpc: munices: " Anatolij Gustschin
2015-08-14 20:52   ` [U-Boot] [U-Boot, " Tom Rini
2015-08-13 21:57 ` [U-Boot] [PATCH 7/9] powerpc: pcm030: " Anatolij Gustschin
2015-08-14 20:52   ` [U-Boot] [U-Boot, " Tom Rini
2015-08-13 21:58 ` [U-Boot] [PATCH 8/9] powerpc: v38b: " Anatolij Gustschin
2015-08-14 20:52   ` [U-Boot] [U-Boot,8/9] " Tom Rini
2015-08-13 21:58 ` [U-Boot] [PATCH 9/9] powerpc: socrates: " Anatolij Gustschin
2015-08-14 20:52   ` [U-Boot] [U-Boot, " Tom Rini
2015-08-14 20:52 ` [U-Boot] [U-Boot,1/9] powerpc: canmb: " Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox