]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/configs/amcc-common.h
Kconfig: Migrate CONFIG_BAUDRATE
[people/ms/u-boot.git] / include / configs / amcc-common.h
CommitLineData
a8a11a9e 1/*
c8355b9d 2 * (C) Copyright 2008, 2009
a8a11a9e
SR
3 * Stefan Roese, DENX Software Engineering, sr@denx.de.
4 *
5 * Common configuration options for all AMCC boards
6 *
1a459660 7 * SPDX-License-Identifier: GPL-2.0+
a8a11a9e
SR
8 */
9
10#ifndef __AMCC_COMMON_H
11#define __AMCC_COMMON_H
12
6d0f6bcf 13#define CONFIG_SYS_SDRAM_BASE 0x00000000 /* _must_ be 0 */
14d0a02a 14#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE /* Start of U-Boot */
6d0f6bcf
JCPV
15#define CONFIG_SYS_MONITOR_LEN (0xFFFFFFFF - CONFIG_SYS_MONITOR_BASE + 1)
16#define CONFIG_SYS_MALLOC_LEN (1 << 20) /* Reserved for malloc */
a8a11a9e
SR
17
18/*
19 * UART
20 */
550650dd 21#define CONFIG_SYS_NS16550_SERIAL
0e7806d2 22#ifndef CONFIG_DM_SERIAL
550650dd
SR
23#define CONFIG_SYS_NS16550_REG_SIZE 1
24#define CONFIG_SYS_NS16550_CLK get_serial_clock()
0e7806d2 25#endif
6d0f6bcf 26#define CONFIG_SYS_BAUDRATE_TABLE \
a8a11a9e
SR
27 {300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 57600, 115200, 230400}
28
29/*
30 * I2C
31 */
880540de
DE
32#define CONFIG_SYS_I2C
33#define CONFIG_SYS_I2C_PPC4XX
34#define CONFIG_SYS_I2C_PPC4XX_CH0
35#define CONFIG_SYS_I2C_PPC4XX_SLAVE_0 0x7F
a8a11a9e
SR
36
37/*
38 * Ethernet/EMAC/PHY
39 */
96e21f86 40#define CONFIG_PPC4xx_EMAC
a8a11a9e 41#define CONFIG_MII /* MII PHY management */
a8a11a9e
SR
42#define CONFIG_NETCONSOLE /* include NetConsole support */
43#if defined(CONFIG_440)
6d0f6bcf 44#define CONFIG_SYS_RX_ETH_BUFFER 32 /* number of eth rx buffers */
a8a11a9e 45#else
6d0f6bcf 46#define CONFIG_SYS_RX_ETH_BUFFER 16 /* number of eth rx buffers */
a8a11a9e
SR
47#endif
48
49/*
50 * Commands
51 */
a8a11a9e 52#if defined(CONFIG_440)
a8a11a9e 53#endif
a8a11a9e
SR
54#define CONFIG_CMD_DIAG
55#define CONFIG_CMD_EEPROM
a8a11a9e 56#define CONFIG_CMD_IRQ
a8a11a9e
SR
57#define CONFIG_CMD_REGINFO
58
59/*
60 * Miscellaneous configurable options
61 */
a8a11a9e 62#if defined(CONFIG_CMD_KGDB)
6d0f6bcf 63#define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */
a8a11a9e 64#else
6d0f6bcf 65#define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */
a8a11a9e 66#endif
6d0f6bcf
JCPV
67#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)
68#define CONFIG_SYS_MAXARGS 16 /* max number of command args */
69#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Argument Buffer Size */
a8a11a9e 70
6d0f6bcf
JCPV
71#define CONFIG_SYS_MEMTEST_START 0x0400000 /* memtest works on */
72#define CONFIG_SYS_MEMTEST_END 0x0C00000 /* 4 ... 12 MB in DRAM */
a8a11a9e 73
6d0f6bcf
JCPV
74#define CONFIG_SYS_LOAD_ADDR 0x100000 /* default load address */
75#define CONFIG_SYS_EXTBDINFO /* To use extended board_into (bd_t) */
a8a11a9e 76
a8a11a9e
SR
77#define CONFIG_CMDLINE_EDITING /* add command line history */
78#define CONFIG_AUTO_COMPLETE /* add autocompletion support */
a8a11a9e 79#define CONFIG_MX_CYCLIC /* enable mdc/mwc commands */
a8a11a9e 80
a8a11a9e 81#define CONFIG_LOADS_ECHO /* echo on for serial download */
c88840af 82#define CONFIG_SYS_LOADS_BAUD_CHANGE /* allow baudrate change */
a8a11a9e
SR
83
84/*
85 * BOOTP options
86 */
87#define CONFIG_BOOTP_BOOTFILESIZE
88#define CONFIG_BOOTP_BOOTPATH
89#define CONFIG_BOOTP_GATEWAY
90#define CONFIG_BOOTP_HOSTNAME
91#define CONFIG_BOOTP_SUBNETMASK
92
93/*
94 * For booting Linux, the board info and command line data
6942efc2
SR
95 * have to be in the first 16 MB of memory, since this is
96 * the maximum mapped by the 40x Linux kernel during initialization.
a8a11a9e 97 */
6942efc2
SR
98#define CONFIG_SYS_BOOTMAPSZ (16 << 20) /* Initial Memory map for Linux */
99#define CONFIG_SYS_BOOTM_LEN (16 << 20) /* Increase max gunzip size */
a8a11a9e
SR
100
101/*
102 * Internal Definitions
103 */
104#if defined(CONFIG_CMD_KGDB)
105#define CONFIG_KGDB_BAUDRATE 230400 /* speed to run kgdb serial port*/
a8a11a9e
SR
106#endif
107
92b8964b
SR
108/* Update size in "reg" property of NOR FLASH device tree nodes */
109#define CONFIG_FDT_FIXUP_NOR_FLASH_SIZE
a8a11a9e
SR
110
111/*
112 * Booting and default environment
113 */
114#define CONFIG_PREBOOT "echo;" \
115 "echo Type \"run flash_nfs\" to mount root filesystem over NFS;" \
116 "echo"
117#define CONFIG_BOOTCOMMAND "run flash_self"
118
119/*
120 * Only very few boards have default console not on ttyS0 (like Taishan)
121 */
122#if !defined(CONFIG_USE_TTY)
123#define CONFIG_USE_TTY ttyS0
124#endif
125
f09f09d3
AG
126/*
127 * Only very few boards have default netdev not set to eth0 (like Arches)
128 */
129#if !defined(CONFIG_USE_NETDEV)
130#define CONFIG_USE_NETDEV eth0
131#endif
132
a8a11a9e
SR
133/*
134 * Only some 4xx PPC's are equipped with an FPU
135 */
136#if defined(CONFIG_440EP) || defined(CONFIG_440EPX) || \
137 defined(CONFIG_460EX) || defined(CONFIG_460GT)
138#define CONFIG_AMCC_DEF_ENV_ROOTPATH "rootpath=/opt/eldk/ppc_4xxFP\0"
139#else
140#define CONFIG_AMCC_DEF_ENV_ROOTPATH "rootpath=/opt/eldk/ppc_4xx\0"
141#endif
142
143/*
144 * Only some boards need to extend the bootargs by some additional
145 * parameters (like Makalu)
146 */
147#if !defined(CONFIG_ADDMISC)
148#define CONFIG_ADDMISC "addmisc=setenv bootargs ${bootargs}\0"
149#endif
150
a8a11a9e
SR
151/*
152 * General common environment variables shared on all AMCC eval boards
153 */
154#define CONFIG_AMCC_DEF_ENV \
93ea89f0 155 "netdev=" __stringify(CONFIG_USE_NETDEV) "\0" \
a8a11a9e
SR
156 "nfsargs=setenv bootargs root=/dev/nfs rw " \
157 "nfsroot=${serverip}:${rootpath}\0" \
158 "ramargs=setenv bootargs root=/dev/ram rw\0" \
159 "addip=setenv bootargs ${bootargs} " \
160 "ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}" \
161 ":${hostname}:${netdev}:off panic=1\0" \
162 "addtty=setenv bootargs ${bootargs}" \
93ea89f0 163 " console=" __stringify(CONFIG_USE_TTY) ",${baudrate}\0" \
a8a11a9e
SR
164 CONFIG_ADDMISC \
165 "initrd_high=30000000\0" \
27dd5f8e
SR
166 "kernel_addr_r=1000000\0" \
167 "fdt_addr_r=1800000\0" \
168 "ramdisk_addr_r=1900000\0" \
93ea89f0
MV
169 "hostname=" __stringify(CONFIG_HOSTNAME) "\0" \
170 "bootfile=" __stringify(CONFIG_HOSTNAME) "/uImage\0" \
171 "ramdisk_file=" __stringify(CONFIG_HOSTNAME) "/uRamdisk\0" \
a8a11a9e
SR
172 CONFIG_AMCC_DEF_ENV_ROOTPATH
173
174/*
175 * Default environment for arch/powerpc booting
176 * for boards that are ported to arch/powerpc
177 */
178#define CONFIG_AMCC_DEF_ENV_POWERPC \
179 "flash_self=run ramargs addip addtty addmisc;" \
180 "bootm ${kernel_addr} ${ramdisk_addr} ${fdt_addr}\0" \
181 "flash_nfs=run nfsargs addip addtty addmisc;" \
182 "bootm ${kernel_addr} - ${fdt_addr}\0" \
183 "net_nfs=tftp ${kernel_addr_r} ${bootfile}; " \
184 "tftp ${fdt_addr_r} ${fdt_file}; " \
185 "run nfsargs addip addtty addmisc;" \
186 "bootm ${kernel_addr_r} - ${fdt_addr_r}\0" \
f09f09d3
AG
187 "net_self_load=tftp ${kernel_addr_r} ${bootfile};" \
188 "tftp ${fdt_addr_r} ${fdt_file};" \
189 "tftp ${ramdisk_addr_r} ${ramdisk_file};\0" \
190 "net_self=run net_self_load;" \
191 "run ramargs addip addtty addmisc;" \
192 "bootm ${kernel_addr_r} ${ramdisk_addr_r} ${fdt_addr_r}\0" \
93ea89f0 193 "fdt_file=" __stringify(CONFIG_HOSTNAME) "/" __stringify(CONFIG_HOSTNAME) ".dtb\0"
a8a11a9e
SR
194
195/*
196 * Default environment for arch/ppc booting,
197 * for boards that are not ported to arch/powerpc yet
198 */
199#define CONFIG_AMCC_DEF_ENV_PPC \
200 "flash_self=run ramargs addip addtty addmisc;" \
201 "bootm ${kernel_addr} ${ramdisk_addr}\0" \
202 "flash_nfs=run nfsargs addip addtty addmisc;" \
203 "bootm ${kernel_addr}\0" \
204 "net_nfs=tftp ${kernel_addr_r} ${bootfile};" \
205 "run nfsargs addip addtty addmisc;" \
206 "bootm ${kernel_addr_r}\0"
207
208/*
209 * Default environment for arch/ppc booting (old version),
210 * for boards that are ported to arch/ppc and arch/powerpc
211 */
212#define CONFIG_AMCC_DEF_ENV_PPC_OLD \
213 "flash_self_old=run ramargs addip addtty addmisc;" \
214 "bootm ${kernel_addr} ${ramdisk_addr}\0" \
215 "flash_nfs_old=run nfsargs addip addtty addmisc;" \
216 "bootm ${kernel_addr}\0" \
217 "net_nfs_old=tftp ${kernel_addr_r} ${bootfile};" \
218 "run nfsargs addip addtty addmisc;" \
219 "bootm ${kernel_addr_r}\0"
220
221#define CONFIG_AMCC_DEF_ENV_NOR_UPD \
93ea89f0 222 "u-boot=" __stringify(CONFIG_HOSTNAME) "/u-boot.bin\0" \
c8355b9d 223 "load=tftp 200000 ${u-boot}\0" \
93ea89f0
MV
224 "update=protect off " __stringify(CONFIG_SYS_MONITOR_BASE) " FFFFFFFF;" \
225 "era " __stringify(CONFIG_SYS_MONITOR_BASE) " FFFFFFFF;" \
226 "cp.b ${fileaddr} " __stringify(CONFIG_SYS_MONITOR_BASE) " ${filesize}\0" \
a8a11a9e
SR
227 "upd=run load update\0" \
228
a8a11a9e 229#endif /* __AMCC_COMMON_H */