Mingkai Hu | 0e58b51 | 2015-10-26 19:47:50 +0800 | [diff] [blame] | 1 | /* |
| 2 | * Copyright 2015, Freescale Semiconductor |
| 3 | * |
| 4 | * SPDX-License-Identifier: GPL-2.0+ |
| 5 | */ |
| 6 | |
| 7 | #ifndef _ASM_ARMV8_FSL_LAYERSCAPE_CONFIG_H_ |
| 8 | #define _ASM_ARMV8_FSL_LAYERSCAPE_CONFIG_H_ |
| 9 | |
York Sun | bad4984 | 2016-09-26 08:09:24 -0700 | [diff] [blame] | 10 | #include <linux/kconfig.h> |
Mingkai Hu | 0e58b51 | 2015-10-26 19:47:50 +0800 | [diff] [blame] | 11 | #include <fsl_ddrc_version.h> |
| 12 | |
Shaohui Xie | 6759cc2 | 2016-09-07 17:56:09 +0800 | [diff] [blame] | 13 | #define CONFIG_STANDALONE_LOAD_ADDR 0x80300000 |
| 14 | |
York Sun | 0804d56 | 2015-12-04 11:57:08 -0800 | [diff] [blame] | 15 | /* |
| 16 | * Reserve secure memory |
| 17 | * To be aligned with MMU block size |
| 18 | */ |
| 19 | #define CONFIG_SYS_MEM_RESERVE_SECURE (2048 * 1024) /* 2MB */ |
| 20 | |
York Sun | cbe8e1c | 2016-04-04 11:41:26 -0700 | [diff] [blame] | 21 | #ifdef CONFIG_LS2080A |
Mingkai Hu | 0e58b51 | 2015-10-26 19:47:50 +0800 | [diff] [blame] | 22 | #define CONFIG_SYS_FSL_CLUSTER_CLOCKS { 1, 1, 4, 4 } |
| 23 | #define SRDS_MAX_LANES 8 |
Mingkai Hu | 0e58b51 | 2015-10-26 19:47:50 +0800 | [diff] [blame] | 24 | #define CONFIG_SYS_PAGE_SIZE 0x10000 |
Mingkai Hu | 0e58b51 | 2015-10-26 19:47:50 +0800 | [diff] [blame] | 25 | #ifndef L1_CACHE_BYTES |
| 26 | #define L1_CACHE_SHIFT 6 |
| 27 | #define L1_CACHE_BYTES BIT(L1_CACHE_SHIFT) |
Priyanka Jain | 4a6f173 | 2016-11-17 12:29:55 +0530 | [diff] [blame] | 28 | #define CONFIG_FSL_TZASC_400 |
Mingkai Hu | 0e58b51 | 2015-10-26 19:47:50 +0800 | [diff] [blame] | 29 | #endif |
| 30 | |
Hou Zhiqiang | 3a109ef | 2016-12-16 17:15:45 +0800 | [diff] [blame] | 31 | #define CONFIG_SYS_FSL_OCRAM_BASE 0x18000000 /* initial RAM */ |
| 32 | #define SYS_FSL_OCRAM_SPACE_SIZE 0x00200000 /* 2M space */ |
| 33 | #define CONFIG_SYS_FSL_OCRAM_SIZE 0x00020000 /* Real size 128K */ |
Mingkai Hu | 0e58b51 | 2015-10-26 19:47:50 +0800 | [diff] [blame] | 34 | |
| 35 | /* DDR */ |
Mingkai Hu | 0e58b51 | 2015-10-26 19:47:50 +0800 | [diff] [blame] | 36 | #define CONFIG_SYS_LS2_DDR_BLOCK1_SIZE ((phys_size_t)2 << 30) |
| 37 | #define CONFIG_MAX_MEM_MAPPED CONFIG_SYS_LS2_DDR_BLOCK1_SIZE |
| 38 | |
| 39 | #define CONFIG_SYS_FSL_CCSR_GUR_LE |
| 40 | #define CONFIG_SYS_FSL_CCSR_SCFG_LE |
| 41 | #define CONFIG_SYS_FSL_ESDHC_LE |
| 42 | #define CONFIG_SYS_FSL_IFC_LE |
Mingkai Hu | 1921899 | 2015-11-11 17:58:34 +0800 | [diff] [blame] | 43 | #define CONFIG_SYS_FSL_PEX_LUT_LE |
Mingkai Hu | 0e58b51 | 2015-10-26 19:47:50 +0800 | [diff] [blame] | 44 | |
| 45 | #define CONFIG_SYS_MEMAC_LITTLE_ENDIAN |
| 46 | |
| 47 | /* Generic Interrupt Controller Definitions */ |
| 48 | #define GICD_BASE 0x06000000 |
| 49 | #define GICR_BASE 0x06100000 |
| 50 | |
| 51 | /* SMMU Defintions */ |
| 52 | #define SMMU_BASE 0x05000000 /* GR0 Base */ |
| 53 | |
Saksham Jain | 62888be | 2016-03-23 16:24:32 +0530 | [diff] [blame] | 54 | /* SFP */ |
| 55 | #define CONFIG_SYS_FSL_SFP_VER_3_4 |
| 56 | #define CONFIG_SYS_FSL_SFP_LE |
Saksham Jain | 6ae7f58 | 2016-03-23 16:24:33 +0530 | [diff] [blame] | 57 | #define CONFIG_SYS_FSL_SRK_LE |
| 58 | |
Saksham Jain | 6ae7f58 | 2016-03-23 16:24:33 +0530 | [diff] [blame] | 59 | /* Security Monitor */ |
| 60 | #define CONFIG_SYS_FSL_SEC_MON_LE |
| 61 | |
Saksham Jain | 6121f08 | 2016-03-23 16:24:34 +0530 | [diff] [blame] | 62 | /* Secure Boot */ |
| 63 | #define CONFIG_ESBC_HDR_LS |
Saksham Jain | 62888be | 2016-03-23 16:24:32 +0530 | [diff] [blame] | 64 | |
Saksham Jain | 7b0b250 | 2016-03-23 16:24:39 +0530 | [diff] [blame] | 65 | /* DCFG - GUR */ |
| 66 | #define CONFIG_SYS_FSL_CCSR_GUR_LE |
| 67 | |
Mingkai Hu | 0e58b51 | 2015-10-26 19:47:50 +0800 | [diff] [blame] | 68 | /* Cache Coherent Interconnect */ |
| 69 | #define CCI_MN_BASE 0x04000000 |
| 70 | #define CCI_MN_RNF_NODEID_LIST 0x180 |
| 71 | #define CCI_MN_DVM_DOMAIN_CTL 0x200 |
| 72 | #define CCI_MN_DVM_DOMAIN_CTL_SET 0x210 |
| 73 | |
York Sun | d957a67 | 2015-11-04 09:53:10 -0800 | [diff] [blame] | 74 | #define CCI_HN_F_0_BASE (CCI_MN_BASE + 0x200000) |
| 75 | #define CCI_HN_F_1_BASE (CCI_MN_BASE + 0x210000) |
| 76 | #define CCN_HN_F_SAM_CTL 0x8 /* offset on base HN_F base */ |
| 77 | #define CCN_HN_F_SAM_NODEID_MASK 0x7f |
| 78 | #define CCN_HN_F_SAM_NODEID_DDR0 0x4 |
| 79 | #define CCN_HN_F_SAM_NODEID_DDR1 0xe |
| 80 | |
Mingkai Hu | 0e58b51 | 2015-10-26 19:47:50 +0800 | [diff] [blame] | 81 | #define CCI_RN_I_0_BASE (CCI_MN_BASE + 0x800000) |
| 82 | #define CCI_RN_I_2_BASE (CCI_MN_BASE + 0x820000) |
| 83 | #define CCI_RN_I_6_BASE (CCI_MN_BASE + 0x860000) |
| 84 | #define CCI_RN_I_12_BASE (CCI_MN_BASE + 0x8C0000) |
| 85 | #define CCI_RN_I_16_BASE (CCI_MN_BASE + 0x900000) |
| 86 | #define CCI_RN_I_20_BASE (CCI_MN_BASE + 0x940000) |
| 87 | |
| 88 | #define CCI_S0_QOS_CONTROL_BASE(x) ((CCI_RN_I_0_BASE + (x * 0x10000)) + 0x10) |
| 89 | #define CCI_S1_QOS_CONTROL_BASE(x) ((CCI_RN_I_0_BASE + (x * 0x10000)) + 0x110) |
| 90 | #define CCI_S2_QOS_CONTROL_BASE(x) ((CCI_RN_I_0_BASE + (x * 0x10000)) + 0x210) |
| 91 | |
Prabhakar Kushwaha | edbbd25 | 2016-01-25 12:08:45 +0530 | [diff] [blame] | 92 | #define CCI_AUX_CONTROL_BASE(x) ((CCI_RN_I_0_BASE + (x * 0x10000)) + 0x0500) |
| 93 | |
Mingkai Hu | 0e58b51 | 2015-10-26 19:47:50 +0800 | [diff] [blame] | 94 | /* TZ Protection Controller Definitions */ |
| 95 | #define TZPC_BASE 0x02200000 |
| 96 | #define TZPCR0SIZE_BASE (TZPC_BASE) |
| 97 | #define TZPCDECPROT_0_STAT_BASE (TZPC_BASE + 0x800) |
| 98 | #define TZPCDECPROT_0_SET_BASE (TZPC_BASE + 0x804) |
| 99 | #define TZPCDECPROT_0_CLR_BASE (TZPC_BASE + 0x808) |
| 100 | #define TZPCDECPROT_1_STAT_BASE (TZPC_BASE + 0x80C) |
| 101 | #define TZPCDECPROT_1_SET_BASE (TZPC_BASE + 0x810) |
| 102 | #define TZPCDECPROT_1_CLR_BASE (TZPC_BASE + 0x814) |
| 103 | #define TZPCDECPROT_2_STAT_BASE (TZPC_BASE + 0x818) |
| 104 | #define TZPCDECPROT_2_SET_BASE (TZPC_BASE + 0x81C) |
| 105 | #define TZPCDECPROT_2_CLR_BASE (TZPC_BASE + 0x820) |
| 106 | |
Prabhakar Kushwaha | 22cfe96 | 2015-11-05 12:00:14 +0530 | [diff] [blame] | 107 | #define DCSR_CGACRE5 0x700070914ULL |
| 108 | #define EPU_EPCMPR5 0x700060914ULL |
| 109 | #define EPU_EPCCR5 0x700060814ULL |
| 110 | #define EPU_EPSMCR5 0x700060228ULL |
| 111 | #define EPU_EPECR5 0x700060314ULL |
| 112 | #define EPU_EPCTR5 0x700060a14ULL |
| 113 | #define EPU_EPGCR 0x700060000ULL |
| 114 | |
Mingkai Hu | 0e58b51 | 2015-10-26 19:47:50 +0800 | [diff] [blame] | 115 | #define CONFIG_SYS_FSL_ERRATUM_A008751 |
Shengzhou Liu | bdda96c | 2015-12-16 16:45:41 +0800 | [diff] [blame] | 116 | |
Ashish kumar | 9c6d33c | 2016-01-27 18:09:32 +0530 | [diff] [blame] | 117 | /* ARM A57 CORE ERRATA */ |
Ashish kumar | b01bbb7 | 2016-01-29 16:40:08 +0530 | [diff] [blame] | 118 | #define CONFIG_ARM_ERRATA_826974 |
| 119 | #define CONFIG_ARM_ERRATA_828024 |
Ashish kumar | 9c6d33c | 2016-01-27 18:09:32 +0530 | [diff] [blame] | 120 | #define CONFIG_ARM_ERRATA_829520 |
| 121 | #define CONFIG_ARM_ERRATA_833471 |
| 122 | |
Alex Porosanu | b4848d0 | 2016-04-29 15:17:59 +0300 | [diff] [blame] | 123 | #define CONFIG_SYS_FSL_MAX_NUM_OF_SEC 1 |
Qianyu Gong | 8aec719 | 2016-07-05 16:01:53 +0800 | [diff] [blame] | 124 | #elif defined(CONFIG_FSL_LSCH2) |
Mingkai Hu | e4e93ea | 2015-10-26 19:47:51 +0800 | [diff] [blame] | 125 | #define CONFIG_SYS_FSL_OCRAM_BASE 0x10000000 /* initial RAM */ |
Hou Zhiqiang | 3a109ef | 2016-12-16 17:15:45 +0800 | [diff] [blame] | 126 | #define SYS_FSL_OCRAM_SPACE_SIZE 0x00200000 /* 2M space */ |
| 127 | #define CONFIG_SYS_FSL_OCRAM_SIZE 0x00020000 /* Real size 128K */ |
Mingkai Hu | e4e93ea | 2015-10-26 19:47:51 +0800 | [diff] [blame] | 128 | |
Hou Zhiqiang | c479780 | 2016-12-16 17:15:46 +0800 | [diff] [blame] | 129 | #define DCSR_DCFG_SBEESR2 0x20140534 |
| 130 | #define DCSR_DCFG_MBEESR2 0x20140544 |
| 131 | |
Mingkai Hu | e4e93ea | 2015-10-26 19:47:51 +0800 | [diff] [blame] | 132 | #define CONFIG_SYS_FSL_CCSR_SCFG_BE |
Mingkai Hu | e4e93ea | 2015-10-26 19:47:51 +0800 | [diff] [blame] | 133 | #define CONFIG_SYS_FSL_ESDHC_BE |
| 134 | #define CONFIG_SYS_FSL_WDOG_BE |
| 135 | #define CONFIG_SYS_FSL_DSPI_BE |
| 136 | #define CONFIG_SYS_FSL_QSPI_BE |
Qianyu Gong | 8aec719 | 2016-07-05 16:01:53 +0800 | [diff] [blame] | 137 | #define CONFIG_SYS_FSL_CCSR_GUR_BE |
Mingkai Hu | 1921899 | 2015-11-11 17:58:34 +0800 | [diff] [blame] | 138 | #define CONFIG_SYS_FSL_PEX_LUT_BE |
Qianyu Gong | 8aec719 | 2016-07-05 16:01:53 +0800 | [diff] [blame] | 139 | |
Qianyu Gong | 8aec719 | 2016-07-05 16:01:53 +0800 | [diff] [blame] | 140 | /* SoC related */ |
| 141 | #ifdef CONFIG_LS1043A |
Qianyu Gong | 8aec719 | 2016-07-05 16:01:53 +0800 | [diff] [blame] | 142 | #define CONFIG_SYS_FMAN_V3 |
| 143 | #define CONFIG_SYS_NUM_FMAN 1 |
| 144 | #define CONFIG_SYS_NUM_FM1_DTSEC 7 |
| 145 | #define CONFIG_SYS_NUM_FM1_10GEC 1 |
Qianyu Gong | 8aec719 | 2016-07-05 16:01:53 +0800 | [diff] [blame] | 146 | #define CONFIG_SYS_DDR_BLOCK1_SIZE ((phys_size_t)2 << 30) |
| 147 | #define CONFIG_MAX_MEM_MAPPED CONFIG_SYS_DDR_BLOCK1_SIZE |
Mingkai Hu | e4e93ea | 2015-10-26 19:47:51 +0800 | [diff] [blame] | 148 | |
| 149 | #define QE_MURAM_SIZE 0x6000UL |
| 150 | #define MAX_QE_RISC 1 |
| 151 | #define QE_NUM_OF_SNUM 28 |
| 152 | |
Qianyu Gong | 8aec719 | 2016-07-05 16:01:53 +0800 | [diff] [blame] | 153 | #define CONFIG_SYS_FSL_IFC_BE |
Mingkai Hu | e4e93ea | 2015-10-26 19:47:51 +0800 | [diff] [blame] | 154 | #define CONFIG_SYS_FSL_SFP_VER_3_2 |
Aneesh Bansal | b3e9820 | 2015-12-08 13:54:29 +0530 | [diff] [blame] | 155 | #define CONFIG_SYS_FSL_SEC_MON_BE |
Mingkai Hu | e4e93ea | 2015-10-26 19:47:51 +0800 | [diff] [blame] | 156 | #define CONFIG_SYS_FSL_SFP_BE |
| 157 | #define CONFIG_SYS_FSL_SRK_LE |
| 158 | #define CONFIG_KEY_REVOCATION |
| 159 | |
| 160 | /* SMMU Defintions */ |
| 161 | #define SMMU_BASE 0x09000000 |
| 162 | |
| 163 | /* Generic Interrupt Controller Definitions */ |
| 164 | #define GICD_BASE 0x01401000 |
| 165 | #define GICC_BASE 0x01402000 |
Wenbin Song | a8f57a9 | 2017-01-17 18:31:15 +0800 | [diff] [blame] | 166 | #define GICH_BASE 0x01404000 |
| 167 | #define GICV_BASE 0x01406000 |
| 168 | #define GICD_SIZE 0x1000 |
| 169 | #define GICC_SIZE 0x2000 |
| 170 | #define GICH_SIZE 0x2000 |
| 171 | #define GICV_SIZE 0x2000 |
| 172 | #ifdef CONFIG_HAS_FEATURE_GIC64K_ALIGN |
| 173 | #define GICD_BASE_64K 0x01410000 |
| 174 | #define GICC_BASE_64K 0x01420000 |
| 175 | #define GICH_BASE_64K 0x01440000 |
| 176 | #define GICV_BASE_64K 0x01460000 |
| 177 | #define GICD_SIZE_64K 0x10000 |
| 178 | #define GICC_SIZE_64K 0x20000 |
| 179 | #define GICH_SIZE_64K 0x20000 |
| 180 | #define GICV_SIZE_64K 0x20000 |
| 181 | #endif |
| 182 | |
| 183 | #define DCFG_CCSR_SVR 0x1ee00a4 |
| 184 | #define REV1_0 0x10 |
| 185 | #define REV1_1 0x11 |
| 186 | #define GIC_ADDR_BIT 31 |
| 187 | #define SCFG_GIC400_ALIGN 0x1570188 |
Mingkai Hu | e4e93ea | 2015-10-26 19:47:51 +0800 | [diff] [blame] | 188 | |
Alex Porosanu | b4848d0 | 2016-04-29 15:17:59 +0300 | [diff] [blame] | 189 | #define CONFIG_SYS_FSL_MAX_NUM_OF_SEC 1 |
Prabhakar Kushwaha | d169ebe | 2016-06-03 18:41:31 +0530 | [diff] [blame] | 190 | |
York Sun | d297d39 | 2016-12-28 08:43:40 -0800 | [diff] [blame] | 191 | #elif defined(CONFIG_ARCH_LS1012A) |
Prabhakar Kushwaha | d169ebe | 2016-06-03 18:41:31 +0530 | [diff] [blame] | 192 | #define GICD_BASE 0x01401000 |
| 193 | #define GICC_BASE 0x01402000 |
York Sun | d297d39 | 2016-12-28 08:43:40 -0800 | [diff] [blame] | 194 | |
York Sun | bad4984 | 2016-09-26 08:09:24 -0700 | [diff] [blame] | 195 | #elif defined(CONFIG_ARCH_LS1046A) |
Mingkai Hu | cd54c0f | 2016-07-05 16:01:55 +0800 | [diff] [blame] | 196 | #define CONFIG_SYS_FMAN_V3 |
| 197 | #define CONFIG_SYS_NUM_FMAN 1 |
| 198 | #define CONFIG_SYS_NUM_FM1_DTSEC 8 |
| 199 | #define CONFIG_SYS_NUM_FM1_10GEC 2 |
Mingkai Hu | cd54c0f | 2016-07-05 16:01:55 +0800 | [diff] [blame] | 200 | #define CONFIG_SYS_DDR_BLOCK1_SIZE ((phys_size_t)2 << 30) |
| 201 | #define CONFIG_MAX_MEM_MAPPED CONFIG_SYS_DDR_BLOCK1_SIZE |
| 202 | |
Mingkai Hu | cd54c0f | 2016-07-05 16:01:55 +0800 | [diff] [blame] | 203 | #define CONFIG_SYS_FSL_IFC_BE |
| 204 | #define CONFIG_SYS_FSL_SFP_VER_3_2 |
| 205 | #define CONFIG_SYS_FSL_SNVS_LE |
| 206 | #define CONFIG_SYS_FSL_SFP_BE |
| 207 | #define CONFIG_SYS_FSL_SRK_LE |
| 208 | #define CONFIG_KEY_REVOCATION |
| 209 | |
| 210 | /* SMMU Defintions */ |
| 211 | #define SMMU_BASE 0x09000000 |
| 212 | |
| 213 | /* Generic Interrupt Controller Definitions */ |
| 214 | #define GICD_BASE 0x01410000 |
| 215 | #define GICC_BASE 0x01420000 |
| 216 | |
| 217 | #define CONFIG_SYS_FSL_MAX_NUM_OF_SEC 1 |
Shengzhou Liu | 4fd4e1d | 2016-09-07 17:56:11 +0800 | [diff] [blame] | 218 | |
Mingkai Hu | 0e58b51 | 2015-10-26 19:47:50 +0800 | [diff] [blame] | 219 | #else |
| 220 | #error SoC not defined |
| 221 | #endif |
Qianyu Gong | 8aec719 | 2016-07-05 16:01:53 +0800 | [diff] [blame] | 222 | #endif |
Mingkai Hu | 0e58b51 | 2015-10-26 19:47:50 +0800 | [diff] [blame] | 223 | |
| 224 | #endif /* _ASM_ARMV8_FSL_LAYERSCAPE_CONFIG_H_ */ |