Merge branch '2020-05-07-more-kconfig-migrations'
[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 /* select serial console configuration */
33
34 #define CONFIG_MACH_TYPE                MACH_TYPE_TRATS
35
36 #define CONFIG_BOOTCOMMAND              "run autoboot"
37 #define CONFIG_DEFAULT_CONSOLE          "console=ttySAC2,115200n8\0"
38
39 #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_LOAD_ADDR \
40                                         - GENERATED_GBL_DATA_SIZE)
41
42 #define CONFIG_SYS_MEM_TOP_HIDE (1 << 20)       /* ram console */
43
44 #define CONFIG_SYS_MONITOR_BASE 0x00000000
45
46 #define CONFIG_BOOTBLOCK                "10"
47 #define CONFIG_ENV_COMMON_BOOT          "${console} ${meminfo}"
48
49 #define CONFIG_SYS_MMC_ENV_DEV          CONFIG_MMC_DEFAULT_DEV
50
51 #define CONFIG_ENV_OVERWRITE
52
53 /* Tizen - partitions definitions */
54 #define PARTS_CSA               "csa-mmc"
55 #define PARTS_BOOT              "boot"
56 #define PARTS_QBOOT             "qboot"
57 #define PARTS_CSC               "csc"
58 #define PARTS_ROOT              "platform"
59 #define PARTS_DATA              "data"
60 #define PARTS_UMS               "ums"
61
62 #define PARTS_DEFAULT \
63         "uuid_disk=${uuid_gpt_disk};" \
64         "name="PARTS_CSA",start=5MiB,size=8MiB,uuid=${uuid_gpt_"PARTS_CSA"};" \
65         "name="PARTS_BOOT",size=60MiB,uuid=${uuid_gpt_"PARTS_BOOT"};" \
66         "name="PARTS_QBOOT",size=100MiB,uuid=${uuid_gpt_"PARTS_QBOOT"};" \
67         "name="PARTS_CSC",size=150MiB,uuid=${uuid_gpt_"PARTS_CSC"};" \
68         "name="PARTS_ROOT",size=1536MiB,uuid=${uuid_gpt_"PARTS_ROOT"};" \
69         "name="PARTS_DATA",size=3000MiB,uuid=${uuid_gpt_"PARTS_DATA"};" \
70         "name="PARTS_UMS",size=-,uuid=${uuid_gpt_"PARTS_UMS"}\0" \
71
72 #define CONFIG_DFU_ALT \
73         "u-boot raw 0x80 0x400;" \
74         "/uImage ext4 0 2;" \
75         "/modem.bin ext4 0 2;" \
76         "/exynos4210-trats.dtb ext4 0 2;" \
77         ""PARTS_CSA" part 0 1;" \
78         ""PARTS_BOOT" part 0 2;" \
79         ""PARTS_QBOOT" part 0 3;" \
80         ""PARTS_CSC" part 0 4;" \
81         ""PARTS_ROOT" part 0 5;" \
82         ""PARTS_DATA" part 0 6;" \
83         ""PARTS_UMS" part 0 7;" \
84         "params.bin raw 0x38 0x8;" \
85         "/Image.itb ext4 0 2\0"
86
87 #define CONFIG_EXTRA_ENV_SETTINGS \
88         "bootk=" \
89                 "run loaduimage;" \
90                 "if run loaddtb; then " \
91                         "bootm 0x40007FC0 - ${fdtaddr};" \
92                 "fi;" \
93                 "bootm 0x40007FC0;\0" \
94         "updatebackup=" \
95                 "mmc dev 0 2; mmc write 0 0x42100000 0 0x200;" \
96                 "mmc dev 0 0\0" \
97         "updatebootb=" \
98                 "mmc read 0 0x42100000 0x80 0x200; run updatebackup\0" \
99         "lpj=lpj=3981312\0" \
100         "nfsboot=" \
101                 "setenv bootargs root=/dev/nfs rw " \
102                 "nfsroot=${nfsroot},nolock,tcp " \
103                 "ip=${ipaddr}:${serverip}:${gatewayip}:" \
104                 "${netmask}:generic:usb0:off " CONFIG_ENV_COMMON_BOOT \
105                 "; run bootk\0" \
106         "ramfsboot=" \
107                 "setenv bootargs root=/dev/ram0 rw rootfstype=ext2 " \
108                 "${console} ${meminfo} " \
109                 "initrd=0x43000000,8M ramdisk=8192\0" \
110         "mmcboot=" \
111                 "setenv bootargs root=/dev/mmcblk${mmcdev}p${mmcrootpart} " \
112                 "${lpj} rootwait ${console} ${meminfo} ${opts} ${lcdinfo}; " \
113                 "run bootk\0" \
114         "bootchart=setenv opts init=/sbin/bootchartd; run bootcmd\0" \
115         "boottrace=setenv opts initcall_debug; run bootcmd\0" \
116         "mmcoops=mmc read 0 0x40000000 0x40 8; md 0x40000000 0x400\0" \
117         "verify=n\0" \
118         "rootfstype=ext4\0" \
119         "console=" CONFIG_DEFAULT_CONSOLE \
120         "meminfo=crashkernel=32M@0x50000000\0" \
121         "nfsroot=/nfsroot/arm\0" \
122         "bootblock=" CONFIG_BOOTBLOCK "\0" \
123         "loaduimage=ext4load mmc ${mmcdev}:${mmcbootpart} 0x40007FC0 uImage\0" \
124         "loaddtb=ext4load mmc ${mmcdev}:${mmcbootpart} ${fdtaddr} " \
125                 "${fdtfile}\0" \
126         "mmcdev=0\0" \
127         "mmcbootpart=2\0" \
128         "mmcrootpart=5\0" \
129         "opts=always_resume=1\0" \
130         "partitions=" PARTS_DEFAULT \
131         "dfu_alt_info=" CONFIG_DFU_ALT \
132         "spladdr=0x40000100\0" \
133         "splsize=0x200\0" \
134         "splfile=falcon.bin\0" \
135         "spl_export=" \
136                    "setexpr spl_imgsize ${splsize} + 8 ;" \
137                    "setenv spl_imgsize 0x${spl_imgsize};" \
138                    "setexpr spl_imgaddr ${spladdr} - 8 ;" \
139                    "setexpr spl_addr_tmp ${spladdr} - 4 ;" \
140                    "mw.b ${spl_imgaddr} 0x00 ${spl_imgsize};run loaduimage;" \
141                    "setenv bootargs root=/dev/mmcblk${mmcdev}p${mmcrootpart} " \
142                    "${lpj} rootwait ${console} ${meminfo} ${opts} ${lcdinfo};" \
143                    "spl export atags 0x40007FC0;" \
144                    "crc32 ${spladdr} ${splsize} ${spl_imgaddr};" \
145                    "mw.l ${spl_addr_tmp} ${splsize};" \
146                    "ext4write mmc ${mmcdev}:${mmcbootpart}" \
147                    " /${splfile} ${spl_imgaddr} ${spl_imgsize};" \
148                    "setenv spl_imgsize;" \
149                    "setenv spl_imgaddr;" \
150                    "setenv spl_addr_tmp;\0" \
151         CONFIG_EXTRA_ENV_ITB \
152         "fdtaddr=40800000\0" \
153
154 /* Falcon mode definitions */
155 #define CONFIG_SYS_SPL_ARGS_ADDR        CONFIG_SYS_SDRAM_BASE + 0x100
156
157 /* GPT */
158
159 /* Security subsystem - enable hw_rand() */
160 #define CONFIG_EXYNOS_ACE_SHA
161
162 /* Common misc for Samsung */
163 #define CONFIG_MISC_COMMON
164
165 /* Download menu - Samsung common */
166 #define CONFIG_LCD_MENU
167
168 /* Download menu - definitions for check keys */
169 #ifndef __ASSEMBLY__
170
171 #define KEY_PWR_PMIC_NAME               "MAX8997_PMIC"
172 #define KEY_PWR_STATUS_REG              MAX8997_REG_STATUS1
173 #define KEY_PWR_STATUS_MASK             (1 << 0)
174 #define KEY_PWR_INTERRUPT_REG           MAX8997_REG_INT1
175 #define KEY_PWR_INTERRUPT_MASK          (1 << 0)
176
177 #define KEY_VOL_UP_GPIO                 EXYNOS4_GPIO_X20
178 #define KEY_VOL_DOWN_GPIO               EXYNOS4_GPIO_X21
179 #endif /* __ASSEMBLY__ */
180
181 /* LCD console */
182 #define LCD_BPP                 LCD_COLOR16
183
184 /* LCD */
185 #define CONFIG_BMP_16BPP
186 #define CONFIG_FB_ADDR          0x52504000
187 #define CONFIG_EXYNOS_MIPI_DSIM
188 #define CONFIG_VIDEO_BMP_GZIP
189 #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE  ((500 * 160 * 4) + 54)
190
191 #endif  /* __CONFIG_H */