1 /*
2  * (C) Copyright 2009
3  * Marvell Semiconductor <www.marvell.com>
4  * Prafulla Wadaskar <prafulla@marvell.com>
5  *
6  * (C) Copyright 2009
7  * Stefan Roese, DENX Software Engineering, sr@denx.de.
8  *
9  * (C) Copyright 2011-2012
10  * Holger Brunck, Keymile GmbH Hannover, holger.brunck@keymile.com
11  * Valentin Longchamp, Keymile AG, valentin.longchamp@keymile.com
12  *
13  * SPDX-License-Identifier:	GPL-2.0+
14  */
15 
16 /*
17  * for linking errors see
18  * http://lists.denx.de/pipermail/u-boot/2009-July/057350.html
19  */
20 
21 #ifndef _CONFIG_KM_KIRKWOOD_H
22 #define _CONFIG_KM_KIRKWOOD_H
23 
24 /* KM_KIRKWOOD */
25 #if defined(CONFIG_KM_KIRKWOOD)
26 #define CONFIG_IDENT_STRING		"\nKeymile Kirkwood"
27 #define CONFIG_HOSTNAME			km_kirkwood
28 #define CONFIG_KM_DISABLE_PCIE
29 #define CONFIG_KM_IVM_BUS		1	/* I2C2 (Mux-Port 1)*/
30 
31 /* KM_KIRKWOOD_PCI */
32 #elif defined(CONFIG_KM_KIRKWOOD_PCI)
33 #define CONFIG_IDENT_STRING		"\nKeymile Kirkwood PCI"
34 #define CONFIG_HOSTNAME			km_kirkwood_pci
35 #define CONFIG_KM_IVM_BUS		1	/* I2C2 (Mux-Port 1)*/
36 #define CONFIG_KM_FPGA_CONFIG
37 #define CONFIG_KM_UBI_PART_BOOT_OPTS		",2048"
38 #define CONFIG_SYS_NAND_NO_SUBPAGE_WRITE
39 
40 /* KM_KIRKWOOD_128M16 */
41 #elif defined(CONFIG_KM_KIRKWOOD_128M16)
42 #define CONFIG_IDENT_STRING		"\nKeymile Kirkwood 128M16"
43 #define CONFIG_HOSTNAME			km_kirkwood_128m16
44 #undef CONFIG_SYS_KWD_CONFIG
45 #define CONFIG_SYS_KWD_CONFIG $(CONFIG_BOARDDIR)/kwbimage_128M16_1.cfg
46 #define CONFIG_KM_DISABLE_PCIE
47 #define CONFIG_KM_IVM_BUS		1	/* I2C2 (Mux-Port 1)*/
48 
49 /* KM_NUSA / KM_SUGP1 */
50 #elif defined(CONFIG_KM_NUSA) || defined(CONFIG_KM_SUGP1)
51 #define CONFIG_KM_IVM_BUS		1	/* I2C2 (Mux-Port 1)*/
52 
53 # if defined(CONFIG_KM_NUSA)
54 #define CONFIG_IDENT_STRING		"\nKeymile NUSA"
55 #define CONFIG_HOSTNAME			kmnusa
56 # elif defined(CONFIG_KM_SUGP1)
57 #define CONFIG_IDENT_STRING		"\nKeymile SUGP1"
58 #define CONFIG_HOSTNAME			kmsugp1
59 #define KM_PCIE_RESET_MPP7
60 #endif
61 
62 #undef CONFIG_SYS_KWD_CONFIG
63 #define CONFIG_SYS_KWD_CONFIG $(CONFIG_BOARDDIR)/kwbimage_128M16_1.cfg
64 #define CONFIG_KM_ENV_IS_IN_SPI_NOR
65 #define CONFIG_KM_FPGA_CONFIG
66 #define CONFIG_KM_PIGGY4_88E6352
67 #define CONFIG_MV88E6352_SWITCH
68 #define CONFIG_KM_MVEXTSW_ADDR		0x10
69 
70 /* KM_MGCOGE3UN */
71 #elif defined(CONFIG_KM_MGCOGE3UN)
72 #define CONFIG_IDENT_STRING		"\nKeymile COGE3UN"
73 #define CONFIG_HOSTNAME			mgcoge3un
74 #define CONFIG_KM_IVM_BUS		1	/* I2C2 (Mux-Port 1)*/
75 #undef CONFIG_SYS_KWD_CONFIG
76 #define CONFIG_SYS_KWD_CONFIG $(CONFIG_BOARDDIR)/kwbimage-memphis.cfg
77 #define CONFIG_KM_BOARD_EXTRA_ENV	"waitforne=true\0"
78 #define CONFIG_PIGGY_MAC_ADRESS_OFFSET  3
79 #define CONFIG_KM_DISABLE_PCIE
80 #define CONFIG_KM_PIGGY4_88E6061
81 
82 /* KMCOGE5UN */
83 #elif defined(CONFIG_KM_COGE5UN)
84 #define CONFIG_IDENT_STRING		"\nKeymile COGE5UN"
85 #define CONFIG_KM_IVM_BUS		1	/* I2C2 (Mux-Port 1)*/
86 #undef	CONFIG_SYS_KWD_CONFIG
87 #define CONFIG_SYS_KWD_CONFIG $(CONFIG_BOARDDIR)/kwbimage_256M8_1.cfg
88 #define CONFIG_KM_ENV_IS_IN_SPI_NOR
89 #define CONFIG_PIGGY_MAC_ADRESS_OFFSET	3
90 #define CONFIG_HOSTNAME			kmcoge5un
91 #define CONFIG_KM_DISABLE_PCIE
92 #define CONFIG_KM_PIGGY4_88E6352
93 
94 /* KM_PORTL2 */
95 #elif defined(CONFIG_KM_PORTL2)
96 #define CONFIG_IDENT_STRING		"\nKeymile Port-L2"
97 #define CONFIG_HOSTNAME			portl2
98 #define CONFIG_KM_IVM_BUS		1	/* I2C2 (Mux-Port 1)*/
99 #define CONFIG_KM_PIGGY4_88E6061
100 
101 /* KM_SUV31 */
102 #elif defined(CONFIG_KM_SUV31)
103 #define CONFIG_KM_IVM_BUS		1	/* I2C2 (Mux-Port 1)*/
104 #define CONFIG_IDENT_STRING		"\nKeymile SUV31"
105 #define CONFIG_HOSTNAME			kmsuv31
106 #undef CONFIG_SYS_KWD_CONFIG
107 #define CONFIG_SYS_KWD_CONFIG $(CONFIG_BOARDDIR)/kwbimage_128M16_1.cfg
108 #define CONFIG_KM_ENV_IS_IN_SPI_NOR
109 #define CONFIG_KM_FPGA_CONFIG
110 #define CONFIG_KM_UBI_PART_BOOT_OPTS		",2048"
111 #define CONFIG_SYS_NAND_NO_SUBPAGE_WRITE
112 #else
113 #error ("Board unsupported")
114 #endif
115 
116 /* include common defines/options for all arm based Keymile boards */
117 #include "km/km_arm.h"
118 
119 #if defined(CONFIG_KM_PIGGY4_88E6352)
120 /*
121  * Some keymile boards like mgcoge5un & nusa1 have their PIGGY4 connected via
122  * an Marvell 88E6352 simple switch.
123  * In this case we have to change the default settings for the etherent mac.
124  * There is NO ethernet phy. The ARM and Switch are conencted directly over
125  * RGMII in MAC-MAC mode
126  * In this case 1GBit full duplex and autoneg off
127  */
128 #define PORT_SERIAL_CONTROL_VALUE		( \
129 	MVGBE_FORCE_LINK_PASS			    | \
130 	MVGBE_DIS_AUTO_NEG_FOR_DUPLX		| \
131 	MVGBE_DIS_AUTO_NEG_FOR_FLOW_CTRL	| \
132 	MVGBE_ADV_NO_FLOW_CTRL			    | \
133 	MVGBE_FORCE_FC_MODE_NO_PAUSE_DIS_TX	| \
134 	MVGBE_FORCE_BP_MODE_NO_JAM		    | \
135 	(1 << 9) /* Reserved bit has to be 1 */	| \
136 	MVGBE_DO_NOT_FORCE_LINK_FAIL		| \
137 	MVGBE_DIS_AUTO_NEG_SPEED_GMII		| \
138 	MVGBE_DTE_ADV_0				        | \
139 	MVGBE_MIIPHY_MAC_MODE			    | \
140 	MVGBE_AUTO_NEG_NO_CHANGE		    | \
141 	MVGBE_MAX_RX_PACKET_1552BYTE		| \
142 	MVGBE_CLR_EXT_LOOPBACK			    | \
143 	MVGBE_SET_FULL_DUPLEX_MODE		    | \
144 	MVGBE_EN_FLOW_CTRL_TX_RX_IN_FULL_DUPLEX	|\
145 	MVGBE_SET_GMII_SPEED_TO_1000	    |\
146 	MVGBE_SET_MII_SPEED_TO_100)
147 
148 #endif
149 
150 #ifdef CONFIG_KM_PIGGY4_88E6061
151 /*
152  * Some keymile boards like mgcoge3un have their PIGGY4 connected via
153  * an Marvell 88E6061 simple switch.
154  * In this case we have to change the default settings for the
155  * ethernet phy connected to the kirkwood.
156  * In this case 100MB full duplex and autoneg off
157  */
158 #define PORT_SERIAL_CONTROL_VALUE		( \
159 	MVGBE_FORCE_LINK_PASS			| \
160 	MVGBE_DIS_AUTO_NEG_FOR_DUPLX		| \
161 	MVGBE_DIS_AUTO_NEG_FOR_FLOW_CTRL	| \
162 	MVGBE_ADV_NO_FLOW_CTRL			| \
163 	MVGBE_FORCE_FC_MODE_NO_PAUSE_DIS_TX	| \
164 	MVGBE_FORCE_BP_MODE_NO_JAM		| \
165 	(1 << 9) /* Reserved bit has to be 1 */	| \
166 	MVGBE_DO_NOT_FORCE_LINK_FAIL		| \
167 	MVGBE_DIS_AUTO_NEG_SPEED_GMII		| \
168 	MVGBE_DTE_ADV_0				| \
169 	MVGBE_MIIPHY_MAC_MODE			| \
170 	MVGBE_AUTO_NEG_NO_CHANGE		| \
171 	MVGBE_MAX_RX_PACKET_1552BYTE		| \
172 	MVGBE_CLR_EXT_LOOPBACK			| \
173 	MVGBE_SET_FULL_DUPLEX_MODE		| \
174 	MVGBE_DIS_FLOW_CTRL_TX_RX_IN_FULL_DUPLEX	|\
175 	MVGBE_SET_GMII_SPEED_TO_10_100	|\
176 	MVGBE_SET_MII_SPEED_TO_100)
177 #endif
178 
179 #ifdef CONFIG_KM_DISABLE_PCI
180 #undef  CONFIG_KIRKWOOD_PCIE_INIT
181 #endif
182 
183 
184 #endif /* _CONFIG_KM_KIRKWOOD */
185