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