Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 1 | /* |
Prabhakar Kushwaha | beebb88 | 2012-04-24 20:16:49 +0000 | [diff] [blame] | 2 | * Copyright 2011-2012 Freescale Semiconductor, Inc. |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 3 | * |
Wolfgang Denk | d79de1d | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 4 | * SPDX-License-Identifier: GPL-2.0+ |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 5 | */ |
| 6 | |
| 7 | #ifndef _ASM_MPC85xx_CONFIG_H_ |
| 8 | #define _ASM_MPC85xx_CONFIG_H_ |
| 9 | |
| 10 | /* SoC specific defines for Freescale MPC85xx (PQ3) and QorIQ processors */ |
| 11 | |
Timur Tabi | d8f341c | 2011-08-04 18:03:41 -0500 | [diff] [blame] | 12 | #ifdef CONFIG_SYS_CCSRBAR_DEFAULT |
| 13 | #error "Do not define CONFIG_SYS_CCSRBAR_DEFAULT in the board header file." |
| 14 | #endif |
| 15 | |
York Sun | f066a04 | 2012-10-28 08:12:54 +0000 | [diff] [blame] | 16 | /* |
| 17 | * This macro should be removed when we no longer care about backwards |
| 18 | * compatibility with older operating systems. |
| 19 | */ |
| 20 | #define CONFIG_PPC_SPINTABLE_COMPATIBLE |
| 21 | |
York Sun | 7d69ea3 | 2012-10-08 07:44:22 +0000 | [diff] [blame] | 22 | #define FSL_DDR_VER_4_7 47 |
Prabhakar Kushwaha | 7851253 | 2013-09-03 11:19:54 +0530 | [diff] [blame] | 23 | #define FSL_DDR_VER_5_0 50 |
York Sun | 7d69ea3 | 2012-10-08 07:44:22 +0000 | [diff] [blame] | 24 | |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 25 | /* Number of TLB CAM entries we have on FSL Book-E chips */ |
| 26 | #if defined(CONFIG_E500MC) |
| 27 | #define CONFIG_SYS_NUM_TLBCAMS 64 |
| 28 | #elif defined(CONFIG_E500) |
| 29 | #define CONFIG_SYS_NUM_TLBCAMS 16 |
| 30 | #endif |
| 31 | |
| 32 | #if defined(CONFIG_MPC8536) |
| 33 | #define CONFIG_MAX_CPUS 1 |
| 34 | #define CONFIG_SYS_FSL_NUM_LAWS 12 |
Prabhakar Kushwaha | 826cf62 | 2012-08-15 04:12:43 +0000 | [diff] [blame] | 35 | #define CONFIG_SYS_PPC_E500_DEBUG_TLB 1 |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 36 | #define CONFIG_SYS_FSL_SEC_COMPAT 2 |
Timur Tabi | d8f341c | 2011-08-04 18:03:41 -0500 | [diff] [blame] | 37 | #define CONFIG_SYS_CCSRBAR_DEFAULT 0xff700000 |
York Sun | 0cc5907 | 2013-08-20 15:09:43 -0700 | [diff] [blame] | 38 | #define CONFIG_SYS_FSL_ERRATUM_A005125 |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 39 | |
Wolfgang Denk | a4de835 | 2011-02-02 22:36:10 +0100 | [diff] [blame] | 40 | #elif defined(CONFIG_MPC8540) |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 41 | #define CONFIG_MAX_CPUS 1 |
| 42 | #define CONFIG_SYS_FSL_NUM_LAWS 8 |
Timur Tabi | d8f341c | 2011-08-04 18:03:41 -0500 | [diff] [blame] | 43 | #define CONFIG_SYS_CCSRBAR_DEFAULT 0xff700000 |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 44 | |
Wolfgang Denk | a4de835 | 2011-02-02 22:36:10 +0100 | [diff] [blame] | 45 | #elif defined(CONFIG_MPC8541) |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 46 | #define CONFIG_MAX_CPUS 1 |
| 47 | #define CONFIG_SYS_FSL_NUM_LAWS 8 |
| 48 | #define CONFIG_SYS_FSL_SEC_COMPAT 2 |
Timur Tabi | d8f341c | 2011-08-04 18:03:41 -0500 | [diff] [blame] | 49 | #define CONFIG_SYS_CCSRBAR_DEFAULT 0xff700000 |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 50 | |
| 51 | #elif defined(CONFIG_MPC8544) |
| 52 | #define CONFIG_MAX_CPUS 1 |
| 53 | #define CONFIG_SYS_FSL_NUM_LAWS 10 |
Prabhakar Kushwaha | 826cf62 | 2012-08-15 04:12:43 +0000 | [diff] [blame] | 54 | #define CONFIG_SYS_PPC_E500_DEBUG_TLB 0 |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 55 | #define CONFIG_SYS_FSL_SEC_COMPAT 2 |
Timur Tabi | d8f341c | 2011-08-04 18:03:41 -0500 | [diff] [blame] | 56 | #define CONFIG_SYS_CCSRBAR_DEFAULT 0xff700000 |
York Sun | 0cc5907 | 2013-08-20 15:09:43 -0700 | [diff] [blame] | 57 | #define CONFIG_SYS_FSL_ERRATUM_A005125 |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 58 | |
| 59 | #elif defined(CONFIG_MPC8548) |
| 60 | #define CONFIG_MAX_CPUS 1 |
| 61 | #define CONFIG_SYS_FSL_NUM_LAWS 10 |
Prabhakar Kushwaha | 826cf62 | 2012-08-15 04:12:43 +0000 | [diff] [blame] | 62 | #define CONFIG_SYS_PPC_E500_DEBUG_TLB 0 |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 63 | #define CONFIG_SYS_FSL_SEC_COMPAT 2 |
Timur Tabi | d8f341c | 2011-08-04 18:03:41 -0500 | [diff] [blame] | 64 | #define CONFIG_SYS_CCSRBAR_DEFAULT 0xff700000 |
Kumar Gala | 866c6fa | 2011-09-16 09:54:30 -0500 | [diff] [blame] | 65 | #define CONFIG_SYS_FSL_ERRATUM_NMG_DDR120 |
Kumar Gala | f3339d6 | 2011-10-03 08:37:57 -0500 | [diff] [blame] | 66 | #define CONFIG_SYS_FSL_ERRATUM_NMG_LBC103 |
chenhui zhao | c8caa8a | 2011-10-03 08:38:50 -0500 | [diff] [blame] | 67 | #define CONFIG_SYS_FSL_ERRATUM_NMG_ETSEC129 |
Liu Gang | 78deaa1 | 2012-03-08 00:33:14 +0000 | [diff] [blame] | 68 | #define CONFIG_SYS_FSL_SRIO_MAX_PORTS 1 |
| 69 | #define CONFIG_SYS_FSL_SRIO_OB_WIN_NUM 9 |
| 70 | #define CONFIG_SYS_FSL_SRIO_IB_WIN_NUM 5 |
| 71 | #define CONFIG_SYS_FSL_RMU |
| 72 | #define CONFIG_SYS_FSL_SRIO_MSG_UNIT_NUM 2 |
York Sun | 0cc5907 | 2013-08-20 15:09:43 -0700 | [diff] [blame] | 73 | #define CONFIG_SYS_FSL_ERRATUM_A005125 |
Chunhe Lan | 9254640 | 2013-08-16 15:10:37 +0800 | [diff] [blame] | 74 | #define CONFIG_SYS_FSL_ERRATUM_I2C_A004447 |
| 75 | #define CONFIG_SYS_FSL_A004447_SVR_REV 0x00 |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 76 | |
| 77 | #elif defined(CONFIG_MPC8555) |
| 78 | #define CONFIG_MAX_CPUS 1 |
| 79 | #define CONFIG_SYS_FSL_NUM_LAWS 8 |
| 80 | #define CONFIG_SYS_FSL_SEC_COMPAT 2 |
Timur Tabi | d8f341c | 2011-08-04 18:03:41 -0500 | [diff] [blame] | 81 | #define CONFIG_SYS_CCSRBAR_DEFAULT 0xff700000 |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 82 | |
| 83 | #elif defined(CONFIG_MPC8560) |
| 84 | #define CONFIG_MAX_CPUS 1 |
| 85 | #define CONFIG_SYS_FSL_NUM_LAWS 8 |
Timur Tabi | d8f341c | 2011-08-04 18:03:41 -0500 | [diff] [blame] | 86 | #define CONFIG_SYS_CCSRBAR_DEFAULT 0xff700000 |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 87 | |
| 88 | #elif defined(CONFIG_MPC8568) |
| 89 | #define CONFIG_MAX_CPUS 1 |
| 90 | #define CONFIG_SYS_FSL_NUM_LAWS 10 |
| 91 | #define CONFIG_SYS_FSL_SEC_COMPAT 2 |
Kumar Gala | 52bd815 | 2011-01-31 23:09:25 -0600 | [diff] [blame] | 92 | #define QE_MURAM_SIZE 0x10000UL |
| 93 | #define MAX_QE_RISC 2 |
| 94 | #define QE_NUM_OF_SNUM 28 |
Timur Tabi | d8f341c | 2011-08-04 18:03:41 -0500 | [diff] [blame] | 95 | #define CONFIG_SYS_CCSRBAR_DEFAULT 0xff700000 |
Liu Gang | 78deaa1 | 2012-03-08 00:33:14 +0000 | [diff] [blame] | 96 | #define CONFIG_SYS_FSL_SRIO_MAX_PORTS 1 |
| 97 | #define CONFIG_SYS_FSL_SRIO_OB_WIN_NUM 9 |
| 98 | #define CONFIG_SYS_FSL_SRIO_IB_WIN_NUM 5 |
| 99 | #define CONFIG_SYS_FSL_RMU |
| 100 | #define CONFIG_SYS_FSL_SRIO_MSG_UNIT_NUM 2 |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 101 | |
| 102 | #elif defined(CONFIG_MPC8569) |
| 103 | #define CONFIG_MAX_CPUS 1 |
| 104 | #define CONFIG_SYS_FSL_NUM_LAWS 10 |
| 105 | #define CONFIG_SYS_FSL_SEC_COMPAT 2 |
Kumar Gala | 52bd815 | 2011-01-31 23:09:25 -0600 | [diff] [blame] | 106 | #define QE_MURAM_SIZE 0x20000UL |
| 107 | #define MAX_QE_RISC 4 |
| 108 | #define QE_NUM_OF_SNUM 46 |
Timur Tabi | d8f341c | 2011-08-04 18:03:41 -0500 | [diff] [blame] | 109 | #define CONFIG_SYS_CCSRBAR_DEFAULT 0xff700000 |
Liu Gang | 78deaa1 | 2012-03-08 00:33:14 +0000 | [diff] [blame] | 110 | #define CONFIG_SYS_FSL_SRIO_MAX_PORTS 1 |
| 111 | #define CONFIG_SYS_FSL_SRIO_OB_WIN_NUM 9 |
| 112 | #define CONFIG_SYS_FSL_SRIO_IB_WIN_NUM 5 |
| 113 | #define CONFIG_SYS_FSL_RMU |
| 114 | #define CONFIG_SYS_FSL_SRIO_MSG_UNIT_NUM 2 |
York Sun | 0cc5907 | 2013-08-20 15:09:43 -0700 | [diff] [blame] | 115 | #define CONFIG_SYS_FSL_ERRATUM_A005125 |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 116 | |
| 117 | #elif defined(CONFIG_MPC8572) |
| 118 | #define CONFIG_MAX_CPUS 2 |
| 119 | #define CONFIG_SYS_FSL_NUM_LAWS 12 |
Prabhakar Kushwaha | 826cf62 | 2012-08-15 04:12:43 +0000 | [diff] [blame] | 120 | #define CONFIG_SYS_PPC_E500_DEBUG_TLB 2 |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 121 | #define CONFIG_SYS_FSL_SEC_COMPAT 2 |
Timur Tabi | d8f341c | 2011-08-04 18:03:41 -0500 | [diff] [blame] | 122 | #define CONFIG_SYS_CCSRBAR_DEFAULT 0xff700000 |
York Sun | 9aa857b | 2011-01-25 21:51:27 -0800 | [diff] [blame] | 123 | #define CONFIG_SYS_FSL_ERRATUM_DDR_115 |
York Sun | c8fc959 | 2011-01-25 22:05:49 -0800 | [diff] [blame] | 124 | #define CONFIG_SYS_FSL_ERRATUM_DDR111_DDR134 |
York Sun | 0cc5907 | 2013-08-20 15:09:43 -0700 | [diff] [blame] | 125 | #define CONFIG_SYS_FSL_ERRATUM_A005125 |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 126 | |
| 127 | #elif defined(CONFIG_P1010) |
| 128 | #define CONFIG_MAX_CPUS 1 |
Priyanka Jain | 0244963 | 2011-02-09 09:24:10 +0530 | [diff] [blame] | 129 | #define CONFIG_FSL_SDHC_V2_3 |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 130 | #define CONFIG_SYS_FSL_NUM_LAWS 12 |
Prabhakar Kushwaha | 3d42a96 | 2012-04-29 23:57:12 +0000 | [diff] [blame] | 131 | #define CONFIG_SYS_PPC_E500_DEBUG_TLB 3 |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 132 | #define CONFIG_TSECV2 |
| 133 | #define CONFIG_SYS_FSL_SEC_COMPAT 4 |
Poonam Aggrwal | 7373c59 | 2011-02-06 11:31:44 +0530 | [diff] [blame] | 134 | #define CONFIG_SYS_FSL_ERRATUM_ESDHC111 |
| 135 | #define CONFIG_NUM_DDR_CONTROLLERS 1 |
ramneek mehresh | d04f8fe | 2013-10-18 17:40:17 +0530 | [diff] [blame^] | 136 | #define CONFIG_USB_MAX_CONTROLLER_COUNT 1 |
Mingkai Hu | 6f024c9 | 2013-05-16 10:18:13 +0800 | [diff] [blame] | 137 | #define CONFIG_SYS_FSL_IFC_BANK_COUNT 4 |
Poonam Aggrwal | 7373c59 | 2011-02-06 11:31:44 +0530 | [diff] [blame] | 138 | #define CONFIG_SYS_CCSRBAR_DEFAULT 0xff700000 |
Kumar Gala | 179b1b2 | 2011-05-20 00:39:21 -0500 | [diff] [blame] | 139 | #define CONFIG_SYS_FSL_PCIE_COMPAT "fsl,qoriq-pcie-v2.2" |
Ramneek Mehresh | 3fb68ee | 2011-03-23 15:20:43 +0530 | [diff] [blame] | 140 | #define CONFIG_SYS_FSL_USB_INTERNAL_UTMI_PHY |
Poonam Aggrwal | c7664a4 | 2011-06-30 03:00:28 -0500 | [diff] [blame] | 141 | #define CONFIG_SYS_FSL_ERRATUM_IFC_A002769 |
Poonam Aggrwal | af54a5f | 2011-06-29 16:32:52 +0530 | [diff] [blame] | 142 | #define CONFIG_SYS_FSL_ERRATUM_P1010_A003549 |
Shengzhou Liu | 097be70 | 2013-08-15 09:31:47 +0800 | [diff] [blame] | 143 | #define CONFIG_SYS_FSL_ERRATUM_SEC_A003571 |
Poonam Aggrwal | 46b86ca | 2011-07-07 20:36:47 +0530 | [diff] [blame] | 144 | #define CONFIG_SYS_FSL_ERRATUM_IFC_A003399 |
York Sun | 0cc5907 | 2013-08-20 15:09:43 -0700 | [diff] [blame] | 145 | #define CONFIG_SYS_FSL_ERRATUM_A005125 |
Chunhe Lan | 9254640 | 2013-08-16 15:10:37 +0800 | [diff] [blame] | 146 | #define CONFIG_SYS_FSL_ERRATUM_I2C_A004447 |
| 147 | #define CONFIG_SYS_FSL_A004447_SVR_REV 0x10 |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 148 | |
Kumar Gala | e4e6925 | 2011-02-05 13:45:07 -0600 | [diff] [blame] | 149 | /* P1011 is single core version of P1020 */ |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 150 | #elif defined(CONFIG_P1011) |
| 151 | #define CONFIG_MAX_CPUS 1 |
| 152 | #define CONFIG_SYS_FSL_NUM_LAWS 12 |
Prabhakar Kushwaha | 3d42a96 | 2012-04-29 23:57:12 +0000 | [diff] [blame] | 153 | #define CONFIG_SYS_PPC_E500_DEBUG_TLB 2 |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 154 | #define CONFIG_TSECV2 |
Prabhakar Kushwaha | 1c48e77 | 2011-02-01 15:55:58 +0000 | [diff] [blame] | 155 | #define CONFIG_FSL_PCIE_DISABLE_ASPM |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 156 | #define CONFIG_SYS_FSL_SEC_COMPAT 2 |
ramneek mehresh | d04f8fe | 2013-10-18 17:40:17 +0530 | [diff] [blame^] | 157 | #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 |
Timur Tabi | d8f341c | 2011-08-04 18:03:41 -0500 | [diff] [blame] | 158 | #define CONFIG_SYS_CCSRBAR_DEFAULT 0xff700000 |
Kumar Gala | e4e6925 | 2011-02-05 13:45:07 -0600 | [diff] [blame] | 159 | #define CONFIG_SYS_FSL_ERRATUM_ELBC_A001 |
| 160 | #define CONFIG_SYS_FSL_ERRATUM_ESDHC111 |
York Sun | 0cc5907 | 2013-08-20 15:09:43 -0700 | [diff] [blame] | 161 | #define CONFIG_SYS_FSL_ERRATUM_A005125 |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 162 | |
Kumar Gala | e4e6925 | 2011-02-05 13:45:07 -0600 | [diff] [blame] | 163 | /* P1012 is single core version of P1021 */ |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 164 | #elif defined(CONFIG_P1012) |
| 165 | #define CONFIG_MAX_CPUS 1 |
| 166 | #define CONFIG_SYS_FSL_NUM_LAWS 12 |
ramneek mehresh | d04f8fe | 2013-10-18 17:40:17 +0530 | [diff] [blame^] | 167 | #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 |
Prabhakar Kushwaha | 3d42a96 | 2012-04-29 23:57:12 +0000 | [diff] [blame] | 168 | #define CONFIG_SYS_PPC_E500_DEBUG_TLB 2 |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 169 | #define CONFIG_TSECV2 |
Prabhakar Kushwaha | 1c48e77 | 2011-02-01 15:55:58 +0000 | [diff] [blame] | 170 | #define CONFIG_FSL_PCIE_DISABLE_ASPM |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 171 | #define CONFIG_SYS_FSL_SEC_COMPAT 2 |
Timur Tabi | d8f341c | 2011-08-04 18:03:41 -0500 | [diff] [blame] | 172 | #define CONFIG_SYS_CCSRBAR_DEFAULT 0xff700000 |
Kumar Gala | e4e6925 | 2011-02-05 13:45:07 -0600 | [diff] [blame] | 173 | #define CONFIG_SYS_FSL_ERRATUM_ELBC_A001 |
| 174 | #define CONFIG_SYS_FSL_ERRATUM_ESDHC111 |
Haiying Wang | 8cb2af7 | 2011-02-11 01:25:30 -0600 | [diff] [blame] | 175 | #define QE_MURAM_SIZE 0x6000UL |
| 176 | #define MAX_QE_RISC 1 |
| 177 | #define QE_NUM_OF_SNUM 28 |
York Sun | 0cc5907 | 2013-08-20 15:09:43 -0700 | [diff] [blame] | 178 | #define CONFIG_SYS_FSL_ERRATUM_A005125 |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 179 | |
Kumar Gala | e4e6925 | 2011-02-05 13:45:07 -0600 | [diff] [blame] | 180 | /* P1013 is single core version of P1022 */ |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 181 | #elif defined(CONFIG_P1013) |
| 182 | #define CONFIG_MAX_CPUS 1 |
| 183 | #define CONFIG_SYS_FSL_NUM_LAWS 12 |
ramneek mehresh | d04f8fe | 2013-10-18 17:40:17 +0530 | [diff] [blame^] | 184 | #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 |
Prabhakar Kushwaha | 3d42a96 | 2012-04-29 23:57:12 +0000 | [diff] [blame] | 185 | #define CONFIG_SYS_PPC_E500_DEBUG_TLB 2 |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 186 | #define CONFIG_TSECV2 |
| 187 | #define CONFIG_SYS_FSL_SEC_COMPAT 2 |
Timur Tabi | d8f341c | 2011-08-04 18:03:41 -0500 | [diff] [blame] | 188 | #define CONFIG_SYS_CCSRBAR_DEFAULT 0xff700000 |
Jiang Yutang | 7cd0590 | 2011-01-30 17:06:20 -0600 | [diff] [blame] | 189 | #define CONFIG_SYS_FSL_ERRATUM_ELBC_A001 |
| 190 | #define CONFIG_SYS_FSL_ERRATUM_ESDHC111 |
| 191 | #define CONFIG_FSL_SATA_ERRATUM_A001 |
York Sun | 0cc5907 | 2013-08-20 15:09:43 -0700 | [diff] [blame] | 192 | #define CONFIG_SYS_FSL_ERRATUM_A005125 |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 193 | |
| 194 | #elif defined(CONFIG_P1014) |
| 195 | #define CONFIG_MAX_CPUS 1 |
Priyanka Jain | 0244963 | 2011-02-09 09:24:10 +0530 | [diff] [blame] | 196 | #define CONFIG_FSL_SDHC_V2_3 |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 197 | #define CONFIG_SYS_FSL_NUM_LAWS 12 |
Prabhakar Kushwaha | 3d42a96 | 2012-04-29 23:57:12 +0000 | [diff] [blame] | 198 | #define CONFIG_SYS_PPC_E500_DEBUG_TLB 3 |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 199 | #define CONFIG_TSECV2 |
| 200 | #define CONFIG_SYS_FSL_SEC_COMPAT 4 |
Poonam Aggrwal | 7373c59 | 2011-02-06 11:31:44 +0530 | [diff] [blame] | 201 | #define CONFIG_SYS_FSL_ERRATUM_ESDHC111 |
| 202 | #define CONFIG_NUM_DDR_CONTROLLERS 1 |
ramneek mehresh | d04f8fe | 2013-10-18 17:40:17 +0530 | [diff] [blame^] | 203 | #define CONFIG_USB_MAX_CONTROLLER_COUNT 1 |
Poonam Aggrwal | 7373c59 | 2011-02-06 11:31:44 +0530 | [diff] [blame] | 204 | #define CONFIG_SYS_CCSRBAR_DEFAULT 0xff700000 |
Ramneek Mehresh | 3fb68ee | 2011-03-23 15:20:43 +0530 | [diff] [blame] | 205 | #define CONFIG_SYS_FSL_USB_INTERNAL_UTMI_PHY |
Poonam Aggrwal | c7664a4 | 2011-06-30 03:00:28 -0500 | [diff] [blame] | 206 | #define CONFIG_SYS_FSL_ERRATUM_IFC_A002769 |
Poonam Aggrwal | af54a5f | 2011-06-29 16:32:52 +0530 | [diff] [blame] | 207 | #define CONFIG_SYS_FSL_ERRATUM_P1010_A003549 |
Poonam Aggrwal | 46b86ca | 2011-07-07 20:36:47 +0530 | [diff] [blame] | 208 | #define CONFIG_SYS_FSL_ERRATUM_IFC_A003399 |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 209 | |
Kumar Gala | e4e6925 | 2011-02-05 13:45:07 -0600 | [diff] [blame] | 210 | /* P1017 is single core version of P1023 */ |
Roy Zang | 1de20b0 | 2011-02-03 22:14:19 -0600 | [diff] [blame] | 211 | #elif defined(CONFIG_P1017) |
| 212 | #define CONFIG_MAX_CPUS 1 |
| 213 | #define CONFIG_SYS_FSL_NUM_LAWS 12 |
| 214 | #define CONFIG_SYS_FSL_SEC_COMPAT 4 |
| 215 | #define CONFIG_SYS_NUM_FMAN 1 |
| 216 | #define CONFIG_SYS_NUM_FM1_DTSEC 2 |
| 217 | #define CONFIG_NUM_DDR_CONTROLLERS 1 |
ramneek mehresh | d04f8fe | 2013-10-18 17:40:17 +0530 | [diff] [blame^] | 218 | #define CONFIG_USB_MAX_CONTROLLER_COUNT 1 |
Roy Zang | 1de20b0 | 2011-02-03 22:14:19 -0600 | [diff] [blame] | 219 | #define CONFIG_SYS_QMAN_NUM_PORTALS 3 |
| 220 | #define CONFIG_SYS_BMAN_NUM_PORTALS 3 |
Kumar Gala | d80dfe4 | 2011-02-04 00:43:34 -0600 | [diff] [blame] | 221 | #define CONFIG_SYS_FM_MURAM_SIZE 0x10000 |
Kumar Gala | 179b1b2 | 2011-05-20 00:39:21 -0500 | [diff] [blame] | 222 | #define CONFIG_SYS_FSL_PCIE_COMPAT "fsl,qoriq-pcie-v2.2" |
Timur Tabi | d8f341c | 2011-08-04 18:03:41 -0500 | [diff] [blame] | 223 | #define CONFIG_SYS_CCSRBAR_DEFAULT 0xff600000 |
York Sun | 0cc5907 | 2013-08-20 15:09:43 -0700 | [diff] [blame] | 224 | #define CONFIG_SYS_FSL_ERRATUM_A005125 |
Roy Zang | 1de20b0 | 2011-02-03 22:14:19 -0600 | [diff] [blame] | 225 | |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 226 | #elif defined(CONFIG_P1020) |
| 227 | #define CONFIG_MAX_CPUS 2 |
| 228 | #define CONFIG_SYS_FSL_NUM_LAWS 12 |
Prabhakar Kushwaha | 3d42a96 | 2012-04-29 23:57:12 +0000 | [diff] [blame] | 229 | #define CONFIG_SYS_PPC_E500_DEBUG_TLB 2 |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 230 | #define CONFIG_TSECV2 |
Prabhakar Kushwaha | 1c48e77 | 2011-02-01 15:55:58 +0000 | [diff] [blame] | 231 | #define CONFIG_FSL_PCIE_DISABLE_ASPM |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 232 | #define CONFIG_SYS_FSL_SEC_COMPAT 2 |
Timur Tabi | d8f341c | 2011-08-04 18:03:41 -0500 | [diff] [blame] | 233 | #define CONFIG_SYS_CCSRBAR_DEFAULT 0xff700000 |
Kumar Gala | e4e6925 | 2011-02-05 13:45:07 -0600 | [diff] [blame] | 234 | #define CONFIG_SYS_FSL_ERRATUM_ELBC_A001 |
| 235 | #define CONFIG_SYS_FSL_ERRATUM_ESDHC111 |
York Sun | 0cc5907 | 2013-08-20 15:09:43 -0700 | [diff] [blame] | 236 | #define CONFIG_SYS_FSL_ERRATUM_A005125 |
ramneek mehresh | d04f8fe | 2013-10-18 17:40:17 +0530 | [diff] [blame^] | 237 | #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 238 | |
| 239 | #elif defined(CONFIG_P1021) |
| 240 | #define CONFIG_MAX_CPUS 2 |
| 241 | #define CONFIG_SYS_FSL_NUM_LAWS 12 |
Prabhakar Kushwaha | 3d42a96 | 2012-04-29 23:57:12 +0000 | [diff] [blame] | 242 | #define CONFIG_SYS_PPC_E500_DEBUG_TLB 2 |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 243 | #define CONFIG_TSECV2 |
Prabhakar Kushwaha | 1c48e77 | 2011-02-01 15:55:58 +0000 | [diff] [blame] | 244 | #define CONFIG_FSL_PCIE_DISABLE_ASPM |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 245 | #define CONFIG_SYS_FSL_SEC_COMPAT 2 |
Timur Tabi | d8f341c | 2011-08-04 18:03:41 -0500 | [diff] [blame] | 246 | #define CONFIG_SYS_CCSRBAR_DEFAULT 0xff700000 |
Kumar Gala | e4e6925 | 2011-02-05 13:45:07 -0600 | [diff] [blame] | 247 | #define CONFIG_SYS_FSL_ERRATUM_ELBC_A001 |
| 248 | #define CONFIG_SYS_FSL_ERRATUM_ESDHC111 |
Haiying Wang | 8cb2af7 | 2011-02-11 01:25:30 -0600 | [diff] [blame] | 249 | #define QE_MURAM_SIZE 0x6000UL |
| 250 | #define MAX_QE_RISC 1 |
| 251 | #define QE_NUM_OF_SNUM 28 |
York Sun | 0cc5907 | 2013-08-20 15:09:43 -0700 | [diff] [blame] | 252 | #define CONFIG_SYS_FSL_ERRATUM_A005125 |
ramneek mehresh | d04f8fe | 2013-10-18 17:40:17 +0530 | [diff] [blame^] | 253 | #define CONFIG_USB_MAX_CONTROLLER_COUNT 1 |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 254 | |
| 255 | #elif defined(CONFIG_P1022) |
| 256 | #define CONFIG_MAX_CPUS 2 |
| 257 | #define CONFIG_SYS_FSL_NUM_LAWS 12 |
Prabhakar Kushwaha | 3d42a96 | 2012-04-29 23:57:12 +0000 | [diff] [blame] | 258 | #define CONFIG_SYS_PPC_E500_DEBUG_TLB 2 |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 259 | #define CONFIG_TSECV2 |
| 260 | #define CONFIG_SYS_FSL_SEC_COMPAT 2 |
ramneek mehresh | d04f8fe | 2013-10-18 17:40:17 +0530 | [diff] [blame^] | 261 | #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 |
Timur Tabi | d8f341c | 2011-08-04 18:03:41 -0500 | [diff] [blame] | 262 | #define CONFIG_SYS_CCSRBAR_DEFAULT 0xff700000 |
Jiang Yutang | 7cd0590 | 2011-01-30 17:06:20 -0600 | [diff] [blame] | 263 | #define CONFIG_SYS_FSL_ERRATUM_ELBC_A001 |
| 264 | #define CONFIG_SYS_FSL_ERRATUM_ESDHC111 |
| 265 | #define CONFIG_FSL_SATA_ERRATUM_A001 |
York Sun | 0cc5907 | 2013-08-20 15:09:43 -0700 | [diff] [blame] | 266 | #define CONFIG_SYS_FSL_ERRATUM_A005125 |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 267 | |
Roy Zang | 1de20b0 | 2011-02-03 22:14:19 -0600 | [diff] [blame] | 268 | #elif defined(CONFIG_P1023) |
| 269 | #define CONFIG_MAX_CPUS 2 |
| 270 | #define CONFIG_SYS_FSL_NUM_LAWS 12 |
| 271 | #define CONFIG_SYS_FSL_SEC_COMPAT 4 |
| 272 | #define CONFIG_SYS_NUM_FMAN 1 |
| 273 | #define CONFIG_SYS_NUM_FM1_DTSEC 2 |
| 274 | #define CONFIG_NUM_DDR_CONTROLLERS 1 |
ramneek mehresh | d04f8fe | 2013-10-18 17:40:17 +0530 | [diff] [blame^] | 275 | #define CONFIG_USB_MAX_CONTROLLER_COUNT 1 |
Roy Zang | 1de20b0 | 2011-02-03 22:14:19 -0600 | [diff] [blame] | 276 | #define CONFIG_SYS_QMAN_NUM_PORTALS 3 |
| 277 | #define CONFIG_SYS_BMAN_NUM_PORTALS 3 |
Kumar Gala | d80dfe4 | 2011-02-04 00:43:34 -0600 | [diff] [blame] | 278 | #define CONFIG_SYS_FM_MURAM_SIZE 0x10000 |
Kumar Gala | 179b1b2 | 2011-05-20 00:39:21 -0500 | [diff] [blame] | 279 | #define CONFIG_SYS_FSL_PCIE_COMPAT "fsl,qoriq-pcie-v2.2" |
Timur Tabi | d8f341c | 2011-08-04 18:03:41 -0500 | [diff] [blame] | 280 | #define CONFIG_SYS_CCSRBAR_DEFAULT 0xff600000 |
York Sun | 0cc5907 | 2013-08-20 15:09:43 -0700 | [diff] [blame] | 281 | #define CONFIG_SYS_FSL_ERRATUM_A005125 |
Chunhe Lan | 9254640 | 2013-08-16 15:10:37 +0800 | [diff] [blame] | 282 | #define CONFIG_SYS_FSL_ERRATUM_I2C_A004447 |
| 283 | #define CONFIG_SYS_FSL_A004447_SVR_REV 0x11 |
Roy Zang | 1de20b0 | 2011-02-03 22:14:19 -0600 | [diff] [blame] | 284 | |
Kumar Gala | e4e6925 | 2011-02-05 13:45:07 -0600 | [diff] [blame] | 285 | /* P1024 is lower end variant of P1020 */ |
| 286 | #elif defined(CONFIG_P1024) |
| 287 | #define CONFIG_MAX_CPUS 2 |
| 288 | #define CONFIG_SYS_FSL_NUM_LAWS 12 |
Prabhakar Kushwaha | 3d42a96 | 2012-04-29 23:57:12 +0000 | [diff] [blame] | 289 | #define CONFIG_SYS_PPC_E500_DEBUG_TLB 2 |
Kumar Gala | e4e6925 | 2011-02-05 13:45:07 -0600 | [diff] [blame] | 290 | #define CONFIG_TSECV2 |
| 291 | #define CONFIG_FSL_PCIE_DISABLE_ASPM |
| 292 | #define CONFIG_SYS_FSL_SEC_COMPAT 2 |
ramneek mehresh | d04f8fe | 2013-10-18 17:40:17 +0530 | [diff] [blame^] | 293 | #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 |
Timur Tabi | d8f341c | 2011-08-04 18:03:41 -0500 | [diff] [blame] | 294 | #define CONFIG_SYS_CCSRBAR_DEFAULT 0xff700000 |
Kumar Gala | e4e6925 | 2011-02-05 13:45:07 -0600 | [diff] [blame] | 295 | #define CONFIG_SYS_FSL_ERRATUM_ELBC_A001 |
| 296 | #define CONFIG_SYS_FSL_ERRATUM_ESDHC111 |
York Sun | 0cc5907 | 2013-08-20 15:09:43 -0700 | [diff] [blame] | 297 | #define CONFIG_SYS_FSL_ERRATUM_A005125 |
Kumar Gala | e4e6925 | 2011-02-05 13:45:07 -0600 | [diff] [blame] | 298 | |
| 299 | /* P1025 is lower end variant of P1021 */ |
| 300 | #elif defined(CONFIG_P1025) |
| 301 | #define CONFIG_MAX_CPUS 2 |
| 302 | #define CONFIG_SYS_FSL_NUM_LAWS 12 |
ramneek mehresh | d04f8fe | 2013-10-18 17:40:17 +0530 | [diff] [blame^] | 303 | #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 |
Prabhakar Kushwaha | 3d42a96 | 2012-04-29 23:57:12 +0000 | [diff] [blame] | 304 | #define CONFIG_SYS_PPC_E500_DEBUG_TLB 2 |
Kumar Gala | e4e6925 | 2011-02-05 13:45:07 -0600 | [diff] [blame] | 305 | #define CONFIG_TSECV2 |
| 306 | #define CONFIG_FSL_PCIE_DISABLE_ASPM |
| 307 | #define CONFIG_SYS_FSL_SEC_COMPAT 2 |
Timur Tabi | d8f341c | 2011-08-04 18:03:41 -0500 | [diff] [blame] | 308 | #define CONFIG_SYS_CCSRBAR_DEFAULT 0xff700000 |
Kumar Gala | e4e6925 | 2011-02-05 13:45:07 -0600 | [diff] [blame] | 309 | #define CONFIG_SYS_FSL_ERRATUM_ELBC_A001 |
| 310 | #define CONFIG_SYS_FSL_ERRATUM_ESDHC111 |
Haiying Wang | 8cb2af7 | 2011-02-11 01:25:30 -0600 | [diff] [blame] | 311 | #define QE_MURAM_SIZE 0x6000UL |
| 312 | #define MAX_QE_RISC 1 |
| 313 | #define QE_NUM_OF_SNUM 28 |
York Sun | 0cc5907 | 2013-08-20 15:09:43 -0700 | [diff] [blame] | 314 | #define CONFIG_SYS_FSL_ERRATUM_A005125 |
Kumar Gala | e4e6925 | 2011-02-05 13:45:07 -0600 | [diff] [blame] | 315 | |
| 316 | /* P2010 is single core version of P2020 */ |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 317 | #elif defined(CONFIG_P2010) |
| 318 | #define CONFIG_MAX_CPUS 1 |
| 319 | #define CONFIG_SYS_FSL_NUM_LAWS 12 |
Prabhakar Kushwaha | 3d42a96 | 2012-04-29 23:57:12 +0000 | [diff] [blame] | 320 | #define CONFIG_SYS_PPC_E500_DEBUG_TLB 2 |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 321 | #define CONFIG_SYS_FSL_SEC_COMPAT 2 |
ramneek mehresh | d04f8fe | 2013-10-18 17:40:17 +0530 | [diff] [blame^] | 322 | #define CONFIG_USB_MAX_CONTROLLER_COUNT 1 |
Timur Tabi | d8f341c | 2011-08-04 18:03:41 -0500 | [diff] [blame] | 323 | #define CONFIG_SYS_CCSRBAR_DEFAULT 0xff700000 |
Kumar Gala | 7b5b480 | 2011-01-26 01:43:15 -0600 | [diff] [blame] | 324 | #define CONFIG_SYS_FSL_ERRATUM_ESDHC111 |
Kumar Gala | 9a878d5 | 2011-01-29 15:36:10 -0600 | [diff] [blame] | 325 | #define CONFIG_SYS_FSL_ERRATUM_ESDHC_A001 |
York Sun | 0cc5907 | 2013-08-20 15:09:43 -0700 | [diff] [blame] | 326 | #define CONFIG_SYS_FSL_ERRATUM_A005125 |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 327 | |
| 328 | #elif defined(CONFIG_P2020) |
| 329 | #define CONFIG_MAX_CPUS 2 |
| 330 | #define CONFIG_SYS_FSL_NUM_LAWS 12 |
Prabhakar Kushwaha | 3d42a96 | 2012-04-29 23:57:12 +0000 | [diff] [blame] | 331 | #define CONFIG_SYS_PPC_E500_DEBUG_TLB 2 |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 332 | #define CONFIG_SYS_FSL_SEC_COMPAT 2 |
Timur Tabi | d8f341c | 2011-08-04 18:03:41 -0500 | [diff] [blame] | 333 | #define CONFIG_SYS_CCSRBAR_DEFAULT 0xff700000 |
Kumar Gala | 7b5b480 | 2011-01-26 01:43:15 -0600 | [diff] [blame] | 334 | #define CONFIG_SYS_FSL_ERRATUM_ESDHC111 |
Kumar Gala | 9a878d5 | 2011-01-29 15:36:10 -0600 | [diff] [blame] | 335 | #define CONFIG_SYS_FSL_ERRATUM_ESDHC_A001 |
Liu Gang | 78deaa1 | 2012-03-08 00:33:14 +0000 | [diff] [blame] | 336 | #define CONFIG_SYS_FSL_SRIO_MAX_PORTS 2 |
| 337 | #define CONFIG_SYS_FSL_SRIO_OB_WIN_NUM 9 |
| 338 | #define CONFIG_SYS_FSL_SRIO_IB_WIN_NUM 5 |
| 339 | #define CONFIG_SYS_FSL_RMU |
| 340 | #define CONFIG_SYS_FSL_SRIO_MSG_UNIT_NUM 2 |
York Sun | 0cc5907 | 2013-08-20 15:09:43 -0700 | [diff] [blame] | 341 | #define CONFIG_SYS_FSL_ERRATUM_A005125 |
ramneek mehresh | d04f8fe | 2013-10-18 17:40:17 +0530 | [diff] [blame^] | 342 | #define CONFIG_USB_MAX_CONTROLLER_COUNT 1 |
Scott Wood | a1ef48c | 2012-08-14 10:14:51 +0000 | [diff] [blame] | 343 | #elif defined(CONFIG_PPC_P2041) /* also supports P2040 */ |
York Sun | 7e0edbd | 2012-10-08 07:44:15 +0000 | [diff] [blame] | 344 | #define CONFIG_SYS_FSL_QORIQ_CHASSIS1 |
York Sun | 544f881 | 2013-06-25 11:37:39 -0700 | [diff] [blame] | 345 | #define CONFIG_FSL_CORENET /* Freescale CoreNet platform */ |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 346 | #define CONFIG_MAX_CPUS 4 |
Kumar Gala | 3842bb5 | 2011-02-16 02:03:29 -0600 | [diff] [blame] | 347 | #define CONFIG_SYS_FSL_NUM_CC_PLLS 2 |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 348 | #define CONFIG_SYS_FSL_NUM_LAWS 32 |
| 349 | #define CONFIG_SYS_FSL_SEC_COMPAT 4 |
Kumar Gala | 619541b | 2011-05-13 01:16:07 -0500 | [diff] [blame] | 350 | #define CONFIG_SYS_NUM_FMAN 1 |
| 351 | #define CONFIG_SYS_NUM_FM1_DTSEC 5 |
| 352 | #define CONFIG_SYS_NUM_FM1_10GEC 1 |
| 353 | #define CONFIG_NUM_DDR_CONTROLLERS 1 |
ramneek mehresh | d04f8fe | 2013-10-18 17:40:17 +0530 | [diff] [blame^] | 354 | #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 |
Kumar Gala | 619541b | 2011-05-13 01:16:07 -0500 | [diff] [blame] | 355 | #define CONFIG_SYS_FM_MURAM_SIZE 0x28000 |
| 356 | #define CONFIG_SYS_FSL_TBCLK_DIV 32 |
| 357 | #define CONFIG_SYS_FSL_PCIE_COMPAT "fsl,qoriq-pcie-v2.2" |
Timur Tabi | d8f341c | 2011-08-04 18:03:41 -0500 | [diff] [blame] | 358 | #define CONFIG_SYS_CCSRBAR_DEFAULT 0xfe000000 |
Kumar Gala | 619541b | 2011-05-13 01:16:07 -0500 | [diff] [blame] | 359 | #define CONFIG_SYS_FSL_USB1_PHY_ENABLE |
| 360 | #define CONFIG_SYS_FSL_USB2_PHY_ENABLE |
Kumar Gala | a49034f | 2011-04-13 00:19:10 -0500 | [diff] [blame] | 361 | #define CONFIG_SYS_FSL_USB_INTERNAL_UTMI_PHY |
Kumar Gala | 619541b | 2011-05-13 01:16:07 -0500 | [diff] [blame] | 362 | #define CONFIG_SYS_FSL_ERRATUM_ESDHC111 |
York Sun | 9ed8811 | 2012-05-07 07:26:47 +0000 | [diff] [blame] | 363 | #define CONFIG_SYS_FSL_ERRATUM_NMG_CPU_A011 |
Xulei | cf4f493 | 2013-03-11 17:56:34 +0000 | [diff] [blame] | 364 | #define CONFIG_SYS_FSL_ERRATUM_USB14 |
Kumar Gala | 945e59a | 2011-11-22 06:51:15 -0600 | [diff] [blame] | 365 | #define CONFIG_SYS_FSL_ERRATUM_CPU_A003999 |
York Sun | 52db64b | 2013-03-25 07:30:11 +0000 | [diff] [blame] | 366 | #define CONFIG_SYS_FSL_ERRATUM_DDR_A003 |
York Sun | df2be19 | 2011-11-20 10:01:35 -0800 | [diff] [blame] | 367 | #define CONFIG_SYS_FSL_ERRATUM_DDR_A003474 |
Liu Gang | 78deaa1 | 2012-03-08 00:33:14 +0000 | [diff] [blame] | 368 | #define CONFIG_SYS_FSL_SRIO_MAX_PORTS 2 |
| 369 | #define CONFIG_SYS_FSL_SRIO_OB_WIN_NUM 9 |
| 370 | #define CONFIG_SYS_FSL_SRIO_IB_WIN_NUM 5 |
Scott Wood | 8080696 | 2012-08-14 10:14:53 +0000 | [diff] [blame] | 371 | #define CONFIG_SYS_FSL_ERRATUM_A004510 |
| 372 | #define CONFIG_SYS_FSL_ERRATUM_A004510_SVR_REV 0x10 |
| 373 | #define CONFIG_SYS_FSL_ERRATUM_A004510_SVR_REV2 0x11 |
| 374 | #define CONFIG_SYS_FSL_CORENET_SNOOPVEC_COREONLY 0xf0000000 |
Liu Gang | 712b662 | 2012-09-28 21:26:19 +0000 | [diff] [blame] | 375 | #define CONFIG_SYS_FSL_ERRATUM_SRIO_A004034 |
Timur Tabi | e3ab8c1 | 2012-10-25 12:40:00 +0000 | [diff] [blame] | 376 | #define CONFIG_SYS_FSL_ERRATUM_A004849 |
Chunhe Lan | 9254640 | 2013-08-16 15:10:37 +0800 | [diff] [blame] | 377 | #define CONFIG_SYS_FSL_ERRATUM_I2C_A004447 |
| 378 | #define CONFIG_SYS_FSL_A004447_SVR_REV 0x11 |
Kumar Gala | 619541b | 2011-05-13 01:16:07 -0500 | [diff] [blame] | 379 | |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 380 | #elif defined(CONFIG_PPC_P3041) |
York Sun | 7e0edbd | 2012-10-08 07:44:15 +0000 | [diff] [blame] | 381 | #define CONFIG_SYS_FSL_QORIQ_CHASSIS1 |
York Sun | 544f881 | 2013-06-25 11:37:39 -0700 | [diff] [blame] | 382 | #define CONFIG_FSL_CORENET /* Freescale CoreNet platform */ |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 383 | #define CONFIG_MAX_CPUS 4 |
Kumar Gala | 3842bb5 | 2011-02-16 02:03:29 -0600 | [diff] [blame] | 384 | #define CONFIG_SYS_FSL_NUM_CC_PLLS 2 |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 385 | #define CONFIG_SYS_FSL_NUM_LAWS 32 |
| 386 | #define CONFIG_SYS_FSL_SEC_COMPAT 4 |
Kumar Gala | 60d95d8 | 2011-01-25 12:42:32 -0600 | [diff] [blame] | 387 | #define CONFIG_SYS_NUM_FMAN 1 |
| 388 | #define CONFIG_SYS_NUM_FM1_DTSEC 5 |
| 389 | #define CONFIG_SYS_NUM_FM1_10GEC 1 |
| 390 | #define CONFIG_NUM_DDR_CONTROLLERS 1 |
Kumar Gala | d80dfe4 | 2011-02-04 00:43:34 -0600 | [diff] [blame] | 391 | #define CONFIG_SYS_FM_MURAM_SIZE 0x28000 |
Kumar Gala | f4fb90f | 2011-02-18 05:40:54 -0600 | [diff] [blame] | 392 | #define CONFIG_SYS_FSL_TBCLK_DIV 32 |
Kumar Gala | 179b1b2 | 2011-05-20 00:39:21 -0500 | [diff] [blame] | 393 | #define CONFIG_SYS_FSL_PCIE_COMPAT "fsl,qoriq-pcie-v2.2" |
Timur Tabi | d8f341c | 2011-08-04 18:03:41 -0500 | [diff] [blame] | 394 | #define CONFIG_SYS_CCSRBAR_DEFAULT 0xfe000000 |
Roy Zang | 6d6a0e1 | 2011-04-13 00:08:51 -0500 | [diff] [blame] | 395 | #define CONFIG_SYS_FSL_USB1_PHY_ENABLE |
| 396 | #define CONFIG_SYS_FSL_USB2_PHY_ENABLE |
Kumar Gala | a49034f | 2011-04-13 00:19:10 -0500 | [diff] [blame] | 397 | #define CONFIG_SYS_FSL_USB_INTERNAL_UTMI_PHY |
ramneek mehresh | d04f8fe | 2013-10-18 17:40:17 +0530 | [diff] [blame^] | 398 | #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 |
Lei Xu | 3227620 | 2011-04-19 15:28:41 +0800 | [diff] [blame] | 399 | #define CONFIG_SYS_FSL_ERRATUM_ESDHC111 |
York Sun | 5315553 | 2012-08-08 18:04:53 +0000 | [diff] [blame] | 400 | #define CONFIG_SYS_FSL_ERRATUM_NMG_CPU_A011 |
Xulei | cf4f493 | 2013-03-11 17:56:34 +0000 | [diff] [blame] | 401 | #define CONFIG_SYS_FSL_ERRATUM_USB14 |
Kumar Gala | 945e59a | 2011-11-22 06:51:15 -0600 | [diff] [blame] | 402 | #define CONFIG_SYS_FSL_ERRATUM_CPU_A003999 |
York Sun | 52db64b | 2013-03-25 07:30:11 +0000 | [diff] [blame] | 403 | #define CONFIG_SYS_FSL_ERRATUM_DDR_A003 |
York Sun | df2be19 | 2011-11-20 10:01:35 -0800 | [diff] [blame] | 404 | #define CONFIG_SYS_FSL_ERRATUM_DDR_A003474 |
Liu Gang | 78deaa1 | 2012-03-08 00:33:14 +0000 | [diff] [blame] | 405 | #define CONFIG_SYS_FSL_SRIO_MAX_PORTS 2 |
| 406 | #define CONFIG_SYS_FSL_SRIO_OB_WIN_NUM 9 |
| 407 | #define CONFIG_SYS_FSL_SRIO_IB_WIN_NUM 5 |
Scott Wood | 8080696 | 2012-08-14 10:14:53 +0000 | [diff] [blame] | 408 | #define CONFIG_SYS_FSL_ERRATUM_A004510 |
| 409 | #define CONFIG_SYS_FSL_ERRATUM_A004510_SVR_REV 0x10 |
| 410 | #define CONFIG_SYS_FSL_ERRATUM_A004510_SVR_REV2 0x11 |
| 411 | #define CONFIG_SYS_FSL_CORENET_SNOOPVEC_COREONLY 0xf0000000 |
Liu Gang | 712b662 | 2012-09-28 21:26:19 +0000 | [diff] [blame] | 412 | #define CONFIG_SYS_FSL_ERRATUM_SRIO_A004034 |
Timur Tabi | e3ab8c1 | 2012-10-25 12:40:00 +0000 | [diff] [blame] | 413 | #define CONFIG_SYS_FSL_ERRATUM_A004849 |
York Sun | cca41c5 | 2013-06-25 11:37:49 -0700 | [diff] [blame] | 414 | #define CONFIG_SYS_FSL_ERRATUM_A005812 |
Chunhe Lan | 9254640 | 2013-08-16 15:10:37 +0800 | [diff] [blame] | 415 | #define CONFIG_SYS_FSL_ERRATUM_I2C_A004447 |
| 416 | #define CONFIG_SYS_FSL_A004447_SVR_REV 0x20 |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 417 | |
Scott Wood | a1ef48c | 2012-08-14 10:14:51 +0000 | [diff] [blame] | 418 | #elif defined(CONFIG_PPC_P4080) /* also supports P4040 */ |
York Sun | 7e0edbd | 2012-10-08 07:44:15 +0000 | [diff] [blame] | 419 | #define CONFIG_SYS_FSL_QORIQ_CHASSIS1 |
York Sun | 544f881 | 2013-06-25 11:37:39 -0700 | [diff] [blame] | 420 | #define CONFIG_FSL_CORENET /* Freescale CoreNet platform */ |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 421 | #define CONFIG_MAX_CPUS 8 |
Kumar Gala | 3842bb5 | 2011-02-16 02:03:29 -0600 | [diff] [blame] | 422 | #define CONFIG_SYS_FSL_NUM_CC_PLLS 4 |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 423 | #define CONFIG_SYS_FSL_NUM_LAWS 32 |
| 424 | #define CONFIG_SYS_FSL_SEC_COMPAT 4 |
| 425 | #define CONFIG_SYS_NUM_FMAN 2 |
| 426 | #define CONFIG_SYS_NUM_FM1_DTSEC 4 |
| 427 | #define CONFIG_SYS_NUM_FM2_DTSEC 4 |
| 428 | #define CONFIG_SYS_NUM_FM1_10GEC 1 |
| 429 | #define CONFIG_SYS_NUM_FM2_10GEC 1 |
| 430 | #define CONFIG_NUM_DDR_CONTROLLERS 2 |
ramneek mehresh | d04f8fe | 2013-10-18 17:40:17 +0530 | [diff] [blame^] | 431 | #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 |
Kumar Gala | d80dfe4 | 2011-02-04 00:43:34 -0600 | [diff] [blame] | 432 | #define CONFIG_SYS_FM_MURAM_SIZE 0x28000 |
Kumar Gala | f4fb90f | 2011-02-18 05:40:54 -0600 | [diff] [blame] | 433 | #define CONFIG_SYS_FSL_TBCLK_DIV 16 |
Kumar Gala | 179b1b2 | 2011-05-20 00:39:21 -0500 | [diff] [blame] | 434 | #define CONFIG_SYS_FSL_PCIE_COMPAT "fsl,p4080-pcie" |
Timur Tabi | d8f341c | 2011-08-04 18:03:41 -0500 | [diff] [blame] | 435 | #define CONFIG_SYS_CCSRBAR_DEFAULT 0xfe000000 |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 436 | #define CONFIG_SYS_FSL_ERRATUM_CPC_A002 |
| 437 | #define CONFIG_SYS_FSL_ERRATUM_CPC_A003 |
York Sun | 922f40f | 2011-01-10 12:03:01 +0000 | [diff] [blame] | 438 | #define CONFIG_SYS_FSL_ERRATUM_DDR_A003 |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 439 | #define CONFIG_SYS_FSL_ERRATUM_ELBC_A001 |
| 440 | #define CONFIG_SYS_FSL_ERRATUM_ESDHC111 |
| 441 | #define CONFIG_SYS_FSL_ERRATUM_ESDHC135 |
Zang Roy-R61911 | 8365992 | 2012-09-18 09:50:08 +0000 | [diff] [blame] | 442 | #define CONFIG_SYS_FSL_ERRATUM_ESDHC13 |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 443 | #define CONFIG_SYS_P4080_ERRATUM_CPU22 |
York Sun | 9ed8811 | 2012-05-07 07:26:47 +0000 | [diff] [blame] | 444 | #define CONFIG_SYS_FSL_ERRATUM_NMG_CPU_A011 |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 445 | #define CONFIG_SYS_P4080_ERRATUM_SERDES8 |
Emil Medve | b01c81f | 2010-08-31 22:57:38 -0500 | [diff] [blame] | 446 | #define CONFIG_SYS_P4080_ERRATUM_SERDES9 |
Timur Tabi | 6a62dc4 | 2011-04-18 17:16:00 -0500 | [diff] [blame] | 447 | #define CONFIG_SYS_P4080_ERRATUM_SERDES_A001 |
Timur Tabi | 90f381d | 2011-04-01 13:19:36 -0500 | [diff] [blame] | 448 | #define CONFIG_SYS_P4080_ERRATUM_SERDES_A005 |
Kumar Gala | 945e59a | 2011-11-22 06:51:15 -0600 | [diff] [blame] | 449 | #define CONFIG_SYS_FSL_ERRATUM_CPU_A003999 |
York Sun | df2be19 | 2011-11-20 10:01:35 -0800 | [diff] [blame] | 450 | #define CONFIG_SYS_FSL_ERRATUM_DDR_A003474 |
Liu Gang | 78deaa1 | 2012-03-08 00:33:14 +0000 | [diff] [blame] | 451 | #define CONFIG_SYS_FSL_SRIO_MAX_PORTS 2 |
| 452 | #define CONFIG_SYS_FSL_SRIO_OB_WIN_NUM 9 |
| 453 | #define CONFIG_SYS_FSL_SRIO_IB_WIN_NUM 5 |
| 454 | #define CONFIG_SYS_FSL_RMU |
| 455 | #define CONFIG_SYS_FSL_SRIO_MSG_UNIT_NUM 2 |
Scott Wood | 8080696 | 2012-08-14 10:14:53 +0000 | [diff] [blame] | 456 | #define CONFIG_SYS_FSL_ERRATUM_A004510 |
| 457 | #define CONFIG_SYS_FSL_ERRATUM_A004510_SVR_REV 0x20 |
| 458 | #define CONFIG_SYS_FSL_CORENET_SNOOPVEC_COREONLY 0xff000000 |
Liu Gang | 712b662 | 2012-09-28 21:26:19 +0000 | [diff] [blame] | 459 | #define CONFIG_SYS_FSL_ERRATUM_SRIO_A004034 |
Timur Tabi | e3ab8c1 | 2012-10-25 12:40:00 +0000 | [diff] [blame] | 460 | #define CONFIG_SYS_FSL_ERRATUM_A004849 |
Timur Tabi | c5355dd | 2012-11-01 08:20:23 +0000 | [diff] [blame] | 461 | #define CONFIG_SYS_FSL_ERRATUM_A004580 |
Yuanquan Chen | c48234e | 2012-11-26 23:49:45 +0000 | [diff] [blame] | 462 | #define CONFIG_SYS_P4080_ERRATUM_PCIE_A003 |
York Sun | cca41c5 | 2013-06-25 11:37:49 -0700 | [diff] [blame] | 463 | #define CONFIG_SYS_FSL_ERRATUM_A005812 |
Chunhe Lan | 9254640 | 2013-08-16 15:10:37 +0800 | [diff] [blame] | 464 | #define CONFIG_SYS_FSL_ERRATUM_I2C_A004447 |
| 465 | #define CONFIG_SYS_FSL_A004447_SVR_REV 0x20 |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 466 | |
Scott Wood | a1ef48c | 2012-08-14 10:14:51 +0000 | [diff] [blame] | 467 | #elif defined(CONFIG_PPC_P5020) /* also supports P5010 */ |
York Sun | 2394a0f | 2012-10-08 07:44:30 +0000 | [diff] [blame] | 468 | #define CONFIG_SYS_PPC64 /* 64-bit core */ |
York Sun | 7e0edbd | 2012-10-08 07:44:15 +0000 | [diff] [blame] | 469 | #define CONFIG_SYS_FSL_QORIQ_CHASSIS1 |
York Sun | 544f881 | 2013-06-25 11:37:39 -0700 | [diff] [blame] | 470 | #define CONFIG_FSL_CORENET /* Freescale CoreNet platform */ |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 471 | #define CONFIG_MAX_CPUS 2 |
Kumar Gala | 3842bb5 | 2011-02-16 02:03:29 -0600 | [diff] [blame] | 472 | #define CONFIG_SYS_FSL_NUM_CC_PLLS 2 |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 473 | #define CONFIG_SYS_FSL_NUM_LAWS 32 |
| 474 | #define CONFIG_SYS_FSL_SEC_COMPAT 4 |
Kumar Gala | 60d95d8 | 2011-01-25 12:42:32 -0600 | [diff] [blame] | 475 | #define CONFIG_SYS_NUM_FMAN 1 |
| 476 | #define CONFIG_SYS_NUM_FM1_DTSEC 5 |
| 477 | #define CONFIG_SYS_NUM_FM1_10GEC 1 |
| 478 | #define CONFIG_NUM_DDR_CONTROLLERS 2 |
ramneek mehresh | d04f8fe | 2013-10-18 17:40:17 +0530 | [diff] [blame^] | 479 | #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 |
Kumar Gala | d80dfe4 | 2011-02-04 00:43:34 -0600 | [diff] [blame] | 480 | #define CONFIG_SYS_FM_MURAM_SIZE 0x28000 |
Kumar Gala | f4fb90f | 2011-02-18 05:40:54 -0600 | [diff] [blame] | 481 | #define CONFIG_SYS_FSL_TBCLK_DIV 32 |
Kumar Gala | 179b1b2 | 2011-05-20 00:39:21 -0500 | [diff] [blame] | 482 | #define CONFIG_SYS_FSL_PCIE_COMPAT "fsl,qoriq-pcie-v2.2" |
Timur Tabi | d8f341c | 2011-08-04 18:03:41 -0500 | [diff] [blame] | 483 | #define CONFIG_SYS_CCSRBAR_DEFAULT 0xfe000000 |
Roy Zang | 6d6a0e1 | 2011-04-13 00:08:51 -0500 | [diff] [blame] | 484 | #define CONFIG_SYS_FSL_USB1_PHY_ENABLE |
| 485 | #define CONFIG_SYS_FSL_USB2_PHY_ENABLE |
Kumar Gala | a49034f | 2011-04-13 00:19:10 -0500 | [diff] [blame] | 486 | #define CONFIG_SYS_FSL_USB_INTERNAL_UTMI_PHY |
Lei Xu | 3227620 | 2011-04-19 15:28:41 +0800 | [diff] [blame] | 487 | #define CONFIG_SYS_FSL_ERRATUM_ESDHC111 |
Xulei | cf4f493 | 2013-03-11 17:56:34 +0000 | [diff] [blame] | 488 | #define CONFIG_SYS_FSL_ERRATUM_USB14 |
York Sun | 52db64b | 2013-03-25 07:30:11 +0000 | [diff] [blame] | 489 | #define CONFIG_SYS_FSL_ERRATUM_DDR_A003 |
York Sun | df2be19 | 2011-11-20 10:01:35 -0800 | [diff] [blame] | 490 | #define CONFIG_SYS_FSL_ERRATUM_DDR_A003474 |
Liu Gang | 78deaa1 | 2012-03-08 00:33:14 +0000 | [diff] [blame] | 491 | #define CONFIG_SYS_FSL_SRIO_MAX_PORTS 2 |
| 492 | #define CONFIG_SYS_FSL_SRIO_OB_WIN_NUM 9 |
| 493 | #define CONFIG_SYS_FSL_SRIO_IB_WIN_NUM 5 |
Scott Wood | 8080696 | 2012-08-14 10:14:53 +0000 | [diff] [blame] | 494 | #define CONFIG_SYS_FSL_ERRATUM_A004510 |
| 495 | #define CONFIG_SYS_FSL_ERRATUM_A004510_SVR_REV 0x10 |
| 496 | #define CONFIG_SYS_FSL_CORENET_SNOOPVEC_COREONLY 0xc0000000 |
Liu Gang | 712b662 | 2012-09-28 21:26:19 +0000 | [diff] [blame] | 497 | #define CONFIG_SYS_FSL_ERRATUM_SRIO_A004034 |
Chunhe Lan | 9254640 | 2013-08-16 15:10:37 +0800 | [diff] [blame] | 498 | #define CONFIG_SYS_FSL_ERRATUM_I2C_A004447 |
| 499 | #define CONFIG_SYS_FSL_A004447_SVR_REV 0x20 |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 500 | |
Timur Tabi | d5e1388 | 2012-10-05 11:09:19 +0000 | [diff] [blame] | 501 | #elif defined(CONFIG_PPC_P5040) |
Timur Tabi | 9a7b5a3 | 2012-10-23 10:48:09 +0000 | [diff] [blame] | 502 | #define CONFIG_SYS_PPC64 |
Timur Tabi | d5e1388 | 2012-10-05 11:09:19 +0000 | [diff] [blame] | 503 | #define CONFIG_SYS_FSL_QORIQ_CHASSIS1 |
York Sun | 544f881 | 2013-06-25 11:37:39 -0700 | [diff] [blame] | 504 | #define CONFIG_FSL_CORENET /* Freescale CoreNet platform */ |
Timur Tabi | d5e1388 | 2012-10-05 11:09:19 +0000 | [diff] [blame] | 505 | #define CONFIG_MAX_CPUS 4 |
| 506 | #define CONFIG_SYS_FSL_NUM_CC_PLLS 3 |
| 507 | #define CONFIG_SYS_FSL_NUM_LAWS 32 |
| 508 | #define CONFIG_SYS_FSL_SEC_COMPAT 4 |
| 509 | #define CONFIG_SYS_NUM_FMAN 2 |
| 510 | #define CONFIG_SYS_NUM_FM1_DTSEC 5 |
| 511 | #define CONFIG_SYS_NUM_FM1_10GEC 1 |
| 512 | #define CONFIG_SYS_NUM_FM2_DTSEC 5 |
| 513 | #define CONFIG_SYS_NUM_FM2_10GEC 1 |
| 514 | #define CONFIG_NUM_DDR_CONTROLLERS 2 |
ramneek mehresh | d04f8fe | 2013-10-18 17:40:17 +0530 | [diff] [blame^] | 515 | #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 |
Timur Tabi | d5e1388 | 2012-10-05 11:09:19 +0000 | [diff] [blame] | 516 | #define CONFIG_SYS_FM_MURAM_SIZE 0x28000 |
| 517 | #define CONFIG_SYS_FSL_TBCLK_DIV 16 |
| 518 | #define CONFIG_SYS_FSL_PCIE_COMPAT "fsl,qoriq-pcie-v2.4" |
| 519 | #define CONFIG_SYS_CCSRBAR_DEFAULT 0xfe000000 |
| 520 | #define CONFIG_SYS_FSL_USB1_PHY_ENABLE |
| 521 | #define CONFIG_SYS_FSL_USB2_PHY_ENABLE |
| 522 | #define CONFIG_SYS_FSL_USB_INTERNAL_UTMI_PHY |
| 523 | #define CONFIG_SYS_FSL_ERRATUM_ESDHC111 |
Xulei | cf4f493 | 2013-03-11 17:56:34 +0000 | [diff] [blame] | 524 | #define CONFIG_SYS_FSL_ERRATUM_USB14 |
Timur Tabi | d5e1388 | 2012-10-05 11:09:19 +0000 | [diff] [blame] | 525 | #define CONFIG_SYS_FSL_ERRATUM_DDR_A003 |
| 526 | #define CONFIG_SYS_FSL_ERRATUM_DDR_A003474 |
| 527 | #define CONFIG_SYS_FSL_ERRATUM_A004699 |
Timur Tabi | d5e1388 | 2012-10-05 11:09:19 +0000 | [diff] [blame] | 528 | #define CONFIG_SYS_FSL_ERRATUM_A004510 |
| 529 | #define CONFIG_SYS_FSL_ERRATUM_A004510_SVR_REV 0x10 |
| 530 | #define CONFIG_SYS_FSL_CORENET_SNOOPVEC_COREONLY 0xf0000000 |
York Sun | cca41c5 | 2013-06-25 11:37:49 -0700 | [diff] [blame] | 531 | #define CONFIG_SYS_FSL_ERRATUM_A005812 |
Timur Tabi | d5e1388 | 2012-10-05 11:09:19 +0000 | [diff] [blame] | 532 | |
Prabhakar Kushwaha | beebb88 | 2012-04-24 20:16:49 +0000 | [diff] [blame] | 533 | #elif defined(CONFIG_BSC9131) |
| 534 | #define CONFIG_MAX_CPUS 1 |
| 535 | #define CONFIG_FSL_SDHC_V2_3 |
| 536 | #define CONFIG_SYS_FSL_NUM_LAWS 12 |
| 537 | #define CONFIG_TSECV2 |
| 538 | #define CONFIG_SYS_FSL_SEC_COMPAT 4 |
| 539 | #define CONFIG_NUM_DDR_CONTROLLERS 1 |
ramneek mehresh | d04f8fe | 2013-10-18 17:40:17 +0530 | [diff] [blame^] | 540 | #define CONFIG_USB_MAX_CONTROLLER_COUNT 1 |
Priyanka Jain | f81e8b2 | 2013-04-04 09:31:54 +0530 | [diff] [blame] | 541 | #define CONFIG_SYS_FSL_DSP_M2_RAM_ADDR 0xb0000000 |
| 542 | #define CONFIG_SYS_FSL_DSP_CCSRBAR_DEFAULT 0xff600000 |
Mingkai Hu | 6f024c9 | 2013-05-16 10:18:13 +0800 | [diff] [blame] | 543 | #define CONFIG_SYS_FSL_IFC_BANK_COUNT 3 |
Prabhakar Kushwaha | beebb88 | 2012-04-24 20:16:49 +0000 | [diff] [blame] | 544 | #define CONFIG_SYS_CCSRBAR_DEFAULT 0xff700000 |
| 545 | #define CONFIG_NAND_FSL_IFC |
Prabhakar Kushwaha | beebb88 | 2012-04-24 20:16:49 +0000 | [diff] [blame] | 546 | #define CONFIG_SYS_FSL_ERRATUM_ESDHC111 |
York Sun | 0cc5907 | 2013-08-20 15:09:43 -0700 | [diff] [blame] | 547 | #define CONFIG_SYS_FSL_ERRATUM_A005125 |
Prabhakar Kushwaha | beebb88 | 2012-04-24 20:16:49 +0000 | [diff] [blame] | 548 | |
Prabhakar Kushwaha | 92543c2 | 2013-01-23 17:59:57 +0000 | [diff] [blame] | 549 | #elif defined(CONFIG_BSC9132) |
| 550 | #define CONFIG_MAX_CPUS 2 |
| 551 | #define CONFIG_SYS_PPC_E500_DEBUG_TLB 3 |
| 552 | #define CONFIG_FSL_SDHC_V2_3 |
| 553 | #define CONFIG_SYS_FSL_NUM_LAWS 12 |
| 554 | #define CONFIG_TSECV2 |
| 555 | #define CONFIG_SYS_FSL_SEC_COMPAT 4 |
| 556 | #define CONFIG_NUM_DDR_CONTROLLERS 2 |
ramneek mehresh | d04f8fe | 2013-10-18 17:40:17 +0530 | [diff] [blame^] | 557 | #define CONFIG_USB_MAX_CONTROLLER_COUNT 1 |
Priyanka Jain | c73b903 | 2013-07-02 09:21:04 +0530 | [diff] [blame] | 558 | #define CONFIG_SYS_FSL_DSP_DDR_ADDR 0x40000000 |
| 559 | #define CONFIG_SYS_FSL_DSP_M2_RAM_ADDR 0xb0000000 |
| 560 | #define CONFIG_SYS_FSL_DSP_M3_RAM_ADDR 0xc0000000 |
| 561 | #define CONFIG_SYS_FSL_DSP_CCSRBAR_DEFAULT 0xff600000 |
York Sun | 84fa67e | 2013-04-18 19:31:01 -0700 | [diff] [blame] | 562 | #define CONFIG_SYS_FSL_IFC_BANK_COUNT 3 |
Prabhakar Kushwaha | 92543c2 | 2013-01-23 17:59:57 +0000 | [diff] [blame] | 563 | #define CONFIG_SYS_CCSRBAR_DEFAULT 0xff700000 |
| 564 | #define CONFIG_NAND_FSL_IFC |
Prabhakar Kushwaha | 92543c2 | 2013-01-23 17:59:57 +0000 | [diff] [blame] | 565 | #define CONFIG_SYS_FSL_ERRATUM_ESDHC111 |
| 566 | #define CONFIG_SYS_FSL_ESDHC_P1010_BROKEN_SDCLK |
| 567 | #define CONFIG_SYS_FSL_PCIE_COMPAT "fsl,qoriq-pcie-v2.2" |
York Sun | 0cc5907 | 2013-08-20 15:09:43 -0700 | [diff] [blame] | 568 | #define CONFIG_SYS_FSL_ERRATUM_A005125 |
Chunhe Lan | 9254640 | 2013-08-16 15:10:37 +0800 | [diff] [blame] | 569 | #define CONFIG_SYS_FSL_ERRATUM_I2C_A004447 |
| 570 | #define CONFIG_SYS_FSL_A004447_SVR_REV 0x11 |
Prabhakar Kushwaha | 92543c2 | 2013-01-23 17:59:57 +0000 | [diff] [blame] | 571 | |
York Sun | 64fd08b | 2013-03-25 07:40:05 +0000 | [diff] [blame] | 572 | #elif defined(CONFIG_PPC_T4240) || defined(CONFIG_PPC_T4160) |
| 573 | #define CONFIG_E6500 |
York Sun | 2394a0f | 2012-10-08 07:44:30 +0000 | [diff] [blame] | 574 | #define CONFIG_SYS_PPC64 /* 64-bit core */ |
York Sun | 9941a22 | 2012-10-08 07:44:19 +0000 | [diff] [blame] | 575 | #define CONFIG_FSL_CORENET /* Freescale CoreNet platform */ |
| 576 | #define CONFIG_SYS_FSL_QORIQ_CHASSIS2 /* Freescale Chassis generation 2 */ |
York Sun | aa150bb | 2013-03-25 07:40:07 +0000 | [diff] [blame] | 577 | #define CONFIG_SYS_FSL_CORES_PER_CLUSTER 4 |
York Sun | 9941a22 | 2012-10-08 07:44:19 +0000 | [diff] [blame] | 578 | #define CONFIG_SYS_FSL_QMAN_V3 /* QMAN version 3 */ |
York Sun | 64fd08b | 2013-03-25 07:40:05 +0000 | [diff] [blame] | 579 | #ifdef CONFIG_PPC_T4240 |
York Sun | 9941a22 | 2012-10-08 07:44:19 +0000 | [diff] [blame] | 580 | #define CONFIG_MAX_CPUS 12 |
Prabhakar Kushwaha | 7e8382f | 2013-09-03 11:20:15 +0530 | [diff] [blame] | 581 | #define CONFIG_SYS_FSL_CLUSTER_CLOCKS { 1, 1, 4 } |
York Sun | 9941a22 | 2012-10-08 07:44:19 +0000 | [diff] [blame] | 582 | #define CONFIG_SYS_NUM_FM1_DTSEC 8 |
| 583 | #define CONFIG_SYS_NUM_FM1_10GEC 2 |
| 584 | #define CONFIG_SYS_NUM_FM2_DTSEC 8 |
| 585 | #define CONFIG_SYS_NUM_FM2_10GEC 2 |
| 586 | #define CONFIG_NUM_DDR_CONTROLLERS 3 |
York Sun | 64fd08b | 2013-03-25 07:40:05 +0000 | [diff] [blame] | 587 | #else |
York Sun | fb5137a | 2013-03-25 07:33:29 +0000 | [diff] [blame] | 588 | #define CONFIG_MAX_CPUS 8 |
Prabhakar Kushwaha | 7e8382f | 2013-09-03 11:20:15 +0530 | [diff] [blame] | 589 | #define CONFIG_SYS_FSL_CLUSTER_CLOCKS { 1, 1 } |
York Sun | 64fd08b | 2013-03-25 07:40:05 +0000 | [diff] [blame] | 590 | #define CONFIG_SYS_NUM_FM1_DTSEC 7 |
| 591 | #define CONFIG_SYS_NUM_FM1_10GEC 1 |
| 592 | #define CONFIG_SYS_NUM_FM2_DTSEC 7 |
| 593 | #define CONFIG_SYS_NUM_FM2_10GEC 1 |
| 594 | #define CONFIG_NUM_DDR_CONTROLLERS 2 |
| 595 | #endif |
York Sun | fb5137a | 2013-03-25 07:33:29 +0000 | [diff] [blame] | 596 | #define CONFIG_SYS_FSL_NUM_CC_PLLS 5 |
| 597 | #define CONFIG_SYS_FSL_NUM_LAWS 32 |
Prabhakar Kushwaha | 873e9f0 | 2013-07-31 16:56:41 +0530 | [diff] [blame] | 598 | #define CONFIG_SYS_FSL_SRDS_1 |
| 599 | #define CONFIG_SYS_FSL_SRDS_2 |
York Sun | fb5137a | 2013-03-25 07:33:29 +0000 | [diff] [blame] | 600 | #define CONFIG_SYS_FSL_SRDS_3 |
| 601 | #define CONFIG_SYS_FSL_SRDS_4 |
| 602 | #define CONFIG_SYS_FSL_SEC_COMPAT 4 |
| 603 | #define CONFIG_SYS_NUM_FMAN 2 |
ramneek mehresh | d04f8fe | 2013-10-18 17:40:17 +0530 | [diff] [blame^] | 604 | #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 |
Prabhakar Kushwaha | 7e8382f | 2013-09-03 11:20:15 +0530 | [diff] [blame] | 605 | #define CONFIG_SYS_PME_CLK 0 |
York Sun | fb5137a | 2013-03-25 07:33:29 +0000 | [diff] [blame] | 606 | #define CONFIG_SYS_FSL_DDR_VER FSL_DDR_VER_4_7 |
Mingkai Hu | 6f024c9 | 2013-05-16 10:18:13 +0800 | [diff] [blame] | 607 | #define CONFIG_SYS_FSL_IFC_BANK_COUNT 8 |
York Sun | fb5137a | 2013-03-25 07:33:29 +0000 | [diff] [blame] | 608 | #define CONFIG_SYS_FMAN_V3 |
Prabhakar Kushwaha | 7e8382f | 2013-09-03 11:20:15 +0530 | [diff] [blame] | 609 | #define CONFIG_SYS_FM1_CLK 3 |
| 610 | #define CONFIG_SYS_FM2_CLK 3 |
York Sun | fb5137a | 2013-03-25 07:33:29 +0000 | [diff] [blame] | 611 | #define CONFIG_SYS_FM_MURAM_SIZE 0x60000 |
| 612 | #define CONFIG_SYS_FSL_TBCLK_DIV 16 |
| 613 | #define CONFIG_SYS_FSL_PCIE_COMPAT "fsl,qoriq-pcie-v3.0" |
| 614 | #define CONFIG_SYS_FSL_SRIO_MAX_PORTS 2 |
| 615 | #define CONFIG_SYS_FSL_SRIO_OB_WIN_NUM 9 |
| 616 | #define CONFIG_SYS_FSL_SRIO_IB_WIN_NUM 5 |
Liu Gang | d5eca7e | 2013-06-25 18:12:14 +0800 | [diff] [blame] | 617 | #define CONFIG_SYS_FSL_SRIO_LIODN |
York Sun | fb5137a | 2013-03-25 07:33:29 +0000 | [diff] [blame] | 618 | #define CONFIG_SYS_FSL_USB_DUAL_PHY_ENABLE |
| 619 | #define CONFIG_SYS_FSL_USB_INTERNAL_UTMI_PHY |
| 620 | #define CONFIG_SYS_FSL_ERRATUM_A004468 |
| 621 | #define CONFIG_SYS_FSL_ERRATUM_A_004934 |
| 622 | #define CONFIG_SYS_FSL_ERRATUM_A005871 |
York Sun | b195425 | 2013-09-16 12:49:31 -0700 | [diff] [blame] | 623 | #define CONFIG_SYS_FSL_ERRATUM_A006379 |
Scott Wood | 3f4a5c4 | 2013-05-15 17:50:13 -0500 | [diff] [blame] | 624 | #define CONFIG_SYS_FSL_ERRATUM_A006593 |
York Sun | fb5137a | 2013-03-25 07:33:29 +0000 | [diff] [blame] | 625 | #define CONFIG_SYS_CCSRBAR_DEFAULT 0xfe000000 |
| 626 | #define CONFIG_SYS_FSL_PCI_VER_3_X |
| 627 | |
Poonam Aggrwal | 525ab51 | 2013-03-25 07:40:20 +0000 | [diff] [blame] | 628 | #elif defined(CONFIG_PPC_B4860) || defined(CONFIG_PPC_B4420) |
| 629 | #define CONFIG_E6500 |
Poonam Aggrwal | 248865e | 2012-12-23 19:24:16 +0000 | [diff] [blame] | 630 | #define CONFIG_SYS_PPC64 /* 64-bit core */ |
| 631 | #define CONFIG_FSL_CORENET /* Freescale CoreNet platform */ |
| 632 | #define CONFIG_SYS_FSL_QORIQ_CHASSIS2 /* Freescale Chassis generation 2 */ |
| 633 | #define CONFIG_SYS_FSL_QMAN_V3 /* QMAN version 3 */ |
Poonam Aggrwal | 248865e | 2012-12-23 19:24:16 +0000 | [diff] [blame] | 634 | #define CONFIG_SYS_FSL_NUM_LAWS 32 |
Prabhakar Kushwaha | 873e9f0 | 2013-07-31 16:56:41 +0530 | [diff] [blame] | 635 | #define CONFIG_SYS_FSL_SRDS_1 |
| 636 | #define CONFIG_SYS_FSL_SRDS_2 |
Poonam Aggrwal | 248865e | 2012-12-23 19:24:16 +0000 | [diff] [blame] | 637 | #define CONFIG_SYS_FSL_SEC_COMPAT 4 |
| 638 | #define CONFIG_SYS_NUM_FMAN 1 |
ramneek mehresh | d04f8fe | 2013-10-18 17:40:17 +0530 | [diff] [blame^] | 639 | #define CONFIG_USB_MAX_CONTROLLER_COUNT 1 |
Prabhakar Kushwaha | 7e8382f | 2013-09-03 11:20:15 +0530 | [diff] [blame] | 640 | #define CONFIG_SYS_FM1_CLK 0 |
Poonam Aggrwal | 248865e | 2012-12-23 19:24:16 +0000 | [diff] [blame] | 641 | #define CONFIG_SYS_FSL_DDR_VER FSL_DDR_VER_4_7 |
Mingkai Hu | 6f024c9 | 2013-05-16 10:18:13 +0800 | [diff] [blame] | 642 | #define CONFIG_SYS_FSL_IFC_BANK_COUNT 4 |
Poonam Aggrwal | 248865e | 2012-12-23 19:24:16 +0000 | [diff] [blame] | 643 | #define CONFIG_SYS_FMAN_V3 |
| 644 | #define CONFIG_SYS_FM_MURAM_SIZE 0x60000 |
| 645 | #define CONFIG_SYS_FSL_TBCLK_DIV 16 |
| 646 | #define CONFIG_SYS_FSL_PCIE_COMPAT "fsl,qoriq-pcie-v2.4" |
| 647 | #define CONFIG_SYS_FSL_USB1_PHY_ENABLE |
| 648 | #define CONFIG_SYS_FSL_ERRATUM_A_004934 |
Shengzhou Liu | 5d9606e | 2013-02-27 21:56:54 +0000 | [diff] [blame] | 649 | #define CONFIG_SYS_FSL_ERRATUM_A005871 |
York Sun | b195425 | 2013-09-16 12:49:31 -0700 | [diff] [blame] | 650 | #define CONFIG_SYS_FSL_ERRATUM_A006379 |
Scott Wood | 3f4a5c4 | 2013-05-15 17:50:13 -0500 | [diff] [blame] | 651 | #define CONFIG_SYS_FSL_ERRATUM_A006593 |
Poonam Aggrwal | 248865e | 2012-12-23 19:24:16 +0000 | [diff] [blame] | 652 | #define CONFIG_SYS_CCSRBAR_DEFAULT 0xfe000000 |
| 653 | |
Poonam Aggrwal | 525ab51 | 2013-03-25 07:40:20 +0000 | [diff] [blame] | 654 | #ifdef CONFIG_PPC_B4860 |
York Sun | aa150bb | 2013-03-25 07:40:07 +0000 | [diff] [blame] | 655 | #define CONFIG_SYS_FSL_CORES_PER_CLUSTER 4 |
York Sun | bcf7b3d | 2012-10-08 07:44:20 +0000 | [diff] [blame] | 656 | #define CONFIG_MAX_CPUS 4 |
| 657 | #define CONFIG_SYS_FSL_NUM_CC_PLLS 4 |
Prabhakar Kushwaha | 7e8382f | 2013-09-03 11:20:15 +0530 | [diff] [blame] | 658 | #define CONFIG_SYS_FSL_CLUSTER_CLOCKS { 1, 4, 4, 4 } |
York Sun | bcf7b3d | 2012-10-08 07:44:20 +0000 | [diff] [blame] | 659 | #define CONFIG_SYS_NUM_FM1_DTSEC 6 |
| 660 | #define CONFIG_SYS_NUM_FM1_10GEC 2 |
Poonam Aggrwal | 1c85955 | 2012-12-23 19:22:33 +0000 | [diff] [blame] | 661 | #define CONFIG_NUM_DDR_CONTROLLERS 2 |
ramneek mehresh | d04f8fe | 2013-10-18 17:40:17 +0530 | [diff] [blame^] | 662 | #define CONFIG_USB_MAX_CONTROLLER_COUNT 1 |
York Sun | bcf7b3d | 2012-10-08 07:44:20 +0000 | [diff] [blame] | 663 | #define CONFIG_SYS_FSL_SRIO_MAX_PORTS 2 |
| 664 | #define CONFIG_SYS_FSL_SRIO_OB_WIN_NUM 9 |
| 665 | #define CONFIG_SYS_FSL_SRIO_IB_WIN_NUM 5 |
Liu Gang | bc6486a | 2013-06-25 18:12:13 +0800 | [diff] [blame] | 666 | #define CONFIG_SYS_FSL_SRIO_LIODN |
Poonam Aggrwal | 525ab51 | 2013-03-25 07:40:20 +0000 | [diff] [blame] | 667 | #else |
| 668 | #define CONFIG_MAX_CPUS 2 |
| 669 | #define CONFIG_SYS_FSL_CORES_PER_CLUSTER 2 |
| 670 | #define CONFIG_SYS_FSL_NUM_CC_PLLS 4 |
Prabhakar Kushwaha | 7e8382f | 2013-09-03 11:20:15 +0530 | [diff] [blame] | 671 | #define CONFIG_SYS_FSL_CLUSTER_CLOCKS { 1, 4 } |
Poonam Aggrwal | 525ab51 | 2013-03-25 07:40:20 +0000 | [diff] [blame] | 672 | #define CONFIG_SYS_NUM_FM1_DTSEC 4 |
| 673 | #define CONFIG_SYS_NUM_FM1_10GEC 0 |
| 674 | #define CONFIG_NUM_DDR_CONTROLLERS 1 |
| 675 | #endif |
York Sun | bcf7b3d | 2012-10-08 07:44:20 +0000 | [diff] [blame] | 676 | |
York Sun | 4657136 | 2013-03-25 07:40:06 +0000 | [diff] [blame] | 677 | #elif defined(CONFIG_PPC_T1040) |
| 678 | #define CONFIG_E5500 |
| 679 | #define CONFIG_FSL_CORENET /* Freescale CoreNet platform */ |
| 680 | #define CONFIG_SYS_FSL_QORIQ_CHASSIS2 /* Freescale Chassis generation 2 */ |
York Sun | aa150bb | 2013-03-25 07:40:07 +0000 | [diff] [blame] | 681 | #define CONFIG_SYS_FSL_CORES_PER_CLUSTER 1 |
York Sun | 4657136 | 2013-03-25 07:40:06 +0000 | [diff] [blame] | 682 | #define CONFIG_SYS_FSL_QMAN_V3 /* QMAN version 3 */ |
Prabhakar Kushwaha | 7851253 | 2013-09-03 11:19:54 +0530 | [diff] [blame] | 683 | #if defined(CONFIG_PPC_T1040) || defined(CONFIG_PPC_T1042) |
York Sun | 4657136 | 2013-03-25 07:40:06 +0000 | [diff] [blame] | 684 | #define CONFIG_MAX_CPUS 4 |
Prabhakar Kushwaha | 7851253 | 2013-09-03 11:19:54 +0530 | [diff] [blame] | 685 | #elif defined(CONFIG_PPC_T1020) || defined(CONFIG_PPC_T1022) |
| 686 | #define CONFIG_MAX_CPUS 2 |
| 687 | #endif |
| 688 | #define CONFIG_SYS_FSL_NUM_CC_PLLS 2 |
Prabhakar Kushwaha | 7e8382f | 2013-09-03 11:20:15 +0530 | [diff] [blame] | 689 | #define CONFIG_SYS_FSL_CLUSTER_CLOCKS { 1, 1, 1, 1 } |
| 690 | #define CONFIG_SYS_SDHC_CLOCK 0 |
York Sun | 4657136 | 2013-03-25 07:40:06 +0000 | [diff] [blame] | 691 | #define CONFIG_SYS_FSL_NUM_LAWS 16 |
Prabhakar Kushwaha | 7851253 | 2013-09-03 11:19:54 +0530 | [diff] [blame] | 692 | #define CONFIG_SYS_FSL_SRDS_1 |
| 693 | #define CONFIG_SYS_FSL_SEC_COMPAT 5 |
York Sun | 4657136 | 2013-03-25 07:40:06 +0000 | [diff] [blame] | 694 | #define CONFIG_SYS_NUM_FMAN 1 |
| 695 | #define CONFIG_SYS_NUM_FM1_DTSEC 5 |
| 696 | #define CONFIG_NUM_DDR_CONTROLLERS 1 |
ramneek mehresh | d04f8fe | 2013-10-18 17:40:17 +0530 | [diff] [blame^] | 697 | #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 |
Prabhakar Kushwaha | 7e8382f | 2013-09-03 11:20:15 +0530 | [diff] [blame] | 698 | #define CONFIG_PME_PLAT_CLK_DIV 2 |
| 699 | #define CONFIG_SYS_PME_CLK CONFIG_PME_PLAT_CLK_DIV |
Prabhakar Kushwaha | 7851253 | 2013-09-03 11:19:54 +0530 | [diff] [blame] | 700 | #define CONFIG_SYS_FSL_DDR_VER FSL_DDR_VER_5_0 |
| 701 | #define CONFIG_SYS_FSL_IFC_BANK_COUNT 8 |
York Sun | 4657136 | 2013-03-25 07:40:06 +0000 | [diff] [blame] | 702 | #define CONFIG_SYS_FMAN_V3 |
Prabhakar Kushwaha | 7e8382f | 2013-09-03 11:20:15 +0530 | [diff] [blame] | 703 | #define CONFIG_FM_PLAT_CLK_DIV 1 |
| 704 | #define CONFIG_SYS_FM1_CLK CONFIG_FM_PLAT_CLK_DIV |
Prabhakar Kushwaha | 7851253 | 2013-09-03 11:19:54 +0530 | [diff] [blame] | 705 | #define CONFIG_SYS_FM_MURAM_SIZE 0x30000 |
York Sun | 4657136 | 2013-03-25 07:40:06 +0000 | [diff] [blame] | 706 | #define CONFIG_SYS_FSL_TBCLK_DIV 32 |
| 707 | #define CONFIG_SYS_FSL_PCIE_COMPAT "fsl,qoriq-pcie-v2.4" |
York Sun | 4657136 | 2013-03-25 07:40:06 +0000 | [diff] [blame] | 708 | #define CONFIG_SYS_FSL_USB1_PHY_ENABLE |
| 709 | #define CONFIG_SYS_FSL_USB2_PHY_ENABLE |
| 710 | #define CONFIG_SYS_FSL_USB_INTERNAL_UTMI_PHY |
| 711 | #define CONFIG_SYS_CCSRBAR_DEFAULT 0xfe000000 |
| 712 | |
Mingkai Hu | 1a25807 | 2013-07-04 17:30:36 +0800 | [diff] [blame] | 713 | #elif defined(CONFIG_PPC_C29X) |
| 714 | #define CONFIG_MAX_CPUS 1 |
| 715 | #define CONFIG_FSL_SDHC_V2_3 |
| 716 | #define CONFIG_SYS_FSL_NUM_LAWS 12 |
| 717 | #define CONFIG_SYS_PPC_E500_DEBUG_TLB 3 |
| 718 | #define CONFIG_TSECV2_1 |
| 719 | #define CONFIG_SYS_FSL_SEC_COMPAT 6 |
| 720 | #define CONFIG_SYS_FSL_ERRATUM_ESDHC111 |
| 721 | #define CONFIG_NUM_DDR_CONTROLLERS 1 |
| 722 | #define CONFIG_SYS_FSL_IFC_BANK_COUNT 8 |
| 723 | #define CONFIG_SYS_CCSRBAR_DEFAULT 0xff700000 |
York Sun | 0cc5907 | 2013-08-20 15:09:43 -0700 | [diff] [blame] | 724 | #define CONFIG_SYS_FSL_ERRATUM_A005125 |
Mingkai Hu | 1a25807 | 2013-07-04 17:30:36 +0800 | [diff] [blame] | 725 | |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 726 | #else |
| 727 | #error Processor type not defined for this platform |
| 728 | #endif |
| 729 | |
Timur Tabi | d8f341c | 2011-08-04 18:03:41 -0500 | [diff] [blame] | 730 | #ifndef CONFIG_SYS_CCSRBAR_DEFAULT |
| 731 | #error "CONFIG_SYS_CCSRBAR_DEFAULT is not defined for this platform." |
| 732 | #endif |
| 733 | |
York Sun | aa150bb | 2013-03-25 07:40:07 +0000 | [diff] [blame] | 734 | #ifdef CONFIG_E6500 |
| 735 | #define CONFIG_SYS_FSL_THREADS_PER_CORE 2 |
| 736 | #else |
| 737 | #define CONFIG_SYS_FSL_THREADS_PER_CORE 1 |
| 738 | #endif |
| 739 | |
Kumar Gala | fe13711 | 2011-01-19 03:05:26 -0600 | [diff] [blame] | 740 | #endif /* _ASM_MPC85xx_CONFIG_H_ */ |