]> git.ipfire.org Git - people/ms/u-boot.git/blob - include/configs/pcm052.h
f506c9c8df991d06483e685286b4cb9270697c3e
[people/ms/u-boot.git] / include / configs / pcm052.h
1 /*
2 * Copyright 2013 Freescale Semiconductor, Inc.
3 *
4 * Configuration settings for the phytec PCM-052 SoM.
5 *
6 * SPDX-License-Identifier: GPL-2.0+
7 */
8
9 #ifndef __CONFIG_H
10 #define __CONFIG_H
11
12 #include <asm/arch/imx-regs.h>
13
14 #define CONFIG_SKIP_LOWLEVEL_INIT
15
16 /* Enable passing of ATAGs */
17 #define CONFIG_CMDLINE_TAG
18
19 /* Size of malloc() pool */
20 #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 2 * 1024 * 1024)
21
22 /* Allow to overwrite serial and ethaddr */
23 #define CONFIG_ENV_OVERWRITE
24
25 /* NAND support */
26 #define CONFIG_CMD_NAND
27 #define CONFIG_CMD_NAND_TRIMFFS
28 #define CONFIG_SYS_NAND_ONFI_DETECTION
29
30 #ifdef CONFIG_CMD_NAND
31 #define CONFIG_SYS_MAX_NAND_DEVICE 1
32 #define CONFIG_SYS_NAND_BASE NFC_BASE_ADDR
33
34 #define CONFIG_JFFS2_NAND
35
36 /* UBI */
37 #define CONFIG_CMD_UBIFS
38 #define CONFIG_RBTREE
39 #define CONFIG_LZO
40
41 /* Dynamic MTD partition support */
42 #define CONFIG_CMD_MTDPARTS
43 #define CONFIG_MTD_PARTITIONS
44 #define CONFIG_MTD_DEVICE
45
46 #ifndef MTDIDS_DEFAULT
47 #define MTDIDS_DEFAULT "nand0=NAND"
48 #endif
49
50 #ifndef MTDPARTS_DEFAULT
51 #define MTDPARTS_DEFAULT "mtdparts=NAND:640k(bootloader)"\
52 ",128k(env1)"\
53 ",128k(env2)"\
54 ",128k(dtb)"\
55 ",6144k(kernel)"\
56 ",-(root)"
57 #endif
58
59 #endif
60
61 #define CONFIG_FSL_ESDHC
62 #define CONFIG_SYS_FSL_ESDHC_ADDR 0
63 #define CONFIG_SYS_FSL_ESDHC_NUM 1
64
65 /*#define CONFIG_ESDHC_DETECT_USE_EXTERN_IRQ1*/
66
67 #define CONFIG_FEC_MXC
68 #define CONFIG_MII
69 #define IMX_FEC_BASE ENET_BASE_ADDR
70 #define CONFIG_FEC_XCV_TYPE RMII
71 #define CONFIG_FEC_MXC_PHYADDR 0
72 #define CONFIG_PHYLIB
73 #define CONFIG_PHY_MICREL
74
75 /* QSPI Configs*/
76
77 #ifdef CONFIG_FSL_QSPI
78 #define FSL_QSPI_FLASH_SIZE (1 << 24)
79 #define FSL_QSPI_FLASH_NUM 2
80 #define CONFIG_SYS_FSL_QSPI_LE
81 #endif
82
83 /* I2C Configs */
84 #define CONFIG_SYS_I2C
85 #define CONFIG_SYS_I2C_MXC_I2C3
86 #define CONFIG_SYS_I2C_MXC
87
88 /* RTC (actually an RV-4162 but M41T62-compatible) */
89 #define CONFIG_CMD_DATE
90 #define CONFIG_RTC_M41T62
91 #define CONFIG_SYS_I2C_RTC_ADDR 0x68
92 #define CONFIG_SYS_RTC_BUS_NUM 2
93
94 /* EEPROM (24FC256) */
95 #define CONFIG_CMD_EEPROM
96 #define CONFIG_SYS_I2C_EEPROM_ADDR 0x50
97 #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 2
98 #define CONFIG_SYS_I2C_EEPROM_BUS 2
99
100
101 #define CONFIG_LOADADDR 0x82000000
102
103 /* We boot from the gfxRAM area of the OCRAM. */
104 #define CONFIG_SYS_TEXT_BASE 0x3f408000
105 #define CONFIG_BOARD_SIZE_LIMIT 524288
106
107 /* if no target-specific extra environment settings were defined by the
108 target, define an empty one */
109 #ifndef PCM052_EXTRA_ENV_SETTINGS
110 #define PCM052_EXTRA_ENV_SETTINGS
111 #endif
112
113 /* if no target-specific boot command was defined by the target,
114 define an empty one */
115 #ifndef PCM052_BOOTCOMMAND
116 #define PCM052_BOOTCOMMAND
117 #endif
118
119 /* if no target-specific extra environment settings were defined by the
120 target, define an empty one */
121 #ifndef PCM052_NET_INIT
122 #define PCM052_NET_INIT
123 #endif
124
125 /* boot command, including the target-defined one if any */
126 #define CONFIG_BOOTCOMMAND PCM052_BOOTCOMMAND "run bootcmd_nand"
127
128 /* Extra env settings (including the target-defined ones if any) */
129 #define CONFIG_EXTRA_ENV_SETTINGS \
130 PCM052_EXTRA_ENV_SETTINGS \
131 "autoload=no\0" \
132 "fdt_high=0xffffffff\0" \
133 "initrd_high=0xffffffff\0" \
134 "blimg_file=u-boot.vyb\0" \
135 "blimg_addr=0x81000000\0" \
136 "kernel_file=zImage\0" \
137 "kernel_addr=0x82000000\0" \
138 "fdt_file=zImage.dtb\0" \
139 "fdt_addr=0x81000000\0" \
140 "ram_file=uRamdisk\0" \
141 "ram_addr=0x83000000\0" \
142 "filesys=rootfs.ubifs\0" \
143 "sys_addr=0x81000000\0" \
144 "tftploc=/path/to/tftp/directory/\0" \
145 "nfs_root=/path/to/nfs/root\0" \
146 "tftptimeout=1000\0" \
147 "tftptimeoutcountmax=1000000\0" \
148 "mtdparts=" MTDPARTS_DEFAULT "\0" \
149 "bootargs_base=setenv bootargs rw " \
150 " mem=" __stringify(CONFIG_PCM052_DDR_SIZE) "M " \
151 "console=ttyLP1,115200n8\0" \
152 "bootargs_sd=setenv bootargs ${bootargs} " \
153 "root=/dev/mmcblk0p2 rootwait\0" \
154 "bootargs_net=setenv bootargs ${bootargs} root=/dev/nfs ip=dhcp " \
155 "nfsroot=${serverip}:${nfs_root},v3,tcp\0" \
156 "bootargs_nand=setenv bootargs ${bootargs} " \
157 "ubi.mtd=5 rootfstype=ubifs root=ubi0:rootfs\0" \
158 "bootargs_ram=setenv bootargs ${bootargs} " \
159 "root=/dev/ram rw initrd=${ram_addr}\0" \
160 "bootargs_mtd=setenv bootargs ${bootargs} ${mtdparts}\0" \
161 "bootcmd_sd=run bootargs_base bootargs_sd bootargs_mtd; " \
162 "fatload mmc 0:1 ${kernel_addr} ${kernel_file}; " \
163 "fatload mmc 0:1 ${fdt_addr} ${fdt_file}; " \
164 "bootz ${kernel_addr} - ${fdt_addr}\0" \
165 "bootcmd_net=run bootargs_base bootargs_net bootargs_mtd; " \
166 "tftpboot ${kernel_addr} ${tftpdir}${kernel_file}; " \
167 "tftpboot ${fdt_addr} ${tftpdir}${fdt_file}; " \
168 "bootz ${kernel_addr} - ${fdt_addr}\0" \
169 "bootcmd_nand=run bootargs_base bootargs_nand bootargs_mtd; " \
170 "nand read ${fdt_addr} dtb; " \
171 "nand read ${kernel_addr} kernel; " \
172 "bootz ${kernel_addr} - ${fdt_addr}\0" \
173 "bootcmd_ram=run bootargs_base bootargs_ram bootargs_mtd; " \
174 "nand read ${fdt_addr} dtb; " \
175 "nand read ${kernel_addr} kernel; " \
176 "nand read ${ram_addr} root; " \
177 "bootz ${kernel_addr} ${ram_addr} ${fdt_addr}\0" \
178 "update_bootloader_from_tftp=" PCM052_NET_INIT \
179 "if tftp ${blimg_addr} "\
180 "${tftpdir}${blimg_file}; then " \
181 "mtdparts default; " \
182 "nand erase.part bootloader; " \
183 "nand write ${blimg_addr} bootloader ${filesize}; fi\0" \
184 "update_kernel_from_sd=if fatload mmc 0:2 ${kernel_addr} " \
185 "${kernel_file}; " \
186 "then mtdparts default; " \
187 "nand erase.part kernel; " \
188 "nand write ${kernel_addr} kernel ${filesize}; " \
189 "if fatload mmc 0:2 ${fdt_addr} ${fdt_file}; then " \
190 "nand erase.part dtb; " \
191 "nand write ${fdt_addr} dtb ${filesize}; fi\0" \
192 "update_kernel_from_tftp=" PCM052_NET_INIT \
193 "if tftp ${fdt_addr} ${tftpdir}${fdt_file}; " \
194 "then setenv fdtsize ${filesize}; " \
195 "if tftp ${kernel_addr} ${tftpdir}${kernel_file}; then " \
196 "mtdparts default; " \
197 "nand erase.part dtb; " \
198 "nand write ${fdt_addr} dtb ${fdtsize}; " \
199 "nand erase.part kernel; " \
200 "nand write ${kernel_addr} kernel ${filesize}; fi; fi\0" \
201 "update_rootfs_from_tftp=" PCM052_NET_INIT \
202 "if tftp ${sys_addr} ${tftpdir}${filesys}; " \
203 "then mtdparts default; " \
204 "nand erase.part root; " \
205 "ubi part root; " \
206 "ubi create rootfs; " \
207 "ubi write ${sys_addr} rootfs ${filesize}; fi\0" \
208 "update_ramdisk_from_tftp=" PCM052_NET_INIT \
209 "if tftp ${ram_addr} ${tftpdir}${ram_file}; " \
210 "then mtdparts default; " \
211 "nand erase.part root; " \
212 "nand write ${ram_addr} root ${filesize}; fi\0"
213
214 /* Miscellaneous configurable options */
215 #define CONFIG_SYS_LONGHELP /* undef to save memory */
216 #define CONFIG_AUTO_COMPLETE
217 #define CONFIG_CMDLINE_EDITING
218 #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */
219 #define CONFIG_SYS_PBSIZE \
220 (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
221 #define CONFIG_SYS_MAXARGS 16 /* max number of command args */
222 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
223
224 #define CONFIG_SYS_MEMTEST_START 0x80010000
225 #define CONFIG_SYS_MEMTEST_END 0x87C00000
226
227 #define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR
228
229 /* Physical memory map */
230 #define CONFIG_NR_DRAM_BANKS 1
231 #define PHYS_SDRAM (0x80000000)
232 #define PHYS_SDRAM_SIZE (CONFIG_PCM052_DDR_SIZE * 1024 * 1024)
233
234 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
235 #define CONFIG_SYS_INIT_RAM_ADDR IRAM_BASE_ADDR
236 #define CONFIG_SYS_INIT_RAM_SIZE IRAM_SIZE
237
238 #define CONFIG_SYS_INIT_SP_OFFSET \
239 (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
240 #define CONFIG_SYS_INIT_SP_ADDR \
241 (CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_SP_OFFSET)
242
243 /* environment organization */
244 #ifdef CONFIG_ENV_IS_IN_MMC
245 #define CONFIG_ENV_SIZE (8 * 1024)
246
247 #define CONFIG_ENV_OFFSET (12 * 64 * 1024)
248 #define CONFIG_SYS_MMC_ENV_DEV 0
249 #endif
250
251 #ifdef CONFIG_ENV_IS_IN_NAND
252 #define CONFIG_ENV_SECT_SIZE (128 * 1024)
253 #define CONFIG_ENV_SIZE (8 * 1024)
254 #define CONFIG_ENV_OFFSET 0xA0000
255 #define CONFIG_ENV_SIZE_REDUND (8 * 1024)
256 #define CONFIG_ENV_OFFSET_REDUND 0xC0000
257 #endif
258
259 #endif