km_kirkwood.h 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  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. * 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_KM_KIRKWOOD_H
  36. #define _CONFIG_KM_KIRKWOOD_H
  37. /* KM_KIRKWOOD */
  38. #if defined(CONFIG_KM_KIRKWOOD)
  39. #define CONFIG_IDENT_STRING "\nKeymile Kirkwood"
  40. #define CONFIG_HOSTNAME km_kirkwood
  41. #define CONFIG_KM_DISABLE_PCIE
  42. #define KM_IVM_BUS "pca9544a:70:9" /* I2C2 (Mux-Port 1)*/
  43. /* KM_KIRKWOOD_PCI */
  44. #elif defined(CONFIG_KM_KIRKWOOD_PCI)
  45. #define CONFIG_IDENT_STRING "\nKeymile Kirkwood PCI"
  46. #define CONFIG_HOSTNAME km_kirkwood_pci
  47. #define KM_IVM_BUS "pca9544a:70:9" /* I2C2 (Mux-Port 1)*/
  48. #define CONFIG_KM_FPGA_CONFIG
  49. /* KM_NUSA */
  50. #elif defined(CONFIG_KM_NUSA)
  51. #define KM_IVM_BUS "pca9547:70:9" /* I2C2 (Mux-Port 1)*/
  52. #define CONFIG_IDENT_STRING "\nKeymile NUSA"
  53. #define CONFIG_HOSTNAME kmnusa
  54. #undef CONFIG_SYS_KWD_CONFIG
  55. #define CONFIG_SYS_KWD_CONFIG \
  56. $(SRCTREE)/$(CONFIG_BOARDDIR)/kwbimage_128M16_1.cfg
  57. #define CONFIG_KM_ENV_IS_IN_SPI_NOR
  58. #define CONFIG_KM_FPGA_CONFIG
  59. #define CONFIG_KM_PIGGY4_88E6352
  60. #define CONFIG_MV88E6352_SWITCH
  61. #define CONFIG_KM_MVEXTSW_ADDR 0x10
  62. /* KM_MGCOGE3UN */
  63. #elif defined(CONFIG_KM_MGCOGE3UN)
  64. #define CONFIG_IDENT_STRING "\nKeymile COGE3UN"
  65. #define CONFIG_HOSTNAME mgcoge3un
  66. #define KM_IVM_BUS "pca9547:70:9" /* 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. /* KMCOGE5UN */
  75. #elif defined(CONFIG_KM_COGE5UN)
  76. #define CONFIG_IDENT_STRING "\nKeymile COGE5UN"
  77. #define KM_IVM_BUS "pca9547:70:9" /* I2C2 (Mux-Port 1)*/
  78. #undef CONFIG_SYS_KWD_CONFIG
  79. #define CONFIG_SYS_KWD_CONFIG \
  80. $(SRCTREE)/$(CONFIG_BOARDDIR)/kwbimage_256M8_1.cfg
  81. #define CONFIG_KM_ENV_IS_IN_SPI_NOR
  82. #define CONFIG_PIGGY_MAC_ADRESS_OFFSET 3
  83. #define CONFIG_HOSTNAME kmcoge5un
  84. #define CONFIG_KM_DISABLE_PCIE
  85. #define CONFIG_KM_PIGGY4_88E6352
  86. /* KM_PORTL2 */
  87. #elif defined(CONFIG_KM_PORTL2)
  88. #define CONFIG_IDENT_STRING "\nKeymile Port-L2"
  89. #define CONFIG_HOSTNAME portl2
  90. #define KM_IVM_BUS "pca9544a:70:9" /* I2C2 (Mux-Port 1)*/
  91. #define CONFIG_KM_PIGGY4_88E6061
  92. #else
  93. #error ("Board unsupported")
  94. #endif
  95. /* include common defines/options for all arm based Keymile boards */
  96. #include "km/km_arm.h"
  97. #ifndef CONFIG_KM_ENV_IS_IN_SPI_NOR
  98. #define KM_ENV_BUS "pca9544a:70:d" /* I2C2 (Mux-Port 5)*/
  99. #endif
  100. #if defined(CONFIG_KM_PIGGY4_88E6352)
  101. /*
  102. * Some keymile boards like mgcoge5un & nusa1 have their PIGGY4 connected via
  103. * an Marvell 88E6352 simple switch.
  104. * In this case we have to change the default settings for the etherent mac.
  105. * There is NO ethernet phy. The ARM and Switch are conencted directly over
  106. * RGMII in MAC-MAC mode
  107. * In this case 1GBit full duplex and autoneg off
  108. */
  109. #define PORT_SERIAL_CONTROL_VALUE ( \
  110. MVGBE_FORCE_LINK_PASS | \
  111. MVGBE_DIS_AUTO_NEG_FOR_DUPLX | \
  112. MVGBE_DIS_AUTO_NEG_FOR_FLOW_CTRL | \
  113. MVGBE_ADV_NO_FLOW_CTRL | \
  114. MVGBE_FORCE_FC_MODE_NO_PAUSE_DIS_TX | \
  115. MVGBE_FORCE_BP_MODE_NO_JAM | \
  116. (1 << 9) /* Reserved bit has to be 1 */ | \
  117. MVGBE_DO_NOT_FORCE_LINK_FAIL | \
  118. MVGBE_DIS_AUTO_NEG_SPEED_GMII | \
  119. MVGBE_DTE_ADV_0 | \
  120. MVGBE_MIIPHY_MAC_MODE | \
  121. MVGBE_AUTO_NEG_NO_CHANGE | \
  122. MVGBE_MAX_RX_PACKET_1552BYTE | \
  123. MVGBE_CLR_EXT_LOOPBACK | \
  124. MVGBE_SET_FULL_DUPLEX_MODE | \
  125. MVGBE_EN_FLOW_CTRL_TX_RX_IN_FULL_DUPLEX |\
  126. MVGBE_SET_GMII_SPEED_TO_1000 |\
  127. MVGBE_SET_MII_SPEED_TO_100)
  128. #endif
  129. #ifdef CONFIG_KM_PIGGY4_88E6061
  130. /*
  131. * Some keymile boards like mgcoge3un have their PIGGY4 connected via
  132. * an Marvell 88E6061 simple switch.
  133. * In this case we have to change the default settings for the
  134. * ethernet phy connected to the kirkwood.
  135. * In this case 100MB full duplex and autoneg off
  136. */
  137. #define PORT_SERIAL_CONTROL_VALUE ( \
  138. MVGBE_FORCE_LINK_PASS | \
  139. MVGBE_DIS_AUTO_NEG_FOR_DUPLX | \
  140. MVGBE_DIS_AUTO_NEG_FOR_FLOW_CTRL | \
  141. MVGBE_ADV_NO_FLOW_CTRL | \
  142. MVGBE_FORCE_FC_MODE_NO_PAUSE_DIS_TX | \
  143. MVGBE_FORCE_BP_MODE_NO_JAM | \
  144. (1 << 9) /* Reserved bit has to be 1 */ | \
  145. MVGBE_DO_NOT_FORCE_LINK_FAIL | \
  146. MVGBE_DIS_AUTO_NEG_SPEED_GMII | \
  147. MVGBE_DTE_ADV_0 | \
  148. MVGBE_MIIPHY_MAC_MODE | \
  149. MVGBE_AUTO_NEG_NO_CHANGE | \
  150. MVGBE_MAX_RX_PACKET_1552BYTE | \
  151. MVGBE_CLR_EXT_LOOPBACK | \
  152. MVGBE_SET_FULL_DUPLEX_MODE | \
  153. MVGBE_DIS_FLOW_CTRL_TX_RX_IN_FULL_DUPLEX |\
  154. MVGBE_SET_GMII_SPEED_TO_10_100 |\
  155. MVGBE_SET_MII_SPEED_TO_100)
  156. #endif
  157. #ifdef CONFIG_KM_DISABLE_PCI
  158. #undef CONFIG_KIRKWOOD_PCIE_INIT
  159. #endif
  160. #endif /* _CONFIG_KM_KIRKWOOD */