1 /* 2 * Copyright (C) 2011 Samsung Electronics 3 * Heungjun Kim <riverful.kim@samsung.com> 4 * 5 * Configuation settings for the SAMSUNG TRATS (EXYNOS4210) board. 6 * 7 * SPDX-License-Identifier: GPL-2.0+ 8 */ 9 10 #ifndef __CONFIG_TRATS_H 11 #define __CONFIG_TRATS_H 12 13 #include <configs/exynos4-common.h> 14 15 #define CONFIG_TRATS 16 17 #define CONFIG_TIZEN /* TIZEN lib */ 18 19 #define CONFIG_SYS_L2CACHE_OFF 20 #ifndef CONFIG_SYS_L2CACHE_OFF 21 #define CONFIG_SYS_L2_PL310 22 #define CONFIG_SYS_PL310_BASE 0x10502000 23 #endif 24 25 /* TRATS has 4 banks of DRAM */ 26 #define CONFIG_NR_DRAM_BANKS 4 27 #define CONFIG_SYS_SDRAM_BASE 0x40000000 28 #define PHYS_SDRAM_1 CONFIG_SYS_SDRAM_BASE 29 #define CONFIG_SYS_TEXT_BASE 0x63300000 30 #define SDRAM_BANK_SIZE (256 << 20) /* 256 MB */ 31 32 /* memtest works on */ 33 #define CONFIG_SYS_MEMTEST_START CONFIG_SYS_SDRAM_BASE 34 #define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_SDRAM_BASE + 0x5000000) 35 #define CONFIG_SYS_LOAD_ADDR (CONFIG_SYS_SDRAM_BASE + 0x4800000) 36 37 #define CONFIG_SYS_TEXT_BASE 0x63300000 38 39 /* select serial console configuration */ 40 #define CONFIG_SERIAL2 41 #define CONFIG_BAUDRATE 115200 42 43 /* Console configuration */ 44 #define CONFIG_SYS_CONSOLE_INFO_QUIET 45 46 /* MACH_TYPE_TRATS macro will be removed once added to mach-types */ 47 #define MACH_TYPE_TRATS 3928 48 #define CONFIG_MACH_TYPE MACH_TYPE_TRATS 49 50 #define CONFIG_BOOTARGS "Please use defined boot" 51 #define CONFIG_BOOTCOMMAND "run autoboot" 52 #define CONFIG_DEFAULT_CONSOLE "console=ttySAC2,115200n8\0" 53 54 #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_LOAD_ADDR \ 55 - GENERATED_GBL_DATA_SIZE) 56 57 #define CONFIG_SYS_MEM_TOP_HIDE (1 << 20) /* ram console */ 58 59 #define CONFIG_SYS_MONITOR_BASE 0x00000000 60 61 #define CONFIG_BOOTBLOCK "10" 62 #define CONFIG_ENV_COMMON_BOOT "${console} ${meminfo}" 63 64 #define CONFIG_ENV_IS_IN_MMC 65 #define CONFIG_SYS_MMC_ENV_DEV CONFIG_MMC_DEFAULT_DEV 66 #define CONFIG_ENV_SIZE 4096 67 #define CONFIG_ENV_OFFSET ((32 - 4) << 10) /* 32KiB - 4KiB */ 68 69 #define CONFIG_ENV_OVERWRITE 70 71 #define CONFIG_ENV_VARS_UBOOT_CONFIG 72 #define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG 73 74 /* Tizen - partitions definitions */ 75 #define PARTS_CSA "csa-mmc" 76 #define PARTS_BOOT "boot" 77 #define PARTS_QBOOT "qboot" 78 #define PARTS_CSC "csc" 79 #define PARTS_ROOT "platform" 80 #define PARTS_DATA "data" 81 #define PARTS_UMS "ums" 82 83 #define PARTS_DEFAULT \ 84 "uuid_disk=${uuid_gpt_disk};" \ 85 "name="PARTS_CSA",start=5MiB,size=8MiB,uuid=${uuid_gpt_"PARTS_CSA"};" \ 86 "name="PARTS_BOOT",size=60MiB,uuid=${uuid_gpt_"PARTS_BOOT"};" \ 87 "name="PARTS_QBOOT",size=100MiB,uuid=${uuid_gpt_"PARTS_QBOOT"};" \ 88 "name="PARTS_CSC",size=150MiB,uuid=${uuid_gpt_"PARTS_CSC"};" \ 89 "name="PARTS_ROOT",size=1536MiB,uuid=${uuid_gpt_"PARTS_ROOT"};" \ 90 "name="PARTS_DATA",size=3000MiB,uuid=${uuid_gpt_"PARTS_DATA"};" \ 91 "name="PARTS_UMS",size=-,uuid=${uuid_gpt_"PARTS_UMS"}\0" \ 92 93 #define CONFIG_DFU_ALT \ 94 "u-boot raw 0x80 0x400;" \ 95 "/uImage ext4 0 2;" \ 96 "/modem.bin ext4 0 2;" \ 97 "/exynos4210-trats.dtb ext4 0 2;" \ 98 ""PARTS_CSA" part 0 1;" \ 99 ""PARTS_BOOT" part 0 2;" \ 100 ""PARTS_QBOOT" part 0 3;" \ 101 ""PARTS_CSC" part 0 4;" \ 102 ""PARTS_ROOT" part 0 5;" \ 103 ""PARTS_DATA" part 0 6;" \ 104 ""PARTS_UMS" part 0 7;" \ 105 "params.bin raw 0x38 0x8;" \ 106 "/Image.itb ext4 0 2\0" 107 108 #define CONFIG_EXTRA_ENV_SETTINGS \ 109 "bootk=" \ 110 "run loaduimage;" \ 111 "if run loaddtb; then " \ 112 "bootm 0x40007FC0 - ${fdtaddr};" \ 113 "fi;" \ 114 "bootm 0x40007FC0;\0" \ 115 "updatebackup=" \ 116 "mmc dev 0 2; mmc write 0 0x42100000 0 0x200;" \ 117 "mmc dev 0 0\0" \ 118 "updatebootb=" \ 119 "mmc read 0 0x42100000 0x80 0x200; run updatebackup\0" \ 120 "lpj=lpj=3981312\0" \ 121 "nfsboot=" \ 122 "setenv bootargs root=/dev/nfs rw " \ 123 "nfsroot=${nfsroot},nolock,tcp " \ 124 "ip=${ipaddr}:${serverip}:${gatewayip}:" \ 125 "${netmask}:generic:usb0:off " CONFIG_ENV_COMMON_BOOT \ 126 "; run bootk\0" \ 127 "ramfsboot=" \ 128 "setenv bootargs root=/dev/ram0 rw rootfstype=ext2 " \ 129 "${console} ${meminfo} " \ 130 "initrd=0x43000000,8M ramdisk=8192\0" \ 131 "mmcboot=" \ 132 "setenv bootargs root=/dev/mmcblk${mmcdev}p${mmcrootpart} " \ 133 "${lpj} rootwait ${console} ${meminfo} ${opts} ${lcdinfo}; " \ 134 "run bootk\0" \ 135 "bootchart=setenv opts init=/sbin/bootchartd; run bootcmd\0" \ 136 "boottrace=setenv opts initcall_debug; run bootcmd\0" \ 137 "mmcoops=mmc read 0 0x40000000 0x40 8; md 0x40000000 0x400\0" \ 138 "verify=n\0" \ 139 "rootfstype=ext4\0" \ 140 "console=" CONFIG_DEFAULT_CONSOLE \ 141 "meminfo=crashkernel=32M@0x50000000\0" \ 142 "nfsroot=/nfsroot/arm\0" \ 143 "bootblock=" CONFIG_BOOTBLOCK "\0" \ 144 "loaduimage=ext4load mmc ${mmcdev}:${mmcbootpart} 0x40007FC0 uImage\0" \ 145 "loaddtb=ext4load mmc ${mmcdev}:${mmcbootpart} ${fdtaddr} " \ 146 "${fdtfile}\0" \ 147 "mmcdev=0\0" \ 148 "mmcbootpart=2\0" \ 149 "mmcrootpart=5\0" \ 150 "opts=always_resume=1\0" \ 151 "partitions=" PARTS_DEFAULT \ 152 "dfu_alt_info=" CONFIG_DFU_ALT \ 153 "spladdr=0x40000100\0" \ 154 "splsize=0x200\0" \ 155 "splfile=falcon.bin\0" \ 156 "spl_export=" \ 157 "setexpr spl_imgsize ${splsize} + 8 ;" \ 158 "setenv spl_imgsize 0x${spl_imgsize};" \ 159 "setexpr spl_imgaddr ${spladdr} - 8 ;" \ 160 "setexpr spl_addr_tmp ${spladdr} - 4 ;" \ 161 "mw.b ${spl_imgaddr} 0x00 ${spl_imgsize};run loaduimage;" \ 162 "setenv bootargs root=/dev/mmcblk${mmcdev}p${mmcrootpart} " \ 163 "${lpj} rootwait ${console} ${meminfo} ${opts} ${lcdinfo};" \ 164 "spl export atags 0x40007FC0;" \ 165 "crc32 ${spladdr} ${splsize} ${spl_imgaddr};" \ 166 "mw.l ${spl_addr_tmp} ${splsize};" \ 167 "ext4write mmc ${mmcdev}:${mmcbootpart}" \ 168 " /${splfile} ${spl_imgaddr} ${spl_imgsize};" \ 169 "setenv spl_imgsize;" \ 170 "setenv spl_imgaddr;" \ 171 "setenv spl_addr_tmp;\0" \ 172 CONFIG_EXTRA_ENV_ITB \ 173 "fdtaddr=40800000\0" \ 174 175 /* Falcon mode definitions */ 176 #define CONFIG_CMD_SPL 177 #define CONFIG_SYS_SPL_ARGS_ADDR CONFIG_SYS_SDRAM_BASE + 0x100 178 179 /* GPT */ 180 #define CONFIG_RANDOM_UUID 181 182 /* I2C */ 183 #include <asm/arch/gpio.h> 184 185 #define CONFIG_SYS_I2C 186 #define CONFIG_SYS_I2C_S3C24X0 187 #define CONFIG_SYS_I2C_S3C24X0_SPEED 100000 188 #define CONFIG_SYS_I2C_S3C24X0_SLAVE 0xFE 189 #define CONFIG_MAX_I2C_NUM 8 190 #define CONFIG_SYS_I2C_SOFT /* I2C bit-banged */ 191 #define CONFIG_SYS_I2C_SOFT_SPEED 50000 192 #define CONFIG_SYS_I2C_SOFT_SLAVE 0x7F 193 #define CONFIG_SOFT_I2C_READ_REPEATED_START 194 #define CONFIG_SYS_I2C_INIT_BOARD 195 196 /* I2C FG */ 197 #define CONFIG_SOFT_I2C_GPIO_SCL EXYNOS4_GPIO_Y41 198 #define CONFIG_SOFT_I2C_GPIO_SDA EXYNOS4_GPIO_Y40 199 200 /* POWER */ 201 #define CONFIG_POWER 202 #define CONFIG_POWER_I2C 203 #define CONFIG_POWER_MAX8997 204 205 #define CONFIG_POWER_FG 206 #define CONFIG_POWER_FG_MAX17042 207 #define CONFIG_POWER_MUIC 208 #define CONFIG_POWER_MUIC_MAX8997 209 #define CONFIG_POWER_BATTERY 210 #define CONFIG_POWER_BATTERY_TRATS 211 212 /* Security subsystem - enable hw_rand() */ 213 #define CONFIG_EXYNOS_ACE_SHA 214 #define CONFIG_LIB_HW_RAND 215 216 /* Common misc for Samsung */ 217 #define CONFIG_MISC_COMMON 218 219 #define CONFIG_MISC_INIT_R 220 221 /* Download menu - Samsung common */ 222 #define CONFIG_LCD_MENU 223 #define CONFIG_LCD_MENU_BOARD 224 225 /* Download menu - definitions for check keys */ 226 #ifndef __ASSEMBLY__ 227 #include <power/max8997_pmic.h> 228 229 #define KEY_PWR_PMIC_NAME "MAX8997_PMIC" 230 #define KEY_PWR_STATUS_REG MAX8997_REG_STATUS1 231 #define KEY_PWR_STATUS_MASK (1 << 0) 232 #define KEY_PWR_INTERRUPT_REG MAX8997_REG_INT1 233 #define KEY_PWR_INTERRUPT_MASK (1 << 0) 234 235 #define KEY_VOL_UP_GPIO EXYNOS4_GPIO_X20 236 #define KEY_VOL_DOWN_GPIO EXYNOS4_GPIO_X21 237 #endif /* __ASSEMBLY__ */ 238 239 /* LCD console */ 240 #define LCD_BPP LCD_COLOR16 241 #define CONFIG_SYS_WHITE_ON_BLACK 242 243 /* LCD */ 244 #define CONFIG_BMP_16BPP 245 #define CONFIG_FB_ADDR 0x52504000 246 #define CONFIG_EXYNOS_MIPI_DSIM 247 #define CONFIG_VIDEO_BMP_GZIP 248 #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE ((500 * 160 * 4) + 54) 249 250 #endif /* __CONFIG_H */ 251