1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Copyright (C) 2012-2015 Panasonic Corporation
4 * Copyright (C) 2015-2016 Socionext Inc.
5 * Author: Masahiro Yamada <yamada.masahiro@socionext.com>
8 /* U-Boot - Common settings for UniPhier Family */
10 #ifndef __CONFIG_UNIPHIER_COMMON_H__
11 #define __CONFIG_UNIPHIER_COMMON_H__
13 #ifndef CONFIG_SPL_BUILD
14 #include <config_distro_bootcmd.h>
17 #define BOOT_TARGET_DEVICE_MMC(func) func(MMC, mmc, 0) func(MMC, mmc, 1)
19 #define BOOT_TARGET_DEVICE_MMC(func)
22 #ifdef CONFIG_CMD_UBIFS
23 #define BOOT_TARGET_DEVICE_UBIFS(func) func(UBIFS, ubifs, 0)
25 #define BOOT_TARGET_DEVICE_UBIFS(func)
29 #define BOOT_TARGET_DEVICE_USB(func) func(USB, usb, 0)
31 #define BOOT_TARGET_DEVICE_USB(func)
34 #define BOOT_TARGET_DEVICES(func) \
35 BOOT_TARGET_DEVICE_MMC(func) \
36 BOOT_TARGET_DEVICE_UBIFS(func) \
37 BOOT_TARGET_DEVICE_USB(func)
42 #define CONFIG_ARMV7_PSCI_1_0
44 /*-----------------------------------------------------------------------
45 * MMU and Cache Setting
46 *----------------------------------------------------------------------*/
48 #define CONFIG_SYS_MALLOC_LEN (4 * 1024 * 1024)
50 #define CONFIG_TIMESTAMP
54 #define CONFIG_SYS_MAX_FLASH_SECT 256
55 #define CONFIG_SYS_MONITOR_BASE 0
56 #define CONFIG_SYS_MONITOR_LEN 0x000d0000 /* 832KB */
57 #define CONFIG_SYS_FLASH_BASE 0
60 * flash_toggle does not work for our support card.
61 * We need to use flash_status_poll.
63 #define CONFIG_SYS_CFI_FLASH_STATUS_POLL
65 #define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */
67 #define CONFIG_SYS_MAX_FLASH_BANKS_DETECT 1
69 /* serial console configuration */
71 #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */
72 /* Boot Argument Buffer Size */
73 #define CONFIG_SYS_BARGSIZE (CONFIG_SYS_CBSIZE)
75 #define CONFIG_ENV_OFFSET 0x100000
76 #define CONFIG_ENV_SIZE 0x2000
77 /* #define CONFIG_ENV_OFFSET_REDUND (CONFIG_ENV_OFFSET + CONFIG_ENV_SIZE) */
79 #define CONFIG_SYS_MMC_ENV_DEV 0
80 #define CONFIG_SYS_MMC_ENV_PART 1
82 #if !defined(CONFIG_ARM64)
84 #define CONFIG_SYS_TIMER_RATE 1000000
87 #define CONFIG_SYS_MAX_NAND_DEVICE 1
88 #define CONFIG_SYS_NAND_ONFI_DETECTION
89 #define CONFIG_SYS_NAND_REGS_BASE 0x68100000
90 #define CONFIG_SYS_NAND_DATA_BASE 0x68000000
91 #define CONFIG_SYS_NAND_BAD_BLOCK_POS 0
94 * Network Configuration
96 #define CONFIG_SERVERIP 192.168.11.1
97 #define CONFIG_IPADDR 192.168.11.10
98 #define CONFIG_GATEWAYIP 192.168.11.1
99 #define CONFIG_NETMASK 255.255.255.0
101 #define CONFIG_SYS_LOAD_ADDR 0x85000000
102 #define CONFIG_SYS_BOOTM_LEN (32 << 20)
104 #if defined(CONFIG_ARM64)
105 /* ARM Trusted Firmware */
106 #define BOOT_IMAGES \
107 "second_image=unph_bl.bin\0" \
108 "third_image=fip.bin\0"
110 #define BOOT_IMAGES \
111 "second_image=u-boot-spl.bin\0" \
112 "third_image=u-boot.bin\0"
115 #define CONFIG_ROOTPATH "/nfs/root/path"
116 #define CONFIG_NFSBOOTCOMMAND \
117 "setenv bootargs $bootargs root=/dev/nfs rw " \
118 "nfsroot=$serverip:$rootpath " \
119 "ip=$ipaddr:$serverip:$gatewayip:$netmask:$hostname:$netdev:off;" \
123 #define CONFIG_BOOTFILE "fitImage"
124 #define KERNEL_ADDR_R_OFFSET "0x05100000"
125 #define LINUXBOOT_ENV_SETTINGS \
126 "tftpboot=tftpboot $kernel_addr_r $bootfile &&" \
127 "bootm $kernel_addr_r\0" \
128 "__nfsboot=run tftpboot\0"
131 #define CONFIG_BOOTFILE "Image"
132 #define LINUXBOOT_CMD "booti"
133 #define KERNEL_ADDR_R_OFFSET "0x02080000"
135 #define CONFIG_BOOTFILE "zImage"
136 #define LINUXBOOT_CMD "bootz"
137 #define KERNEL_ADDR_R_OFFSET "0x00208000"
139 #define LINUXBOOT_ENV_SETTINGS \
140 "boot_common=setexpr bootm_low $kernel_addr_r '&' fe000000 && " \
141 LINUXBOOT_CMD " $kernel_addr_r $ramdisk_addr_r $fdt_addr_r\0" \
142 "tftpboot=tftpboot $kernel_addr_r $bootfile && " \
143 "tftpboot $fdt_addr_r $fdtfile &&" \
144 "tftpboot $ramdisk_addr_r $ramdisk_file &&" \
145 "setenv ramdisk_addr_r $ramdisk_addr_r:$filesize &&" \
146 "run boot_common\0" \
147 "__nfsboot=tftpboot $kernel_addr_load $bootfile && " \
148 "tftpboot $fdt_addr_r $fdtfile &&" \
149 "setenv ramdisk_addr_r - &&" \
153 #define CONFIG_EXTRA_ENV_SETTINGS \
154 "fdt_addr_r_offset=0x05100000\0" \
155 "kernel_addr_r_offset=" KERNEL_ADDR_R_OFFSET "\0" \
156 "ramdisk_addr_r_offset=0x06000000\0" \
157 "ramdisk_file=rootfs.cpio.gz\0" \
159 "initrd_high=0xffffffffffffffff\0" \
160 "loadaddr_offset=0x05000000\0" \
161 "script=boot.scr\0" \
162 "scriptaddr=0x85000000\0" \
163 "nor_base=0x42000000\0" \
164 "emmcboot=mmcsetn && run bootcmd_mmc${mmc_first_dev}\0" \
165 "nandboot=run bootcmd_ubifs0\0" \
166 "norboot=run tftpboot\0" \
167 "usbboot=run bootcmd_usb0\0" \
168 "emmcscript=setenv devtype mmc && " \
170 "setenv devnum ${mmc_first_dev} && " \
171 "run loadscript_fat\0" \
172 "nandscript=echo Running ${script} from ubi ... && " \
174 "ubifsmount ubi0:boot && " \
175 "ubifsload ${loadaddr} ${script} && " \
177 "norscript=echo Running ${script} from tftp ... && " \
178 "tftpboot ${script} &&" \
180 "usbscript=usb start && " \
181 "setenv devtype usb && " \
182 "setenv devnum 0 && " \
183 "run loadscript_fat\0" \
184 "loadscript_fat=echo Running ${script} from ${devtype}${devnum} ... && " \
185 "load ${devtype} ${devnum}:1 ${loadaddr} ${script} && " \
187 "sramupdate=setexpr tmp_addr $nor_base + 0x50000 &&" \
188 "tftpboot $tmp_addr $second_image && " \
189 "setexpr tmp_addr $nor_base + 0x70000 && " \
190 "tftpboot $tmp_addr $third_image\0" \
191 "emmcupdate=mmcsetn &&" \
192 "mmc dev $mmc_first_dev &&" \
193 "mmc partconf $mmc_first_dev 0 1 1 &&" \
194 "tftpboot $second_image && " \
195 "mmc write $loadaddr 0 100 && " \
196 "tftpboot $third_image && " \
197 "mmc write $loadaddr 100 f00\0" \
198 "nandupdate=nand erase 0 0x00100000 &&" \
199 "tftpboot $second_image && " \
200 "nand write $loadaddr 0 0x00020000 && " \
201 "tftpboot $third_image && " \
202 "nand write $loadaddr 0x00020000 0x001e0000\0" \
203 "usbupdate=usb start &&" \
204 "tftpboot $second_image && " \
205 "usb write $loadaddr 0 100 && " \
206 "tftpboot $third_image && " \
207 "usb write $loadaddr 100 f00\0" \
209 LINUXBOOT_ENV_SETTINGS \
212 #define CONFIG_SYS_BOOTMAPSZ 0x20000000
214 #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_TEXT_BASE)
217 #define CONFIG_SPL_STACK (0x00200000)
219 #define CONFIG_SYS_NAND_U_BOOT_OFFS 0x20000
221 /* subtract sizeof(struct image_header) */
222 #define CONFIG_SYS_UBOOT_BASE (0x130000 - 0x40)
224 #define CONFIG_SPL_TARGET "u-boot-with-spl.bin"
225 #define CONFIG_SPL_MAX_FOOTPRINT 0x10000
226 #define CONFIG_SPL_MAX_SIZE 0x10000
227 #define CONFIG_SPL_BSS_MAX_SIZE 0x2000
229 #define CONFIG_SPL_PAD_TO 0x20000
231 #endif /* __CONFIG_UNIPHIER_COMMON_H__ */