Commit 61c5b8c64da1f149cebe6d612500099454c8ef55

Authored by Wolfgang Denk

Merge branch 'master' of git://git.denx.de/u-boot-sh

Showing 1 changed file Inline Diff

include/configs/sh7763rdp.h
1 /* 1 /*
2 * Configuation settings for the Renesas SH7763RDP board 2 * Configuation settings for the Renesas SH7763RDP board
3 * 3 *
4 * Copyright (C) 2008 Renesas Solutions Corp. 4 * Copyright (C) 2008 Renesas Solutions Corp.
5 * Copyright (C) 2008 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 5 * Copyright (C) 2008 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
6 * 6 *
7 * See file CREDITS for list of people who contributed to this 7 * See file CREDITS for list of people who contributed to this
8 * project. 8 * project.
9 * 9 *
10 * This program is free software; you can redistribute it and/or 10 * This program is free software; you can redistribute it and/or
11 * modify it under the terms of the GNU General Public License as 11 * modify it under the terms of the GNU General Public License as
12 * published by the Free Software Foundation; either version 2 of 12 * published by the Free Software Foundation; either version 2 of
13 * the License, or (at your option) any later version. 13 * the License, or (at your option) any later version.
14 * 14 *
15 * This program is distributed in the hope that it will be useful, 15 * This program is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU General Public License for more details. 18 * GNU General Public License for more details.
19 * 19 *
20 * You should have received a copy of the GNU General Public License 20 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, write to the Free Software 21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
23 * MA 02111-1307 USA 23 * MA 02111-1307 USA
24 */ 24 */
25 25
26 #ifndef __SH7763RDP_H 26 #ifndef __SH7763RDP_H
27 #define __SH7763RDP_H 27 #define __SH7763RDP_H
28 28
29 #define CONFIG_SH 1 29 #define CONFIG_SH 1
30 #define CONFIG_SH4 1 30 #define CONFIG_SH4 1
31 #define CONFIG_CPU_SH7763 1 31 #define CONFIG_CPU_SH7763 1
32 #define CONFIG_SH7763RDP 1 32 #define CONFIG_SH7763RDP 1
33 #define __LITTLE_ENDIAN 1 33 #define __LITTLE_ENDIAN 1
34 34
35 /* 35 /*
36 * Command line configuration. 36 * Command line configuration.
37 */ 37 */
38 #define CONFIG_CMD_SDRAM 38 #define CONFIG_CMD_SDRAM
39 #define CONFIG_CMD_FLASH 39 #define CONFIG_CMD_FLASH
40 #define CONFIG_CMD_MEMORY 40 #define CONFIG_CMD_MEMORY
41 #define CONFIG_CMD_NET
42 #define CONFIG_CMD_PING
41 #define CONFIG_CMD_ENV 43 #define CONFIG_CMD_ENV
44 #define CONFIG_CMD_NFS
45 #define CONFIG_CMD_JFFS2
42 46
43 #define CONFIG_BOOTDELAY -1 47 #define CONFIG_BOOTDELAY -1
44 #define CONFIG_BOOTARGS "console=ttySC2,115200 root=1f01" 48 #define CONFIG_BOOTARGS "console=ttySC2,115200 root=1f01"
45 #define CONFIG_ENV_OVERWRITE 1 49 #define CONFIG_ENV_OVERWRITE 1
46 50
47 #define CONFIG_VERSION_VARIABLE 51 #define CONFIG_VERSION_VARIABLE
48 #undef CONFIG_SHOW_BOOT_PROGRESS 52 #undef CONFIG_SHOW_BOOT_PROGRESS
49 53
50 /* SCIF */ 54 /* SCIF */
51 #define CFG_SCIF_CONSOLE 1 55 #define CFG_SCIF_CONSOLE 1
52 #define CONFIG_BAUDRATE 115200 56 #define CONFIG_BAUDRATE 115200
53 #define CONFIG_CONS_SCIF2 1 57 #define CONFIG_CONS_SCIF2 1
54 58
55 #define CFG_LONGHELP /* undef to save memory */ 59 #define CFG_LONGHELP /* undef to save memory */
56 #define CFG_PROMPT "=> " /* Monitor Command Prompt */ 60 #define CFG_PROMPT "=> " /* Monitor Command Prompt */
57 #define CFG_CBSIZE 256 /* Buffer size for input from the Console */ 61 #define CFG_CBSIZE 256 /* Buffer size for input from the Console */
58 #define CFG_PBSIZE 256 /* Buffer size for Console output */ 62 #define CFG_PBSIZE 256 /* Buffer size for Console output */
59 #define CFG_MAXARGS 16 /* max args accepted for monitor commands */ 63 #define CFG_MAXARGS 16 /* max args accepted for monitor commands */
60 #define CFG_BARGSIZE 512 /* Buffer size for Boot Arguments 64 #define CFG_BARGSIZE 512 /* Buffer size for Boot Arguments
61 passed to kernel */ 65 passed to kernel */
62 #define CFG_BAUDRATE_TABLE { 115200 } /* List of legal baudrate 66 #define CFG_BAUDRATE_TABLE { 115200 } /* List of legal baudrate
63 settings for this board */ 67 settings for this board */
64 68
65 /* SDRAM */ 69 /* SDRAM */
66 #define CFG_SDRAM_BASE (0x8C000000) 70 #define CFG_SDRAM_BASE (0x8C000000)
67 #define CFG_SDRAM_SIZE (64 * 1024 * 1024) 71 #define CFG_SDRAM_SIZE (64 * 1024 * 1024)
68 #define CFG_MEMTEST_START (CFG_SDRAM_BASE) 72 #define CFG_MEMTEST_START (CFG_SDRAM_BASE)
69 #define CFG_MEMTEST_END (CFG_MEMTEST_START + (60 * 1024 * 1024)) 73 #define CFG_MEMTEST_END (CFG_MEMTEST_START + (60 * 1024 * 1024))
70 74
71 /* Flash(NOR) */ 75 /* Flash(NOR) */
72 #define CFG_FLASH_BASE (0xA0000000) 76 #define CFG_FLASH_BASE (0xA0000000)
73 #define CFG_FLASH_CFI_WIDTH (FLASH_CFI_16BIT) 77 #define CFG_FLASH_CFI_WIDTH (FLASH_CFI_16BIT)
74 #define CFG_MAX_FLASH_BANKS (1) 78 #define CFG_MAX_FLASH_BANKS (1)
75 #define CFG_MAX_FLASH_SECT (520) 79 #define CFG_MAX_FLASH_SECT (520)
76 80
77 /* U-boot setting */ 81 /* U-boot setting */
78 #define CFG_LOAD_ADDR (CFG_SDRAM_BASE + 4 * 1024 * 1024) 82 #define CFG_LOAD_ADDR (CFG_SDRAM_BASE + 4 * 1024 * 1024)
79 #define CFG_MONITOR_BASE (CFG_FLASH_BASE) 83 #define CFG_MONITOR_BASE (CFG_FLASH_BASE)
80 #define CFG_MONITOR_LEN (128 * 1024) 84 #define CFG_MONITOR_LEN (128 * 1024)
81 /* Size of DRAM reserved for malloc() use */ 85 /* Size of DRAM reserved for malloc() use */
82 #define CFG_MALLOC_LEN (1024 * 1024) 86 #define CFG_MALLOC_LEN (1024 * 1024)
83 /* size in bytes reserved for initial data */ 87 /* size in bytes reserved for initial data */
84 #define CFG_GBL_DATA_SIZE (256) 88 #define CFG_GBL_DATA_SIZE (256)
85 #define CFG_BOOTMAPSZ (8 * 1024 * 1024) 89 #define CFG_BOOTMAPSZ (8 * 1024 * 1024)
86 90
87 #define CFG_FLASH_CFI 91 #define CFG_FLASH_CFI
88 #define CFG_FLASH_CFI_DRIVER 92 #define CFG_FLASH_CFI_DRIVER
89 #undef CFG_FLASH_QUIET_TEST 93 #undef CFG_FLASH_QUIET_TEST
90 #define CFG_FLASH_EMPTY_INFO /* print 'E' for empty sector on flinfo */ 94 #define CFG_FLASH_EMPTY_INFO /* print 'E' for empty sector on flinfo */
91 /* Timeout for Flash erase operations (in ms) */ 95 /* Timeout for Flash erase operations (in ms) */
92 #define CFG_FLASH_ERASE_TOUT (3 * 1000) 96 #define CFG_FLASH_ERASE_TOUT (3 * 1000)
93 /* Timeout for Flash write operations (in ms) */ 97 /* Timeout for Flash write operations (in ms) */
94 #define CFG_FLASH_WRITE_TOUT (3 * 1000) 98 #define CFG_FLASH_WRITE_TOUT (3 * 1000)
95 /* Timeout for Flash set sector lock bit operations (in ms) */ 99 /* Timeout for Flash set sector lock bit operations (in ms) */
96 #define CFG_FLASH_LOCK_TOUT (3 * 1000) 100 #define CFG_FLASH_LOCK_TOUT (3 * 1000)
97 /* Timeout for Flash clear lock bit operations (in ms) */ 101 /* Timeout for Flash clear lock bit operations (in ms) */
98 #define CFG_FLASH_UNLOCK_TOUT (3 * 1000) 102 #define CFG_FLASH_UNLOCK_TOUT (3 * 1000)
99 /* Use hardware flash sectors protection instead of U-Boot software protection */ 103 /* Use hardware flash sectors protection instead of U-Boot software protection */
100 #undef CFG_FLASH_PROTECTION 104 #undef CFG_FLASH_PROTECTION
101 #undef CFG_DIRECT_FLASH_TFTP 105 #undef CFG_DIRECT_FLASH_TFTP
102 #define CFG_ENV_IS_IN_FLASH 106 #define CFG_ENV_IS_IN_FLASH
103 #define CFG_ENV_SECT_SIZE (128 * 1024) 107 #define CFG_ENV_SECT_SIZE (128 * 1024)
104 #define CFG_ENV_SIZE (CFG_ENV_SECT_SIZE) 108 #define CFG_ENV_SIZE (CFG_ENV_SECT_SIZE)
105 #define CFG_ENV_ADDR (CFG_FLASH_BASE + (1 * CFG_ENV_SECT_SIZE)) 109 #define CFG_ENV_ADDR (CFG_FLASH_BASE + (1 * CFG_ENV_SECT_SIZE))
106 /* Offset of env Flash sector relative to CFG_FLASH_BASE */ 110 /* Offset of env Flash sector relative to CFG_FLASH_BASE */
107 #define CFG_ENV_OFFSET (CFG_ENV_ADDR - CFG_FLASH_BASE) 111 #define CFG_ENV_OFFSET (CFG_ENV_ADDR - CFG_FLASH_BASE)
108 #define CFG_ENV_SIZE_REDUND (CFG_ENV_SECT_SIZE) 112 #define CFG_ENV_SIZE_REDUND (CFG_ENV_SECT_SIZE)
109 #define CFG_ENV_ADDR_REDUND (CFG_FLASH_BASE + (2 * CFG_ENV_SECT_SIZE)) 113 #define CFG_ENV_ADDR_REDUND (CFG_FLASH_BASE + (2 * CFG_ENV_SECT_SIZE))
110 114
111 /* Clock */ 115 /* Clock */
112 #define CONFIG_SYS_CLK_FREQ 66666666 116 #define CONFIG_SYS_CLK_FREQ 66666666
113 #define TMU_CLK_DIVIDER (4) /* 4 (default), 16, 64, 256 or 1024 */ 117 #define TMU_CLK_DIVIDER (4) /* 4 (default), 16, 64, 256 or 1024 */
114 #define CFG_HZ (CONFIG_SYS_CLK_FREQ / TMU_CLK_DIVIDER) 118 #define CFG_HZ (CONFIG_SYS_CLK_FREQ / TMU_CLK_DIVIDER)
119
120 /* Ether */
121 #define CONFIG_SH_ETHER 1
122 #define CONFIG_SH_ETHER_USE_PORT (1)
123 #define CONFIG_SH_ETHER_PHY_ADDR (0x01)
115 124
116 #endif /* __SH7763RDP_H */ 125 #endif /* __SH7763RDP_H */
117 126