Convert CONFIG_USE_BOOTCOMMAND et al to Kconfig
[platform/kernel/u-boot.git] / include / configs / s5pc210_universal.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2010 Samsung Electronics
4  * Minkyu Kang <mk7.kang@samsung.com>
5  *
6  * Configuation settings for the SAMSUNG Universal (EXYNOS4210) board.
7  */
8
9 #ifndef __CONFIG_UNIVERSAL_H
10 #define __CONFIG_UNIVERSAL_H
11
12 #include <configs/exynos4-common.h>
13
14 #define CONFIG_TIZEN                    /* TIZEN lib */
15
16 /* Keep L2 Cache Disabled */
17 #define CONFIG_SYS_L2CACHE_OFF          1
18
19 /* Universal has 2 banks of DRAM */
20 #define CONFIG_SYS_SDRAM_BASE           0x40000000
21 #define PHYS_SDRAM_1                    CONFIG_SYS_SDRAM_BASE
22
23 #define SDRAM_BANK_SIZE                 (256 << 20)     /* 256 MB */
24
25 #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_LOAD_ADDR \
26                                         - GENERATED_GBL_DATA_SIZE)
27
28 #define CONFIG_SYS_MEM_TOP_HIDE (1 << 20)       /* ram console */
29
30 #define CONFIG_SYS_MONITOR_BASE 0x00000000
31
32 /* Actual modem binary size is 16MiB. Add 2MiB for bad block handling */
33
34 #define NORMAL_MTDPARTS_DEFAULT CONFIG_MTDPARTS_DEFAULT
35
36 #define MBRPARTS_DEFAULT        "20M(permanent)"\
37                                 ",20M(boot)"\
38                                 ",1G(system)"\
39                                 ",100M(swap)"\
40                                 ",-(UMS)\0"
41
42 #define CONFIG_EXTRA_ENV_SETTINGS                                       \
43         "updateb=" \
44                 "onenand erase 0x0 0x100000;" \
45                 "onenand write 0x42008000 0x0 0x100000\0" \
46         "updatek=" \
47                 "onenand erase 0xc00000 0x500000;" \
48                 "onenand write 0x41008000 0xc00000 0x500000\0" \
49         "bootk=" \
50                 "run loaduimage; bootm 0x40007FC0\0" \
51         "updatebackup=" \
52                 "mmc dev 0 2; mmc write 0 0x42100000 0 0x200;" \
53                 "mmc dev 0 0\0" \
54         "updatebootb=" \
55                 "mmc read 0 0x42100000 0x80 0x200; run updatebackup\0" \
56         "lpj=lpj=3981312\0" \
57         "ubifsboot=" \
58                 "set bootargs root=ubi0!rootfs rootfstype=ubifs ${lpj} " \
59                 "ubi.mtd=${ubiblock} ubi.mtd=4 ubi.mtd=7 " \
60                 "rootflags=bulk_read,no_chk_data_crc ${mtdparts} ${opts} " \
61                 "${lcdinfo} ${console} ${meminfo}; run bootk\0" \
62         "tftpboot=" \
63                 "set bootargs root=ubi0!rootfs rootfstype=ubifs " \
64                 "ubi.mtd=${ubiblock} ubi.mtd=4 ubi.mtd=7 " \
65                 "rootflags=bulk_read,no_chk_data_crc ${mtdparts} ${opts} " \
66                 "${lcdinfo} ${console} ${meminfo}" \
67                 "; tftp 0x40007FC0 uImage; bootm 0x40007FC0\0" \
68         "nfsboot=" \
69                 "set bootargs root=/dev/nfs rw " \
70                 "nfsroot=${nfsroot},nolock,tcp " \
71                 "ip=${ipaddr}:${serverip}:${gatewayip}:" \
72                 "${netmask}:generic:usb0:off ${console} ${meminfo}" \
73                 "; run bootk\0" \
74         "ramfsboot=" \
75                 "set bootargs root=/dev/ram0 rw rootfstype=ext2 " \
76                 "${console} ${meminfo} " \
77                 "initrd=0x43000000,8M ramdisk=8192\0" \
78         "mmcboot=" \
79                 "set bootargs root=/dev/mmcblk${mmcdev}p${mmcrootpart} " \
80                 "${lpj} rootwait ${console} ${meminfo} ${opts} ${lcdinfo}; " \
81                 "run loaduimage; bootm 0x40007FC0\0" \
82         "bootchart=set opts init=/sbin/bootchartd; run bootcmd\0" \
83         "boottrace=setenv opts initcall_debug; run bootcmd\0" \
84         "mmcoops=mmc read 0 0x40000000 0x40 8; md 0x40000000 0x400\0" \
85         "verify=n\0" \
86         "rootfstype=ext4\0" \
87         "console=console=ttySAC1,115200n8\0" \
88         "mtdparts=" CONFIG_MTDPARTS_DEFAULT \
89         "mbrparts=" MBRPARTS_DEFAULT \
90         "meminfo=crashkernel=32M@0x50000000\0" \
91         "nfsroot=/nfsroot/arm\0" \
92         "bootblock=10\0" \
93         "ubiblock=9\0" \
94         "ubi=enabled\0" \
95         "loaduimage=fatload mmc ${mmcdev}:${mmcbootpart} 0x40007FC0 uImage\0" \
96         "mmcdev=0\0" \
97         "mmcbootpart=2\0" \
98         "mmcrootpart=3\0" \
99         "opts=always_resume=1"
100
101 #define CONFIG_USE_ONENAND_BOARD_INIT
102 #define CONFIG_SAMSUNG_ONENAND
103 #define CONFIG_SYS_ONENAND_BASE         0x0C000000
104
105 #define CONFIG_USB_GADGET_DWC2_OTG_PHY
106
107 /*
108  * SPI Settings
109  */
110 #define CONFIG_SOFT_SPI
111
112 #ifndef __ASSEMBLY__
113 void universal_spi_scl(int bit);
114 void universal_spi_sda(int bit);
115 int universal_spi_read(void);
116 #endif
117
118 /* Common misc for Samsung */
119 #define CONFIG_MISC_COMMON
120
121 /* Download menu - Samsung common */
122 #define CONFIG_LCD_MENU
123
124 /* Download menu - definitions for check keys */
125 #ifndef __ASSEMBLY__
126
127 #define KEY_PWR_PMIC_NAME               "MAX8998_PMIC"
128 #define KEY_PWR_STATUS_REG              MAX8998_REG_STATUS1
129 #define KEY_PWR_STATUS_MASK             (1 << 7)
130 #define KEY_PWR_INTERRUPT_REG           MAX8998_REG_IRQ1
131 #define KEY_PWR_INTERRUPT_MASK          (1 << 7)
132
133 #define KEY_VOL_UP_GPIO                 EXYNOS4_GPIO_X20
134 #define KEY_VOL_DOWN_GPIO               EXYNOS4_GPIO_X21
135 #endif /* __ASSEMBLY__ */
136
137 /* LCD console */
138 #define LCD_BPP                 LCD_COLOR16
139
140 /*
141  * LCD Settings
142  */
143 #define CONFIG_LD9040
144 #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE ((500 * 160 * 4) + 54)
145
146 #endif  /* __CONFIG_H */