1 /* 2 * Copyright (C) 2010 Samsung Electronics 3 * Minkyu Kang <mk7.kang@samsung.com> 4 * 5 * Configuation settings for the SAMSUNG Universal (EXYNOS4210) board. 6 * 7 * SPDX-License-Identifier: GPL-2.0+ 8 */ 9 10 #ifndef __CONFIG_UNIVERSAL_H 11 #define __CONFIG_UNIVERSAL_H 12 13 #include <configs/exynos4-common.h> 14 15 #define CONFIG_TIZEN /* TIZEN lib */ 16 17 /* Keep L2 Cache Disabled */ 18 #define CONFIG_SYS_L2CACHE_OFF 1 19 20 /* Universal has 2 banks of DRAM */ 21 #define CONFIG_NR_DRAM_BANKS 2 22 #define CONFIG_SYS_SDRAM_BASE 0x40000000 23 #define PHYS_SDRAM_1 CONFIG_SYS_SDRAM_BASE 24 25 #define SDRAM_BANK_SIZE (256 << 20) /* 256 MB */ 26 27 /* select serial console configuration */ 28 #define CONFIG_SERIAL2 29 30 /* Console configuration */ 31 32 #define CONFIG_BOOTCOMMAND "run mmcboot" 33 #define CONFIG_DEFAULT_CONSOLE "console=ttySAC1,115200n8\0" 34 35 #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_LOAD_ADDR \ 36 - GENERATED_GBL_DATA_SIZE) 37 38 #define CONFIG_SYS_MEM_TOP_HIDE (1 << 20) /* ram console */ 39 40 #define CONFIG_SYS_MONITOR_BASE 0x00000000 41 42 /* memtest works on */ 43 #define CONFIG_SYS_MEMTEST_START CONFIG_SYS_SDRAM_BASE 44 #define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_SDRAM_BASE + 0x5000000) 45 #define CONFIG_SYS_LOAD_ADDR (CONFIG_SYS_SDRAM_BASE + 0x4800000) 46 47 /* Actual modem binary size is 16MiB. Add 2MiB for bad block handling */ 48 #define MTDIDS_DEFAULT "onenand0=samsung-onenand" 49 50 #define MTDPARTS_DEFAULT "mtdparts=samsung-onenand:"\ 51 "128k(s-boot)"\ 52 ",896k(bootloader)"\ 53 ",256k(params)"\ 54 ",2816k(config)"\ 55 ",8m(csa)"\ 56 ",7m(kernel)"\ 57 ",1m(log)"\ 58 ",12m(modem)"\ 59 ",60m(qboot)"\ 60 ",-(UBI)\0" 61 62 #define NORMAL_MTDPARTS_DEFAULT MTDPARTS_DEFAULT 63 64 #define MBRPARTS_DEFAULT "20M(permanent)"\ 65 ",20M(boot)"\ 66 ",1G(system)"\ 67 ",100M(swap)"\ 68 ",-(UMS)\0" 69 70 #define CONFIG_ENV_UBI_MTD " ubi.mtd=${ubiblock} ubi.mtd=4 ubi.mtd=7" 71 #define CONFIG_BOOTBLOCK "10" 72 #define CONFIG_UBIBLOCK "9" 73 74 #define CONFIG_SYS_MMC_ENV_DEV CONFIG_MMC_DEFAULT_DEV 75 #define CONFIG_ENV_SIZE 4096 76 #define CONFIG_ENV_OFFSET ((32 - 4) << 10) /* 32KiB - 4KiB */ 77 78 #define CONFIG_ENV_UBIFS_OPTION " rootflags=bulk_read,no_chk_data_crc " 79 #define CONFIG_ENV_FLASHBOOT CONFIG_ENV_UBI_MTD CONFIG_ENV_UBIFS_OPTION \ 80 "${mtdparts}" 81 82 #define CONFIG_ENV_COMMON_BOOT "${console} ${meminfo}" 83 84 #define CONFIG_ENV_VARS_UBOOT_CONFIG 85 #define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG 86 87 #define CONFIG_EXTRA_ENV_SETTINGS \ 88 "updateb=" \ 89 "onenand erase 0x0 0x100000;" \ 90 "onenand write 0x42008000 0x0 0x100000\0" \ 91 "updatek=" \ 92 "onenand erase 0xc00000 0x500000;" \ 93 "onenand write 0x41008000 0xc00000 0x500000\0" \ 94 "bootk=" \ 95 "run loaduimage; bootm 0x40007FC0\0" \ 96 "updatebackup=" \ 97 "mmc dev 0 2; mmc write 0 0x42100000 0 0x200;" \ 98 "mmc dev 0 0\0" \ 99 "updatebootb=" \ 100 "mmc read 0 0x42100000 0x80 0x200; run updatebackup\0" \ 101 "lpj=lpj=3981312\0" \ 102 "ubifsboot=" \ 103 "set bootargs root=ubi0!rootfs rootfstype=ubifs ${lpj} " \ 104 CONFIG_ENV_FLASHBOOT " ${opts} ${lcdinfo} " \ 105 CONFIG_ENV_COMMON_BOOT "; run bootk\0" \ 106 "tftpboot=" \ 107 "set bootargs root=ubi0!rootfs rootfstype=ubifs " \ 108 CONFIG_ENV_FLASHBOOT " ${opts} ${lcdinfo} " \ 109 CONFIG_ENV_COMMON_BOOT \ 110 "; tftp 0x40007FC0 uImage; bootm 0x40007FC0\0" \ 111 "nfsboot=" \ 112 "set bootargs root=/dev/nfs rw " \ 113 "nfsroot=${nfsroot},nolock,tcp " \ 114 "ip=${ipaddr}:${serverip}:${gatewayip}:" \ 115 "${netmask}:generic:usb0:off " CONFIG_ENV_COMMON_BOOT \ 116 "; run bootk\0" \ 117 "ramfsboot=" \ 118 "set bootargs root=/dev/ram0 rw rootfstype=ext2 " \ 119 "${console} ${meminfo} " \ 120 "initrd=0x43000000,8M ramdisk=8192\0" \ 121 "mmcboot=" \ 122 "set bootargs root=/dev/mmcblk${mmcdev}p${mmcrootpart} " \ 123 "${lpj} rootwait ${console} ${meminfo} ${opts} ${lcdinfo}; " \ 124 "run loaduimage; bootm 0x40007FC0\0" \ 125 "bootchart=set opts init=/sbin/bootchartd; run bootcmd\0" \ 126 "boottrace=setenv opts initcall_debug; run bootcmd\0" \ 127 "mmcoops=mmc read 0 0x40000000 0x40 8; md 0x40000000 0x400\0" \ 128 "verify=n\0" \ 129 "rootfstype=ext4\0" \ 130 "console=" CONFIG_DEFAULT_CONSOLE \ 131 "mtdparts=" MTDPARTS_DEFAULT \ 132 "mbrparts=" MBRPARTS_DEFAULT \ 133 "meminfo=crashkernel=32M@0x50000000\0" \ 134 "nfsroot=/nfsroot/arm\0" \ 135 "bootblock=" CONFIG_BOOTBLOCK "\0" \ 136 "ubiblock=" CONFIG_UBIBLOCK" \0" \ 137 "ubi=enabled\0" \ 138 "loaduimage=fatload mmc ${mmcdev}:${mmcbootpart} 0x40007FC0 uImage\0" \ 139 "mmcdev=0\0" \ 140 "mmcbootpart=2\0" \ 141 "mmcrootpart=3\0" \ 142 "opts=always_resume=1" 143 144 #define CONFIG_USE_ONENAND_BOARD_INIT 145 #define CONFIG_SAMSUNG_ONENAND 146 #define CONFIG_SYS_ONENAND_BASE 0x0C000000 147 148 #define CONFIG_USB_GADGET_DWC2_OTG_PHY 149 150 /* 151 * SPI Settings 152 */ 153 #define CONFIG_SOFT_SPI 154 155 #ifndef __ASSEMBLY__ 156 void universal_spi_scl(int bit); 157 void universal_spi_sda(int bit); 158 int universal_spi_read(void); 159 #endif 160 161 /* Common misc for Samsung */ 162 #define CONFIG_MISC_COMMON 163 164 #define CONFIG_MISC_INIT_R 165 166 /* Download menu - Samsung common */ 167 #define CONFIG_LCD_MENU 168 #define CONFIG_LCD_MENU_BOARD 169 170 /* Download menu - definitions for check keys */ 171 #ifndef __ASSEMBLY__ 172 173 #define KEY_PWR_PMIC_NAME "MAX8998_PMIC" 174 #define KEY_PWR_STATUS_REG MAX8998_REG_STATUS1 175 #define KEY_PWR_STATUS_MASK (1 << 7) 176 #define KEY_PWR_INTERRUPT_REG MAX8998_REG_IRQ1 177 #define KEY_PWR_INTERRUPT_MASK (1 << 7) 178 179 #define KEY_VOL_UP_GPIO EXYNOS4_GPIO_X20 180 #define KEY_VOL_DOWN_GPIO EXYNOS4_GPIO_X21 181 #endif /* __ASSEMBLY__ */ 182 183 /* LCD console */ 184 #define LCD_BPP LCD_COLOR16 185 186 /* 187 * LCD Settings 188 */ 189 #define CONFIG_BMP_16BPP 190 #define CONFIG_LD9040 191 #define CONFIG_VIDEO_BMP_GZIP 192 #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE ((500 * 160 * 4) + 54) 193 194 #endif /* __CONFIG_H */ 195