blob: a44792d857644ca6b7cc2767f3a32dedd8e04ea9 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
HeungJun, Kim89f95492012-01-16 21:13:05 +00002/*
3 * Copyright (C) 2011 Samsung Electronics
4 * Heungjun Kim <riverful.kim@samsung.com>
5 *
6 * Configuation settings for the SAMSUNG TRATS (EXYNOS4210) board.
HeungJun, Kim89f95492012-01-16 21:13:05 +00007 */
8
Piotr Wilczekfe601642014-03-07 14:59:48 +01009#ifndef __CONFIG_TRATS_H
10#define __CONFIG_TRATS_H
HeungJun, Kim89f95492012-01-16 21:13:05 +000011
Simon Glass4c7bb1d2014-10-07 22:01:44 -060012#include <configs/exynos4-common.h>
HeungJun, Kim89f95492012-01-16 21:13:05 +000013
Piotr Wilczekfe601642014-03-07 14:59:48 +010014#define CONFIG_TRATS
15
Piotr Wilczekfe601642014-03-07 14:59:48 +010016#define CONFIG_TIZEN /* TIZEN lib */
HeungJun, Kim89f95492012-01-16 21:13:05 +000017
Łukasz Majewskic4e96db2014-01-14 08:02:26 +010018#define CONFIG_SYS_L2CACHE_OFF
Łukasz Majewskid0460b02012-08-07 05:42:14 +000019#ifndef CONFIG_SYS_L2CACHE_OFF
20#define CONFIG_SYS_L2_PL310
21#define CONFIG_SYS_PL310_BASE 0x10502000
22#endif
HeungJun, Kim89f95492012-01-16 21:13:05 +000023
Piotr Wilczekfe601642014-03-07 14:59:48 +010024/* TRATS has 4 banks of DRAM */
HeungJun, Kim89f95492012-01-16 21:13:05 +000025#define CONFIG_SYS_SDRAM_BASE 0x40000000
Piotr Wilczekfe601642014-03-07 14:59:48 +010026#define PHYS_SDRAM_1 CONFIG_SYS_SDRAM_BASE
Piotr Wilczekfe601642014-03-07 14:59:48 +010027#define SDRAM_BANK_SIZE (256 << 20) /* 256 MB */
HeungJun, Kim89f95492012-01-16 21:13:05 +000028
Piotr Wilczekfe601642014-03-07 14:59:48 +010029/* memtest works on */
Piotr Wilczekfe601642014-03-07 14:59:48 +010030#define CONFIG_SYS_LOAD_ADDR (CONFIG_SYS_SDRAM_BASE + 0x4800000)
HeungJun, Kim89f95492012-01-16 21:13:05 +000031
Piotr Wilczekfe601642014-03-07 14:59:48 +010032#define CONFIG_MACH_TYPE MACH_TYPE_TRATS
HeungJun, Kim89f95492012-01-16 21:13:05 +000033
Łukasz Majewski0a1387b2015-04-01 12:34:29 +020034#define CONFIG_BOOTCOMMAND "run autoboot"
HeungJun, Kim89f95492012-01-16 21:13:05 +000035
Piotr Wilczekfe601642014-03-07 14:59:48 +010036#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
HeungJun, Kim89f95492012-01-16 21:13:05 +000043#define CONFIG_BOOTBLOCK "10"
44#define CONFIG_ENV_COMMON_BOOT "${console} ${meminfo}"
45
Lukasz Majewski9960d9a2012-12-11 11:09:48 +010046/* Tizen - partitions definitions */
47#define PARTS_CSA "csa-mmc"
Lukasz Majewski9960d9a2012-12-11 11:09:48 +010048#define PARTS_BOOT "boot"
Przemyslaw Marczak18f3e0e2014-02-28 18:53:36 +010049#define PARTS_QBOOT "qboot"
50#define PARTS_CSC "csc"
Lukasz Majewski9960d9a2012-12-11 11:09:48 +010051#define PARTS_ROOT "platform"
52#define PARTS_DATA "data"
Lukasz Majewski9960d9a2012-12-11 11:09:48 +010053#define PARTS_UMS "ums"
54
55#define PARTS_DEFAULT \
56 "uuid_disk=${uuid_gpt_disk};" \
Przemyslaw Marczak18f3e0e2014-02-28 18:53:36 +010057 "name="PARTS_CSA",start=5MiB,size=8MiB,uuid=${uuid_gpt_"PARTS_CSA"};" \
58 "name="PARTS_BOOT",size=60MiB,uuid=${uuid_gpt_"PARTS_BOOT"};" \
59 "name="PARTS_QBOOT",size=100MiB,uuid=${uuid_gpt_"PARTS_QBOOT"};" \
Lukasz Majewski9960d9a2012-12-11 11:09:48 +010060 "name="PARTS_CSC",size=150MiB,uuid=${uuid_gpt_"PARTS_CSC"};" \
Przemyslaw Marczak18f3e0e2014-02-28 18:53:36 +010061 "name="PARTS_ROOT",size=1536MiB,uuid=${uuid_gpt_"PARTS_ROOT"};" \
62 "name="PARTS_DATA",size=3000MiB,uuid=${uuid_gpt_"PARTS_DATA"};" \
Lukasz Majewski9960d9a2012-12-11 11:09:48 +010063 "name="PARTS_UMS",size=-,uuid=${uuid_gpt_"PARTS_UMS"}\0" \
64
Lukasz Majewski93a1ab52012-08-06 14:41:11 +020065#define CONFIG_DFU_ALT \
Mateusz Zalegab7d42592014-04-28 21:13:25 +020066 "u-boot raw 0x80 0x400;" \
Łukasz Majewskidcb7eb62014-07-22 10:17:06 +020067 "/uImage ext4 0 2;" \
68 "/modem.bin ext4 0 2;" \
69 "/exynos4210-trats.dtb ext4 0 2;" \
Przemyslaw Marczak18f3e0e2014-02-28 18:53:36 +010070 ""PARTS_CSA" part 0 1;" \
Łukasz Majewskicdd15bc2014-01-14 08:02:24 +010071 ""PARTS_BOOT" part 0 2;" \
Przemyslaw Marczak18f3e0e2014-02-28 18:53:36 +010072 ""PARTS_QBOOT" part 0 3;" \
73 ""PARTS_CSC" part 0 4;" \
Łukasz Majewskicdd15bc2014-01-14 08:02:24 +010074 ""PARTS_ROOT" part 0 5;" \
75 ""PARTS_DATA" part 0 6;" \
Przemyslaw Marczaka0afc6f2014-01-22 12:02:47 +010076 ""PARTS_UMS" part 0 7;" \
Łukasz Majewski0a1387b2015-04-01 12:34:29 +020077 "params.bin raw 0x38 0x8;" \
78 "/Image.itb ext4 0 2\0"
Lukasz Majewski93a1ab52012-08-06 14:41:11 +020079
HeungJun, Kim89f95492012-01-16 21:13:05 +000080#define CONFIG_EXTRA_ENV_SETTINGS \
81 "bootk=" \
Piotr Wilczek425e26d2014-01-22 15:54:37 +010082 "run loaduimage;" \
83 "if run loaddtb; then " \
84 "bootm 0x40007FC0 - ${fdtaddr};" \
85 "fi;" \
86 "bootm 0x40007FC0;\0" \
HeungJun, Kim89f95492012-01-16 21:13:05 +000087 "updatebackup=" \
Jaehoon Chung188c42b2014-04-30 09:09:15 +090088 "mmc dev 0 2; mmc write 0 0x42100000 0 0x200;" \
89 "mmc dev 0 0\0" \
HeungJun, Kim89f95492012-01-16 21:13:05 +000090 "updatebootb=" \
91 "mmc read 0 0x42100000 0x80 0x200; run updatebackup\0" \
92 "lpj=lpj=3981312\0" \
93 "nfsboot=" \
Łukasz Majewski35777e22013-01-02 06:06:02 +000094 "setenv bootargs root=/dev/nfs rw " \
HeungJun, Kim89f95492012-01-16 21:13:05 +000095 "nfsroot=${nfsroot},nolock,tcp " \
96 "ip=${ipaddr}:${serverip}:${gatewayip}:" \
97 "${netmask}:generic:usb0:off " CONFIG_ENV_COMMON_BOOT \
98 "; run bootk\0" \
99 "ramfsboot=" \
Łukasz Majewski35777e22013-01-02 06:06:02 +0000100 "setenv bootargs root=/dev/ram0 rw rootfstype=ext2 " \
HeungJun, Kim89f95492012-01-16 21:13:05 +0000101 "${console} ${meminfo} " \
102 "initrd=0x43000000,8M ramdisk=8192\0" \
103 "mmcboot=" \
Łukasz Majewski35777e22013-01-02 06:06:02 +0000104 "setenv bootargs root=/dev/mmcblk${mmcdev}p${mmcrootpart} " \
HeungJun, Kim89f95492012-01-16 21:13:05 +0000105 "${lpj} rootwait ${console} ${meminfo} ${opts} ${lcdinfo}; " \
Piotr Wilczek425e26d2014-01-22 15:54:37 +0100106 "run bootk\0" \
Łukasz Majewski35777e22013-01-02 06:06:02 +0000107 "bootchart=setenv opts init=/sbin/bootchartd; run bootcmd\0" \
HeungJun, Kim89f95492012-01-16 21:13:05 +0000108 "boottrace=setenv opts initcall_debug; run bootcmd\0" \
109 "mmcoops=mmc read 0 0x40000000 0x40 8; md 0x40000000 0x400\0" \
110 "verify=n\0" \
111 "rootfstype=ext4\0" \
Andre Heider9c042652020-09-17 08:52:01 +0200112 "console=console=ttySAC2,115200n8\0" \
HeungJun, Kim89f95492012-01-16 21:13:05 +0000113 "meminfo=crashkernel=32M@0x50000000\0" \
114 "nfsroot=/nfsroot/arm\0" \
115 "bootblock=" CONFIG_BOOTBLOCK "\0" \
Łukasz Majewski35777e22013-01-02 06:06:02 +0000116 "loaduimage=ext4load mmc ${mmcdev}:${mmcbootpart} 0x40007FC0 uImage\0" \
Łukasz Majewski4ef400b2013-07-18 13:14:22 +0200117 "loaddtb=ext4load mmc ${mmcdev}:${mmcbootpart} ${fdtaddr} " \
Arkadiusz Wlodarczykba223bb2013-04-02 15:10:16 +0200118 "${fdtfile}\0" \
HeungJun, Kim89f95492012-01-16 21:13:05 +0000119 "mmcdev=0\0" \
120 "mmcbootpart=2\0" \
Łukasz Majewski35777e22013-01-02 06:06:02 +0000121 "mmcrootpart=5\0" \
Lukasz Majewski93a1ab52012-08-06 14:41:11 +0200122 "opts=always_resume=1\0" \
Lukasz Majewski9960d9a2012-12-11 11:09:48 +0100123 "partitions=" PARTS_DEFAULT \
Łukasz Majewski35777e22013-01-02 06:06:02 +0000124 "dfu_alt_info=" CONFIG_DFU_ALT \
125 "spladdr=0x40000100\0" \
126 "splsize=0x200\0" \
127 "splfile=falcon.bin\0" \
128 "spl_export=" \
129 "setexpr spl_imgsize ${splsize} + 8 ;" \
Przemyslaw Marczakdc993a62013-03-12 03:41:49 +0000130 "setenv spl_imgsize 0x${spl_imgsize};" \
Łukasz Majewski35777e22013-01-02 06:06:02 +0000131 "setexpr spl_imgaddr ${spladdr} - 8 ;" \
132 "setexpr spl_addr_tmp ${spladdr} - 4 ;" \
133 "mw.b ${spl_imgaddr} 0x00 ${spl_imgsize};run loaduimage;" \
134 "setenv bootargs root=/dev/mmcblk${mmcdev}p${mmcrootpart} " \
135 "${lpj} rootwait ${console} ${meminfo} ${opts} ${lcdinfo};" \
136 "spl export atags 0x40007FC0;" \
137 "crc32 ${spladdr} ${splsize} ${spl_imgaddr};" \
138 "mw.l ${spl_addr_tmp} ${splsize};" \
139 "ext4write mmc ${mmcdev}:${mmcbootpart}" \
140 " /${splfile} ${spl_imgaddr} ${spl_imgsize};" \
141 "setenv spl_imgsize;" \
142 "setenv spl_imgaddr;" \
Arkadiusz Wlodarczykba223bb2013-04-02 15:10:16 +0200143 "setenv spl_addr_tmp;\0" \
Łukasz Majewski0a1387b2015-04-01 12:34:29 +0200144 CONFIG_EXTRA_ENV_ITB \
Arkadiusz Wlodarczykba223bb2013-04-02 15:10:16 +0200145 "fdtaddr=40800000\0" \
Arkadiusz Wlodarczykba223bb2013-04-02 15:10:16 +0200146
Łukasz Majewski35777e22013-01-02 06:06:02 +0000147/* Falcon mode definitions */
Piotr Wilczekfe601642014-03-07 14:59:48 +0100148#define CONFIG_SYS_SPL_ARGS_ADDR CONFIG_SYS_SDRAM_BASE + 0x100
HeungJun, Kim89f95492012-01-16 21:13:05 +0000149
Lukasz Majewski9960d9a2012-12-11 11:09:48 +0100150/* GPT */
Lukasz Majewski9960d9a2012-12-11 11:09:48 +0100151
Przemyslaw Marczake0021702014-03-25 10:58:22 +0100152/* Security subsystem - enable hw_rand() */
153#define CONFIG_EXYNOS_ACE_SHA
Przemyslaw Marczake0021702014-03-25 10:58:22 +0100154
Przemyslaw Marczak679549d2014-01-22 11:24:12 +0100155/* Common misc for Samsung */
156#define CONFIG_MISC_COMMON
157
Przemyslaw Marczak00e64ab2014-01-22 11:24:18 +0100158/* Download menu - Samsung common */
159#define CONFIG_LCD_MENU
Przemyslaw Marczak00e64ab2014-01-22 11:24:18 +0100160
161/* Download menu - definitions for check keys */
162#ifndef __ASSEMBLY__
Przemyslaw Marczak00e64ab2014-01-22 11:24:18 +0100163
164#define KEY_PWR_PMIC_NAME "MAX8997_PMIC"
165#define KEY_PWR_STATUS_REG MAX8997_REG_STATUS1
166#define KEY_PWR_STATUS_MASK (1 << 0)
167#define KEY_PWR_INTERRUPT_REG MAX8997_REG_INT1
168#define KEY_PWR_INTERRUPT_MASK (1 << 0)
169
Akshay Saraswat9b97b722014-05-13 10:30:15 +0530170#define KEY_VOL_UP_GPIO EXYNOS4_GPIO_X20
171#define KEY_VOL_DOWN_GPIO EXYNOS4_GPIO_X21
Przemyslaw Marczak00e64ab2014-01-22 11:24:18 +0100172#endif /* __ASSEMBLY__ */
173
174/* LCD console */
175#define LCD_BPP LCD_COLOR16
Przemyslaw Marczak00e64ab2014-01-22 11:24:18 +0100176
Donghwa Lee51b1cd62012-04-05 19:36:27 +0000177/* LCD */
Donghwa Lee51b1cd62012-04-05 19:36:27 +0000178#define CONFIG_FB_ADDR 0x52504000
Donghwa Lee51b1cd62012-04-05 19:36:27 +0000179#define CONFIG_EXYNOS_MIPI_DSIM
Przemyslaw Marczak903afe12013-11-29 18:30:43 +0100180#define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE ((500 * 160 * 4) + 54)
Donghwa Lee51b1cd62012-04-05 19:36:27 +0000181
HeungJun, Kim89f95492012-01-16 21:13:05 +0000182#endif /* __CONFIG_H */