Heiko Schocher | 67fa8c2 | 2010-02-22 16:43:02 +0530 | [diff] [blame] | 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 | * |
Holger Brunck | 8170aef | 2012-07-05 05:37:46 +0000 | [diff] [blame] | 9 | * (C) Copyright 2011-2012 |
| 10 | * Holger Brunck, Keymile GmbH Hannover, holger.brunck@keymile.com |
| 11 | * Valentin Longchamp, Keymile AG, valentin.longchamp@keymile.com |
Holger Brunck | 83b40c3 | 2011-06-16 18:11:15 +0530 | [diff] [blame] | 12 | * |
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 13 | * SPDX-License-Identifier: GPL-2.0+ |
Heiko Schocher | 67fa8c2 | 2010-02-22 16:43:02 +0530 | [diff] [blame] | 14 | */ |
| 15 | |
| 16 | /* |
| 17 | * for linking errors see |
| 18 | * http://lists.denx.de/pipermail/u-boot/2009-July/057350.html |
| 19 | */ |
| 20 | |
Holger Brunck | 83b40c3 | 2011-06-16 18:11:15 +0530 | [diff] [blame] | 21 | #ifndef _CONFIG_KM_KIRKWOOD_H |
| 22 | #define _CONFIG_KM_KIRKWOOD_H |
Heiko Schocher | 67fa8c2 | 2010-02-22 16:43:02 +0530 | [diff] [blame] | 23 | |
Holger Brunck | 48ced62 | 2012-07-05 05:05:06 +0000 | [diff] [blame] | 24 | /* KM_KIRKWOOD */ |
Holger Brunck | 8170aef | 2012-07-05 05:37:46 +0000 | [diff] [blame] | 25 | #if defined(CONFIG_KM_KIRKWOOD) |
| 26 | #define CONFIG_IDENT_STRING "\nKeymile Kirkwood" |
Holger Brunck | d935453 | 2012-07-05 05:05:02 +0000 | [diff] [blame] | 27 | #define CONFIG_HOSTNAME km_kirkwood |
Holger Brunck | 48ced62 | 2012-07-05 05:05:06 +0000 | [diff] [blame] | 28 | #define CONFIG_KM_DISABLE_PCIE |
Heiko Schocher | f3e9361 | 2012-10-25 11:07:00 +0200 | [diff] [blame] | 29 | #define CONFIG_KM_IVM_BUS 1 /* I2C2 (Mux-Port 1)*/ |
Holger Brunck | 48ced62 | 2012-07-05 05:05:06 +0000 | [diff] [blame] | 30 | |
| 31 | /* KM_KIRKWOOD_PCI */ |
Holger Brunck | 8170aef | 2012-07-05 05:37:46 +0000 | [diff] [blame] | 32 | #elif defined(CONFIG_KM_KIRKWOOD_PCI) |
| 33 | #define CONFIG_IDENT_STRING "\nKeymile Kirkwood PCI" |
Holger Brunck | d935453 | 2012-07-05 05:05:02 +0000 | [diff] [blame] | 34 | #define CONFIG_HOSTNAME km_kirkwood_pci |
Heiko Schocher | f3e9361 | 2012-10-25 11:07:00 +0200 | [diff] [blame] | 35 | #define CONFIG_KM_IVM_BUS 1 /* I2C2 (Mux-Port 1)*/ |
Holger Brunck | 48ced62 | 2012-07-05 05:05:06 +0000 | [diff] [blame] | 36 | #define CONFIG_KM_FPGA_CONFIG |
Holger Brunck | 58c90c8 | 2014-08-15 10:51:48 +0200 | [diff] [blame] | 37 | #define CONFIG_KM_UBI_PART_BOOT_OPTS ",2048" |
| 38 | #define CONFIG_SYS_NAND_NO_SUBPAGE_WRITE |
Holger Brunck | 48ced62 | 2012-07-05 05:05:06 +0000 | [diff] [blame] | 39 | |
Karlheinz Jerg | 5e4eeab | 2013-09-18 09:32:48 +0200 | [diff] [blame] | 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 |
Masahiro Yamada | 4ab3fc5 | 2014-03-11 11:05:17 +0900 | [diff] [blame] | 45 | #define CONFIG_SYS_KWD_CONFIG $(CONFIG_BOARDDIR)/kwbimage_128M16_1.cfg |
Karlheinz Jerg | 5e4eeab | 2013-09-18 09:32:48 +0200 | [diff] [blame] | 46 | #define CONFIG_KM_DISABLE_PCIE |
Holger Brunck | e28d4a2 | 2013-10-07 15:10:03 +0200 | [diff] [blame] | 47 | #define CONFIG_KM_IVM_BUS 1 /* I2C2 (Mux-Port 1)*/ |
Karlheinz Jerg | 5e4eeab | 2013-09-18 09:32:48 +0200 | [diff] [blame] | 48 | |
Gerlando Falauto | 9c134e1 | 2014-02-13 16:43:00 +0100 | [diff] [blame] | 49 | /* KM_NUSA / KM_SUGP1 */ |
| 50 | #elif defined(CONFIG_KM_NUSA) || defined(CONFIG_KM_SUGP1) |
Heiko Schocher | f3e9361 | 2012-10-25 11:07:00 +0200 | [diff] [blame] | 51 | #define CONFIG_KM_IVM_BUS 1 /* I2C2 (Mux-Port 1)*/ |
Gerlando Falauto | 9c134e1 | 2014-02-13 16:43:00 +0100 | [diff] [blame] | 52 | |
| 53 | # if defined(CONFIG_KM_NUSA) |
Holger Brunck | 8170aef | 2012-07-05 05:37:46 +0000 | [diff] [blame] | 54 | #define CONFIG_IDENT_STRING "\nKeymile NUSA" |
Holger Brunck | d935453 | 2012-07-05 05:05:02 +0000 | [diff] [blame] | 55 | #define CONFIG_HOSTNAME kmnusa |
Gerlando Falauto | 9c134e1 | 2014-02-13 16:43:00 +0100 | [diff] [blame] | 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 | |
Holger Brunck | 8170aef | 2012-07-05 05:37:46 +0000 | [diff] [blame] | 62 | #undef CONFIG_SYS_KWD_CONFIG |
Masahiro Yamada | 4ab3fc5 | 2014-03-11 11:05:17 +0900 | [diff] [blame] | 63 | #define CONFIG_SYS_KWD_CONFIG $(CONFIG_BOARDDIR)/kwbimage_128M16_1.cfg |
Holger Brunck | 8170aef | 2012-07-05 05:37:46 +0000 | [diff] [blame] | 64 | #define CONFIG_KM_ENV_IS_IN_SPI_NOR |
| 65 | #define CONFIG_KM_FPGA_CONFIG |
| 66 | #define CONFIG_KM_PIGGY4_88E6352 |
Valentin Longchamp | be3e8be | 2012-08-16 01:25:20 +0000 | [diff] [blame] | 67 | #define CONFIG_MV88E6352_SWITCH |
| 68 | #define CONFIG_KM_MVEXTSW_ADDR 0x10 |
Holger Brunck | 8170aef | 2012-07-05 05:37:46 +0000 | [diff] [blame] | 69 | |
Holger Brunck | f945439 | 2012-07-05 05:05:03 +0000 | [diff] [blame] | 70 | /* KM_MGCOGE3UN */ |
| 71 | #elif defined(CONFIG_KM_MGCOGE3UN) |
| 72 | #define CONFIG_IDENT_STRING "\nKeymile COGE3UN" |
| 73 | #define CONFIG_HOSTNAME mgcoge3un |
Heiko Schocher | f3e9361 | 2012-10-25 11:07:00 +0200 | [diff] [blame] | 74 | #define CONFIG_KM_IVM_BUS 1 /* I2C2 (Mux-Port 1)*/ |
Holger Brunck | f945439 | 2012-07-05 05:05:03 +0000 | [diff] [blame] | 75 | #undef CONFIG_SYS_KWD_CONFIG |
Masahiro Yamada | 4ab3fc5 | 2014-03-11 11:05:17 +0900 | [diff] [blame] | 76 | #define CONFIG_SYS_KWD_CONFIG $(CONFIG_BOARDDIR)/kwbimage-memphis.cfg |
Holger Brunck | f945439 | 2012-07-05 05:05:03 +0000 | [diff] [blame] | 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 */ |
Holger Brunck | d935453 | 2012-07-05 05:05:02 +0000 | [diff] [blame] | 83 | #elif defined(CONFIG_KM_COGE5UN) |
| 84 | #define CONFIG_IDENT_STRING "\nKeymile COGE5UN" |
Heiko Schocher | f3e9361 | 2012-10-25 11:07:00 +0200 | [diff] [blame] | 85 | #define CONFIG_KM_IVM_BUS 1 /* I2C2 (Mux-Port 1)*/ |
Holger Brunck | d935453 | 2012-07-05 05:05:02 +0000 | [diff] [blame] | 86 | #undef CONFIG_SYS_KWD_CONFIG |
Masahiro Yamada | 4ab3fc5 | 2014-03-11 11:05:17 +0900 | [diff] [blame] | 87 | #define CONFIG_SYS_KWD_CONFIG $(CONFIG_BOARDDIR)/kwbimage_256M8_1.cfg |
Holger Brunck | d935453 | 2012-07-05 05:05:02 +0000 | [diff] [blame] | 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 |
Holger Brunck | 6ef6486 | 2012-07-05 05:05:04 +0000 | [diff] [blame] | 93 | |
| 94 | /* KM_PORTL2 */ |
| 95 | #elif defined(CONFIG_KM_PORTL2) |
| 96 | #define CONFIG_IDENT_STRING "\nKeymile Port-L2" |
| 97 | #define CONFIG_HOSTNAME portl2 |
Heiko Schocher | f3e9361 | 2012-10-25 11:07:00 +0200 | [diff] [blame] | 98 | #define CONFIG_KM_IVM_BUS 1 /* I2C2 (Mux-Port 1)*/ |
Holger Brunck | 6ef6486 | 2012-07-05 05:05:04 +0000 | [diff] [blame] | 99 | #define CONFIG_KM_PIGGY4_88E6061 |
| 100 | |
Holger Brunck | 90639fe | 2013-01-15 22:51:22 +0000 | [diff] [blame] | 101 | /* KM_SUV31 */ |
| 102 | #elif defined(CONFIG_KM_SUV31) |
Heiko Schocher | ea818db | 2013-01-29 08:53:15 +0100 | [diff] [blame] | 103 | #define CONFIG_KM_IVM_BUS 1 /* I2C2 (Mux-Port 1)*/ |
Holger Brunck | 90639fe | 2013-01-15 22:51:22 +0000 | [diff] [blame] | 104 | #define CONFIG_IDENT_STRING "\nKeymile SUV31" |
| 105 | #define CONFIG_HOSTNAME kmsuv31 |
Holger Brunck | 2a4ebef | 2014-01-27 16:58:24 +0100 | [diff] [blame] | 106 | #undef CONFIG_SYS_KWD_CONFIG |
Masahiro Yamada | 4ab3fc5 | 2014-03-11 11:05:17 +0900 | [diff] [blame] | 107 | #define CONFIG_SYS_KWD_CONFIG $(CONFIG_BOARDDIR)/kwbimage_128M16_1.cfg |
Holger Brunck | 90639fe | 2013-01-15 22:51:22 +0000 | [diff] [blame] | 108 | #define CONFIG_KM_ENV_IS_IN_SPI_NOR |
| 109 | #define CONFIG_KM_FPGA_CONFIG |
Holger Brunck | 58c90c8 | 2014-08-15 10:51:48 +0200 | [diff] [blame] | 110 | #define CONFIG_KM_UBI_PART_BOOT_OPTS ",2048" |
| 111 | #define CONFIG_SYS_NAND_NO_SUBPAGE_WRITE |
Holger Brunck | 8170aef | 2012-07-05 05:37:46 +0000 | [diff] [blame] | 112 | #else |
| 113 | #error ("Board unsupported") |
| 114 | #endif |
| 115 | |
Heiko Schocher | 67fa8c2 | 2010-02-22 16:43:02 +0530 | [diff] [blame] | 116 | /* include common defines/options for all arm based Keymile boards */ |
Valentin Longchamp | 264eaa0 | 2011-05-04 01:47:33 +0000 | [diff] [blame] | 117 | #include "km/km_arm.h" |
Heiko Schocher | 67fa8c2 | 2010-02-22 16:43:02 +0530 | [diff] [blame] | 118 | |
Holger Brunck | 8170aef | 2012-07-05 05:37:46 +0000 | [diff] [blame] | 119 | #ifndef CONFIG_KM_ENV_IS_IN_SPI_NOR |
Heiko Schocher | ea818db | 2013-01-29 08:53:15 +0100 | [diff] [blame] | 120 | #define KM_ENV_BUS 5 /* I2C2 (Mux-Port 5)*/ |
Holger Brunck | 8170aef | 2012-07-05 05:37:46 +0000 | [diff] [blame] | 121 | #endif |
| 122 | |
| 123 | #if defined(CONFIG_KM_PIGGY4_88E6352) |
| 124 | /* |
| 125 | * Some keymile boards like mgcoge5un & nusa1 have their PIGGY4 connected via |
| 126 | * an Marvell 88E6352 simple switch. |
| 127 | * In this case we have to change the default settings for the etherent mac. |
| 128 | * There is NO ethernet phy. The ARM and Switch are conencted directly over |
| 129 | * RGMII in MAC-MAC mode |
| 130 | * In this case 1GBit full duplex and autoneg off |
| 131 | */ |
| 132 | #define PORT_SERIAL_CONTROL_VALUE ( \ |
| 133 | MVGBE_FORCE_LINK_PASS | \ |
| 134 | MVGBE_DIS_AUTO_NEG_FOR_DUPLX | \ |
| 135 | MVGBE_DIS_AUTO_NEG_FOR_FLOW_CTRL | \ |
| 136 | MVGBE_ADV_NO_FLOW_CTRL | \ |
| 137 | MVGBE_FORCE_FC_MODE_NO_PAUSE_DIS_TX | \ |
| 138 | MVGBE_FORCE_BP_MODE_NO_JAM | \ |
| 139 | (1 << 9) /* Reserved bit has to be 1 */ | \ |
| 140 | MVGBE_DO_NOT_FORCE_LINK_FAIL | \ |
| 141 | MVGBE_DIS_AUTO_NEG_SPEED_GMII | \ |
| 142 | MVGBE_DTE_ADV_0 | \ |
| 143 | MVGBE_MIIPHY_MAC_MODE | \ |
| 144 | MVGBE_AUTO_NEG_NO_CHANGE | \ |
| 145 | MVGBE_MAX_RX_PACKET_1552BYTE | \ |
| 146 | MVGBE_CLR_EXT_LOOPBACK | \ |
| 147 | MVGBE_SET_FULL_DUPLEX_MODE | \ |
| 148 | MVGBE_EN_FLOW_CTRL_TX_RX_IN_FULL_DUPLEX |\ |
| 149 | MVGBE_SET_GMII_SPEED_TO_1000 |\ |
| 150 | MVGBE_SET_MII_SPEED_TO_100) |
| 151 | |
| 152 | #endif |
Heiko Schocher | 731b968 | 2011-03-08 10:53:51 +0100 | [diff] [blame] | 153 | |
Holger Brunck | f945439 | 2012-07-05 05:05:03 +0000 | [diff] [blame] | 154 | #ifdef CONFIG_KM_PIGGY4_88E6061 |
| 155 | /* |
| 156 | * Some keymile boards like mgcoge3un have their PIGGY4 connected via |
| 157 | * an Marvell 88E6061 simple switch. |
| 158 | * In this case we have to change the default settings for the |
| 159 | * ethernet phy connected to the kirkwood. |
| 160 | * In this case 100MB full duplex and autoneg off |
| 161 | */ |
| 162 | #define PORT_SERIAL_CONTROL_VALUE ( \ |
| 163 | MVGBE_FORCE_LINK_PASS | \ |
| 164 | MVGBE_DIS_AUTO_NEG_FOR_DUPLX | \ |
| 165 | MVGBE_DIS_AUTO_NEG_FOR_FLOW_CTRL | \ |
| 166 | MVGBE_ADV_NO_FLOW_CTRL | \ |
| 167 | MVGBE_FORCE_FC_MODE_NO_PAUSE_DIS_TX | \ |
| 168 | MVGBE_FORCE_BP_MODE_NO_JAM | \ |
| 169 | (1 << 9) /* Reserved bit has to be 1 */ | \ |
| 170 | MVGBE_DO_NOT_FORCE_LINK_FAIL | \ |
| 171 | MVGBE_DIS_AUTO_NEG_SPEED_GMII | \ |
| 172 | MVGBE_DTE_ADV_0 | \ |
| 173 | MVGBE_MIIPHY_MAC_MODE | \ |
| 174 | MVGBE_AUTO_NEG_NO_CHANGE | \ |
| 175 | MVGBE_MAX_RX_PACKET_1552BYTE | \ |
| 176 | MVGBE_CLR_EXT_LOOPBACK | \ |
| 177 | MVGBE_SET_FULL_DUPLEX_MODE | \ |
| 178 | MVGBE_DIS_FLOW_CTRL_TX_RX_IN_FULL_DUPLEX |\ |
| 179 | MVGBE_SET_GMII_SPEED_TO_10_100 |\ |
| 180 | MVGBE_SET_MII_SPEED_TO_100) |
| 181 | #endif |
| 182 | |
Holger Brunck | f945439 | 2012-07-05 05:05:03 +0000 | [diff] [blame] | 183 | #ifdef CONFIG_KM_DISABLE_PCI |
| 184 | #undef CONFIG_KIRKWOOD_PCIE_INIT |
| 185 | #endif |
Valentin Longchamp | b37f772 | 2012-07-05 05:05:05 +0000 | [diff] [blame] | 186 | |
Valentin Longchamp | b37f772 | 2012-07-05 05:05:05 +0000 | [diff] [blame] | 187 | |
Holger Brunck | 83b40c3 | 2011-06-16 18:11:15 +0530 | [diff] [blame] | 188 | #endif /* _CONFIG_KM_KIRKWOOD */ |