]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - include/configs/portl2.h
DEBUG: Fix debug macros
[karo-tx-uboot.git] / include / configs / portl2.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 2010-2011
10  * Holger Brunck, Keymile GmbH Hannover, holger.brunck@keymile.com.
11  * Valentin Longchamp, Keymile AG Bern, valentin.longchamp@keymile.com
12  *
13  * See file CREDITS for list of people who contributed to this
14  * project.
15  *
16  * This program is free software; you can redistribute it and/or
17  * modify it under the terms of the GNU General Public License as
18  * published by the Free Software Foundation; either version 2 of
19  * the License, or (at your option) any later version.
20  *
21  * This program is distributed in the hope that it will be useful,
22  * but WITHOUT ANY WARRANTY; without even the implied warranty of
23  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
24  * GNU General Public License for more details.
25  *
26  * You should have received a copy of the GNU General Public License
27  * along with this program; if not, write to the Free Software
28  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
29  * MA 02110-1301 USA
30  */
31
32 /* for linking errors see
33  * http://lists.denx.de/pipermail/u-boot/2009-July/057350.html */
34
35 #ifndef _CONFIG_PORTL2_H
36 #define _CONFIG_PORTL2_H
37
38 /* include common defines/options for all arm based Keymile boards */
39 #include "km/km_arm.h"
40
41 /*
42  * Version number information
43  */
44 #define CONFIG_IDENT_STRING     "\nKeymile Port-L2"
45 #define CONFIG_HOSTNAME                 portl2
46 #define CONFIG_PORTL2
47
48 #define KM_IVM_BUS      "pca9544a:70:9" /* I2C2 (Mux-Port 1)*/
49 #define KM_ENV_BUS      "pca9544a:70:a" /* I2C2 (Mux-Port 2)*/
50
51 /*
52  * portl2 has a fixed link to the XMPP backplane
53  * with 100MB full duplex and autoneg off, for this
54  * reason we have to change the default settings
55  */
56 #define PORT_SERIAL_CONTROL_VALUE               ( \
57         MVGBE_FORCE_LINK_PASS                   | \
58         MVGBE_DIS_AUTO_NEG_FOR_DUPLX            | \
59         MVGBE_DIS_AUTO_NEG_FOR_FLOW_CTRL        | \
60         MVGBE_ADV_NO_FLOW_CTRL                  | \
61         MVGBE_FORCE_FC_MODE_NO_PAUSE_DIS_TX     | \
62         MVGBE_FORCE_BP_MODE_NO_JAM              | \
63         (1 << 9) /* Reserved bit has to be 1 */ | \
64         MVGBE_DO_NOT_FORCE_LINK_FAIL            | \
65         MVGBE_DIS_AUTO_NEG_SPEED_GMII           | \
66         MVGBE_DTE_ADV_0                         | \
67         MVGBE_MIIPHY_MAC_MODE                   | \
68         MVGBE_AUTO_NEG_NO_CHANGE                | \
69         MVGBE_MAX_RX_PACKET_1552BYTE            | \
70         MVGBE_CLR_EXT_LOOPBACK                  | \
71         MVGBE_SET_FULL_DUPLEX_MODE              | \
72         MVGBE_DIS_FLOW_CTRL_TX_RX_IN_FULL_DUPLEX        |\
73         MVGBE_SET_GMII_SPEED_TO_10_100  |\
74         MVGBE_SET_MII_SPEED_TO_100)
75
76 /*
77  * portl2 does use the PCIe Port0
78  */
79 #define  CONFIG_KIRKWOOD_PCIE_INIT
80
81 #endif /* _CONFIG_PORTL2_H */