Merge branch '2021-08-30-kconfig-migrations-part1' into next
[platform/kernel/u-boot.git] / include / configs / trats.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2011 Samsung Electronics
4  * Heungjun Kim <riverful.kim@samsung.com>
5  *
6  * Configuation settings for the SAMSUNG TRATS (EXYNOS4210) board.
7  */
8
9 #ifndef __CONFIG_TRATS_H
10 #define __CONFIG_TRATS_H
11
12 #include <configs/exynos4-common.h>
13
14 #define CONFIG_TRATS
15
16 #define CONFIG_TIZEN                    /* TIZEN lib */
17
18 #define CONFIG_SYS_L2CACHE_OFF
19 #ifndef CONFIG_SYS_L2CACHE_OFF
20 #define CONFIG_SYS_L2_PL310
21 #define CONFIG_SYS_PL310_BASE   0x10502000
22 #endif
23
24 /* TRATS has 4 banks of DRAM */
25 #define CONFIG_SYS_SDRAM_BASE           0x40000000
26 #define PHYS_SDRAM_1                    CONFIG_SYS_SDRAM_BASE
27 #define SDRAM_BANK_SIZE                 (256 << 20)     /* 256 MB */
28
29 /* memtest works on */
30 #define CONFIG_SYS_LOAD_ADDR            (CONFIG_SYS_SDRAM_BASE + 0x4800000)
31
32 #define CONFIG_MACH_TYPE                MACH_TYPE_TRATS
33
34 #define CONFIG_BOOTCOMMAND              "run autoboot"
35
36 #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_LOAD_ADDR \
37                                         - GENERATED_GBL_DATA_SIZE)
38
39 #define CONFIG_SYS_MEM_TOP_HIDE (1 << 20)       /* ram console */
40
41 #define CONFIG_SYS_MONITOR_BASE 0x00000000
42
43 /* Tizen - partitions definitions */
44 #define PARTS_CSA               "csa-mmc"
45 #define PARTS_BOOT              "boot"
46 #define PARTS_QBOOT             "qboot"
47 #define PARTS_CSC               "csc"
48 #define PARTS_ROOT              "platform"
49 #define PARTS_DATA              "data"
50 #define PARTS_UMS               "ums"
51
52 #define PARTS_DEFAULT \
53         "uuid_disk=${uuid_gpt_disk};" \
54         "name="PARTS_CSA",start=5MiB,size=8MiB,uuid=${uuid_gpt_"PARTS_CSA"};" \
55         "name="PARTS_BOOT",size=60MiB,uuid=${uuid_gpt_"PARTS_BOOT"};" \
56         "name="PARTS_QBOOT",size=100MiB,uuid=${uuid_gpt_"PARTS_QBOOT"};" \
57         "name="PARTS_CSC",size=150MiB,uuid=${uuid_gpt_"PARTS_CSC"};" \
58         "name="PARTS_ROOT",size=1536MiB,uuid=${uuid_gpt_"PARTS_ROOT"};" \
59         "name="PARTS_DATA",size=3000MiB,uuid=${uuid_gpt_"PARTS_DATA"};" \
60         "name="PARTS_UMS",size=-,uuid=${uuid_gpt_"PARTS_UMS"}\0" \
61
62 #define CONFIG_DFU_ALT \
63         "u-boot raw 0x80 0x400;" \
64         "/uImage ext4 0 2;" \
65         "/modem.bin ext4 0 2;" \
66         "/exynos4210-trats.dtb ext4 0 2;" \
67         ""PARTS_CSA" part 0 1;" \
68         ""PARTS_BOOT" part 0 2;" \
69         ""PARTS_QBOOT" part 0 3;" \
70         ""PARTS_CSC" part 0 4;" \
71         ""PARTS_ROOT" part 0 5;" \
72         ""PARTS_DATA" part 0 6;" \
73         ""PARTS_UMS" part 0 7;" \
74         "params.bin raw 0x38 0x8;" \
75         "/Image.itb ext4 0 2\0"
76
77 #define CONFIG_EXTRA_ENV_SETTINGS \
78         "bootk=" \
79                 "run loaduimage;" \
80                 "if run loaddtb; then " \
81                         "bootm 0x40007FC0 - ${fdtaddr};" \
82                 "fi;" \
83                 "bootm 0x40007FC0;\0" \
84         "updatebackup=" \
85                 "mmc dev 0 2; mmc write 0 0x42100000 0 0x200;" \
86                 "mmc dev 0 0\0" \
87         "updatebootb=" \
88                 "mmc read 0 0x42100000 0x80 0x200; run updatebackup\0" \
89         "lpj=lpj=3981312\0" \
90         "nfsboot=" \
91                 "setenv bootargs root=/dev/nfs rw " \
92                 "nfsroot=${nfsroot},nolock,tcp " \
93                 "ip=${ipaddr}:${serverip}:${gatewayip}:" \
94                 "${netmask}:generic:usb0:off ${console} ${meminfo}" \
95                 "; run bootk\0" \
96         "ramfsboot=" \
97                 "setenv bootargs root=/dev/ram0 rw rootfstype=ext2 " \
98                 "${console} ${meminfo} " \
99                 "initrd=0x43000000,8M ramdisk=8192\0" \
100         "mmcboot=" \
101                 "setenv bootargs root=/dev/mmcblk${mmcdev}p${mmcrootpart} " \
102                 "${lpj} rootwait ${console} ${meminfo} ${opts} ${lcdinfo}; " \
103                 "run bootk\0" \
104         "bootchart=setenv opts init=/sbin/bootchartd; run bootcmd\0" \
105         "boottrace=setenv opts initcall_debug; run bootcmd\0" \
106         "mmcoops=mmc read 0 0x40000000 0x40 8; md 0x40000000 0x400\0" \
107         "verify=n\0" \
108         "rootfstype=ext4\0" \
109         "console=console=ttySAC2,115200n8\0" \
110         "meminfo=crashkernel=32M@0x50000000\0" \
111         "nfsroot=/nfsroot/arm\0" \
112         "bootblock=10\0" \
113         "loaduimage=ext4load mmc ${mmcdev}:${mmcbootpart} 0x40007FC0 uImage\0" \
114         "loaddtb=ext4load mmc ${mmcdev}:${mmcbootpart} ${fdtaddr} " \
115                 "${fdtfile}\0" \
116         "mmcdev=0\0" \
117         "mmcbootpart=2\0" \
118         "mmcrootpart=5\0" \
119         "opts=always_resume=1\0" \
120         "partitions=" PARTS_DEFAULT \
121         "dfu_alt_info=" CONFIG_DFU_ALT \
122         "spladdr=0x40000100\0" \
123         "splsize=0x200\0" \
124         "splfile=falcon.bin\0" \
125         "spl_export=" \
126                    "setexpr spl_imgsize ${splsize} + 8 ;" \
127                    "setenv spl_imgsize 0x${spl_imgsize};" \
128                    "setexpr spl_imgaddr ${spladdr} - 8 ;" \
129                    "setexpr spl_addr_tmp ${spladdr} - 4 ;" \
130                    "mw.b ${spl_imgaddr} 0x00 ${spl_imgsize};run loaduimage;" \
131                    "setenv bootargs root=/dev/mmcblk${mmcdev}p${mmcrootpart} " \
132                    "${lpj} rootwait ${console} ${meminfo} ${opts} ${lcdinfo};" \
133                    "spl export atags 0x40007FC0;" \
134                    "crc32 ${spladdr} ${splsize} ${spl_imgaddr};" \
135                    "mw.l ${spl_addr_tmp} ${splsize};" \
136                    "ext4write mmc ${mmcdev}:${mmcbootpart}" \
137                    " /${splfile} ${spl_imgaddr} ${spl_imgsize};" \
138                    "setenv spl_imgsize;" \
139                    "setenv spl_imgaddr;" \
140                    "setenv spl_addr_tmp;\0" \
141         ENV_ITB \
142         "fdtaddr=40800000\0" \
143
144 /* Falcon mode definitions */
145 #define CONFIG_SYS_SPL_ARGS_ADDR        CONFIG_SYS_SDRAM_BASE + 0x100
146
147 /* GPT */
148
149 /* Security subsystem - enable hw_rand() */
150 #define CONFIG_EXYNOS_ACE_SHA
151
152 /* Common misc for Samsung */
153 #define CONFIG_MISC_COMMON
154
155 /* Download menu - Samsung common */
156 #define CONFIG_LCD_MENU
157
158 /* Download menu - definitions for check keys */
159 #ifndef __ASSEMBLY__
160
161 #define KEY_PWR_PMIC_NAME               "MAX8997_PMIC"
162 #define KEY_PWR_STATUS_REG              MAX8997_REG_STATUS1
163 #define KEY_PWR_STATUS_MASK             (1 << 0)
164 #define KEY_PWR_INTERRUPT_REG           MAX8997_REG_INT1
165 #define KEY_PWR_INTERRUPT_MASK          (1 << 0)
166
167 #define KEY_VOL_UP_GPIO                 EXYNOS4_GPIO_X20
168 #define KEY_VOL_DOWN_GPIO               EXYNOS4_GPIO_X21
169 #endif /* __ASSEMBLY__ */
170
171 /* LCD console */
172 #define LCD_BPP                 LCD_COLOR16
173
174 /* LCD */
175 #define CONFIG_FB_ADDR          0x52504000
176 #define CONFIG_EXYNOS_MIPI_DSIM
177 #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE  ((500 * 160 * 4) + 54)
178
179 #endif  /* __CONFIG_H */