]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - include/configs/km_kirkwood.h
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
[karo-tx-uboot.git] / include / configs / km_kirkwood.h
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
38 /* KM_KIRKWOOD_128M16 */
39 #elif defined(CONFIG_KM_KIRKWOOD_128M16)
40 #define CONFIG_IDENT_STRING             "\nKeymile Kirkwood 128M16"
41 #define CONFIG_HOSTNAME                 km_kirkwood_128m16
42 #undef CONFIG_SYS_KWD_CONFIG
43 #define CONFIG_SYS_KWD_CONFIG \
44                 $(SRCTREE)/$(CONFIG_BOARDDIR)/kwbimage_128M16_1.cfg
45 #define CONFIG_KM_DISABLE_PCIE
46 #define CONFIG_KM_IVM_BUS               1       /* I2C2 (Mux-Port 1)*/
47
48 /* KM_NUSA */
49 #elif defined(CONFIG_KM_NUSA)
50 #define CONFIG_KM_IVM_BUS               1       /* I2C2 (Mux-Port 1)*/
51 #define CONFIG_IDENT_STRING             "\nKeymile NUSA"
52 #define CONFIG_HOSTNAME                 kmnusa
53 #undef CONFIG_SYS_KWD_CONFIG
54 #define CONFIG_SYS_KWD_CONFIG \
55                 $(SRCTREE)/$(CONFIG_BOARDDIR)/kwbimage_128M16_1.cfg
56 #define CONFIG_KM_ENV_IS_IN_SPI_NOR
57 #define CONFIG_KM_FPGA_CONFIG
58 #define CONFIG_KM_PIGGY4_88E6352
59 #define CONFIG_MV88E6352_SWITCH
60 #define CONFIG_KM_MVEXTSW_ADDR          0x10
61
62 /* KM_MGCOGE3UN */
63 #elif defined(CONFIG_KM_MGCOGE3UN)
64 #define CONFIG_IDENT_STRING             "\nKeymile COGE3UN"
65 #define CONFIG_HOSTNAME                 mgcoge3un
66 #define CONFIG_KM_IVM_BUS               1       /* I2C2 (Mux-Port 1)*/
67 #undef CONFIG_SYS_KWD_CONFIG
68 #define CONFIG_SYS_KWD_CONFIG \
69                 $(SRCTREE)/$(CONFIG_BOARDDIR)/kwbimage-memphis.cfg
70 #define CONFIG_KM_BOARD_EXTRA_ENV       "waitforne=true\0"
71 #define CONFIG_PIGGY_MAC_ADRESS_OFFSET  3
72 #define CONFIG_KM_DISABLE_PCIE
73 #define CONFIG_KM_PIGGY4_88E6061
74
75 /* KMCOGE5UN */
76 #elif defined(CONFIG_KM_COGE5UN)
77 #define CONFIG_IDENT_STRING             "\nKeymile COGE5UN"
78 #define CONFIG_KM_IVM_BUS               1       /* I2C2 (Mux-Port 1)*/
79 #undef  CONFIG_SYS_KWD_CONFIG
80 #define CONFIG_SYS_KWD_CONFIG \
81                 $(SRCTREE)/$(CONFIG_BOARDDIR)/kwbimage_256M8_1.cfg
82 #define CONFIG_KM_ENV_IS_IN_SPI_NOR
83 #define CONFIG_PIGGY_MAC_ADRESS_OFFSET  3
84 #define CONFIG_HOSTNAME                 kmcoge5un
85 #define CONFIG_KM_DISABLE_PCIE
86 #define CONFIG_KM_PIGGY4_88E6352
87
88 /* KM_PORTL2 */
89 #elif defined(CONFIG_KM_PORTL2)
90 #define CONFIG_IDENT_STRING             "\nKeymile Port-L2"
91 #define CONFIG_HOSTNAME                 portl2
92 #define CONFIG_KM_IVM_BUS               1       /* I2C2 (Mux-Port 1)*/
93 #define CONFIG_KM_PIGGY4_88E6061
94
95 /* KM_SUV31 */
96 #elif defined(CONFIG_KM_SUV31)
97 #define CONFIG_KM_IVM_BUS               1       /* I2C2 (Mux-Port 1)*/
98 #define CONFIG_IDENT_STRING             "\nKeymile SUV31"
99 #define CONFIG_HOSTNAME                 kmsuv31
100 #define CONFIG_KM_ENV_IS_IN_SPI_NOR
101 #define CONFIG_KM_FPGA_CONFIG
102
103 #else
104 #error ("Board unsupported")
105 #endif
106
107 /* include common defines/options for all arm based Keymile boards */
108 #include "km/km_arm.h"
109
110 #ifndef CONFIG_KM_ENV_IS_IN_SPI_NOR
111 #define KM_ENV_BUS      5       /* I2C2 (Mux-Port 5)*/
112 #endif
113
114 #if defined(CONFIG_KM_PIGGY4_88E6352)
115 /*
116  * Some keymile boards like mgcoge5un & nusa1 have their PIGGY4 connected via
117  * an Marvell 88E6352 simple switch.
118  * In this case we have to change the default settings for the etherent mac.
119  * There is NO ethernet phy. The ARM and Switch are conencted directly over
120  * RGMII in MAC-MAC mode
121  * In this case 1GBit full duplex and autoneg off
122  */
123 #define PORT_SERIAL_CONTROL_VALUE               ( \
124         MVGBE_FORCE_LINK_PASS                       | \
125         MVGBE_DIS_AUTO_NEG_FOR_DUPLX            | \
126         MVGBE_DIS_AUTO_NEG_FOR_FLOW_CTRL        | \
127         MVGBE_ADV_NO_FLOW_CTRL                      | \
128         MVGBE_FORCE_FC_MODE_NO_PAUSE_DIS_TX     | \
129         MVGBE_FORCE_BP_MODE_NO_JAM                  | \
130         (1 << 9) /* Reserved bit has to be 1 */ | \
131         MVGBE_DO_NOT_FORCE_LINK_FAIL            | \
132         MVGBE_DIS_AUTO_NEG_SPEED_GMII           | \
133         MVGBE_DTE_ADV_0                                 | \
134         MVGBE_MIIPHY_MAC_MODE                       | \
135         MVGBE_AUTO_NEG_NO_CHANGE                    | \
136         MVGBE_MAX_RX_PACKET_1552BYTE            | \
137         MVGBE_CLR_EXT_LOOPBACK                      | \
138         MVGBE_SET_FULL_DUPLEX_MODE                  | \
139         MVGBE_EN_FLOW_CTRL_TX_RX_IN_FULL_DUPLEX |\
140         MVGBE_SET_GMII_SPEED_TO_1000        |\
141         MVGBE_SET_MII_SPEED_TO_100)
142
143 #endif
144
145 #ifdef CONFIG_KM_PIGGY4_88E6061
146 /*
147  * Some keymile boards like mgcoge3un have their PIGGY4 connected via
148  * an Marvell 88E6061 simple switch.
149  * In this case we have to change the default settings for the
150  * ethernet phy connected to the kirkwood.
151  * In this case 100MB full duplex and autoneg off
152  */
153 #define PORT_SERIAL_CONTROL_VALUE               ( \
154         MVGBE_FORCE_LINK_PASS                   | \
155         MVGBE_DIS_AUTO_NEG_FOR_DUPLX            | \
156         MVGBE_DIS_AUTO_NEG_FOR_FLOW_CTRL        | \
157         MVGBE_ADV_NO_FLOW_CTRL                  | \
158         MVGBE_FORCE_FC_MODE_NO_PAUSE_DIS_TX     | \
159         MVGBE_FORCE_BP_MODE_NO_JAM              | \
160         (1 << 9) /* Reserved bit has to be 1 */ | \
161         MVGBE_DO_NOT_FORCE_LINK_FAIL            | \
162         MVGBE_DIS_AUTO_NEG_SPEED_GMII           | \
163         MVGBE_DTE_ADV_0                         | \
164         MVGBE_MIIPHY_MAC_MODE                   | \
165         MVGBE_AUTO_NEG_NO_CHANGE                | \
166         MVGBE_MAX_RX_PACKET_1552BYTE            | \
167         MVGBE_CLR_EXT_LOOPBACK                  | \
168         MVGBE_SET_FULL_DUPLEX_MODE              | \
169         MVGBE_DIS_FLOW_CTRL_TX_RX_IN_FULL_DUPLEX        |\
170         MVGBE_SET_GMII_SPEED_TO_10_100  |\
171         MVGBE_SET_MII_SPEED_TO_100)
172 #endif
173
174 #ifdef CONFIG_KM_DISABLE_PCI
175 #undef  CONFIG_KIRKWOOD_PCIE_INIT
176 #endif
177
178
179 #endif /* _CONFIG_KM_KIRKWOOD */