diff mbox

[U-Boot,1/2] powerpc: xes: Convert to generic board

Message ID 1420839771-1626-1-git-send-email-ptyser@xes-inc.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Peter Tyser Jan. 9, 2015, 9:42 p.m. UTC
From: John Schmoller <jschmoller@xes-inc.com>

Convert Extreme Engineering Solutions products to use generic board
support.

Signed-off-by: John Schmoller <jschmoller@xes-inc.com>
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
---
 include/configs/xpedite1000.h | 2 ++
 include/configs/xpedite517x.h | 2 ++
 include/configs/xpedite520x.h | 2 ++
 include/configs/xpedite537x.h | 2 ++
 include/configs/xpedite550x.h | 2 ++
 5 files changed, 10 insertions(+)

Comments

Tom Rini Jan. 12, 2015, 8:11 p.m. UTC | #1
On Fri, Jan 09, 2015 at 03:42:50PM -0600, Peter Tyser wrote:

> From: John Schmoller <jschmoller@xes-inc.com>
> 
> Convert Extreme Engineering Solutions products to use generic board
> support.
> 
> Signed-off-by: John Schmoller <jschmoller@xes-inc.com>
> Signed-off-by: Peter Tyser <ptyser@xes-inc.com>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/include/configs/xpedite1000.h b/include/configs/xpedite1000.h
index ca322b2..15c9176 100644
--- a/include/configs/xpedite1000.h
+++ b/include/configs/xpedite1000.h
@@ -22,6 +22,8 @@ 
 #define CONFIG_440GX		1		/* 440 GX */
 #define CONFIG_BOARD_EARLY_INIT_F 1		/* Call board_pre_init	*/
 #define CONFIG_SYS_CLK_FREQ	33333333	/* external freq to pll */
+#define CONFIG_SYS_GENERIC_BOARD
+#define CONFIG_DISPLAY_BOARDINFO
 
 #define	CONFIG_SYS_TEXT_BASE	0xFFF80000
 
diff --git a/include/configs/xpedite517x.h b/include/configs/xpedite517x.h
index cbf4b8e..3414230 100644
--- a/include/configs/xpedite517x.h
+++ b/include/configs/xpedite517x.h
@@ -23,6 +23,8 @@ 
 #define CONFIG_BAT_RW		1	/* Use common BAT rw code */
 #define CONFIG_HIGH_BATS	1	/* High BATs supported and enabled */
 #define CONFIG_ALTIVEC		1
+#define CONFIG_SYS_GENERIC_BOARD
+#define CONFIG_DISPLAY_BOARDINFO
 
 #define	CONFIG_SYS_TEXT_BASE	0xfff00000
 
diff --git a/include/configs/xpedite520x.h b/include/configs/xpedite520x.h
index baa3039..f966a8a 100644
--- a/include/configs/xpedite520x.h
+++ b/include/configs/xpedite520x.h
@@ -21,6 +21,8 @@ 
 #define CONFIG_SYS_BOARD_NAME	"XPedite5200"
 #define CONFIG_SYS_FORM_PMC_XMC	1
 #define CONFIG_BOARD_EARLY_INIT_R	/* Call board_pre_init */
+#define CONFIG_SYS_GENERIC_BOARD
+#define CONFIG_DISPLAY_BOARDINFO
 
 #ifndef CONFIG_SYS_TEXT_BASE
 #define CONFIG_SYS_TEXT_BASE	0xfff80000
diff --git a/include/configs/xpedite537x.h b/include/configs/xpedite537x.h
index bdf5576..d6b6143 100644
--- a/include/configs/xpedite537x.h
+++ b/include/configs/xpedite537x.h
@@ -21,6 +21,8 @@ 
 #define CONFIG_SYS_BOARD_NAME	"XPedite5370"
 #define CONFIG_SYS_FORM_3U_VPX	1
 #define CONFIG_BOARD_EARLY_INIT_R	/* Call board_pre_init */
+#define CONFIG_SYS_GENERIC_BOARD
+#define CONFIG_DISPLAY_BOARDINFO
 
 #ifndef CONFIG_SYS_TEXT_BASE
 #define CONFIG_SYS_TEXT_BASE	0xfff80000
diff --git a/include/configs/xpedite550x.h b/include/configs/xpedite550x.h
index 0b24f3e..4536b94 100644
--- a/include/configs/xpedite550x.h
+++ b/include/configs/xpedite550x.h
@@ -22,6 +22,8 @@ 
 #define CONFIG_SYS_FORM_PMC_XMC	1
 #define CONFIG_PRPMC_PCI_ALIAS	"pci0"	/* Processor PMC interface on pci0 */
 #define CONFIG_BOARD_EARLY_INIT_R	/* Call board_pre_init */
+#define CONFIG_SYS_GENERIC_BOARD
+#define CONFIG_DISPLAY_BOARDINFO
 
 #ifndef CONFIG_SYS_TEXT_BASE
 #define CONFIG_SYS_TEXT_BASE	0xfff80000