Merge tag 'next-20220328' of https://source.denx.de/u-boot/custodians/u-boot-video...
[platform/kernel/u-boot.git] / include / configs / trats2.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2013 Samsung Electronics
4  * Sanghee Kim <sh0130.kim@samsung.com>
5  * Piotr Wilczek <p.wilczek@samsung.com>
6  *
7  * Configuation settings for the SAMSUNG TRATS2 (EXYNOS4412) board.
8  */
9
10 #ifndef __CONFIG_TRATS2_H
11 #define __CONFIG_TRATS2_H
12
13 #include <configs/exynos4-common.h>
14
15 #define CONFIG_TIZEN                    /* TIZEN lib */
16
17 #ifndef CONFIG_SYS_L2CACHE_OFF
18 #define CONFIG_SYS_L2_PL310
19 #define CONFIG_SYS_PL310_BASE   0x10502000
20 #endif
21
22 /* TRATS2 has 4 banks of DRAM */
23 #define CONFIG_SYS_SDRAM_BASE           0x40000000
24 #define PHYS_SDRAM_1                    CONFIG_SYS_SDRAM_BASE
25 #define SDRAM_BANK_SIZE                 (256 << 20)     /* 256 MB */
26
27 #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_LOAD_ADDR \
28                                         - GENERATED_GBL_DATA_SIZE)
29
30 #define CONFIG_SYS_MEM_TOP_HIDE (1 << 20)       /* ram console */
31
32 #define CONFIG_SYS_MONITOR_BASE 0x00000000
33
34 /* Tizen - partitions definitions */
35 #define PARTS_CSA               "csa-mmc"
36 #define PARTS_BOOT              "boot"
37 #define PARTS_QBOOT             "qboot"
38 #define PARTS_CSC               "csc"
39 #define PARTS_ROOT              "platform"
40 #define PARTS_DATA              "data"
41 #define PARTS_UMS               "ums"
42
43 #define PARTS_DEFAULT \
44         "uuid_disk=${uuid_gpt_disk};" \
45         "name="PARTS_CSA",start=5MiB,size=8MiB,uuid=${uuid_gpt_"PARTS_CSA"};" \
46         "name="PARTS_BOOT",size=60MiB,uuid=${uuid_gpt_"PARTS_BOOT"};" \
47         "name="PARTS_QBOOT",size=100MiB,uuid=${uuid_gpt_"PARTS_QBOOT"};" \
48         "name="PARTS_CSC",size=150MiB,uuid=${uuid_gpt_"PARTS_CSC"};" \
49         "name="PARTS_ROOT",size=1536MiB,uuid=${uuid_gpt_"PARTS_ROOT"};" \
50         "name="PARTS_DATA",size=3000MiB,uuid=${uuid_gpt_"PARTS_DATA"};" \
51         "name="PARTS_UMS",size=-,uuid=${uuid_gpt_"PARTS_UMS"}\0" \
52
53 #define CONFIG_DFU_ALT \
54         "u-boot raw 0x80 0x800;" \
55         "/uImage ext4 0 2;" \
56         "/modem.bin ext4 0 2;" \
57         "/exynos4412-trats2.dtb ext4 0 2;" \
58         ""PARTS_CSA" part 0 1;" \
59         ""PARTS_BOOT" part 0 2;" \
60         ""PARTS_QBOOT" part 0 3;" \
61         ""PARTS_CSC" part 0 4;" \
62         ""PARTS_ROOT" part 0 5;" \
63         ""PARTS_DATA" part 0 6;" \
64         ""PARTS_UMS" part 0 7;" \
65         "params.bin raw 0x38 0x8;" \
66         "/Image.itb ext4 0 2\0"
67
68 #define CONFIG_EXTRA_ENV_SETTINGS \
69         "bootk=" \
70                 "run loaduimage;" \
71                 "if run loaddtb; then " \
72                         "bootm 0x40007FC0 - ${fdtaddr};" \
73                 "fi;" \
74                 "bootm 0x40007FC0;\0" \
75         "updatebackup=" \
76                 "mmc dev 0 2; mmc write 0x51000000 0 0x800;" \
77                 " mmc dev 0 0\0" \
78         "updatebootb=" \
79                 "mmc read 0x51000000 0x80 0x800; run updatebackup\0" \
80         "mmcboot=" \
81                 "setenv bootargs root=/dev/mmcblk${mmcdev}p${mmcrootpart} " \
82                 "${lpj} rootwait ${console} ${meminfo} ${opts} ${lcdinfo}; " \
83                 "run bootk\0" \
84         "bootchart=set opts init=/sbin/bootchartd; run bootcmd\0" \
85         "boottrace=setenv opts initcall_debug; run bootcmd\0" \
86         "verify=n\0" \
87         "rootfstype=ext4\0" \
88         "console=console=ttySAC2,115200n8\0" \
89         "kernelname=uImage\0" \
90         "loaduimage=ext4load mmc ${mmcdev}:${mmcbootpart} 0x40007FC0 " \
91                 "${kernelname}\0" \
92         "loaddtb=ext4load mmc ${mmcdev}:${mmcbootpart} ${fdtaddr} " \
93                 "${fdtfile}\0" \
94         "mmcdev=" __stringify(CONFIG_MMC_DEFAULT_DEV) "\0" \
95         "mmcbootpart=2\0" \
96         "mmcrootpart=5\0" \
97         "opts=always_resume=1\0" \
98         "partitions=" PARTS_DEFAULT \
99         "dfu_alt_info=" CONFIG_DFU_ALT \
100         "uartpath=ap\0" \
101         "usbpath=ap\0" \
102         "consoleon=set console console=ttySAC2,115200n8; save; reset\0" \
103         "consoleoff=set console console=ram; save; reset\0" \
104         "spladdr=0x40000100\0" \
105         "splsize=0x200\0" \
106         "splfile=falcon.bin\0" \
107         "spl_export=" \
108                    "setexpr spl_imgsize ${splsize} + 8 ;" \
109                    "setenv spl_imgsize 0x${spl_imgsize};" \
110                    "setexpr spl_imgaddr ${spladdr} - 8 ;" \
111                    "setexpr spl_addr_tmp ${spladdr} - 4 ;" \
112                    "mw.b ${spl_imgaddr} 0x00 ${spl_imgsize};run loaduimage;" \
113                    "setenv bootargs root=/dev/mmcblk${mmcdev}p${mmcrootpart} " \
114                    "${lpj} rootwait ${console} ${meminfo} ${opts} ${lcdinfo};" \
115                    "spl export atags 0x40007FC0;" \
116                    "crc32 ${spladdr} ${splsize} ${spl_imgaddr};" \
117                    "mw.l ${spl_addr_tmp} ${splsize};" \
118                    "ext4write mmc ${mmcdev}:${mmcbootpart}" \
119                    " /${splfile} ${spl_imgaddr} ${spl_imgsize};" \
120                    "setenv spl_imgsize;" \
121                    "setenv spl_imgaddr;" \
122                    "setenv spl_addr_tmp;\0" \
123         ENV_ITB \
124         "fdtaddr=40800000\0" \
125
126 /* GPT */
127
128 /* Security subsystem - enable hw_rand() */
129 #define CONFIG_EXYNOS_ACE_SHA
130
131 /* Common misc for Samsung */
132 #define CONFIG_MISC_COMMON
133
134 /* Download menu - Samsung common */
135 #define CONFIG_LCD_MENU
136
137 /* Download menu - definitions for check keys */
138 #ifndef __ASSEMBLY__
139
140 #define KEY_PWR_PMIC_NAME               "MAX77686_PMIC"
141 #define KEY_PWR_STATUS_REG              MAX77686_REG_PMIC_STATUS1
142 #define KEY_PWR_STATUS_MASK             (1 << 0)
143 #define KEY_PWR_INTERRUPT_REG           MAX77686_REG_PMIC_INT1
144 #define KEY_PWR_INTERRUPT_MASK          (1 << 1)
145
146 #define KEY_VOL_UP_GPIO                 EXYNOS4X12_GPIO_X22
147 #define KEY_VOL_DOWN_GPIO               EXYNOS4X12_GPIO_X33
148 #endif /* __ASSEMBLY__ */
149
150 /* LCD console */
151 #define LCD_BPP                 LCD_COLOR16
152
153 /* LCD */
154 #define CONFIG_FB_ADDR          0x52504000
155 #define CONFIG_EXYNOS_MIPI_DSIM
156 #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE ((500 * 160 * 4) + 54)
157
158 #endif  /* __CONFIG_H */