Merge branch '2022-12-07-Kconfig-migrations' into next
[platform/kernel/u-boot.git] / include / configs / sunxi-common.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * (C) Copyright 2012-2012 Henrik Nordstrom <henrik@henriknordstrom.net>
4  *
5  * (C) Copyright 2007-2011
6  * Allwinner Technology Co., Ltd. <www.allwinnertech.com>
7  * Tom Cubie <tangliang@allwinnertech.com>
8  *
9  * Configuration settings for the Allwinner sunxi series of boards.
10  */
11
12 #ifndef _SUNXI_COMMON_CONFIG_H
13 #define _SUNXI_COMMON_CONFIG_H
14
15 #include <asm/arch/cpu.h>
16 #include <linux/stringify.h>
17
18 /* Serial & console */
19 /* ns16550 reg in the low bits of cpu reg */
20 #ifdef CONFIG_MACH_SUNIV
21 /* suniv doesn't have apb2 and uart is connected to apb1 */
22 #define CFG_SYS_NS16550_CLK             100000000
23 #else
24 #define CFG_SYS_NS16550_CLK             24000000
25 #endif
26 #ifndef CONFIG_DM_SERIAL
27 # define CFG_SYS_NS16550_COM1           SUNXI_UART0_BASE
28 # define CFG_SYS_NS16550_COM2           SUNXI_UART1_BASE
29 # define CFG_SYS_NS16550_COM3           SUNXI_UART2_BASE
30 # define CFG_SYS_NS16550_COM4           SUNXI_UART3_BASE
31 # define CFG_SYS_NS16550_COM5           SUNXI_R_UART_BASE
32 #endif
33
34 /* CPU */
35
36 /*
37  * The DRAM Base differs between some models. We cannot use macros for the
38  * CONFIG_FOO defines which contain the DRAM base address since they end
39  * up unexpanded in include/autoconf.mk .
40  *
41  * So we have to have this #ifdef #else #endif block for these.
42  */
43 #ifdef CONFIG_MACH_SUN9I
44 #define SDRAM_OFFSET(x) 0x2##x
45 #define CFG_SYS_SDRAM_BASE              0x20000000
46 #elif defined(CONFIG_MACH_SUNIV)
47 #define SDRAM_OFFSET(x) 0x8##x
48 #define CFG_SYS_SDRAM_BASE              0x80000000
49 #else
50 #define SDRAM_OFFSET(x) 0x4##x
51 #define CFG_SYS_SDRAM_BASE              0x40000000
52 /* V3s do not have enough memory to place code at 0x4a000000 */
53 #endif
54
55 /*
56  * The A80's A1 sram starts at 0x00010000 rather then at 0x00000000 and is
57  * slightly bigger. Note that it is possible to map the first 32 KiB of the
58  * A1 at 0x00000000 like with older SoCs by writing 0x16aa0001 to the
59  * undocumented 0x008000e0 SYS_CTRL register. Where the 16aa is a key and
60  * the 1 actually activates the mapping of the first 32 KiB to 0x00000000.
61  * A64 and H5 also has SRAM A1 at 0x00010000, but no magic remap register
62  * is known yet.
63  * H6 has SRAM A1 at 0x00020000.
64  */
65 #define CFG_SYS_INIT_RAM_ADDR   CONFIG_SUNXI_SRAM_ADDRESS
66 /* FIXME: this may be larger on some SoCs */
67 #define CFG_SYS_INIT_RAM_SIZE   0x8000 /* 32 KiB */
68
69 #define PHYS_SDRAM_0                    CFG_SYS_SDRAM_BASE
70 #define PHYS_SDRAM_0_SIZE               0x80000000 /* 2 GiB */
71
72 /* mmc config */
73 #define CONFIG_MMC_SUNXI_SLOT           0
74
75 /*
76  * Miscellaneous configurable options
77  */
78
79 /* standalone support */
80 #define CONFIG_STANDALONE_LOAD_ADDR     CONFIG_SYS_LOAD_ADDR
81
82 /* FLASH and environment organization */
83
84 /*
85  * We cannot use expressions here, because expressions won't be evaluated in
86  * autoconf.mk.
87  */
88 #if CONFIG_SUNXI_SRAM_ADDRESS == 0x10000
89 #ifdef CONFIG_ARM64
90 /* end of SRAM A2 for now, as SRAM A1 is pretty tight for an ARM64 build */
91 #define LOW_LEVEL_SRAM_STACK            0x00054000
92 #else
93 #define LOW_LEVEL_SRAM_STACK            0x00018000
94 #endif /* !CONFIG_ARM64 */
95 #elif CONFIG_SUNXI_SRAM_ADDRESS == 0x20000
96 #ifdef CONFIG_MACH_SUN50I_H616
97 #define LOW_LEVEL_SRAM_STACK            0x58000
98 #else
99 /* end of SRAM A2 on H6 for now */
100 #define LOW_LEVEL_SRAM_STACK            0x00118000
101 #endif
102 #else
103 #define LOW_LEVEL_SRAM_STACK            0x00008000      /* End of sram */
104 #endif
105
106 /* Ethernet support */
107
108 #ifdef CONFIG_ARM64
109 /*
110  * Boards seem to come with at least 512MB of DRAM.
111  * The kernel should go at 512K, which is the default text offset (that will
112  * be adjusted at runtime if needed).
113  * There is no compression for arm64 kernels (yet), so leave some space
114  * for really big kernels, say 256MB for now.
115  * Scripts, PXE and DTBs should go afterwards, leaving the rest for the initrd.
116  */
117 #define BOOTM_SIZE        __stringify(0xa000000)
118 #define KERNEL_ADDR_R     __stringify(SDRAM_OFFSET(0080000))
119 #define KERNEL_COMP_ADDR_R __stringify(SDRAM_OFFSET(4000000))
120 #define KERNEL_COMP_SIZE  __stringify(0xb000000)
121 #define FDT_ADDR_R        __stringify(SDRAM_OFFSET(FA00000))
122 #define SCRIPT_ADDR_R     __stringify(SDRAM_OFFSET(FC00000))
123 #define PXEFILE_ADDR_R    __stringify(SDRAM_OFFSET(FD00000))
124 #define FDTOVERLAY_ADDR_R __stringify(SDRAM_OFFSET(FE00000))
125 #define RAMDISK_ADDR_R    __stringify(SDRAM_OFFSET(FF00000))
126
127 #elif (CONFIG_SUNXI_MINIMUM_DRAM_MB >= 256)
128 /*
129  * 160M RAM (256M minimum minus 64MB heap + 32MB for u-boot, stack, fb, etc.
130  * 32M uncompressed kernel, 16M compressed kernel, 1M fdt,
131  * 1M script, 1M pxe, 1M dt overlay and the ramdisk at the end.
132  */
133 #define BOOTM_SIZE        __stringify(0xa000000)
134 #define KERNEL_ADDR_R     __stringify(SDRAM_OFFSET(2000000))
135 #define FDT_ADDR_R        __stringify(SDRAM_OFFSET(3000000))
136 #define SCRIPT_ADDR_R     __stringify(SDRAM_OFFSET(3100000))
137 #define PXEFILE_ADDR_R    __stringify(SDRAM_OFFSET(3200000))
138 #define FDTOVERLAY_ADDR_R __stringify(SDRAM_OFFSET(3300000))
139 #define RAMDISK_ADDR_R    __stringify(SDRAM_OFFSET(3400000))
140
141 #elif (CONFIG_SUNXI_MINIMUM_DRAM_MB >= 64)
142 /*
143  * 64M RAM minus 2MB heap + 16MB for u-boot, stack, fb, etc.
144  * 16M uncompressed kernel, 8M compressed kernel, 1M fdt,
145  * 1M script, 1M pxe, 1M dt overlay and the ramdisk at the end.
146  */
147 #define BOOTM_SIZE        __stringify(0x2e00000)
148 #define KERNEL_ADDR_R     __stringify(SDRAM_OFFSET(1000000))
149 #define FDT_ADDR_R        __stringify(SDRAM_OFFSET(1800000))
150 #define SCRIPT_ADDR_R     __stringify(SDRAM_OFFSET(1900000))
151 #define PXEFILE_ADDR_R    __stringify(SDRAM_OFFSET(1A00000))
152 #define FDTOVERLAY_ADDR_R __stringify(SDRAM_OFFSET(1B00000))
153 #define RAMDISK_ADDR_R    __stringify(SDRAM_OFFSET(1C00000))
154
155 #elif (CONFIG_SUNXI_MINIMUM_DRAM_MB >= 32)
156 /*
157  * 32M RAM minus 2.5MB for u-boot, heap, stack, etc.
158  * 16M uncompressed kernel, 7M compressed kernel, 128K fdt, 64K script,
159  * 128K DT overlay, 128K PXE and the ramdisk in the rest (max. 5MB)
160  */
161 #define BOOTM_SIZE        __stringify(0x1700000)
162 #define KERNEL_ADDR_R     __stringify(SDRAM_OFFSET(1000000))
163 #define FDT_ADDR_R        __stringify(SDRAM_OFFSET(1d50000))
164 #define SCRIPT_ADDR_R     __stringify(SDRAM_OFFSET(1d40000))
165 #define PXEFILE_ADDR_R    __stringify(SDRAM_OFFSET(1d00000))
166 #define FDTOVERLAY_ADDR_R __stringify(SDRAM_OFFSET(1d20000))
167 #define RAMDISK_ADDR_R    __stringify(SDRAM_OFFSET(1800000))
168
169 #else
170 #error Need at least 32MB of DRAM. Please adjust load addresses.
171 #endif
172
173 #define MEM_LAYOUT_ENV_SETTINGS \
174         "bootm_size=" BOOTM_SIZE "\0" \
175         "kernel_addr_r=" KERNEL_ADDR_R "\0" \
176         "fdt_addr_r=" FDT_ADDR_R "\0" \
177         "scriptaddr=" SCRIPT_ADDR_R "\0" \
178         "pxefile_addr_r=" PXEFILE_ADDR_R "\0" \
179         "fdtoverlay_addr_r=" FDTOVERLAY_ADDR_R "\0" \
180         "ramdisk_addr_r=" RAMDISK_ADDR_R "\0"
181
182 #ifdef CONFIG_ARM64
183
184 #define MEM_LAYOUT_ENV_EXTRA_SETTINGS \
185         "kernel_comp_addr_r=" KERNEL_COMP_ADDR_R "\0" \
186         "kernel_comp_size=" KERNEL_COMP_SIZE "\0"
187
188 #else
189
190 #define MEM_LAYOUT_ENV_EXTRA_SETTINGS ""
191
192 #endif
193
194 #define DFU_ALT_INFO_RAM \
195         "dfu_alt_info_ram=" \
196         "kernel ram " KERNEL_ADDR_R " 0x1000000;" \
197         "fdt ram " FDT_ADDR_R " 0x100000;" \
198         "ramdisk ram " RAMDISK_ADDR_R " 0x4000000\0"
199
200 #ifdef CONFIG_MMC
201 #if CONFIG_MMC_SUNXI_SLOT_EXTRA != -1
202 #define BOOTENV_DEV_MMC_AUTO(devtypeu, devtypel, instance)              \
203         BOOTENV_DEV_MMC(MMC, mmc, 0)                                    \
204         BOOTENV_DEV_MMC(MMC, mmc, 1)                                    \
205         "bootcmd_mmc_auto="                                             \
206                 "if test ${mmc_bootdev} -eq 1; then "                   \
207                         "run bootcmd_mmc1; "                            \
208                         "run bootcmd_mmc0; "                            \
209                 "elif test ${mmc_bootdev} -eq 0; then "                 \
210                         "run bootcmd_mmc0; "                            \
211                         "run bootcmd_mmc1; "                            \
212                 "fi\0"
213
214 #define BOOTENV_DEV_NAME_MMC_AUTO(devtypeu, devtypel, instance) \
215         "mmc_auto "
216
217 #define BOOT_TARGET_DEVICES_MMC(func) func(MMC_AUTO, mmc_auto, na)
218 #else
219 #define BOOT_TARGET_DEVICES_MMC(func) func(MMC, mmc, 0)
220 #endif
221 #else
222 #define BOOT_TARGET_DEVICES_MMC(func)
223 #endif
224
225 #ifdef CONFIG_AHCI
226 #define BOOT_TARGET_DEVICES_SCSI(func) func(SCSI, scsi, 0)
227 #else
228 #define BOOT_TARGET_DEVICES_SCSI(func)
229 #endif
230
231 #ifdef CONFIG_USB_STORAGE
232 #define BOOT_TARGET_DEVICES_USB(func) func(USB, usb, 0)
233 #else
234 #define BOOT_TARGET_DEVICES_USB(func)
235 #endif
236
237 #ifdef CONFIG_CMD_PXE
238 #define BOOT_TARGET_DEVICES_PXE(func) func(PXE, pxe, na)
239 #else
240 #define BOOT_TARGET_DEVICES_PXE(func)
241 #endif
242
243 #ifdef CONFIG_CMD_DHCP
244 #define BOOT_TARGET_DEVICES_DHCP(func) func(DHCP, dhcp, na)
245 #else
246 #define BOOT_TARGET_DEVICES_DHCP(func)
247 #endif
248
249 /* FEL boot support, auto-execute boot.scr if a script address was provided */
250 #define BOOTENV_DEV_FEL(devtypeu, devtypel, instance) \
251         "bootcmd_fel=" \
252                 "if test -n ${fel_booted} && test -n ${fel_scriptaddr}; then " \
253                         "echo '(FEL boot)'; " \
254                         "source ${fel_scriptaddr}; " \
255                 "fi\0"
256 #define BOOTENV_DEV_NAME_FEL(devtypeu, devtypel, instance) \
257         "fel "
258
259 #define BOOT_TARGET_DEVICES(func) \
260         func(FEL, fel, na) \
261         BOOT_TARGET_DEVICES_MMC(func) \
262         BOOT_TARGET_DEVICES_SCSI(func) \
263         BOOT_TARGET_DEVICES_USB(func) \
264         BOOT_TARGET_DEVICES_PXE(func) \
265         BOOT_TARGET_DEVICES_DHCP(func)
266
267 #ifdef CONFIG_OLD_SUNXI_KERNEL_COMPAT
268 #define BOOTCMD_SUNXI_COMPAT \
269         "bootcmd_sunxi_compat=" \
270                 "setenv root /dev/mmcblk0p3 rootwait; " \
271                 "if ext2load mmc 0 0x44000000 uEnv.txt; then " \
272                         "echo Loaded environment from uEnv.txt; " \
273                         "env import -t 0x44000000 ${filesize}; " \
274                 "fi; " \
275                 "setenv bootargs console=${console} root=${root} ${extraargs}; " \
276                 "ext2load mmc 0 0x43000000 script.bin && " \
277                 "ext2load mmc 0 0x48000000 uImage && " \
278                 "bootm 0x48000000\0"
279 #else
280 #define BOOTCMD_SUNXI_COMPAT
281 #endif
282
283 #include <config_distro_bootcmd.h>
284
285 #ifdef CONFIG_USB_KEYBOARD
286 #define CONSOLE_STDIN_SETTINGS \
287         "stdin=serial,usbkbd\0"
288 #else
289 #define CONSOLE_STDIN_SETTINGS \
290         "stdin=serial\0"
291 #endif
292
293 #ifdef CONFIG_VIDEO
294 #define CONSOLE_STDOUT_SETTINGS \
295         "stdout=serial,vidconsole\0" \
296         "stderr=serial,vidconsole\0"
297 #else
298 #define CONSOLE_STDOUT_SETTINGS \
299         "stdout=serial\0" \
300         "stderr=serial\0"
301 #endif
302
303 #define PARTS_DEFAULT \
304         "name=loader1,start=8k,size=32k,uuid=${uuid_gpt_loader1};" \
305         "name=loader2,size=984k,uuid=${uuid_gpt_loader2};" \
306         "name=esp,size=128M,bootable,uuid=${uuid_gpt_esp};" \
307         "name=system,size=-,uuid=${uuid_gpt_system};"
308
309 #define UUID_GPT_ESP "c12a7328-f81f-11d2-ba4b-00a0c93ec93b"
310
311 #ifdef CONFIG_ARM64
312 #define UUID_GPT_SYSTEM "b921b045-1df0-41c3-af44-4c6f280d3fae"
313 #else
314 #define UUID_GPT_SYSTEM "69dad710-2ce4-4e3c-b16c-21a1d49abed3"
315 #endif
316
317 #define CONSOLE_ENV_SETTINGS \
318         CONSOLE_STDIN_SETTINGS \
319         CONSOLE_STDOUT_SETTINGS
320
321 #ifdef CONFIG_ARM64
322 #define FDTFILE "allwinner/" CONFIG_DEFAULT_DEVICE_TREE ".dtb"
323 #else
324 #define FDTFILE CONFIG_DEFAULT_DEVICE_TREE ".dtb"
325 #endif
326
327 #define CONFIG_EXTRA_ENV_SETTINGS \
328         CONSOLE_ENV_SETTINGS \
329         MEM_LAYOUT_ENV_SETTINGS \
330         MEM_LAYOUT_ENV_EXTRA_SETTINGS \
331         DFU_ALT_INFO_RAM \
332         "fdtfile=" FDTFILE "\0" \
333         "console=ttyS0,115200\0" \
334         "uuid_gpt_esp=" UUID_GPT_ESP "\0" \
335         "uuid_gpt_system=" UUID_GPT_SYSTEM "\0" \
336         "partitions=" PARTS_DEFAULT "\0" \
337         BOOTCMD_SUNXI_COMPAT \
338         BOOTENV
339
340 #endif /* _SUNXI_COMMON_CONFIG_H */