t1040_ids.c 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. /*
  2. * Copyright 2012 Freescale Semiconductor, Inc.
  3. *
  4. * See file CREDITS for list of people who contributed to this
  5. * project.
  6. *
  7. * This program is free software; you can redistribute it and/or
  8. * modify it under the terms of the GNU General Public License as
  9. * published by the Free Software Foundation; either version 2 of
  10. * the License, or (at your option) any later version.
  11. *
  12. * This program is distributed in the hope that it will be useful,
  13. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  15. * GNU General Public License for more details.
  16. *
  17. * You should have received a copy of the GNU General Public License
  18. * along with this program; if not, write to the Free Software
  19. * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  20. * MA 02111-1307 USA
  21. */
  22. #include <common.h>
  23. #include <asm/fsl_portals.h>
  24. #include <asm/fsl_liodn.h>
  25. #ifdef CONFIG_SYS_DPAA_QBMAN
  26. struct qportal_info qp_info[CONFIG_SYS_QMAN_NUM_PORTALS] = {
  27. /* dqrr liodn, frame data liodn, liodn off, sdest */
  28. SET_QP_INFO(1, 27, 1, 0),
  29. SET_QP_INFO(2, 28, 1, 0),
  30. SET_QP_INFO(3, 29, 1, 1),
  31. SET_QP_INFO(4, 30, 1, 1),
  32. SET_QP_INFO(5, 31, 1, 2),
  33. SET_QP_INFO(6, 32, 1, 2),
  34. SET_QP_INFO(7, 33, 1, 3),
  35. SET_QP_INFO(8, 34, 1, 3),
  36. SET_QP_INFO(9, 35, 1, 0),
  37. SET_QP_INFO(10, 36, 1, 0),
  38. SET_QP_INFO(11, 37, 1, 1),
  39. SET_QP_INFO(12, 38, 1, 1),
  40. SET_QP_INFO(13, 39, 1, 2),
  41. SET_QP_INFO(14, 40, 1, 2),
  42. SET_QP_INFO(15, 41, 1, 3),
  43. SET_QP_INFO(16, 42, 1, 3),
  44. SET_QP_INFO(17, 43, 1, 0),
  45. SET_QP_INFO(18, 44, 1, 0),
  46. SET_QP_INFO(19, 45, 1, 1),
  47. SET_QP_INFO(20, 46, 1, 1),
  48. SET_QP_INFO(21, 47, 1, 2),
  49. SET_QP_INFO(22, 48, 1, 2),
  50. SET_QP_INFO(23, 49, 1, 3),
  51. SET_QP_INFO(24, 50, 1, 3),
  52. SET_QP_INFO(25, 51, 1, 0),
  53. };
  54. #endif
  55. struct srio_liodn_id_table srio_liodn_tbl[] = {
  56. SET_SRIO_LIODN_1(1, 307),
  57. SET_SRIO_LIODN_1(2, 387),
  58. };
  59. int srio_liodn_tbl_sz = ARRAY_SIZE(srio_liodn_tbl);
  60. struct liodn_id_table liodn_tbl[] = {
  61. #ifdef CONFIG_SYS_DPAA_QBMAN
  62. SET_QMAN_LIODN(62),
  63. SET_BMAN_LIODN(63),
  64. #endif
  65. SET_SDHC_LIODN(1, 552),
  66. SET_USB_LIODN(1, "fsl-usb2-mph", 553),
  67. SET_PCI_LIODN("fsl,qoriq-pcie-v2.2", 1, 148),
  68. SET_DMA_LIODN(1, 147),
  69. SET_DMA_LIODN(2, 227),
  70. SET_GUTS_LIODN("fsl,rapidio-delta", 199, rio1liodnr, 0),
  71. SET_GUTS_LIODN(NULL, 200, rio2liodnr, 0),
  72. SET_GUTS_LIODN(NULL, 201, rio1maintliodnr, 0),
  73. SET_GUTS_LIODN(NULL, 202, rio2maintliodnr, 0),
  74. /* SET_NEXUS_LIODN(557), -- not yet implemented */
  75. };
  76. int liodn_tbl_sz = ARRAY_SIZE(liodn_tbl);
  77. #ifdef CONFIG_SYS_DPAA_FMAN
  78. struct liodn_id_table fman1_liodn_tbl[] = {
  79. SET_FMAN_RX_1G_LIODN(1, 0, 88),
  80. SET_FMAN_RX_1G_LIODN(1, 1, 89),
  81. SET_FMAN_RX_1G_LIODN(1, 2, 90),
  82. SET_FMAN_RX_1G_LIODN(1, 3, 91),
  83. SET_FMAN_RX_1G_LIODN(1, 4, 92),
  84. SET_FMAN_RX_1G_LIODN(1, 5, 93),
  85. SET_FMAN_RX_10G_LIODN(1, 0, 94),
  86. SET_FMAN_RX_10G_LIODN(1, 1, 95),
  87. };
  88. int fman1_liodn_tbl_sz = ARRAY_SIZE(fman1_liodn_tbl);
  89. #endif
  90. struct liodn_id_table sec_liodn_tbl[] = {
  91. SET_SEC_JR_LIODN_ENTRY(0, 454, 458),
  92. SET_SEC_JR_LIODN_ENTRY(1, 455, 459),
  93. SET_SEC_JR_LIODN_ENTRY(2, 456, 460),
  94. SET_SEC_JR_LIODN_ENTRY(3, 457, 461),
  95. SET_SEC_RTIC_LIODN_ENTRY(a, 453),
  96. SET_SEC_RTIC_LIODN_ENTRY(b, 549),
  97. SET_SEC_RTIC_LIODN_ENTRY(c, 550),
  98. SET_SEC_RTIC_LIODN_ENTRY(d, 551),
  99. SET_SEC_DECO_LIODN_ENTRY(0, 541, 610),
  100. SET_SEC_DECO_LIODN_ENTRY(1, 542, 611),
  101. };
  102. int sec_liodn_tbl_sz = ARRAY_SIZE(sec_liodn_tbl);
  103. #ifdef CONFIG_SYS_DPAA_RMAN
  104. struct liodn_id_table rman_liodn_tbl[] = {
  105. /* Set RMan block 0-3 liodn offset */
  106. SET_RMAN_LIODN(0, 678),
  107. SET_RMAN_LIODN(1, 679),
  108. SET_RMAN_LIODN(2, 680),
  109. SET_RMAN_LIODN(3, 681),
  110. };
  111. int rman_liodn_tbl_sz = ARRAY_SIZE(rman_liodn_tbl);
  112. #endif
  113. struct liodn_id_table liodn_bases[] = {
  114. [FSL_HW_PORTAL_SEC] = SET_LIODN_BASE_2(462, 558),
  115. #ifdef CONFIG_SYS_DPAA_FMAN
  116. [FSL_HW_PORTAL_FMAN1] = SET_LIODN_BASE_1(973),
  117. #endif
  118. #ifdef CONFIG_SYS_DPAA_RMAN
  119. [FSL_HW_PORTAL_RMAN] = SET_LIODN_BASE_1(922),
  120. #endif
  121. };