tizen 2.4 release
[profile/mobile/platform/kernel/u-boot-tm1.git] / include / configs / sp8830ec.h
1 /*\r
2  * (C) Copyright 2009 DENX Software Engineering\r
3  * Author: John Rigby <jrigby@gmail.com>\r
4  *\r
5  * This program is free software; you can redistribute it and/or\r
6  * modify it under the terms of the GNU General Public License as\r
7  * published by the Free Software Foundation; either version 2 of\r
8  * the License, or (at your option) any later version.\r
9  *\r
10  * This program is distributed in the hope that it will be useful,\r
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
13  * GNU General Public License for more details.\r
14  *\r
15  * You should have received a copy of the GNU General Public License\r
16  * along with this program; if not, write to the Free Software\r
17  * Foundation, Inc., 59 Temple Place, Suite 330, Boston,\r
18  * MA 02111-1307 USA\r
19  */\r
20 \r
21 #ifndef __CONFIG_H\r
22 #define __CONFIG_H\r
23 \r
24 //#define CONFIG_OF_LIBFDT\r
25 //#ifdef CONFIG_OF_LIBFDT\r
26 //MACH_TYPE_SC8830=2014\r
27 //ask for detect it\r
28 #define DT_PLATFROM_ID 8830\r
29 #define DT_HARDWARE_ID 1\r
30 #define DT_SOC_VER     0x20000\r
31 //#endif\r
32 //only used in fdl2 .in uart download, the debug infors  from  serial will break the download process.\r
33 #define CONFIG_FDL2_PRINT        0\r
34 #define BOOT_NATIVE_LINUX        1\r
35 #define BOOT_NATIVE_LINUX_MODEM  1\r
36 //#define CALIBRATION_FLAG         0x897FFC00\r
37 //#define       CALIBRATION_FLAG_WCDMA   0x93FFEC00\r
38 #define CONFIG_SILENT_CONSOLE\r
39 #define CONFIG_GPIOLIB 1\r
40 //#define NAND_DEBUG  \r
41 //#define DEBUG\r
42 #define CONFIG_SDRAMDISK\r
43 #define U_BOOT_SPRD_VER 1\r
44 /*#define SPRD_EVM_TAG_ON 1*/\r
45 #ifdef SPRD_EVM_TAG_ON\r
46 #define SPRD_EVM_ADDR_START 0x00026000\r
47 #define SPRD_EVM_TAG(_x) (*(((unsigned long *)SPRD_EVM_ADDR_START)+_x) = *(volatile unsigned long *)0x87003004)\r
48 #endif\r
49 #define CONFIG_L2_OFF                   1\r
50 \r
51 #define BOOT_DEBUG 1\r
52 \r
53 #define CONFIG_YAFFS2 1\r
54 \r
55 #define BOOT_PART "boot"\r
56 //#define BOOT_PART "kernel"\r
57 #define RECOVERY_PART "recovery"\r
58 /*\r
59  * SPREADTRUM BIGPHONE board - SoC Configuration\r
60  */\r
61 #define CONFIG_SP8830\r
62 #define CONFIG_SC8830\r
63 #define CONFIG_SP8830EC\r
64 #define CONFIG_SP8830WCN\r
65 \r
66 \r
67 #define CONFIG_SUPPORT_TD\r
68 #define TDDSP_ADR       0x88020000\r
69 #define TDFIXNV_ADR     0x89060000\r
70 #define TDRUNTIMENV_ADR 0x890a0000\r
71 #define TDMODEM_ADR     0x88300000\r
72 #define CONFIG_SUPPORT_WIFI\r
73 #define WCNMODEM_ADR      0x94060000\r
74 #define WCNFIXNV_ADR      0x94000000\r
75 #define WCNRUNTIMENV_ADR  0x94020000\r
76 #define CP0_CODE_COPY_ADR 0x50000000\r
77 #define CP1_CODE_COPY_ADR 0x50001800\r
78 #define CP2_CODE_COPY_ADR 0x50003000\r
79 #define CP_SOFT_RST_ADR   0x402B00A8\r
80 #define PD_CP0_SYS_CFG_ADR  0x402B003C\r
81 #define PD_CP1_SYS_CFG_ADR  0x402B0050\r
82 #define PD_CP2_SYS_CFG_ADR  0x402B0060\r
83 #define PD_CP2_ARM9_CFG_ADR 0x402B0054\r
84 #define PWR_STATUS1_DBG_ADR   0x402B00B8\r
85 #define PWR_STATUS2_DBG_ADR   0x402B00BC\r
86 #define PWR_STATUS3_DBG_ADR   0x402B00C0\r
87 \r
88 #define CONFIG_AUTODLOADER\r
89 #define CONFIG_SIMLOCK_ENABLE\r
90 \r
91 #define CHIP_ENDIAN_LITTLE\r
92 #define _LITTLE_ENDIAN 1\r
93 \r
94 #define CONFIG_RAM512M\r
95 \r
96 #define CONFIG_EMMC_BOOT\r
97 \r
98 #ifdef  CONFIG_EMMC_BOOT\r
99 #define EMMC_SECTOR_SIZE 512\r
100 #define CONFIG_MMC\r
101 \r
102 #define CONFIG_FS_EXT4\r
103 #define CONFIG_EXT4_WRITE\r
104 #define CONFIG_CMD_EXT4\r
105 #define CONFIG_CMD_EXT4_WRITE\r
106 \r
107 //#define CONFIG_TIGER_MMC\r
108 #define CONFIG_UEFI_PARTITION\r
109 #define CONFIG_EFI_PARTITION\r
110 #define CONFIG_EXT4_SPARSE_DOWNLOAD\r
111 //#define CONFIG_EMMC_SPL\r
112 #define CONFIG_SYS_EMMC_U_BOOT_SECTOR_NUM ((CONFIG_SYS_NAND_U_BOOT_SIZE+EMMC_SECTOR_SIZE-1)/EMMC_SECTOR_SIZE)\r
113 \r
114 #endif\r
115 \r
116 /*\r
117  * MMC definition\r
118  */\r
119 #define CONFIG_CMD_MMC\r
120 #ifdef  CONFIG_CMD_MMC\r
121 #define CONFIG_CMD_FAT                  1\r
122 #define CONFIG_FAT_WRITE                1\r
123 #define CONFIG_MMC                      1\r
124 #define CONFIG_GENERIC_MMC              1\r
125 #define CONFIG_SDHCI                    1\r
126 #define CONFIG_SDHCI_CTRL_NO_HISPD     1 /* disable high speed control */\r
127 #define CONFIG_SYS_MMC_MAX_BLK_COUNT    0x1000\r
128 #define CONFIG_MMC_SDMA                 1\r
129 #define CONFIG_MV_SDHCI                 1\r
130 #define CONFIG_DOS_PARTITION            1\r
131 #define CONFIG_EFI_PARTITION            1\r
132 #define CONFIG_SYS_MMC_NUM              1\r
133 #define CONFIG_SYS_MMC_BASE             {0x20600000}\r
134 #define CONFIG_SYS_SD_BASE              0x20300000\r
135 #endif\r
136 \r
137 #define BB_DRAM_TYPE_256MB_32BIT\r
138 \r
139 #define CONFIG_SYS_HZ                   1000\r
140 #define CONFIG_SPRD_TIMER_CLK           1000 /*32768*/\r
141 \r
142 //#define CONFIG_SYS_HUSH_PARSER\r
143 \r
144 #ifdef CONFIG_SYS_HUSH_PARSER\r
145 #define CONFIG_SYS_PROMPT_HUSH_PS2 "> "\r
146 #endif\r
147 \r
148 #define FIXNV_SIZE              (2*128 * 1024)\r
149 #define TDMODEM_SIZE            (0x600000)\r
150 #define TDDSP_SIZE              (0x2E0000)\r
151 #define WCNMODEM_SIZE           (0x800000)\r
152 #define VMJALUNA_SIZE           (0x64000) /* 400K */\r
153 #define RUNTIMENV_SIZE          (3*128 * 1024)\r
154 #define CONFIG_SPL_LOAD_LEN     (0x6000)\r
155 \r
156 \r
157 /*#define CMDLINE_NEED_CONV */\r
158 \r
159 #define WATCHDOG_LOAD_VALUE     0x4000\r
160 #define CONFIG_SYS_STACK_SIZE   0x400\r
161 //#define CONFIG_SYS_TEXT_BASZE  0x80f00000\r
162 \r
163 //#define       CONFIG_SYS_MONITOR_LEN          (256 << 10)     /* 256 kB for U-Boot */\r
164 \r
165 /* NAND BOOT is the only boot method */\r
166 #define CONFIG_NAND_U_BOOT\r
167 #define DYNAMIC_CRC_TABLE\r
168 /* Start copying real U-boot from the second page */\r
169 #define CONFIG_SYS_NAND_U_BOOT_OFFS     0x40000\r
170 #define CONFIG_SYS_NAND_U_BOOT_SIZE     0x8A000\r
171 #define RAM_TYPPE_IS_SDRAM      0\r
172 //#define FPGA_TRACE_DOWNLOAD //for download image from trace\r
173 \r
174 /* Load U-Boot to this address */\r
175 #define CONFIG_SYS_NAND_U_BOOT_DST      0x8f800000\r
176 #define CONFIG_SYS_NAND_U_BOOT_START    CONFIG_SYS_NAND_U_BOOT_DST\r
177 #define CONFIG_SYS_SDRAM_BASE 0x80000000\r
178 #define CONFIG_SYS_SDRAM_END (CONFIG_SYS_SDRAM_BASE + 256*1024*1024)\r
179 \r
180 #ifdef CONFIG_NAND_SPL\r
181 #define CONFIG_SYS_INIT_SP_ADDR         (CONFIG_SYS_SDRAM_END - 0x40000)\r
182 #else\r
183 \r
184 #define CONFIG_MMU_TABLE_ADDR (0x00020000)\r
185 #define CONFIG_SYS_INIT_SP_ADDR     \\r
186         (CONFIG_SYS_SDRAM_END - 0x10000 - GENERATED_GBL_DATA_SIZE)\r
187 \r
188 #define CONFIG_SKIP_LOWLEVEL_INIT\r
189 #endif\r
190 \r
191 #define CONFIG_HW_WATCHDOG\r
192 //#define CONFIG_AUTOBOOT //used for FPGA test, auto boot other image\r
193 //#define CONFIG_DISPLAY_CPUINFO\r
194 \r
195 #define CONFIG_CMDLINE_TAG              1       /* enable passing of ATAGs */\r
196 #define CONFIG_SETUP_MEMORY_TAGS        1\r
197 #define CONFIG_INITRD_TAG               1\r
198 \r
199 /*\r
200  * Memory Info\r
201  */\r
202 /* malloc() len */\r
203 #define CONFIG_SYS_MALLOC_LEN           (2 << 20)       /* 1 MiB */\r
204 /*\r
205  * Board has 2 32MB banks of DRAM but there is a bug when using\r
206  * both so only the first is configured\r
207  */\r
208 #define CONFIG_NR_DRAM_BANKS    1\r
209 \r
210 #define PHYS_SDRAM_1            0x80000000\r
211 #define PHYS_SDRAM_1_SIZE       0x10000000\r
212 #if (CONFIG_NR_DRAM_BANKS == 2)\r
213 #define PHYS_SDRAM_2            0x90000000\r
214 #define PHYS_SDRAM_2_SIZE       0x10000000\r
215 #endif\r
216 /* 8MB DRAM test */\r
217 #define CONFIG_SYS_MEMTEST_START        PHYS_SDRAM_1\r
218 #define CONFIG_SYS_MEMTEST_END          (PHYS_SDRAM_1+0x0800000)\r
219 #define CONFIG_STACKSIZE        (256 * 1024)    /* regular stack */\r
220 \r
221 /*\r
222  * Serial Info\r
223  */\r
224 #define CONFIG_SPRD_UART                1\r
225 #define CONFIG_SYS_SC8800X_UART1        1\r
226 #define CONFIG_CONS_INDEX       1       /* use UART0 for console */\r
227 #define CONFIG_BAUDRATE         115200  /* Default baud rate */\r
228 #define CONFIG_SYS_BAUDRATE_TABLE       { 9600, 19200, 38400, 57600, 115200 }\r
229 #define CONFIG_SPRD_SPI\r
230 #define CONFIG_SPRD_I2C\r
231 #define CONFIG_SC8830_I2C\r
232 /*\r
233  * Flash & Environment\r
234  */\r
235 /* No NOR flash present */\r
236 #define CONFIG_SYS_MONITOR_LEN ((CONFIG_SYS_NAND_U_BOOT_OFFS)+(CONFIG_SYS_NAND_U_BOOT_SIZE))\r
237 #define CONFIG_SYS_NO_FLASH     1\r
238 #define CONFIG_ENV_IS_NOWHERE\r
239 #define CONFIG_ENV_SIZE         (128 * 1024)    \r
240 /*\r
241 #define CONFIG_ENV_IS_IN_NAND\r
242 #define CONFIG_ENV_OFFSET       CONFIG_SYS_MONITOR_LEN\r
243 #define CONFIG_ENV_OFFSET_REDUND        (CONFIG_ENV_OFFSET + CONFIG_ENV_SIZE)\r
244 */\r
245 \r
246 /* DDR */\r
247 #define DDR_CLK 464\r
248 //---these three macro below,only one can be open\r
249 //#define DDR_LPDDR1\r
250 #define DDR_LPDDR2\r
251 //#define DDR_DDR3\r
252 \r
253 //#define DDR_AUTO_DETECT\r
254 #define DDR_TYPE DRAM_LPDDR2_1CS_4G_X32\r
255 //#define DDR_TYPE DRAM_LPDDR2_1CS_8G_X32\r
256 //#define DDR_TYPE DRAM_LPDDR2_2CS_8G_X32\r
257 //#define DDR_TYPE DRAM_LPDDR2_2CS_16G_X32\r
258 //#define DDR_TYPE DRAM_DDR3_1CS_2G_X8_4P\r
259 //#define DDR_TYPE DRAM_DDR3_1CS_4G_X16_2P\r
260 \r
261 #define DDR3_DLL_ON TRUE\r
262 //#define DLL_BYPASS\r
263 #define DDR_APB_CLK 128\r
264 #define DDR_DFS_SUPPORT\r
265 #define DDR_DFS_VAL_BASE 0X1c00\r
266 \r
267 //#define DDR_SCAN_SUPPORT\r
268 #define MEM_IO_DS LPDDR2_DS_40R\r
269 \r
270 #define PUBL_LPDDR1_DS PUBL_LPDDR1_DS_48OHM\r
271 #define PUBL_LPDDR2_DS PUBL_LPDDR2_DS_40OHM\r
272 #define PUBL_DDR3_DS   PUBL_DDR3_DS_34OHM\r
273 \r
274 \r
275 \r
276 /* NAND */\r
277 #define CONFIG_NAND_SC8830\r
278 #define CONFIG_SPRD_NAND_REGS_BASE      (0x21100000)\r
279 #define CONFIG_SYS_MAX_NAND_DEVICE      1\r
280 #define CONFIG_SYS_NAND_BASE            (0x21100000)\r
281 //#define CONFIG_JFFS2_NAND\r
282 //#define CONFIG_SPRD_NAND_HWECC\r
283 #define CONFIG_SYS_NAND_HW_ECC\r
284 #define CONFIG_SYS_NAND_LARGEPAGE\r
285 //#define CONFIG_SYS_NAND_5_ADDR_CYCLE\r
286 \r
287 #define CONFIG_SYS_64BIT_VSPRINTF\r
288 \r
289 #define CONFIG_CMD_MTDPARTS\r
290 #define CONFIG_MTD_PARTITIONS\r
291 #define CONFIG_MTD_DEVICE\r
292 #define CONFIG_CMD_UBI\r
293 #define CONFIG_RBTREE\r
294 \r
295 /* U-Boot general configuration */\r
296 #define CONFIG_SYS_PROMPT       "=> "   /* Monitor Command Prompt */\r
297 #define CONFIG_SYS_CBSIZE       1024    /* Console I/O Buffer Size  */\r
298 /* Print buffer sz */\r
299 #define CONFIG_SYS_PBSIZE       (CONFIG_SYS_CBSIZE + \\r
300                 sizeof(CONFIG_SYS_PROMPT) + 16)\r
301 #define CONFIG_SYS_MAXARGS      32      /* max number of command args */\r
302 /* Boot Argument Buffer Size */\r
303 #define CONFIG_SYS_BARGSIZE     CONFIG_SYS_CBSIZE\r
304 #define CONFIG_CMDLINE_EDITING\r
305 #define CONFIG_SYS_LONGHELP\r
306 \r
307 /* support OS choose */\r
308 #undef CONFIG_BOOTM_NETBSD \r
309 #undef CONFIG_BOOTM_RTEMS\r
310 \r
311 /* U-Boot commands */\r
312 #include <config_cmd_default.h>\r
313 #define CONFIG_CMD_NAND\r
314 #undef CONFIG_CMD_FPGA\r
315 #undef CONFIG_CMD_LOADS\r
316 #undef CONFIG_CMD_NET\r
317 #undef CONFIG_CMD_NFS\r
318 #undef CONFIG_CMD_SETGETDCR\r
319 \r
320 #define CONFIG_ENV_OVERWRITE\r
321 \r
322 #ifdef SPRD_EVM_TAG_ON\r
323 #define CONFIG_BOOTDELAY        0\r
324 #else\r
325 #define CONFIG_BOOTDELAY        0\r
326 #define CONFIG_ZERO_BOOTDELAY_CHECK\r
327 #endif\r
328 \r
329 #define CONFIG_LOADADDR         (CONFIG_SYS_TEXT_BASE - CONFIG_SYS_MALLOC_LEN - 4*1024*1024)    /* loadaddr env var */\r
330 #define CONFIG_SYS_LOAD_ADDR    CONFIG_LOADADDR\r
331 \r
332 #define xstr(s) str(s)\r
333 #define str(s)  #s\r
334 \r
335 #ifdef CONFIG_RAM512M\r
336 #define MEM_INIT_PARA "mem=512M"\r
337 #elif defined(CONFIG_RAM256M)\r
338 #define MEM_INIT_PARA "mem=256M"\r
339 //#elif defined(CONFIG_RAMxxxM)\r
340 ////#define MEM_INIT_PARA "mem=xxxM" //xxx maybe 1024 etc\r
341 #else\r
342 #error "CONFIG_RAMxxxM macro must be defined"\r
343 #endif\r
344 #define MTDIDS_DEFAULT "nand0=sprd-nand"\r
345 #define MTDPARTS_DEFAULT "mtdparts=sprd-nand:256k(spl),512k(2ndbl),256k(params),512k(vmjaluna),10m(modem),3840k(fixnv),3840k(backupfixnv),5120k(dsp),3840k(runtimenv),10m(boot),10m(recovery),250m(system),180m(userdata),20m(cache),256k(misc),1m(boot_logo),1m(fastboot_logo),3840k(productinfo),512k(kpanic)"\r
346 #define CONFIG_BOOTARGS MEM_INIT_PARA" loglevel=1 console=ttyS1,115200n8 init=/init " MTDPARTS_DEFAULT\r
347 \r
348 #define COPY_LINUX_KERNEL_SIZE  (0x600000)\r
349 #define LINUX_INITRD_NAME       "modem"\r
350 \r
351 #define CONFIG_BOOTCOMMAND "cboot normal"\r
352 #define CONFIG_EXTRA_ENV_SETTINGS                               ""      \r
353 \r
354 #ifdef CONFIG_CMD_NET\r
355 #define CONFIG_IPADDR 192.168.10.2\r
356 #define CONFIG_SERVERIP 192.168.10.5\r
357 #define CONFIG_NETMASK 255.255.255.0\r
358 #define CONFIG_USBNET_DEVADDR 26:03:ee:00:87:9f\r
359 #define CONFIG_USBNET_HOSTADDR 9a:04:c7:d6:30:d0\r
360 \r
361 \r
362 #define CONFIG_NET_MULTI\r
363 #define CONFIG_CMD_DNS\r
364 #define CONFIG_CMD_NFS\r
365 #define CONFIG_CMD_RARP\r
366 #define CONFIG_CMD_PING\r
367 /*#define CONFIG_CMD_SNTP */\r
368 #endif\r
369 \r
370 #define CONFIG_USB_CORE_IP_293A\r
371 #define CONFIG_USB_GADGET_SC8800G\r
372 #define CONFIG_USB_DWC\r
373 #define CONFIG_USB_GADGET_DUALSPEED\r
374 //#define CONFIG_USB_ETHER\r
375 #define CONFIG_CMD_FASTBOOT\r
376 #define SCRATCH_ADDR    (CONFIG_SYS_SDRAM_BASE + 0x100000)\r
377 #define FB_DOWNLOAD_BUF_SIZE           (CONFIG_SYS_NAND_U_BOOT_DST - SCRATCH_ADDR-0x800000)\r
378 #define SCRATCH_ADDR_EXT1              (CONFIG_SYS_NAND_U_BOOT_DST + 32*1024*1024)\r
379 #define FB_DOWNLOAD_BUF_EXT1_SIZE      (224*1024*1024)\r
380 \r
381 #define CONFIG_MODEM_CALIBERATE\r
382 \r
383 #define CONFIG_LCD\r
384 #ifdef  CONFIG_LCD\r
385 #define CONFIG_SPLASH_SCREEN\r
386 #define LCD_BPP LCD_COLOR16\r
387 //#define CONFIG_LCD_HVGA   1\r
388 //#define CONFIG_LCD_QVGA   1\r
389 #define CONFIG_LCD_QHD 1\r
390 //#define CONFIG_LCD_720P 1\r
391 //#define CONFIG_LCD_INFO\r
392 //#define LCD_TEST_PATTERN\r
393 //#define CONFIG_LCD_LOGO\r
394 //#define CONFIG_FB_LCD_S6D0139\r
395 #define CONFIG_FB_LCD_SSD2075_MIPI\r
396 #define CONFIG_FB_LCD_NT35516_MIPI\r
397 #define CONFIG_SYS_WHITE_ON_BLACK\r
398 #ifdef  LCD_TEST_PATTERN\r
399 #define CONSOLE_COLOR_RED 0xf800 \r
400 #define CONSOLE_COLOR_GREEN 0x07e0\r
401 #define CONSOLE_COLOR_YELLOW 0x07e0\r
402 #define CONSOLE_COLOR_BLUE 0x001f\r
403 #define CONSOLE_COLOR_MAGENTA 0x001f\r
404 #define CONSOLE_COLOR_CYAN 0x001f\r
405 #endif\r
406 #endif // CONFIG_LCD\r
407 \r
408 #define CONFIG_SPRD_SYSDUMP\r
409 #include <asm/sizes.h>\r
410 \r
411 #ifdef CONFIG_RAM512M\r
412 #define SPRD_SYSDUMP_MAGIC      ((PHYS_OFFSET_ADDR & (~(SZ_512M - 1))) + SZ_512M - SZ_1M)\r
413 #elif defined(CONFIG_RAM256M)\r
414 #define SPRD_SYSDUMP_MAGIC      ((PHYS_OFFSET_ADDR & (~(SZ_256M - 1))) + SZ_256M - SZ_1M)\r
415 //#elif defined(CONFIG_RAMxxxM)\r
416 //#define SPRD_SYSDUMP_MAGIC      ((PHYS_OFFSET_ADDR & (~(SZ_xxxM - 1))) + SZ_xxxM - SZ_1M) //xxx maybe 1024 etc\r
417 #else\r
418 #error "CONFIG_RAMxxxM macro must be defined"\r
419 #endif\r
420 \r
421 #define CALIBRATE_ENUM_MS 5000\r
422 #define CALIBRATE_IO_MS 2000\r
423 \r
424 //#define LOW_BAT_ADC_LEVEL 782 /*phone battery adc value low than this value will not boot up*/\r
425 #define LOW_BAT_VOL            3500 /*phone battery voltage low than this value will not boot up*/\r
426 #define LOW_BAT_VOL_CHG        3200    //3.3V charger connect\r
427 \r
428 #define PWR_KEY_DETECT_CNT 12 /*this should match the count of boot_pwr_check() function */\r
429 #define ALARM_LEAD_SET_MS 0 /* time set for alarm boot in advancd */\r
430 \r
431 #define PHYS_OFFSET_ADDR                        0x80000000\r
432 #define TD_CP_OFFSET_ADDR                       0x8000000       /*128*/\r
433 #define TD_CP_SDRAM_SIZE                        0x1200000       /*18M*/\r
434 //#define WCDMA_CP_OFFSET_ADDR          0x10000000      /*256M*/\r
435 //#define WCDMA_CP_SDRAM_SIZE           0x4000000       /*64M*/\r
436 #define WCN_CP_OFFSET_ADDR              0x14000000      /*320M*/\r
437 #define WCN_CP_SDRAM_SIZE               0x281000//0x400000      /*4M*/\r
438 \r
439 #define SIPC_APCP_RESET_ADDR_SIZE       0xC00   /*3K*/\r
440 #define SIPC_APCP_RESET_SIZE    0x1000  /*4K*/\r
441 #define SIPC_TD_APCP_START_ADDR         (PHYS_OFFSET_ADDR + TD_CP_OFFSET_ADDR + TD_CP_SDRAM_SIZE - SIPC_APCP_RESET_SIZE)        /*0x897FF000*/\r
442 //#define SIPC_WCDMA_APCP_START_ADDR    (PHYS_OFFSET_ADDR + WCDMA_CP_OFFSET_ADDR + WCDMA_CP_SDRAM_SIZE - SIPC_APCP_RESET_SIZE) /*0x93FFF000*/\r
443 #define SIPC_WCN_APCP_START_ADDR                (PHYS_OFFSET_ADDR + WCN_CP_OFFSET_ADDR + WCN_CP_SDRAM_SIZE - SIPC_APCP_RESET_SIZE) /*0x94EFF000*/\r
444 \r
445 #define CONFIG_RAM_CONSOLE\r
446 \r
447 #ifdef CONFIG_RAM_CONSOLE\r
448 #define CONFIG_RAM_CONSOLE_SIZE        0x80000\r
449 #define CONFIG_RAM_CONSOLE_START    (CONFIG_SYS_NAND_U_BOOT_START + 0x600000)\r
450 #endif\r
451 #define CALIBRATION_FLAG         (PHYS_OFFSET_ADDR + TD_CP_OFFSET_ADDR + TD_CP_SDRAM_SIZE - 0x400) /*the last 1K of modem memory area*/\r
452 #define  CALIBRATION_FLAG_WCDMA  CALIBRATION_FLAG\r
453 //#define CALIBRATION_FLAG           0x89700000\r
454 \r
455 #define CONFIG_CMD_SOUND 1\r
456 #define CONFIG_CMD_FOR_HTC 1\r
457 #define CONFIG_SOUND_CODEC_SPRD_V3 1\r
458 #define CONFIG_SOUND_DAI_VBC_R2P0 1\r
459 /* #define CONFIG_SPRD_AUDIO_DEBUG */\r
460 \r
461 #define CONFIG_RAMDUMP_NO_SPLIT 1 /* Don't split sysdump file */\r
462 #define USB_PHY_TUNE_VALUE 0x44073e33\r
463 \r
464 /*control the CP need to boot*/\r
465 #define modem_cp0_enable 0\r
466 #define modem_cp1_enable 1\r
467 #define modem_cp2_enable 1\r
468 \r
469 #endif /* __CONFIG_H */\r